Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a way for users to specify header significance in server replay. | Aldo Cortesi | 2011-02-23 | 1 | -1/+2 |
| | | | | | | Also add the --rheader command-line option to mitmdump to let the user specify an arbitrary number of significant headers. The default is to treat no headers as significant. | ||||
* | Move script hooks into the flow primitives. | Aldo Cortesi | 2011-02-21 | 1 | -14/+7 |
| | | | | This lets handle scripts in corner cases like playback situations more easily. | ||||
* | Add --kill option to mitmdump | Aldo Cortesi | 2011-02-21 | 1 | -3/+12 |
| | | | | | | If this option is passed all requests that are not part of a replayed conversation are killed. If the option is not passed, such requests are passed through to the server as usual. | ||||
* | 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 |
| | | | | | | This is a big patch removing the assumption that there's one connection per Request/Response pair. It touches pretty much every part of mitmproxy, so expect glitches until everything is ironed out. | ||||
* | First pass of script hooks for mitmdump. | Aldo Cortesi | 2011-02-18 | 1 | -6/+24 |
| | | | | Also stub out docs, improve mitmdump error handling. | ||||
* | Whitespace in mitmdump output. | Aldo Cortesi | 2011-02-17 | 1 | -5/+6 |
| | |||||
* | Refine verbose mitmdump output. | Aldo Cortesi | 2011-02-17 | 1 | -8/+17 |
| | |||||
* | Improve mitmdump text output. | Aldo Cortesi | 2011-02-17 | 1 | -14/+21 |
| | |||||
* | Whitepsace and extraneous code. | Aldo Cortesi | 2011-02-17 | 1 | -2/+0 |
| | |||||
* | Add filtering to mitmdump. | Aldo Cortesi | 2011-02-17 | 1 | -5/+10 |
| | |||||
* | Add file writing to mitmdump. | Aldo Cortesi | 2011-02-17 | 1 | -1/+18 |
| | |||||
* | Tweaks and cleanups for mitmdump. | Aldo Cortesi | 2011-02-16 | 1 | -27/+37 |
| | |||||
* | Don't leave dangling browser connections for pipelined requests. | Aldo Cortesi | 2011-02-16 | 1 | -0/+4 |
| | |||||
* | Initial port of mitmdump to Flows. | Aldo Cortesi | 2011-02-16 | 1 | -27/+39 |
| | |||||
* | Test suite rejiggering and cleanup. | Aldo Cortesi | 2011-02-03 | 1 | -0/+1 |
| | |||||
* | Put DumpMaster in its own file. | Aldo Cortesi | 2010-03-01 | 1 | -0/+39 |
It's going to become a more important part of the mitmproxy suite now. |