aboutsummaryrefslogtreecommitdiffstats
path: root/test/mitmproxy
Commit message (Expand)AuthorAgeFilesLines
* Make har_extractor.py output HAR 1.2 spec-compliantTai Dickerson2016-06-141-3/+4
* update examples, tests, docsMaximilian Hils2016-06-133-5/+7
* Remove odictAldo Cortesi2016-06-091-3/+3
* If a message has been acked, all other processors are skippedAldo Cortesi2016-06-082-0/+10
* Simplify script concurrency helpersAldo Cortesi2016-06-081-15/+11
* A new interface for replyAldo Cortesi2016-06-082-7/+7
* Add reply.ack and reply.killAldo Cortesi2016-06-081-4/+3
* simplify pretty_json, improve test coverageMaximilian Hils2016-06-061-4/+3
* Utils cleanupsAldo Cortesi2016-06-072-15/+8
* Basic ConsoleMaster tests, based on mastertesterAldo Cortesi2016-06-041-1/+13
* console/__init__.py -> console/master.pyAldo Cortesi2016-06-041-6/+6
* Very basic test truss for web.appAldo Cortesi2016-06-041-0/+22
* Rebase on masterAldo Cortesi2016-06-044-76/+119
* Shift a bunch more string-related functions to strutilsAldo Cortesi2016-06-021-19/+0
* Fix non-deterministic test failures in exportAldo Cortesi2016-06-021-2/+4
* http2.frame -> http2.framereaderAldo Cortesi2016-05-311-7/+7
* Move human-friendly format functions to netlib.human, remove redundant implem...Aldo Cortesi2016-05-311-25/+0
* Module is part of the name - url.decode, not url.urldecodeAldo Cortesi2016-05-311-2/+2
* Extract url functions from netlib.utils and move to netlib.http.urlAldo Cortesi2016-05-311-3/+3
* Start cleaning up netlib.utilsAldo Cortesi2016-05-311-7/+7
* Fix test import errorAldo Cortesi2016-05-311-1/+2
* split mitmproxy.flow into mitmproxy.flow.*Maximilian Hils2016-05-301-21/+21
* fixThomas Kriechbaumer2016-05-291-1/+1
* fix windows pathsThomas Kriechbaumer2016-05-291-2/+2
* fix har testThomas Kriechbaumer2016-05-291-5/+5
* fix #1162Thomas Kriechbaumer2016-05-291-2/+5
* more style cleanupThomas Kriechbaumer2016-05-2940-68/+73
* more style cleanupThomas Kriechbaumer2016-05-293-27/+25
* Merge pull request #1172 from cortesi/solidcoreAldo Cortesi2016-05-296-104/+104
|\
| * handle_* -> *Aldo Cortesi2016-05-296-66/+58
| * Explicitly list all eventsAldo Cortesi2016-05-291-2/+2
| * Flatten ServerMaster into MasterAldo Cortesi2016-05-291-5/+2
| * Merge branch 'master' into solidcoreAldo Cortesi2016-05-295-9/+3
| |\
| * | Make @controller.handler inheritance-friendlyAldo Cortesi2016-05-281-4/+1
| * | Mandate that all handlers must be wrapped, make tests passAldo Cortesi2016-05-282-18/+26
| * | Sketch out a more solid coreAldo Cortesi2016-05-283-15/+21
* | | fix testsMaximilian Hils2016-05-281-1/+1
| |/ |/|
* | cleanup imports with flake8Thomas Kriechbaumer2016-05-285-9/+3
|/
* Merge pull request #1127 from mitmproxy/tcp-flowsThomas Kriechbaumer2016-05-235-12/+42
|\
| * tests++Maximilian Hils2016-05-202-2/+32
| * add FlowMaster.active_flowsMaximilian Hils2016-05-191-4/+1
| * tests: finish connections properlyMaximilian Hils2016-05-191-0/+1
| * fix tests, don't double-add error'd flowsMaximilian Hils2016-05-191-1/+3
| * minor fixes, adjust testsMaximilian Hils2016-05-193-10/+10
* | Merge branch 'mhils-multidict'Aldo Cortesi2016-05-216-59/+31
|\ \
| * | improve MultiDict, add ImmutableMultiDict, adjust response.cookiesMaximilian Hils2016-05-181-1/+1
| * | test flow export with duplicate query stringMaximilian Hils2016-05-184-3/+21
| * | add MultiDictMaximilian Hils2016-05-183-57/+11
| |/
* / We don't need 3 slightly different implementations of DataAldo Cortesi2016-05-212-2/+4
|/
* remove debug printThomas Kriechbaumer2016-05-171-1/+0