aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Expand KV mockup.Aldo Cortesi2012-02-071-3/+27
| | |
* | | Restore header edit functionality.Aldo Cortesi2012-02-071-7/+6
|/ /
* | Refactor keypress handling.Aldo Cortesi2012-02-061-140/+142
| | | | | | | | We now let views over-ride global keys, rather than the other way round.
* | Make space = page down global.Aldo Cortesi2012-02-061-9/+21
| |
* | Very basic KV editor mockup.Aldo Cortesi2012-02-062-12/+44
|/
* Make adding a response to a response-less flow nicer.Aldo Cortesi2012-01-231-66/+70
|
* Fix unit tests broken during previous commit.Aldo Cortesi2012-01-211-4/+4
|
* Address an issue that allows a malicious client to place certificate files ↵Aldo Cortesi2012-01-213-10/+11
| | | | | | in arbitrary directories. Thanks to David Black (disclosure@d1b.org) for pointing this out.
* Fix an issue caused by some editors when editing a request/response body.Aldo Cortesi2012-01-216-11/+7
| | | | | | Many editors make it hard save a file without a terminating newline on the last line. When editing message bodies, this can cause problems. For now, I just strip the newlines off the end of the body when we return from an editor.
* Merge pull request #21 from mehaase/masterAldo Cortesi2011-12-284-5/+26
|\ | | | | Merge fixes from Mark E. Haase.
| * 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
|/ | | | be ~q.
* 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 HTTP responses with status line missing a message/reason phrase
| | * Handle missing message/reason phrase in HTTP response status line gracefully ↵meeee2011-09-261-0/+2
| |/ | | | | | | by adding an empty one.
* / 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
|/ | | | | 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
|