aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/proxy.py
Commit message (Expand)AuthorAgeFilesLines
* Code cleanliness - appease pychecker.Aldo Cortesi2011-08-041-2/+2
* Request class now has a clean pydoc profile.Aldo Cortesi2011-08-041-1/+1
* Further interface cleaning.Aldo Cortesi2011-08-031-10/+10
* Move all HTTP objects to flow.pyAldo Cortesi2011-08-031-444/+26
* Tweak encoding behaviourAldo Cortesi2011-08-021-2/+5
* Unit test++Aldo Cortesi2011-08-021-9/+14
* General cleanup.Aldo Cortesi2011-08-021-1/+0
* Fix a rare undefined variable crash in proxy.py.Aldo Cortesi2011-08-021-1/+3
* Add decoding/encoding for requests.Aldo Cortesi2011-08-011-23/+25
* Merge remote-tracking branch 'alts/encoding'Aldo Cortesi2011-07-281-0/+21
|\
| * Adds encode and decode methods to Response objectsStephen Altamirano2011-07-261-3/+24
* | Changes replace logic to function in both Python 2.6.x and 2.7.xStephen Altamirano2011-07-261-12/+12
|/
* Fix a crash in mitmdump event display.Aldo Cortesi2011-07-231-1/+1
* Extend eventlog information.Aldo Cortesi2011-07-231-7/+19
* Also replace strings path for requests.Aldo Cortesi2011-07-221-0/+2
* Add utility functions to search and replace strings in flowsAldo Cortesi2011-07-221-0/+29
* Removes last_encoding attribute from Response. Prompts for encoding on identi...Stephen Altamirano2011-07-211-1/+0
* Removes should_autodecode attribute from Response. Adds commandline option 'd...Stephen Altamirano2011-07-211-1/+0
* Adds ability to toggle between encodings in the response viewStephen Altamirano2011-07-181-0/+2
* Adds support for content encoding, namely gip and deflatealts2011-07-161-6/+15
* Introduce an anti-compression command-line argument.Aldo Cortesi2011-07-151-1/+7
* Rewrite Headers object to preserve order and case.Aldo Cortesi2011-07-141-9/+8
* Cast some data read from dump files to str, to prevent unicode promotion.Aldo Cortesi2011-07-011-5/+5
* Make the certificate wait time configurable.Aldo Cortesi2011-06-271-2/+5
* Repair a problem that sometimes caused SSL connections to peg the CPU.Aldo Cortesi2011-06-231-3/+6
* unit test coverage ++Aldo Cortesi2011-03-201-13/+0
* Add a stickyauth option.Aldo Cortesi2011-03-201-1/+2
* Revamp key generation.Aldo Cortesi2011-03-181-12/+8
* Improve responsiveness of request and response viewing.Aldo Cortesi2011-03-151-0/+3
* Add server replay to mitmproxy.Aldo Cortesi2011-03-131-2/+3
* Handle invalid bind address specifications gracefully.Aldo Cortesi2011-03-121-1/+9
* Display Errors and killed connections in mitmdump.Aldo Cortesi2011-03-111-1/+1
* Add --norefresh to stop refreshing server playback to mitmdump.Aldo Cortesi2011-03-111-2/+27
* Stub out refresh for server-side replay.Aldo Cortesi2011-03-091-1/+26
* Add an --anticache option to mitmdump.Aldo Cortesi2011-03-091-0/+13
* Store timestamps on flow components as a UTC time tuple.Aldo Cortesi2011-03-071-4/+4
* Add an indicator that sticky cookies have been applied in mitmdump.Aldo Cortesi2011-02-251-0/+3
* Move stringification funcs from proxy to dump.Aldo Cortesi2011-02-251-9/+0
* Start abstracting out sticky cookie state.Aldo Cortesi2011-02-241-2/+2
* Fix a subtle Unicode problem in Response.assembleAldo Cortesi2011-02-211-1/+1
* First pass of playback function for mitmdump.Aldo Cortesi2011-02-211-1/+11
* Certificates are now generated in a temporary per-session directory.Aldo Cortesi2011-02-201-23/+12
* Revamp SSL configuration.Aldo Cortesi2011-02-201-24/+70
* Clean up certificate generation.Aldo Cortesi2011-02-201-4/+4
* Implement state loading that doesn't change object identity.Aldo Cortesi2011-02-201-2/+39
* Fix serialization when a Request has no associated client connection.Aldo Cortesi2011-02-191-2/+2
* Refactor Flow primitives to remove HTTP1.0 assumption.Aldo Cortesi2011-02-191-16/+27
* Don't leave dangling browser connections for pipelined requests.Aldo Cortesi2011-02-161-1/+2
* Fix a bug in HTTP 1.1 pipelining that caused Requests to be over-written.Aldo Cortesi2011-02-161-1/+2
* FlowMaster bugfixes and unit tests.Aldo Cortesi2011-02-161-1/+1