Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix #451 | Maximilian Hils | 2015-02-07 | 1 | -12/+26 |
| | |||||
* | fix ssl shutdown in tcp mode, refs #464 | Maximilian Hils | 2015-02-05 | 1 | -1/+3 |
| | |||||
* | fix #464 | Maximilian Hils | 2015-02-05 | 2 | -5/+7 |
| | |||||
* | web: CSP, revert functionality, serve content | Maximilian Hils | 2014-12-25 | 1 | -0/+5 |
| | |||||
* | web: much ui work, such christmas | Maximilian Hils | 2014-12-25 | 1 | -1/+2 |
| | |||||
* | web: duplicate, delete, replay flows | Maximilian Hils | 2014-12-24 | 1 | -0/+6 |
| | |||||
* | web: intercept feature | Maximilian Hils | 2014-12-23 | 2 | -29/+32 |
| | |||||
* | allow specification of SSL version, only allow TLS1.0+ by default | Maximilian Hils | 2014-12-15 | 1 | -4/+2 |
| | |||||
* | Merge pull request #414 from mitmproxy/flowviews2 | Aldo Cortesi | 2014-12-12 | 1 | -1/+4 |
|\ | | | | | Flowviews2 | ||||
| * | introduce revised views, port over changes from multiple_views branch | Maximilian Hils | 2014-11-26 | 1 | -1/+4 |
| | | |||||
* | | fix #411 | Maximilian Hils | 2014-12-08 | 1 | -3/+3 |
| | | |||||
* | | add inline script example for websocket passthrough, fix #340 | Maximilian Hils | 2014-12-01 | 1 | -0/+6 |
| | | |||||
* | | make header processing configurable by inline scripts, refs #340 | Maximilian Hils | 2014-12-01 | 1 | -11/+15 |
| | | |||||
* | | fix error html | Maximilian Hils | 2014-11-26 | 1 | -1/+1 |
|/ | |||||
* | add sni support to LiveConnection.change_server | Maximilian Hils | 2014-11-19 | 1 | -2/+11 |
| | |||||
* | handle script hooks in replay, fix tests, fix #402 | Maximilian Hils | 2014-11-14 | 1 | -28/+38 |
| | |||||
* | fix #401 | Maximilian Hils | 2014-11-07 | 1 | -8/+4 |
| | |||||
* | Fixing issue #392. | Wade 524 | 2014-10-31 | 1 | -3/+2 |
| | |||||
* | Legibility | Aldo Cortesi | 2014-10-26 | 1 | -48/+124 |
| | |||||
* | Fix crash while streaming | Aldo Cortesi | 2014-10-26 | 1 | -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 legibility | Aldo Cortesi | 2014-10-26 | 1 | -24/+66 |
| | |||||
* | tweak SSL detection heuristics | Maximilian Hils | 2014-10-21 | 1 | -1/+9 |
| | |||||
* | add generic tcp proxying, fix #374 | Maximilian Hils | 2014-10-18 | 3 | -21/+29 |
| | |||||
* | fix typo | Maximilian Hils | 2014-10-08 | 1 | -1/+1 |
| | |||||
* | replay: carry over SNI value | Maximilian Hils | 2014-10-02 | 1 | -2/+3 |
| | |||||
* | fix timestamp formatting: end_time may not be set | Maximilian Hils | 2014-09-22 | 1 | -2/+4 |
| | |||||
* | clean up timestamp handling | Maximilian Hils | 2014-09-21 | 1 | -6/+10 |
| | |||||
* | start to fill detailpane | Maximilian Hils | 2014-09-19 | 1 | -0/+6 |
| | |||||
* | flowtable: add selection indicator, add keyboard navigation | Maximilian Hils | 2014-09-18 | 1 | -0/+3 |
| | |||||
* | implement FlowStore basics | Maximilian Hils | 2014-09-17 | 1 | -1/+1 |
| | |||||
* | Introduce short form object state, and connect the ends to send data to web app | Aldo Cortesi | 2014-09-17 | 2 | -2/+3 |
| | |||||
* | Clean up and clarify StateObject | Aldo Cortesi | 2014-09-17 | 3 | -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 & formatting | Aldo Cortesi | 2014-09-17 | 2 | -58/+123 |
| | |||||
* | Basic websocket connection, code cleanup. | Aldo Cortesi | 2014-09-17 | 1 | -17/+26 |
| | |||||
* | mitmproxy -> libmproxy.main. do some leanup on the way | Maximilian Hils | 2014-09-08 | 1 | -2/+2 |
| | |||||
* | update examples, fix #353 | Maximilian Hils | 2014-09-08 | 1 | -1/+2 |
| | |||||
* | remove proxy mode abstraction: always be clear which mode we are in | Maximilian Hils | 2014-09-08 | 1 | -19/+18 |
| | |||||
* | improve logging | Maximilian Hils | 2014-09-08 | 1 | -7/+19 |
| | |||||
* | improve change_server api, add example how to change the upstream server | Maximilian Hils | 2014-09-07 | 1 | -5/+18 |
| | |||||
* | update code docs, make sure that url attribute never returns ↵ | Maximilian Hils | 2014-09-07 | 1 | -4/+10 |
| | | | | prettified/formatted values | ||||
* | streamline HTTPHandler.handle_flow() | Maximilian Hils | 2014-09-05 | 1 | -95/+96 |
| | |||||
* | update docs, mostly revert 2f44b26b4cd014e03dd62a125d79af9b81663a93 | Maximilian Hils | 2014-09-05 | 2 | -52/+58 |
| | |||||
* | change replay_request behaviour, refs #346; test upstream proxy mode | Maximilian Hils | 2014-09-05 | 1 | -24/+19 |
| | |||||
* | coverage++ | Maximilian Hils | 2014-09-04 | 1 | -1/+1 |
| | |||||
* | coverage++ | Maximilian Hils | 2014-09-04 | 1 | -2/+2 |
| | |||||
* | Merge branch 'issue_341' into server_change_api | Maximilian Hils | 2014-09-04 | 1 | -2/+3 |
|\ | |||||
| * | Merge branch 'master' into issue_341 | Maximilian Hils | 2014-09-04 | 1 | -2/+3 |
| |\ | |||||
| | * | remove outdated IOError test case ↵ | Maximilian Hils | 2014-09-04 | 1 | -1/+1 |
| | | | | | | | | | | | | (https://github.com/mitmproxy/netlib/commit/f5fdfd8a9f17e0fe213a9cf54acae84e4bc31462) | ||||
| | * | fix #344 | Maximilian Hils | 2014-09-04 | 1 | -2/+3 |
| | | | |||||
| | * | fix IOError handling | Maximilian Hils | 2014-09-03 | 1 | -1/+1 |
| | | |