Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | test passing, UI still not working | root | 2013-12-24 | 1 | -1/+1 | |
| | | | ||||||
| * | | Introduce file descriptor decorators for Request objects | Aldo Cortesi | 2014-01-05 | 1 | -14/+23 | |
| | | | | | | | | | | | | Which lets us enable the apps again, now running from flow.py | |||||
| * | | Move app mechanism to flow.py | Aldo Cortesi | 2014-01-04 | 1 | -14/+47 | |
| |/ | | | | | | | Disable apps while message passing is improved. | |||||
* / | first steps on tcp proxying | Maximilian Hils | 2014-01-05 | 1 | -1/+0 | |
|/ | ||||||
* | add content-length 0 if we remove header for chunked encoding, fixes #186 | Maximilian Hils | 2013-12-12 | 1 | -0/+2 | |
| | ||||||
* | store resolved ip addresses, fixes #187 | Maximilian Hils | 2013-12-12 | 1 | -3/+9 | |
| | ||||||
* | Merge branch 'master' into 0.10 | Maximilian Hils | 2013-12-08 | 1 | -0/+7 | |
|\ | ||||||
| * | Merge pull request #134 from mhils/scripts_improvements | Aldo Cortesi | 2013-12-08 | 1 | -27/+26 | |
| |\ | | | | | | | Support multiple scripts and script arguments. refs #76 | |||||
| * | | add serverconnect script hook | Maximilian Hils | 2013-11-18 | 1 | -0/+7 | |
| | | | ||||||
* | | | Merge pull request #161 from mitmproxy/external_webapp | Aldo Cortesi | 2013-12-08 | 1 | -12/+14 | |
|\ \ \ | | | | | | | | | External webapp | |||||
| * | | | add option to expose webapp externally, remove distinct ip setting | Maximilian Hils | 2013-08-18 | 1 | -12/+14 | |
| | | | | ||||||
* | | | | Merge branch 'master' into 0.10 | Maximilian Hils | 2013-09-14 | 1 | -1/+1 | |
|\ \ \ \ | |/ / / |/| / / | |/ / | ||||||
| * | | Tweak timing display | Aldo Cortesi | 2013-08-23 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Remove elapsed time. Space is at a premium here, and this is somewhat redundant with the rate figure. We should display complete timing information somewhere in the detailed flow view. - Tone down the colour. Reserve highlights for stuff that should really pop out to the user. - Make rate calculation more acurate. Include header sizes. Use response start and end time, rather than request end and response end. This means that we show actual transfer rates, not including DNS requests and so forth. | |||||
* | | | Merge branch 'master' into 0.10 | Maximilian Hils | 2013-08-17 | 1 | -19/+22 | |
|\| | | |/ |/| | ||||||
| * | Remove GPL notices left in source files after our change to the MIT license. | Aldo Cortesi | 2013-08-01 | 1 | -16/+1 | |
| | | | | | | | | Thanks to Roy Shamir for reporting this. | |||||
| * | Show an error when attempting to decode invalid data. | Aldo Cortesi | 2013-07-29 | 1 | -2/+8 | |
| | | ||||||
| * | Move app instantiation out of proxy.py. | Aldo Cortesi | 2013-07-24 | 1 | -2/+13 | |
| | | ||||||
| * | Don't take minor version into account when checking serialized data ↵ | Aldo Cortesi | 2013-07-13 | 1 | -1/+2 | |
| | | | | | | | | compatiblity. | |||||
* | | add support for multiple scripts and script arguments. refs #76 | Maximilian Hils | 2013-06-13 | 1 | -27/+26 | |
|/ | ||||||
* | - Quick-fix for issue #128 | Michael Bisbjerg | 2013-05-21 | 1 | -3/+3 | |
| | | | | New bug: It correct-cases Content-Length for any webserver sending other casings, like CONTENT-LENGTH. | |||||
* | Fix crash in client playback. | Aldo Cortesi | 2013-05-05 | 1 | -0/+1 | |
| | ||||||
* | Minor coverage. | Aldo Cortesi | 2013-04-30 | 1 | -1/+0 | |
| | ||||||
* | Merge pull request #107 from rouli/master | Aldo Cortesi | 2013-04-19 | 1 | -2/+22 | |
|\ | | | | | Adding remote TCP and SSL setup timestamps | |||||
| * | adding tcp and ssl setup timestamps to get better resolution on flows ↵ | Rouli | 2013-03-19 | 1 | -2/+17 | |
| | | | | | | | | performance | |||||
| * | Merge remote-tracking branch 'upstream/master' | Rouli | 2013-03-18 | 1 | -5/+26 | |
| |\ | ||||||
| * \ | Merge remote-tracking branch 'upstream/master' | Rouli | 2013-02-28 | 1 | -53/+32 | |
| |\ \ | ||||||
| * | | | adding __str__ to make export to har nicer | Rouli | 2013-02-28 | 1 | -0/+5 | |
| | | | | ||||||
* | | | | Add a basic built-in web app. | Aldo Cortesi | 2013-03-25 | 1 | -5/+7 | |
| |_|/ |/| | | ||||||
* | | | Update styling, GameCenter highscore tutorial. | Aldo Cortesi | 2013-03-18 | 1 | -1/+1 | |
| | | | ||||||
* | | | Add the --host option, which uses the value in the Host header for dispaly URLs. | Aldo Cortesi | 2013-03-17 | 1 | -2/+10 | |
| | | | | | | | | | | | | | | | - Can be toggled with "o" then "h" in mitmproxy - Useful for transparent mode | |||||
* | | | Introduce a filtered flow writer, and use it in dump.py | Aldo Cortesi | 2013-03-14 | 1 | -2/+15 | |
| | | | | | | | | | | | | Fixes #104 | |||||
* | | | Begin some simple fuzzing with pathod. | Aldo Cortesi | 2013-03-03 | 1 | -1/+1 | |
| |/ |/| | | | | | Finally doing what I started writing pathod for in the first place... | |||||
* | | Refactor proxy core communications to be clearer. | Aldo Cortesi | 2013-02-23 | 1 | -31/+14 | |
| | | ||||||
* | | Significantly refactor the master/slave message passing interface. | Aldo Cortesi | 2013-02-17 | 1 | -27/+23 | |
|/ | ||||||
* | adding helper functions to make HAR export easier | Rouli | 2013-01-28 | 1 | -0/+59 | |
| | ||||||
* | Rudimentary testing for client certs. | Aldo Cortesi | 2013-01-18 | 1 | -0/+0 | |
| | ||||||
* | Merge remote-tracking branch 'upstream/master' | Rouli | 2013-01-17 | 1 | -4/+2 | |
|\ | ||||||
| * | Unit test love - 100% for flow.py, dump.py | Aldo Cortesi | 2013-01-05 | 1 | -4/+2 | |
| | | ||||||
* | | changing requests and responses to have two timestamps, one marking their ↵ | Rouli | 2013-01-17 | 1 | -14/+26 | |
|/ | | | | initiation, and the other their complete | |||||
* | Expand Flow.match to accept either a string or a compiled filter expression. | Aldo Cortesi | 2012-09-14 | 1 | -0/+7 | |
| | ||||||
* | Don't run replace or header hooks on error. | Aldo Cortesi | 2012-09-02 | 1 | -2/+0 | |
| | ||||||
* | Getter and setter for path component on Requests. | Aldo Cortesi | 2012-08-19 | 1 | -1/+21 | |
| | ||||||
* | Add SetHeaders, analogous to ReplaceHooks, with a graphical editor in ↵ | Aldo Cortesi | 2012-08-18 | 1 | -11/+62 | |
| | | | | | | | mitmproxy (H shortcut). SetHeaders defines headers that are set on flows, based on a matching pattern. Existing headers are over-ridden. | |||||
* | Use the new ODict get_first convenience function in a bunch of places. | Aldo Cortesi | 2012-08-18 | 1 | -6/+6 | |
| | ||||||
* | Stop server playback after current playback buffer is exhausted. | Aldo Cortesi | 2012-08-18 | 1 | -0/+2 | |
| | ||||||
* | Add a size() method to flow.Request and flow.Response. | Aldo Cortesi | 2012-08-04 | 1 | -29/+50 | |
| | ||||||
* | Minor refactoring. Make stop_stream also close the associated file descriptor. | Aldo Cortesi | 2012-07-27 | 1 | -1/+1 | |
| | ||||||
* | Be more tolerant of corrupted or truncated flows. | Aldo Cortesi | 2012-07-24 | 1 | -1/+1 | |
| | | | | | | We load as far as possible. mitmproxy will only terminate if it was not able to recover any flows. mitmdump will stop loading as soon as an error is encountered, but not exit with an error. | |||||
* | Refine semantics of replay_request method. | Aldo Cortesi | 2012-07-10 | 1 | -2/+3 | |
| | ||||||
* | Unit test request replay thread. | Aldo Cortesi | 2012-07-09 | 1 | -0/+1 | |
| | | | | | | This is a small patch, but is the culmination of lots of work: we can now unit test the deep innards of mitmproxy, with coverage. There's a lot more to come in this vein. |