aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* We no longer need to track clientconnections.Aldo Cortesi2011-08-021-7/+0
* Improve performance of loading flows from a file hugely.Aldo Cortesi2011-08-011-4/+4
* Refactor the way we calculate views of the flow list.Aldo Cortesi2011-08-012-8/+8
* Add decoding/encoding for requests.Aldo Cortesi2011-08-011-0/+25
* Merge remote-tracking branch 'alts/encoding'Aldo Cortesi2011-07-281-0/+25
|\
| * Adds test method for Response encoding and decodingStephen Altamirano2011-07-261-0/+25
* | Changes replace logic to function in both Python 2.6.x and 2.7.xStephen Altamirano2011-07-261-2/+2
|/
* Add an eventlog option to mitmdumpAldo Cortesi2011-07-231-2/+3
* Also replace strings path for requests.Aldo Cortesi2011-07-221-1/+3
* Add utility functions to search and replace strings in flowsAldo Cortesi2011-07-223-1/+46
* Adds encode counterparts to decode functionsStephen Altamirano2011-07-171-16/+14
* Refine encoding supportAldo Cortesi2011-07-171-0/+2
* Adds support for content encoding, namely gip and deflatealts2011-07-162-1/+32
* Add a pretty-printing mode for urlencoded form data.Aldo Cortesi2011-07-151-0/+7
* Introduce an anti-compression command-line argument.Aldo Cortesi2011-07-151-0/+1
* Refine path completion somewhat.Aldo Cortesi2011-07-141-1/+2
* Rewrite Headers object to preserve order and case.Aldo Cortesi2011-07-142-94/+24
* Cast some data read from dump files to str, to prevent unicode promotion.Aldo Cortesi2011-07-011-1/+5
* JSON pretty-printing.Aldo Cortesi2011-06-301-1/+9
* Try not to hang when user views large request & response bodiesAldo Cortesi2011-06-271-0/+8
* Add a hideous kludge to fix not-yet-valid certificates.Aldo Cortesi2011-06-111-0/+2
* Add a new flow loading mechanism.Aldo Cortesi2011-05-152-0/+28
* unit test coverage ++Aldo Cortesi2011-03-204-0/+27
* Add a stickyauth option.Aldo Cortesi2011-03-201-0/+40
* Reverse order of flows in mitmproxy.Aldo Cortesi2011-03-201-6/+6
* Revamp key generation.Aldo Cortesi2011-03-182-1/+7
* Interrupt interception when deleting an intercepting flow.Aldo Cortesi2011-03-151-3/+0
* Fix hang on shutdown.Aldo Cortesi2011-03-152-2/+3
* Do pre-processing of requests before replay.Aldo Cortesi2011-03-151-0/+1
* Improve responsiveness of request and response viewing.Aldo Cortesi2011-03-151-0/+31
* Fix unit tests on OSX when a system proxy is configured.Aldo Cortesi2011-03-141-4/+7
* Fix flow formatting unit tests.Aldo Cortesi2011-03-141-4/+2
* Fix a traceback sometimes triggered viewing a connection with no response.Aldo Cortesi2011-03-131-1/+2
* Add client plaback to mitmproxy.Aldo Cortesi2011-03-131-2/+4
* flow.py 100% test coverageAldo Cortesi2011-03-131-1/+11
* mitmproxy prompted input now display previously set value.Aldo Cortesi2011-03-132-5/+5
* Unit tests for proxy.read_chunkedAldo Cortesi2011-03-121-0/+17
* Unit tests for cmdline.pyAldo Cortesi2011-03-121-0/+29
* console.py 100% test coverageAldo Cortesi2011-03-121-1/+16
* netstring.py 100% unit test coverage.Aldo Cortesi2011-03-121-0/+10
* Make mitmdump handle invalid serialized data gracefully.Aldo Cortesi2011-03-111-0/+10
* Display Errors and killed connections in mitmdump.Aldo Cortesi2011-03-111-7/+0
* Add --norefresh to stop refreshing server playback to mitmdump.Aldo Cortesi2011-03-112-1/+12
* Stub out refresh for server-side replay.Aldo Cortesi2011-03-091-1/+19
* Add an --anticache option to mitmdump.Aldo Cortesi2011-03-092-2/+10
* Store timestamps on flow components as a UTC time tuple.Aldo Cortesi2011-03-071-1/+1
* Make mitmdump server playback also exit by default.Aldo Cortesi2011-03-061-6/+11
* Make mitmdump exit after client replay is complete by default.Aldo Cortesi2011-03-061-4/+10
* Add flow_count and active_flow_count methods to flow.State.Aldo Cortesi2011-03-061-14/+22
* Bump unit tests, rearrange mitmdump command-line options slightly.Aldo Cortesi2011-03-062-6/+23