Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | --replay_ignore_payload_params added, to filter params in form posts | Marcelo Glezer | 2014-12-18 | 1 | -12/+27 | |
| | ||||||
* | introduce revised views, port over changes from multiple_views branch | Maximilian Hils | 2014-11-26 | 1 | -66/+191 | |
| | ||||||
* | fix limit_txt, fix #412 | Maximilian Hils | 2014-11-23 | 1 | -2/+2 | |
| | ||||||
* | retain raw filter str on filt objects | Maximilian Hils | 2014-11-22 | 1 | -4/+4 | |
| | ||||||
* | handle script hooks in replay, fix tests, fix #402 | Maximilian Hils | 2014-11-14 | 1 | -12/+12 | |
| | ||||||
* | fix tests | Maximilian Hils | 2014-11-11 | 1 | -1/+1 | |
| | ||||||
* | fix #402 | Maximilian Hils | 2014-11-10 | 1 | -1/+2 | |
| | ||||||
* | Reduce loop timeouts to improve mitmproxy responsiveness | Aldo Cortesi | 2014-11-06 | 1 | -3/+10 | |
| | | | | Fixes #384 | |||||
* | Fix crash while streaming | Aldo Cortesi | 2014-10-26 | 1 | -2/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | 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 | -3/+6 | |
| | ||||||
* | Fixing issue #368. | Wade 524 | 2014-10-24 | 1 | -2/+3 | |
| | ||||||
* | fix #346 | Maximilian Hils | 2014-10-22 | 1 | -0/+5 | |
|\ | ||||||
| * | reverse proxy: adjust dst when reading flows, fix #346 | Maximilian Hils | 2014-09-08 | 1 | -0/+5 | |
| | | ||||||
* | | fix race conditions in tests | Maximilian Hils | 2014-10-19 | 1 | -0/+2 | |
| | | ||||||
* | | add generic tcp proxying, fix #374 | Maximilian Hils | 2014-10-18 | 1 | -6/+12 | |
| | | ||||||
* | | --replay-ignore-content & --replay-ignore-param ported from branch 0.10 | Marcelo Glezer | 2014-10-03 | 1 | -7/+28 | |
| | | ||||||
* | | Clean up and clarify StateObject | Aldo Cortesi | 2014-09-17 | 1 | -4/+4 | |
| | | | | | | | | | | | | | | | | | | - 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 | |||||
* | | Basic websocket connection, code cleanup. | Aldo Cortesi | 2014-09-17 | 1 | -11/+13 | |
| | | ||||||
* | | Remove external app option, make tick timeout explicit | Aldo Cortesi | 2014-09-14 | 1 | -33/+6 | |
| | | ||||||
* | | Super-basic outline for web io loop | Aldo Cortesi | 2014-09-14 | 1 | -3/+3 | |
| | | ||||||
* | | web -> onboarding | Aldo Cortesi | 2014-09-12 | 1 | -1/+1 | |
| | | ||||||
* | | Reorg to put web app in its own directory | Aldo Cortesi | 2014-09-10 | 1 | -2/+3 | |
|/ | ||||||
* | add --ignore ui indication | Maximilian Hils | 2014-09-08 | 1 | -5/+9 | |
| | ||||||
* | fix #349 | Maximilian Hils | 2014-09-07 | 1 | -2/+5 | |
| | ||||||
* | much tests. so tcp. very wow. | Maximilian Hils | 2014-09-04 | 1 | -1/+2 | |
| | ||||||
* | Merge branch 'issue_341' into server_change_api | Maximilian Hils | 2014-09-04 | 1 | -2/+1 | |
|\ | | | | | | | | | | | Conflicts: examples/redirect_requests.py libmproxy/console/common.py | |||||
| * | fix some leftovers | Maximilian Hils | 2014-09-04 | 1 | -2/+1 | |
| | | ||||||
* | | improve HTTPRequest syntax | Maximilian Hils | 2014-09-03 | 1 | -6/+6 | |
|/ | ||||||
* | fix #341 - work on flows instead of request/response internally. | Maximilian Hils | 2014-09-03 | 1 | -58/+48 | |
| | ||||||
* | fix #328 | Maximilian Hils | 2014-08-24 | 1 | -1/+1 | |
| | ||||||
* | fix #308 | Maximilian Hils | 2014-08-08 | 1 | -24/+1 | |
| | ||||||
* | Merge branch 'stream' | Maximilian Hils | 2014-07-31 | 1 | -0/+28 | |
|\ | | | | | | | | | Conflicts: libmproxy/protocol/http.py | |||||
| * | workaround: always make sure that flow.response.reply exists | Maximilian Hils | 2014-07-25 | 1 | -2/+3 | |
| | | ||||||
| * | add --stream options, various fixes | Maximilian Hils | 2014-07-21 | 1 | -0/+22 | |
| | | ||||||
| * | simplify responseheader scripthook | Maximilian Hils | 2014-07-20 | 1 | -5/+3 | |
| | | ||||||
| * | basic attempt to implement streaming response, needs testing | Brad Peabody | 2014-07-17 | 1 | -0/+7 | |
| | | ||||||
* | | minor fixes | Maximilian Hils | 2014-07-27 | 1 | -2/+2 | |
| | | ||||||
* | | fix #259 | Maximilian Hils | 2014-07-26 | 1 | -7/+2 | |
|/ | ||||||
* | Remove global should_exit and fix tests | Vyacheslav Bakhmutov | 2014-06-13 | 1 | -2/+3 | |
| | ||||||
* | add support for log levels | Maximilian Hils | 2014-03-13 | 1 | -1/+5 | |
| | ||||||
* | add -d switch to mitmdump to compensate for old verbosity functionality | Maximilian Hils | 2014-03-12 | 1 | -2/+2 | |
| | ||||||
* | always use relative imports, fix status bar bug | Maximilian Hils | 2014-03-10 | 1 | -6/+4 | |
| | ||||||
* | split up protocol\__init__.py | Maximilian Hils | 2014-03-10 | 1 | -1/+1 | |
| | ||||||
* | finish proxy.py split up | Maximilian Hils | 2014-03-09 | 1 | -8/+32 | |
| | ||||||
* | split up proxy.py | Maximilian Hils | 2014-03-09 | 1 | -1/+0 | |
| | ||||||
* | fix comments | Maximilian Hils | 2014-02-09 | 1 | -1/+1 | |
| | ||||||
* | Fix flow initialization order error | Aldo Cortesi | 2014-02-08 | 1 | -3/+3 | |
| | | | | Resolves #210 | |||||
* | test libmproxy.app, increase coverage | Maximilian Hils | 2014-02-07 | 1 | -10/+31 | |
| | ||||||
* | fix bugs, expose timestamp information to console ui | Maximilian Hils | 2014-02-06 | 1 | -3/+3 | |
| | ||||||
* | add skeleton to change destinatin server during intercept, fix all testcases ↵ | Maximilian Hils | 2014-02-05 | 1 | -10/+9 | |
| | | | | on windows |