aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Add support for filtering by HTTP method (get, post, etc.) using ~m operator.Mark E. Haase2011-12-282-1/+22
| * Help docs have ~r as an example but ~r isn't valid. I think it's supposed to ...Mark E. Haase2011-12-282-4/+4
|/
* Merge branch 'master' of github.com:cortesi/mitmproxyAldo Cortesi2011-10-261-0/+2
|\
| * Merge pull request #15 from meeee/patch-1Aldo Cortesi2011-10-141-0/+2
| |\
| | * Handle missing message/reason phrase in HTTP response status line gracefully ...meeee2011-09-261-0/+2
| |/
* / Simple fix for a unicode error when editing a request URL.Aldo Cortesi2011-10-262-11/+11
|/
* Fix a rare crash when a new cert is generated during cerdir removal.Aldo Cortesi2011-09-111-1/+4
* 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
|/
* Add attribution and license for tnetstring.pyAldo Cortesi2011-08-193-20/+26
* Move to typed netstrings for serialization.Aldo Cortesi2011-08-193-221/+400
* Revert changes to contrib/pyparsing.pyAldo Cortesi2011-08-191-22/+22
* 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
* 0.6 changelogAldo Cortesi2011-08-071-0/+33
* Prep for 0.6 release.Aldo Cortesi2011-08-065-5/+7
* Remove script examples for now.Aldo Cortesi2011-08-064-13/+0
* API docs.Aldo Cortesi2011-08-067-26/+71
* Add a "done" event for scripts.Aldo Cortesi2011-08-054-26/+41
* 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
* 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