aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Change size limit cmdline flag to -Z, enable size limits for replay.Aldo Cortesi2011-09-093-9/+12
|
* Add HTTP body size limit specification to command-line tools.Aldo Cortesi2011-09-098-27/+69
|
* Basic infrastructure for request and response body size limits.Aldo Cortesi2011-09-093-21/+71
|
* Merge branch 'master' of ssh.github.com:cortesi/mitmproxyAldo Cortesi2011-09-074-4/+14
|\
| * Improve robustness against invalid data.Aldo Cortesi2011-09-053-4/+12
| |
| * Merge branch 'master' of github.com:cortesi/mitmproxyAldo Cortesi2011-09-042-6/+24
| |\
| * | Reset exit flag when proxy starts.Aldo Cortesi2011-09-041-0/+2
| | |
* | | README and minor felicities for script examples.Aldo Cortesi2011-08-272-6/+6
| |/ |/|
* | Add an example script that turns all PNGs upside down.Aldo Cortesi2011-08-261-0/+9
| |
* | Fix a rare crash in sticky cookies.Aldo Cortesi2011-08-261-1/+2
| |
* | Fix a problem with sticky cookie domain matching.Aldo Cortesi2011-08-261-5/+13
|/ | | | | Just like everything else cookie-related in the standard library, cookielib.domain_match is fucked up.
* Add attribution and license for tnetstring.pyAldo Cortesi2011-08-193-20/+26
|
* Move to typed netstrings for serialization.Aldo Cortesi2011-08-193-221/+400
| | | | This change is backwards incompatible with the old serialization format!
* Revert changes to contrib/pyparsing.pyAldo Cortesi2011-08-191-22/+22
| | | | We want this module to match upstream.
* Optimized single character checkAndrás Veres-Szentkirályi2011-08-181-1/+1
|
* Removed unused importsAndrás Veres-Szentkirályi2011-08-185-8/+7
|
* Optimized list appendingAndrás Veres-Szentkirályi2011-08-181-4/+4
|
* Removed assignments to unused variablesAndrás Veres-Szentkirályi2011-08-181-3/+0
|
* Replaced unnecessary lists with generatorsAndrás Veres-Szentkirályi2011-08-186-33/+33
|
* Add a basic Flow processor example.Aldo Cortesi2011-08-134-4/+49
|
* First pass at implementing pretty view for multipart/form-dataStephen Altamirano2011-08-101-3/+33
|
* Update trove classiviers in setup.pyAldo Cortesi2011-08-071-2/+6
|
* We now have a mailing list and an IRC channelAldo Cortesi2011-08-071-0/+11
| | | | | | | | | Come join us in the #mitmproxy channel on the OFTC IRC network (irc://irc.oftc.net:6667). We also have a mailing list, hosted here: http://groups.google.com/group/mitmproxy
* 0.6 changelogAldo Cortesi2011-08-071-0/+33
|
* Prep for 0.6 release.Aldo Cortesi2011-08-065-5/+7
| | | | | | - Update contributors file. - Bump version number - Include version number in docs
* Remove script examples for now.Aldo Cortesi2011-08-064-13/+0
| | | | I need to come up with some uncontrived examples.
* API docs.Aldo Cortesi2011-08-067-26/+71
|
* Add a "done" event for scripts.Aldo Cortesi2011-08-054-26/+41
| | | | Called exactly once after all other events.
* First draft of scripting docs.Aldo Cortesi2011-08-055-52/+106
|
* Start on scripting documentation and examples.Aldo Cortesi2011-08-058-14/+95
|
* Documentation.Aldo Cortesi2011-08-0517-82/+149
|
* Make scripted rewriting of saved traffic work in mitmdump.Aldo Cortesi2011-08-051-9/+10
|
* More documentation stubbing.Aldo Cortesi2011-08-055-5/+19
|
* Update examples/stickycookies.pyAldo Cortesi2011-08-041-9/+8
|
* Rip out autodecodeAldo Cortesi2011-08-044-35/+10
| | | | | | | | We simplify things as follows: - If we're in "pretty" view mode, we autodecode. - Otherwise, we display raw data, and the user can manually encode/decode with z shortcut.
* Code cleanliness - appease pychecker.Aldo Cortesi2011-08-0413-39/+23
|
* Move script.Context to flow.ScriptContextAldo Cortesi2011-08-043-18/+27
|
* Clean pydoc profile for flow.FlowAldo Cortesi2011-08-041-12/+44
|
* Clean pydoc profile for flow.Response, flow.ErrorAldo Cortesi2011-08-041-9/+65
|
* Request class now has a clean pydoc profile.Aldo Cortesi2011-08-048-40/+76
|
* Further interface cleaning.Aldo Cortesi2011-08-037-52/+42
|
* Clean up interfaces by making some methods pseudo-private.Aldo Cortesi2011-08-032-71/+74
|
* Move all HTTP objects to flow.pyAldo Cortesi2011-08-0311-963/+975
| | | | That's Request, Response, ClientConnect, ClientDisconnect, Error, and Headers.
* Miscelaneous doc updates.Aldo Cortesi2011-08-0312-23/+59
| | | | | - Make typography less hideous. - Stub out the docs I'm about to write.
* Doc and help adjustments.Aldo Cortesi2011-08-035-12/+15
|
* Make "C" clear eventlog when it has focus.Aldo Cortesi2011-08-031-2/+17
|
* Enable "|" command to run a oneshot script on a single flow.Aldo Cortesi2011-08-033-16/+33
|
* Add script set/unset shortcut for mitmproxy.Aldo Cortesi2011-08-031-2/+30
|
* Move commands around to make space for "s" script shortcut.Aldo Cortesi2011-08-031-27/+7
| | | | | | | | New commands are: "w" - save all flows "W" - save this flow "S" - server replay
* Add script hooks, enable new engine for mitmdump.Aldo Cortesi2011-08-039-109/+116
|