Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix the wrapping on backward searches | Pedro Worcel | 2014-02-22 | 1 | -15/+26 |
| | |||||
* | add docs | Pedro Worcel | 2014-02-22 | 1 | -1/+2 |
| | |||||
* | add multi-line support to backwards search | Pedro Worcel | 2014-02-22 | 1 | -7/+11 |
| | |||||
* | add multi-line support | Pedro Worcel | 2014-02-22 | 1 | -3/+10 |
| | |||||
* | add basic backwards search | Pedro Worcel | 2014-02-22 | 1 | -25/+49 |
| | |||||
* | Fix flow initialization order error | Aldo Cortesi | 2014-02-08 | 1 | -4/+0 |
| | | | | Resolves #210 | ||||
* | Better response when mitmproxy crashes. | Aldo Cortesi | 2014-02-08 | 1 | -2/+7 |
| | |||||
* | fix bugs, expose timestamp information to console ui | Maximilian Hils | 2014-02-06 | 2 | -14/+19 |
| | |||||
* | mock urwid to run console tests on windows, push failing testcases down to ↵ | Maximilian Hils | 2014-02-05 | 1 | -1/+1 |
| | | | | 0. :-) | ||||
* | fix all tests except those using set_url and get_url | Maximilian Hils | 2014-02-05 | 3 | -5/+5 |
| | |||||
* | merge flow classes. current status: basic mitmdump working | Maximilian Hils | 2014-01-30 | 1 | -1/+1 |
| | |||||
* | Silence pyflakes | Aldo Cortesi | 2014-01-19 | 2 | -2/+2 |
| | | | | And pick up one bug as a consequence. | ||||
* | Handle views that don't support search gracefully | Aldo Cortesi | 2014-01-19 | 1 | -3/+12 |
| | | | | | This includes all key/value formatted views, e.g. the image view. We need to support these ultimately, but no time before the next release. | ||||
* | Re-enable caching on search. | Aldo Cortesi | 2014-01-19 | 1 | -10/+3 |
| | |||||
* | Extract command parsing and use in script grid editor | Aldo Cortesi | 2014-01-13 | 1 | -5/+6 |
| | |||||
* | Script refactoring: move script command parsing into script module. | Aldo Cortesi | 2014-01-12 | 1 | -9/+9 |
| | |||||
* | Clean up and clarify script API | Aldo Cortesi | 2014-01-12 | 1 | -4/+6 |
| | |||||
* | Start refactoring scripts | Aldo Cortesi | 2014-01-12 | 1 | -1/+4 |
| | | | | | - Move ScriptContext into script module - Use mock module instead of hand-rolled mock objects in tests | ||||
* | Update ViewProtobuf in contentview.py to also decode as protobuf if the ↵ | Dan Wilbraham | 2014-01-05 | 1 | -1/+4 |
| | | | | content_type is "application/x-protobuffer" | ||||
* | Remove / binding alias for limit | Aldo Cortesi | 2014-01-05 | 1 | -2/+1 |
| | | | | The search and limit functionality is too different. | ||||
* | Merge pull request #193 from droope/search-functionality | Aldo Cortesi | 2014-01-04 | 2 | -38/+231 |
|\ | | | | | Search functionality | ||||
| * | now really fix it + test | Pedro Worcel | 2013-12-26 | 1 | -5/+9 |
| | | |||||
| * | fix bug that happens after searching for a non-existant string, and | Pedro Worcel | 2013-12-26 | 1 | -1/+6 |
| | | | | | | | | later for an existant one. | ||||
| * | add docs | Pedro Worcel | 2013-12-26 | 1 | -1/+2 |
| | | |||||
| * | added 'n' functionality, tidy up & testing | Pedro Worcel | 2013-12-26 | 1 | -1/+9 |
| | | |||||
| * | add looping around | Pedro Worcel | 2013-12-26 | 1 | -53/+116 |
| | | |||||
| * | fix crash | root | 2013-12-25 | 1 | -2/+2 |
| | | |||||
| * | Add focusing, and fixes non-clearance of prev searches. Add | root | 2013-12-25 | 1 | -33/+75 |
| | | | | | | | | documentation. | ||||
| * | test passing, UI still not working | root | 2013-12-24 | 1 | -5/+74 |
| | | |||||
| * | add search with / for compatibility with what I'll do. | root | 2013-12-23 | 1 | -1/+2 |
| | | |||||
* | | Merge branch 'migrate_from_pil_to_pillow' of ↵ | Aldo Cortesi | 2014-01-05 | 1 | -5/+2 |
|\ \ | | | | | | | | | | | | | | | | | | | https://github.com/Kami/mitmproxy into Kami-migrate_from_pil_to_pillow Conflicts: requirements.txt | ||||
| * | | Migrate from Pil to the latest version of Pillow. | Tomaz Muraus | 2014-01-03 | 1 | -5/+2 |
| |/ | |||||
* | | Merge pull request #198 from Kami/add_css_view | Aldo Cortesi | 2014-01-04 | 2 | -1/+35 |
|\ \ | | | | | | | Add CSS view which beautifies minified CSS files | ||||
| * | | Fix CSS view prompt, update display mode options. | Tomaz Muraus | 2014-01-04 | 2 | -1/+5 |
| | | | |||||
| * | | Provide more sensible serializer options. | Tomaz Muraus | 2014-01-04 | 1 | -0/+5 |
| | | | |||||
| * | | Add CSS view which beautifies CSS files if cssutils library is available, | Tomaz Muraus | 2014-01-04 | 1 | -1/+26 |
| |/ | | | | | | | otherwise it acts as a no-op. | ||||
* | | Merge branch 'master' of ssh.github.com:cortesi/mitmproxy | Aldo Cortesi | 2014-01-04 | 1 | -1/+1 |
|\ \ | |||||
| * | | fix #195 | Maximilian Hils | 2014-01-03 | 1 | -1/+1 |
| |/ | | | | | (untested) | ||||
* / | Fix app in mitmproxy console, update to bootstrap 3. | Aldo Cortesi | 2014-01-03 | 2 | -17/+32 |
|/ | |||||
* | Small workaround to make mitmproxy work again. | Aldo Cortesi | 2013-12-09 | 1 | -2/+2 |
| | | | | Further work is required to make scripts work again, though. | ||||
* | Merge branch 'master' into 0.10 | Maximilian Hils | 2013-12-08 | 1 | -1/+1 |
|\ | |||||
| * | Merge pull request #134 from mhils/scripts_improvements | Aldo Cortesi | 2013-12-08 | 1 | -1/+1 |
| |\ | | | | | | | Support multiple scripts and script arguments. refs #76 | ||||
| * | | Fix divide by zero issue when timestamp start and end are the same | Rich Somerfield | 2013-11-26 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #161 from mitmproxy/external_webapp | Aldo Cortesi | 2013-12-08 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | External webapp | ||||
| * | | | add option to expose webapp externally, remove distinct ip setting | Maximilian Hils | 2013-08-18 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge branch 'master' into 0.10 | Maximilian Hils | 2013-09-14 | 1 | -1/+9 |
|\ \ \ \ | |/ / / |/| / / | |/ / | |||||
| * | | Tweak timing display | Aldo Cortesi | 2013-08-23 | 2 | -7/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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. | ||||
| * | | console: Add support for displaying transfer rate | Kyle Manna | 2013-08-13 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | * Display the rate in the the response row. * Very handy for passive performance analysis. | ||||
| * | | console: Add support for displaying elapsed time | Kyle Manna | 2013-08-13 | 2 | -1/+9 |
| | | | | | | | | | | | | | | | * Display the elapsed time in the the response row. * Very handy for passive performance analysis. | ||||
* | | | Merge branch 'master' into 0.10 | Maximilian Hils | 2013-08-17 | 8 | -153/+41 |
|\| | |