Thomas Kriechbaumer
|
89f22f7359
|
refactor connection & protocol handling
|
2015-07-30 13:53:17 +02:00 |
|
Maximilian Hils
|
cdc84f52d2
|
Merge pull request #699 from onlywade/bugfix/docs_update_shortcut_keys
Update docs to reflect current shortcut keys for features which have …
|
2015-07-30 10:47:12 +02:00 |
|
Wade Catron
|
3346daa65a
|
Update docs to reflect current shortcut keys for features which have been moved into the options menu.
|
2015-07-29 16:18:49 -07:00 |
|
Thomas Kriechbaumer
|
c7fcc2cca5
|
add on-the-wire representation methods
|
2015-07-29 11:27:43 +02:00 |
|
Thomas Kriechbaumer
|
827fe824d9
|
move code from mitmproxy to netlib
|
2015-07-27 11:48:38 +02:00 |
|
Maximilian Hils
|
d2ae6b630e
|
Merge pull request #548 from macmantrl/no_serverconn
Prevent unnecessary upstream server connects
|
2015-07-26 11:58:21 +02:00 |
|
Aldo Cortesi
|
ee163ed5b0
|
Bump version for dev
|
2015-07-26 17:46:49 +12:00 |
|
Aldo Cortesi
|
675e70c7eb
|
Changelog for v0.13
|
2015-07-26 14:21:18 +12:00 |
|
Thomas Kriechbaumer
|
e9bbcfadc1
|
fix module imports
|
2015-07-25 20:00:34 +02:00 |
|
Maximilian Hils
|
fb48217224
|
improve pyopenssl version check
|
2015-07-25 13:30:25 +02:00 |
|
Thomas Kriechbaumer
|
07c9d46fab
|
remove debug output in tests
|
2015-07-24 18:01:55 +02:00 |
|
Thomas Kriechbaumer
|
d301f55bb7
|
supress output during tests
|
2015-07-24 17:58:35 +02:00 |
|
Maximilian Hils
|
0892649d31
|
Merge pull request #675 from Kriechi/protocol-refactor
HTTP protocol refactoring
|
2015-07-24 17:52:44 +02:00 |
|
Maximilian Hils
|
f8b4d66687
|
Merge pull request #31 from Kriechi/protocol-refactor
HTTP protocol refactoring
|
2015-07-24 17:43:41 +02:00 |
|
Thomas Kriechbaumer
|
96c9c4459f
|
fix duplicated header reading
|
2015-07-24 17:39:55 +02:00 |
|
Maximilian Hils
|
b57c1386a1
|
Merge pull request #81 from Kriechi/protocol-refactor
HTTP protocol refactoring
|
2015-07-24 16:50:56 +02:00 |
|
Maximilian Hils
|
1b26161382
|
add distinct error for cert verification issues
|
2015-07-24 16:47:28 +02:00 |
|
Maximilian Hils
|
e0d1e8caf6
|
fix tests
|
2015-07-24 03:09:08 +02:00 |
|
Maximilian Hils
|
7bf8088d80
|
improve inline scripts, fix #683, fix #684
|
2015-07-24 02:57:56 +02:00 |
|
Thomas Kriechbaumer
|
dc42e33505
|
fix bugs
|
2015-07-22 16:13:21 +02:00 |
|
Thomas Kriechbaumer
|
657973eca3
|
fix bugs
|
2015-07-22 16:13:06 +02:00 |
|
Maximilian Hils
|
9b3fe80697
|
minor style improvements
|
2015-07-22 16:00:32 +02:00 |
|
Thomas Kriechbaumer
|
faf17d3d60
|
http2: make proper use of odict
|
2015-07-22 15:30:51 +02:00 |
|
Thomas Kriechbaumer
|
ecc7ffe928
|
reduce public interface
use private indicator pattern “_methodname”
|
2015-07-22 15:30:51 +02:00 |
|
Thomas Kriechbaumer
|
83f013fca1
|
introduce EmptyRequest class
|
2015-07-22 15:30:51 +02:00 |
|
Thomas Kriechbaumer
|
d62dbee0f6
|
rename content -> body
|
2015-07-22 15:30:51 +02:00 |
|
Thomas Kriechbaumer
|
37a0cb858c
|
introduce ConnectRequest class
|
2015-07-22 15:30:51 +02:00 |
|
Thomas Kriechbaumer
|
4617ab8a3a
|
add Request class and unify read_request interface
|
2015-07-22 15:30:51 +02:00 |
|
Thomas Kriechbaumer
|
808b294865
|
refactor HTTP/1 as protocol
|
2015-07-22 15:30:51 +02:00 |
|
Thomas Kriechbaumer
|
230c16122b
|
change HTTP2 interface to match HTTP1
|
2015-07-22 15:30:51 +02:00 |
|
Thomas Kriechbaumer
|
bab6cbff1e
|
extract authentication methods from protocol
|
2015-07-22 15:30:51 +02:00 |
|
Thomas Kriechbaumer
|
f50deb7b76
|
move bits around
|
2015-07-22 15:30:51 +02:00 |
|
Thomas Kriechbaumer
|
bd5ee21284
|
refactor websockets into protocol
|
2015-07-22 15:30:50 +02:00 |
|
Thomas Kriechbaumer
|
6dcfc35011
|
introduce http_semantics module
used for generic HTTP representation
everything should apply for HTTP/1 and HTTP/2
|
2015-07-22 15:30:50 +02:00 |
|
Thomas Kriechbaumer
|
6101d11d6c
|
http2: remove odict workaround
|
2015-07-22 15:30:34 +02:00 |
|
Thomas Kriechbaumer
|
3cf6bd5fb6
|
remove debug prints
|
2015-07-22 15:30:34 +02:00 |
|
Thomas Kriechbaumer
|
1a9c1a8c2d
|
remove code duplication
|
2015-07-22 15:30:34 +02:00 |
|
Thomas Kriechbaumer
|
11ac387df2
|
rename content -> body
|
2015-07-22 15:30:34 +02:00 |
|
Thomas Kriechbaumer
|
6d5a3da929
|
use new HTTP/1 protocol
|
2015-07-22 15:30:34 +02:00 |
|
Thomas Kriechbaumer
|
caaac5cd5a
|
inline log method
|
2015-07-22 15:30:33 +02:00 |
|
Thomas Kriechbaumer
|
032f8b2985
|
use common interface for HTTP/1 and HTTP/2
|
2015-07-22 15:30:33 +02:00 |
|
Thomas Kriechbaumer
|
2b0465dbb9
|
use new netlib module names
|
2015-07-22 15:30:33 +02:00 |
|
Thomas Kriechbaumer
|
a2bf19125a
|
refactor protocol-related pathod methods
|
2015-07-22 15:30:33 +02:00 |
|
Thomas Kriechbaumer
|
c1e84cb322
|
use websockets protocol
|
2015-07-22 15:30:33 +02:00 |
|
Thomas Kriechbaumer
|
78ae3e4a00
|
use netlib.http_semantics for generic data
|
2015-07-22 15:30:33 +02:00 |
|
Thomas Kriechbaumer
|
cedc0407de
|
refactor to use netlib.http protocols
|
2015-07-22 15:30:12 +02:00 |
|
Thomas Kriechbaumer
|
bb265d0c40
|
use new netlib module names
|
2015-07-22 15:30:11 +02:00 |
|
Thomas Kriechbaumer
|
df1b0df39f
|
use netlib.http_semantics for generic data
|
2015-07-22 15:30:11 +02:00 |
|
Maximilian Hils
|
c3c3d28bb1
|
update build script
|
2015-07-22 13:49:18 +02:00 |
|
Maximilian Hils
|
e316a9cdb4
|
bump version
|
2015-07-22 13:39:48 +02:00 |
|