aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy
Commit message (Collapse)AuthorAgeFilesLines
* fix return value and empty requestsThomas Kriechbaumer2015-08-261-0/+1
|
* manually read tls clienthelloMaximilian Hils2015-08-263-107/+57
|
* manually read tls clienthello [wip]Maximilian Hils2015-08-2610-11/+1313
|
* minor fixesMaximilian Hils2015-08-252-4/+9
|
* request -> request_methodMaximilian Hils2015-08-243-26/+19
|
* fix bugs, fix testsMaximilian Hils2015-08-243-41/+49
|
* adapt netlib changesThomas Kriechbaumer2015-08-213-7/+7
|
* http2: simplify protocol-related codeThomas Kriechbaumer2015-08-201-9/+8
|
* fix typoThomas Kriechbaumer2015-08-201-1/+1
|
* http2: use callback for handle unexpected framesThomas Kriechbaumer2015-08-191-5/+8
|
* move read methods to lower HTTP layerThomas Kriechbaumer2015-08-191-16/+37
|
* move send method to lower layersThomas Kriechbaumer2015-08-191-6/+15
|
* improve next_layer detectionThomas Kriechbaumer2015-08-192-13/+20
|
* http2: fix connection preface and wrappersThomas Kriechbaumer2015-08-192-35/+17
|
* yield -> callbacksMaximilian Hils2015-08-1812-205/+156
|
* various fixesMaximilian Hils2015-08-1810-25/+77
|
* Merge remote-tracking branch 'Kriechi/proxy-refactor' into proxy-refactorMaximilian Hils2015-08-175-73/+57
|\ | | | | | | | | Conflicts: libmproxy/protocol2/http.py
| * implement Http1 and Http2 protocols as layersThomas Kriechbaumer2015-08-166-70/+54
| |
* | improve protocol handlingMaximilian Hils2015-08-1611-60/+114
|/
* minor fixesMaximilian Hils2015-08-162-2/+3
|
* Merge remote-tracking branch 'Kriechi/proxy-refactor' into proxy-refactorMaximilian Hils2015-08-164-16/+29
|\ | | | | | | | | | | | | Conflicts: libmproxy/protocol2/http_proxy.py libmproxy/protocol2/tls.py libmproxy/proxy/connection.py
| * add ALPN to proxy connectionsThomas Kriechbaumer2015-08-164-16/+36
| |
* | minor fixesMaximilian Hils2015-08-163-50/+51
| |
* | Merge remote-tracking branch 'Kriechi/proxy-refactor' into proxy-refactorMaximilian Hils2015-08-153-13/+19
|\ \ | |/ |/|
| * add ALPN to proxy connectionsThomas Kriechbaumer2015-08-153-13/+19
| |
* | fix bugs, make https workMaximilian Hils2015-08-156-41/+37
| |
* | various fixesMaximilian Hils2015-08-154-24/+36
|/
* more work on http protocolMaximilian Hils2015-08-146-15/+187
|
* more work on http layerMaximilian Hils2015-08-148-42/+200
|
* wip commitMaximilian Hils2015-08-1112-57/+170
|
* cleaner Exceptions, ssl -> tls, upstream proxy modeMaximilian Hils2015-08-1114-68/+145
|
* add reverseproxy mode, fix bugsMaximilian Hils2015-08-115-15/+35
|
* simplify layer code, add yield_from_callback decoratorMaximilian Hils2015-08-112-40/+69
|
* apply fixes from proxy-refactor-cb branchMaximilian Hils2015-08-117-35/+38
|
* minor fixesMaximilian Hils2015-08-114-8/+7
|
* add auto layer, multiple other fixesMaximilian Hils2015-08-116-165/+183
|
* move files aroundMaximilian Hils2015-08-118-196/+215
|
* add ssl layerMaximilian Hils2015-08-113-14/+247
|
* first initial proof-of-conceptMaximilian Hils2015-08-113-8/+282
|
* move code to netlibThomas Kriechbaumer2015-08-103-71/+2
|
* fix #705Maximilian Hils2015-08-031-4/+8
|
* fix testsThomas Kriechbaumer2015-08-021-5/+14
|
* fix imports for encodingThomas Kriechbaumer2015-08-012-4/+4
|
* reimplement streaming for HTTP/1Thomas Kriechbaumer2015-08-013-59/+59
|
* revert hard-coded HTTP/2 protocol changesThomas Kriechbaumer2015-08-011-7/+8
|
* move code from mitmproxy to netlibThomas Kriechbaumer2015-08-017-392/+58
|
* revert ALPN-related changes to fix masterThomas Kriechbaumer2015-08-011-9/+11
| | | | | In the future this should be added again to support HTTP/2.
* attach application protocol to connectionThomas Kriechbaumer2015-07-304-45/+66
|
* move code to netlib and implement protocolsThomas Kriechbaumer2015-07-307-198/+69
|
* refactor connection & protocol handlingThomas Kriechbaumer2015-07-303-893/+862
|