| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Nose mopup: docs, no cover pragmas, a few missing path specs. | Aldo Cortesi | 2012-06-09 | 1 | -3/+2 |
* | Fix AttributeError when shutting down a writing mitmdump. | Aldo Cortesi | 2012-05-17 | 1 | -1/+1 |
* | Include a formatted exception in WSGI error page. | Aldo Cortesi | 2012-05-07 | 1 | -1/+1 |
* | Shut mitmdump down gracefully on SIGTERM. | Aldo Cortesi | 2012-04-15 | 1 | -0/+5 |
* | Move mitmproxy reverse proxy shortcut to "P". | Aldo Cortesi | 2012-03-18 | 1 | -1/+0 |
* | Fix unit tests. | Aldo Cortesi | 2012-03-17 | 1 | -2/+3 |
* | Add specification of replacement patterns on the command line. | Aldo Cortesi | 2012-03-17 | 1 | -0/+4 |
* | Repair unit tests after nopop introduction. | Aldo Cortesi | 2012-03-10 | 1 | -1/+3 |
* | License notifications, minor docs. | Aldo Cortesi | 2012-02-23 | 1 | -0/+15 |
* | Gracefully handle invalid data format passed to -r flag. | Aldo Cortesi | 2012-02-09 | 1 | -1/+4 |
* | Removed unused imports | András Veres-Szentkirályi | 2011-08-18 | 1 | -1/+1 |
* | Add a basic Flow processor example. | Aldo Cortesi | 2011-08-13 | 1 | -1/+0 |
* | Add a "done" event for scripts. | Aldo Cortesi | 2011-08-05 | 1 | -1/+2 |
* | Make scripted rewriting of saved traffic work in mitmdump. | Aldo Cortesi | 2011-08-05 | 1 | -9/+10 |
* | Rip out autodecode | Aldo Cortesi | 2011-08-04 | 1 | -2/+0 |
* | Request class now has a clean pydoc profile. | Aldo Cortesi | 2011-08-04 | 1 | -1/+1 |
* | Further interface cleaning. | Aldo Cortesi | 2011-08-03 | 1 | -3/+3 |
* | Add script hooks, enable new engine for mitmdump. | Aldo Cortesi | 2011-08-03 | 1 | -22/+5 |
* | Move the event notification mechanism into flow.py | Aldo Cortesi | 2011-08-03 | 1 | -13/+4 |
* | Unit test++ | Aldo Cortesi | 2011-08-02 | 1 | -1/+1 |
* | General cleanup. | Aldo Cortesi | 2011-08-02 | 1 | -2/+2 |
* | Fix a crash in mitmdump event display. | Aldo Cortesi | 2011-07-23 | 1 | -1/+1 |
* | Extend eventlog information. | Aldo Cortesi | 2011-07-23 | 1 | -1/+4 |
* | Add an eventlog option to mitmdump | Aldo Cortesi | 2011-07-23 | 1 | -0/+14 |
* | Don't turn off output if -v flag is passed more than twice. | Aldo Cortesi | 2011-07-23 | 1 | -1/+2 |
* | Removes should_autodecode attribute from Response. Adds commandline option 'd... | Stephen Altamirano | 2011-07-21 | 1 | -2/+4 |
* | Introduce an anti-compression command-line argument. | Aldo Cortesi | 2011-07-15 | 1 | -0/+2 |
* | Anticache and refresh_server_playback options are applied before flows are lo... | Aldo Cortesi | 2011-05-15 | 1 | -2/+2 |
* | Add -r option to mitmdump and mitmproxy. | Aldo Cortesi | 2011-05-15 | 1 | -0/+12 |
* | Add a -n option which tells the tools not to bind a proxy. | Aldo Cortesi | 2011-05-14 | 1 | -0/+1 |
* | Add a stickyauth option. | Aldo Cortesi | 2011-03-20 | 1 | -0/+4 |
* | Make mitmdump handle invalid serialized data gracefully. | Aldo Cortesi | 2011-03-11 | 1 | -2/+1 |
* | Display Errors and killed connections in mitmdump. | Aldo Cortesi | 2011-03-11 | 1 | -32/+56 |
* | Add --norefresh to stop refreshing server playback to mitmdump. | Aldo Cortesi | 2011-03-11 | 1 | -0/+2 |
* | Add an --anticache option to mitmdump. | Aldo Cortesi | 2011-03-09 | 1 | -4/+7 |
* | Make mitmdump server playback also exit by default. | Aldo Cortesi | 2011-03-06 | 1 | -1/+2 |
* | Make mitmdump exit after client replay is complete by default. | Aldo Cortesi | 2011-03-06 | 1 | -1/+5 |
* | Add client replay options to mitmdump. | Aldo Cortesi | 2011-03-06 | 1 | -11/+23 |
* | Massage namespace to make room for client replay. | Aldo Cortesi | 2011-03-05 | 1 | -4/+4 |
* | Add an indicator that sticky cookies have been applied in mitmdump. | Aldo Cortesi | 2011-02-25 | 1 | -1/+4 |
* | Move stringification funcs from proxy to dump. | Aldo Cortesi | 2011-02-25 | 1 | -6/+17 |
* | Add -c and -C options to mitmdump to control sticky cookies. | Aldo Cortesi | 2011-02-25 | 1 | -0/+5 |
* | Add a way for users to specify header significance in server replay. | Aldo Cortesi | 2011-02-23 | 1 | -1/+2 |
* | Move script hooks into the flow primitives. | Aldo Cortesi | 2011-02-21 | 1 | -14/+7 |
* | Add --kill option to mitmdump | Aldo Cortesi | 2011-02-21 | 1 | -3/+12 |
* | First pass of playback function for mitmdump. | Aldo Cortesi | 2011-02-21 | 1 | -1/+12 |
* | Refactor Flow primitives to remove HTTP1.0 assumption. | Aldo Cortesi | 2011-02-19 | 1 | -11/+3 |
* | First pass of script hooks for mitmdump. | Aldo Cortesi | 2011-02-18 | 1 | -6/+24 |
* | Whitespace in mitmdump output. | Aldo Cortesi | 2011-02-17 | 1 | -5/+6 |
* | Refine verbose mitmdump output. | Aldo Cortesi | 2011-02-17 | 1 | -8/+17 |