aboutsummaryrefslogtreecommitdiffstats
path: root/mitmproxy
Commit message (Expand)AuthorAgeFilesLines
* Web apps to addonsAldo Cortesi2016-10-1925-68/+172
* Convert flow.state to an addonAldo Cortesi2016-10-187-22/+20
* accept_addon -> resume, intercept/resume eventsAldo Cortesi2016-10-187-14/+19
* master.duplicate_flow -> state.duplicate_flowAldo Cortesi2016-10-185-12/+12
* Response body streaming to addonAldo Cortesi2016-10-189-41/+47
* dumper: limit url lengthMaximilian Hils2016-10-171-0/+2
* remove empty lines at beginning of fileThomas Kriechbaumer2016-10-1760-62/+0
* removed unused importThomas Kriechbaumer2016-10-171-2/+0
* fix socks5 mode with tlsMaximilian Hils2016-10-161-3/+1
* python3: clean up super and __future__Aldo Cortesi2016-10-1782-177/+95
* python3: clean up class bracketsAldo Cortesi2016-10-1721-27/+27
* Zap object base classAldo Cortesi2016-10-1721-28/+29
* actually fix merge :see_no_evil:Maximilian Hils2016-10-162-16/+15
* fix mergeMaximilian Hils2016-10-161-7/+1
* Merge branch 'such-types'Maximilian Hils2016-10-1620-187/+173
|\
| * py2--: inline type infoMaximilian Hils2016-10-1620-196/+177
* | test & examples: zap sixAldo Cortesi2016-10-171-4/+5
* | mitmproxy: zap sixAldo Cortesi2016-10-1724-191/+97
|/
* First-order conversion to Python3-onlyAldo Cortesi2016-10-177-12/+9
* Add stub converter for 0.19 io formatAldo Cortesi2016-10-171-0/+6
* docs: concurrency, developing scriptsAldo Cortesi2016-10-161-1/+1
* scripts: keep scripts just after the ScriptLoader in addon chainAldo Cortesi2016-10-162-9/+40
* mitmdump: fix addon order - dumper must be lastAldo Cortesi2016-10-161-1/+1
* docs: logging and the contextAldo Cortesi2016-10-161-3/+18
* scripts: handle SystemExit from scripts explicitlyAldo Cortesi2016-10-161-0/+2
* mitmdump: show script errors on startupAldo Cortesi2016-10-161-1/+1
* docs: overview, classes, argumentsAldo Cortesi2016-10-161-1/+0
* docs: improve external source links, tweak code docsAldo Cortesi2016-10-161-20/+22
* Clean up models.http a bitAldo Cortesi2016-10-161-31/+17
* docs: cleanups improvements and fighting sphinxAldo Cortesi2016-10-165-13/+14
* fix #1611Maximilian Hils2016-10-151-4/+2
* fix #1605Maximilian Hils2016-10-131-12/+6
* simplify eof detectionMaximilian Hils2016-10-052-16/+5
* Merge pull request #1598 from cortesi/dummystateThomas Kriechbaumer2016-10-043-10/+13
|\
| * mitmdump: use a dummy state objectAldo Cortesi2016-10-043-10/+13
* | use flt instead of filt for flowfilter expressionsThomas Kriechbaumer2016-10-042-8/+8
|/
* Consolidate loggingAldo Cortesi2016-10-047-30/+50
* http2: support the requestheaders eventAldo Cortesi2016-10-043-14/+17
* Clarify channel interaction patternAldo Cortesi2016-10-041-9/+5
* Add requestheaders eventAldo Cortesi2016-10-044-16/+31
* websockets_handshake -> websocket_handshakeAldo Cortesi2016-10-043-3/+3
* fix flowfilter.match argsThomas Kriechbaumer2016-10-036-14/+14
* use flowfilter.matchThomas Kriechbaumer2016-10-036-16/+9
* move flow.match to flowfilter.matchThomas Kriechbaumer2016-10-032-19/+8
* rename mitmproxy.filt -> mitmproxy.flowfilterThomas Kriechbaumer2016-10-0314-98/+94
* Revert "Add API to programmatically create new requests (#1534)"Maximilian Hils2016-10-021-4/+0
* Add API to programmatically create new requests (#1534)Tyler St. Onge2016-10-011-0/+4
* console: fix client replayAldo Cortesi2016-09-303-16/+13
* Merge remote-tracking branch 'upstream/master'Aldo Cortesi2016-09-301-2/+5
|\
| * fix host header modification, refs #1571Maximilian Hils2016-09-281-2/+5