Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refine look and feel, make editor operate on copy of data. | Aldo Cortesi | 2012-02-08 | 3 | -25/+27 |
| | |||||
* | Editing now works. | Aldo Cortesi | 2012-02-08 | 1 | -25/+40 |
| | |||||
* | Editable fields for KVEditor. | Aldo Cortesi | 2012-02-08 | 4 | -119/+198 |
| | |||||
* | Refactor console. | Aldo Cortesi | 2012-02-07 | 9 | -1927/+1962 |
| | | | | Split the console implementation out into logical components. | ||||
* | Expand KV mockup. | Aldo Cortesi | 2012-02-07 | 1 | -3/+27 |
| | |||||
* | Refactor keypress handling. | Aldo Cortesi | 2012-02-06 | 1 | -140/+142 |
| | | | | We now let views over-ride global keys, rather than the other way round. | ||||
* | Make space = page down global. | Aldo Cortesi | 2012-02-06 | 1 | -9/+21 |
| | |||||
* | Very basic KV editor mockup. | Aldo Cortesi | 2012-02-06 | 2 | -12/+44 |
| | |||||
* | Make adding a response to a response-less flow nicer. | Aldo Cortesi | 2012-01-23 | 1 | -66/+70 |
| | |||||
* | Fix unit tests broken during previous commit. | Aldo Cortesi | 2012-01-21 | 1 | -4/+4 |
| | |||||
* | Address an issue that allows a malicious client to place certificate files ↵ | Aldo Cortesi | 2012-01-21 | 3 | -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 Cortesi | 2012-01-21 | 6 | -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/master | Aldo Cortesi | 2011-12-28 | 4 | -5/+26 |
|\ | | | | | Merge fixes from Mark E. Haase. | ||||
| * | Add support for filtering by HTTP method (get, post, etc.) using ~m operator. | Mark E. Haase | 2011-12-28 | 2 | -1/+22 |
| | | |||||
| * | Help docs have ~r as an example but ~r isn't valid. I think it's supposed to ↵ | Mark E. Haase | 2011-12-28 | 2 | -4/+4 |
|/ | | | | be ~q. | ||||
* | Merge branch 'master' of github.com:cortesi/mitmproxy | Aldo Cortesi | 2011-10-26 | 1 | -0/+2 |
|\ | |||||
| * | Merge pull request #15 from meeee/patch-1 | Aldo Cortesi | 2011-10-14 | 1 | -0/+2 |
| |\ | | | | | | | Handle HTTP responses with status line missing a message/reason phrase | ||||
| | * | Handle missing message/reason phrase in HTTP response status line gracefully ↵ | meeee | 2011-09-26 | 1 | -0/+2 |
| |/ | | | | | | | by adding an empty one. | ||||
* / | Simple fix for a unicode error when editing a request URL. | Aldo Cortesi | 2011-10-26 | 2 | -11/+11 |
|/ | |||||
* | Fix a rare crash when a new cert is generated during cerdir removal. | Aldo Cortesi | 2011-09-11 | 1 | -1/+4 |
| | |||||
* | Change size limit cmdline flag to -Z, enable size limits for replay. | Aldo Cortesi | 2011-09-09 | 3 | -9/+12 |
| | |||||
* | Add HTTP body size limit specification to command-line tools. | Aldo Cortesi | 2011-09-09 | 8 | -27/+69 |
| | |||||
* | Basic infrastructure for request and response body size limits. | Aldo Cortesi | 2011-09-09 | 3 | -21/+71 |
| | |||||
* | Merge branch 'master' of ssh.github.com:cortesi/mitmproxy | Aldo Cortesi | 2011-09-07 | 4 | -4/+14 |
|\ | |||||
| * | Improve robustness against invalid data. | Aldo Cortesi | 2011-09-05 | 3 | -4/+12 |
| | | |||||
| * | Merge branch 'master' of github.com:cortesi/mitmproxy | Aldo Cortesi | 2011-09-04 | 2 | -6/+24 |
| |\ | |||||
| * | | Reset exit flag when proxy starts. | Aldo Cortesi | 2011-09-04 | 1 | -0/+2 |
| | | | |||||
* | | | README and minor felicities for script examples. | Aldo Cortesi | 2011-08-27 | 2 | -6/+6 |
| |/ |/| | |||||
* | | Add an example script that turns all PNGs upside down. | Aldo Cortesi | 2011-08-26 | 1 | -0/+9 |
| | | |||||
* | | Fix a rare crash in sticky cookies. | Aldo Cortesi | 2011-08-26 | 1 | -1/+2 |
| | | |||||
* | | Fix a problem with sticky cookie domain matching. | Aldo Cortesi | 2011-08-26 | 1 | -5/+13 |
|/ | | | | | Just like everything else cookie-related in the standard library, cookielib.domain_match is fucked up. | ||||
* | Add attribution and license for tnetstring.py | Aldo Cortesi | 2011-08-19 | 3 | -20/+26 |
| | |||||
* | Move to typed netstrings for serialization. | Aldo Cortesi | 2011-08-19 | 3 | -221/+400 |
| | | | | This change is backwards incompatible with the old serialization format! | ||||
* | Revert changes to contrib/pyparsing.py | Aldo Cortesi | 2011-08-19 | 1 | -22/+22 |
| | | | | We want this module to match upstream. | ||||
* | Optimized single character check | András Veres-Szentkirályi | 2011-08-18 | 1 | -1/+1 |
| | |||||
* | Removed unused imports | András Veres-Szentkirályi | 2011-08-18 | 5 | -8/+7 |
| | |||||
* | Optimized list appending | András Veres-Szentkirályi | 2011-08-18 | 1 | -4/+4 |
| | |||||
* | Removed assignments to unused variables | András Veres-Szentkirályi | 2011-08-18 | 1 | -3/+0 |
| | |||||
* | Replaced unnecessary lists with generators | András Veres-Szentkirályi | 2011-08-18 | 6 | -33/+33 |
| | |||||
* | Add a basic Flow processor example. | Aldo Cortesi | 2011-08-13 | 4 | -4/+49 |
| | |||||
* | First pass at implementing pretty view for multipart/form-data | Stephen Altamirano | 2011-08-10 | 1 | -3/+33 |
| | |||||
* | Update trove classiviers in setup.py | Aldo Cortesi | 2011-08-07 | 1 | -2/+6 |
| | |||||
* | We now have a mailing list and an IRC channel | Aldo Cortesi | 2011-08-07 | 1 | -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 changelog | Aldo Cortesi | 2011-08-07 | 1 | -0/+33 |
| | |||||
* | Prep for 0.6 release. | Aldo Cortesi | 2011-08-06 | 5 | -5/+7 |
| | | | | | | - Update contributors file. - Bump version number - Include version number in docs | ||||
* | Remove script examples for now. | Aldo Cortesi | 2011-08-06 | 4 | -13/+0 |
| | | | | I need to come up with some uncontrived examples. | ||||
* | API docs. | Aldo Cortesi | 2011-08-06 | 7 | -26/+71 |
| | |||||
* | Add a "done" event for scripts. | Aldo Cortesi | 2011-08-05 | 4 | -26/+41 |
| | | | | Called exactly once after all other events. | ||||
* | First draft of scripting docs. | Aldo Cortesi | 2011-08-05 | 5 | -52/+106 |
| | |||||
* | Start on scripting documentation and examples. | Aldo Cortesi | 2011-08-05 | 8 | -14/+95 |
| |