aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/protocol
Commit message (Collapse)AuthorAgeFilesLines
* allow specification of SSL version, only allow TLS1.0+ by defaultMaximilian Hils2014-12-151-4/+2
|
* Merge pull request #414 from mitmproxy/flowviews2Aldo Cortesi2014-12-121-1/+4
|\ | | | | Flowviews2
| * introduce revised views, port over changes from multiple_views branchMaximilian Hils2014-11-261-1/+4
| |
* | fix #411Maximilian Hils2014-12-081-3/+3
| |
* | add inline script example for websocket passthrough, fix #340Maximilian Hils2014-12-011-0/+6
| |
* | make header processing configurable by inline scripts, refs #340Maximilian Hils2014-12-011-11/+15
| |
* | fix error htmlMaximilian Hils2014-11-261-1/+1
|/
* add sni support to LiveConnection.change_serverMaximilian Hils2014-11-191-2/+11
|
* handle script hooks in replay, fix tests, fix #402Maximilian Hils2014-11-141-28/+38
|
* fix #401Maximilian Hils2014-11-071-8/+4
|
* Fixing issue #392.Wade 5242014-10-311-3/+2
|
* LegibilityAldo Cortesi2014-10-261-48/+124
|
* Fix crash while streamingAldo Cortesi2014-10-261-13/+27
| | | | | | | | | | | | | | | | | | | | | | | | Found using fuzzing. Reproduction with pathoc, given "mitmproxy -s" and pathod running on 9999: get:'http://localhost:9999/p/':s'200:b\'foo\':h\'Content-Length\'=\'3\'':i58,'\x1a':r return flow.FlowMaster.run(self) File "/Users/aldo/mitmproxy/mitmproxy/libmproxy/controller.py", line 111, in run self.tick(self.masterq, 0.01) File "/Users/aldo/mitmproxy/mitmproxy/libmproxy/flow.py", line 613, in tick return controller.Master.tick(self, q, timeout) File "/Users/aldo/mitmproxy/mitmproxy/libmproxy/controller.py", line 101, in tick self.handle(*msg) File "/Users/aldo/mitmproxy/mitmproxy/libmproxy/controller.py", line 118, in handle m(obj) File "/Users/aldo/mitmproxy/mitmproxy/libmproxy/flow.py", line 738, in handle_responseheaders self.stream_large_bodies.run(f, False) File "/Users/aldo/mitmproxy/mitmproxy/libmproxy/flow.py", line 155, in run r.headers, is_request, flow.request.method, code File "/Users/aldo/mitmproxy/mitmproxy/netlib/http.py", line 401, in expected_http_body_size raise HttpError(400 if is_request else 502, "Invalid content-length header: %s" % headers["content-length"]) netlib.http.HttpError: Invalid content-length header: ['\x1a3']
* Spacing and legibilityAldo Cortesi2014-10-261-24/+66
|
* tweak SSL detection heuristicsMaximilian Hils2014-10-211-1/+9
|
* add generic tcp proxying, fix #374Maximilian Hils2014-10-183-21/+29
|
* fix typoMaximilian Hils2014-10-081-1/+1
|
* replay: carry over SNI valueMaximilian Hils2014-10-021-2/+3
|
* fix timestamp formatting: end_time may not be setMaximilian Hils2014-09-221-2/+4
|
* clean up timestamp handlingMaximilian Hils2014-09-211-6/+10
|
* start to fill detailpaneMaximilian Hils2014-09-191-0/+6
|
* flowtable: add selection indicator, add keyboard navigationMaximilian Hils2014-09-181-0/+3
|
* implement FlowStore basicsMaximilian Hils2014-09-171-1/+1
|
* Introduce short form object state, and connect the ends to send data to web appAldo Cortesi2014-09-172-2/+3
|
* Clean up and clarify StateObjectAldo Cortesi2014-09-173-24/+43
| | | | | | | | | - Flatten the class hierarchy - get_state, load_state, from_state are public - Simplify code - Remove __eq__ and __neq__. This fundamentally changes the semantics of inherited objects in a way that's not part of the core function of the class
* Whitespace & formattingAldo Cortesi2014-09-172-58/+123
|
* Basic websocket connection, code cleanup.Aldo Cortesi2014-09-171-17/+26
|
* mitmproxy -> libmproxy.main. do some leanup on the wayMaximilian Hils2014-09-081-2/+2
|
* update examples, fix #353Maximilian Hils2014-09-081-1/+2
|
* remove proxy mode abstraction: always be clear which mode we are inMaximilian Hils2014-09-081-19/+18
|
* improve loggingMaximilian Hils2014-09-081-7/+19
|
* improve change_server api, add example how to change the upstream serverMaximilian Hils2014-09-071-5/+18
|
* update code docs, make sure that url attribute never returns ↵Maximilian Hils2014-09-071-4/+10
| | | | prettified/formatted values
* streamline HTTPHandler.handle_flow()Maximilian Hils2014-09-051-95/+96
|
* update docs, mostly revert 2f44b26b4cd014e03dd62a125d79af9b81663a93Maximilian Hils2014-09-052-52/+58
|
* change replay_request behaviour, refs #346; test upstream proxy modeMaximilian Hils2014-09-051-24/+19
|
* coverage++Maximilian Hils2014-09-041-1/+1
|
* coverage++Maximilian Hils2014-09-041-2/+2
|
* Merge branch 'issue_341' into server_change_apiMaximilian Hils2014-09-041-2/+3
|\
| * Merge branch 'master' into issue_341Maximilian Hils2014-09-041-2/+3
| |\
| | * remove outdated IOError test case ↵Maximilian Hils2014-09-041-1/+1
| | | | | | | | | | | | (https://github.com/mitmproxy/netlib/commit/f5fdfd8a9f17e0fe213a9cf54acae84e4bc31462)
| | * fix #344Maximilian Hils2014-09-041-2/+3
| | |
| | * fix IOError handlingMaximilian Hils2014-09-031-1/+1
| | |
* | | improve HTTPRequest syntaxMaximilian Hils2014-09-032-94/+61
| | |
* | | simplify server changes for inline scriptsMaximilian Hils2014-09-032-42/+104
|/ /
* / fix #341 - work on flows instead of request/response internally.Maximilian Hils2014-09-032-79/+46
|/
* http: ignore disconnects that happen between requestsMaximilian Hils2014-09-031-2/+5
|
* ui: display * instead of 0.0.0.0 for the bound addressMaximilian Hils2014-09-032-2/+2
|
* improve error handlingMaximilian Hils2014-09-022-53/+57
|
* minor fixesMaximilian Hils2014-08-311-2/+2
|