Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Minor code cleanup - no need to recreate the master queue. | Aldo Cortesi | 2011-05-14 | 1 | -2/+1 |
| | |||||
* | Add a -n option which tells the tools not to bind a proxy. | Aldo Cortesi | 2011-05-14 | 6 | -25/+49 |
| | | | | This is useful when you just want to inspect or process dumps. | ||||
* | Add the 30-second client replay tutorial to the docs. | Aldo Cortesi | 2011-03-31 | 6 | -2/+76 |
| | | | | | It's verbatim from the blog post at the moment - I might edit it a bit before pushing it to mitmproxy.org. | ||||
* | Changelog for 0.4. | Aldo Cortesi | 2011-03-30 | 1 | -1/+16 |
| | |||||
* | Spell-check docs, setup.py fixes, add missing files to manifest. | Aldo Cortesi | 2011-03-30 | 8 | -8/+12 |
| | |||||
* | Minor docs tweaks. Mention countershape. | Aldo Cortesi | 2011-03-29 | 1 | -4/+7 |
| | |||||
* | Refactoring. | Aldo Cortesi | 2011-03-29 | 2 | -10/+8 |
| | |||||
* | Add some debugging output to help troubleshoot a performance problem. | Aldo Cortesi | 2011-03-27 | 2 | -0/+12 |
| | |||||
* | unit test coverage ++ | Aldo Cortesi | 2011-03-20 | 5 | -13/+27 |
| | |||||
* | Add a stickyauth option. | Aldo Cortesi | 2011-03-20 | 10 | -6/+125 |
| | | | | | | | This allows us to replay an HTTP Authorization header, in the same way as we replay cookies using stickycookies. This lets us conveniently get at HTTP Basic Auth protected resources through the proxy, but is not enough to do the same for HTTP Digest auth. We'll put that on the todo list. | ||||
* | Reverse order of flows in mitmproxy. | Aldo Cortesi | 2011-03-20 | 3 | -9/+7 |
| | | | | It matches user expectations much better to have new flows appended to the bottom. | ||||
* | Add a script to generate a contributors list, and use it to make a ↵ | Aldo Cortesi | 2011-03-19 | 3 | -2/+8 |
| | | | | CONTRIBUTORS file. | ||||
* | Docs - refinement and styling. | Aldo Cortesi | 2011-03-19 | 17 | -64/+91 |
| | |||||
* | Documentation, styling to fit on website. | Aldo Cortesi | 2011-03-19 | 8 | -59/+110 |
| | |||||
* | Docs and todo. | Aldo Cortesi | 2011-03-19 | 2 | -4/+29 |
| | |||||
* | Docs. | Aldo Cortesi | 2011-03-19 | 8 | -0/+42 |
| | | | | Add screenshots and an explanation of interception. | ||||
* | Docs. | Aldo Cortesi | 2011-03-19 | 13 | -3/+17 |
| | | | | | | - Add IOS screenshots. - Add drop-shadows to screenshots that need them. - Optimise PNGs for size. | ||||
* | Docs. | Aldo Cortesi | 2011-03-19 | 9 | -48/+42 |
| | |||||
* | Docs. | Aldo Cortesi | 2011-03-18 | 8 | -47/+43 |
| | |||||
* | Revamp key generation. | Aldo Cortesi | 2011-03-18 | 6 | -27/+74 |
| | | | | | | | | | | | We now create three different files in the .mitmproxy directory when a dummy CA is made: mitmproxy-ca.pem - the CA, including private key mitmproxy-ca-cert.p12 - A pkcs12 version of the certificate, for distribution to Windows. mitmproxy-ca-cert.pem - A PEM version of the certificate, for distribution to everyone else. | ||||
* | Tweak CA and cert setup to be nice to Windows. | Aldo Cortesi | 2011-03-18 | 2 | -8/+0 |
| | | | | | | For some reason Satan's Operating System doesn't join up the certification path if the key identifiers are set to hash. This took a few hours of trial and error to figure out. | ||||
* | Enable request and response script commandline arguments for mitmproxy. | Aldo Cortesi | 2011-03-18 | 1 | -14/+22 |
| | |||||
* | Minor fix to setup.py. | Aldo Cortesi | 2011-03-18 | 1 | -2/+2 |
| | |||||
* | Maintain focus in mitmproxy when flows are loaded from file. | Aldo Cortesi | 2011-03-18 | 1 | -4/+7 |
| | |||||
* | Do id-based comparison rather than value-based comparison to establish flow ↵ | Aldo Cortesi | 2011-03-18 | 1 | -1/+2 |
| | | | | | | focus. This fixes a bug where focus would jump unpredictably between identical flows. | ||||
* | Use path_prompt rather than plain prompt where needed in mitmproxy. | Aldo Cortesi | 2011-03-18 | 2 | -8/+6 |
| | |||||
* | Server replay shortcut in mitmproxy can now be used to interrupt a current ↵ | Aldo Cortesi | 2011-03-18 | 2 | -5/+22 |
| | | | | replay. | ||||
* | Client playback shortcut in mitmproxy can now be used to interrupt a current ↵ | Aldo Cortesi | 2011-03-18 | 2 | -5/+23 |
| | | | | client playback. | ||||
* | We have to pass -CAcreateserial after all. | Aldo Cortesi | 2011-03-18 | 1 | -0/+1 |
| | |||||
* | Docs, minor cert tweaks. | Aldo Cortesi | 2011-03-18 | 16 | -42/+167 |
| | |||||
* | Documentation. | Aldo Cortesi | 2011-03-16 | 3 | -1/+5 |
| | |||||
* | Documentation. | Aldo Cortesi | 2011-03-16 | 10 | -61/+79 |
| | |||||
* | Begin to flesh out and refactor docs. | Aldo Cortesi | 2011-03-16 | 10 | -80/+88 |
| | |||||
* | Interrupt interception when deleting an intercepting flow. | Aldo Cortesi | 2011-03-15 | 3 | -20/+8 |
| | | | | Prompting the user for this is annoying. | ||||
* | Fix minor styling and glitches. | Aldo Cortesi | 2011-03-15 | 1 | -5/+5 |
| | |||||
* | Fix hang on shutdown. | Aldo Cortesi | 2011-03-15 | 4 | -10/+16 |
| | |||||
* | Do pre-processing of requests before replay. | Aldo Cortesi | 2011-03-15 | 3 | -33/+39 |
| | | | | | This enables scripts, anticache, server playback and sticky cookies for request replays. | ||||
* | Improve responsiveness of request and response viewing. | Aldo Cortesi | 2011-03-15 | 4 | -57/+135 |
| | | | | | | | | - Computing the view of a large body is expensive, so we introduce an LRU cache to hold the latest 20 results. - Use ListView more correctly, passing it individual urwid.Text snippets, rather than a single large one. This hugely improves render time. | ||||
* | Stub out doc tutes. | Aldo Cortesi | 2011-03-15 | 1 | -0/+0 |
| | |||||
* | Use .stop() and .start() to restart curses around external spawns. | Aldo Cortesi | 2011-03-14 | 1 | -10/+5 |
| | |||||
* | Merge branch 'master' of github.com:cortesi/mitmproxy | Aldo Cortesi | 2011-03-14 | 1 | -1/+1 |
|\ | |||||
| * | Fix traceback when viewing hex mode. | Aldo Cortesi | 2011-03-14 | 1 | -1/+1 |
| | | |||||
* | | Use raw_display instead of curses_display. | Aldo Cortesi | 2011-03-14 | 8 | -40/+20 |
|/ | |||||
* | Fix unit tests on OSX when a system proxy is configured. | Aldo Cortesi | 2011-03-14 | 1 | -4/+7 |
| | |||||
* | Fix flow formatting unit tests. | Aldo Cortesi | 2011-03-14 | 1 | -4/+2 |
| | |||||
* | We no longer use pytz. | Aldo Cortesi | 2011-03-14 | 1 | -1/+1 |
| | |||||
* | Indicate request and response replay status separately. | Aldo Cortesi | 2011-03-13 | 1 | -4/+4 |
| | |||||
* | Fix a number of small UI infelicities. | Aldo Cortesi | 2011-03-13 | 2 | -16/+16 |
| | | | | | | | - Make request/response view switching behave sensibly - Avoid having an empty string appear in connection view text. This makes urwid misbehave. - Make it clear that intercept and cookies specifications are filters. | ||||
* | I've now added all the features I want for 0.4. Bump the version number. | Aldo Cortesi | 2011-03-13 | 1 | -1/+1 |
| | |||||
* | Fix a traceback sometimes triggered viewing a connection with no response. | Aldo Cortesi | 2011-03-13 | 2 | -26/+29 |
| |