Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | always use relative imports, fix status bar bug | Maximilian Hils | 2014-03-10 | 1 | -6/+4 | |
| | ||||||
* | split up protocol\__init__.py | Maximilian Hils | 2014-03-10 | 1 | -1/+1 | |
| | ||||||
* | finish proxy.py split up | Maximilian Hils | 2014-03-09 | 1 | -8/+32 | |
| | ||||||
* | split up proxy.py | Maximilian Hils | 2014-03-09 | 1 | -1/+0 | |
| | ||||||
* | fix comments | Maximilian Hils | 2014-02-09 | 1 | -1/+1 | |
| | ||||||
* | Fix flow initialization order error | Aldo Cortesi | 2014-02-08 | 1 | -3/+3 | |
| | | | | Resolves #210 | |||||
* | test libmproxy.app, increase coverage | Maximilian Hils | 2014-02-07 | 1 | -10/+31 | |
| | ||||||
* | fix bugs, expose timestamp information to console ui | Maximilian Hils | 2014-02-06 | 1 | -3/+3 | |
| | ||||||
* | add skeleton to change destinatin server during intercept, fix all testcases ↵ | Maximilian Hils | 2014-02-05 | 1 | -10/+9 | |
| | | | | on windows | |||||
* | fix all tests except those using set_url and get_url | Maximilian Hils | 2014-02-05 | 1 | -5/+6 | |
| | ||||||
* | push failing tests down to 43 | Maximilian Hils | 2014-02-04 | 1 | -128/+9 | |
| | ||||||
* | bring failing tests back into the double-digit range | Maximilian Hils | 2014-01-31 | 1 | -1/+120 | |
| | ||||||
* | remove _flow_map from state, improve logging | Maximilian Hils | 2014-01-31 | 1 | -13/+3 | |
| | ||||||
* | add generic TCP handler with SSL support, move StateObject into netlib | Maximilian Hils | 2014-01-30 | 1 | -82/+3 | |
| | ||||||
* | polish SimpleStateObject | Maximilian Hils | 2014-01-30 | 1 | -18/+39 | |
| | ||||||
* | remove old classes | Maximilian Hils | 2014-01-30 | 1 | -476/+4 | |
| | ||||||
* | merge flow classes. current status: basic mitmdump working | Maximilian Hils | 2014-01-30 | 1 | -434/+43 | |
| | ||||||
* | fix most testsuite errors, improve proxy error handling | Maximilian Hils | 2014-01-29 | 1 | -1/+2 | |
| | ||||||
* | merge master | Maximilian Hils | 2014-01-22 | 1 | -4/+4 | |
|\ | ||||||
| * | Silence pyflakes | Aldo Cortesi | 2014-01-19 | 1 | -4/+4 | |
| | | | | | | | | And pick up one bug as a consequence. | |||||
* | | merge master | Maximilian Hils | 2014-01-18 | 1 | -55/+11 | |
|\| | ||||||
| * | Deprecate Flow.unload_script in favor of Flow.unload_scripts | Aldo Cortesi | 2014-01-13 | 1 | -5/+5 | |
| | | | | | | | | | | In the presence of arguments, unloading a single script is clumsy and less useful. | |||||
| * | Script refactoring: move script command parsing into script module. | Aldo Cortesi | 2014-01-12 | 1 | -2/+2 | |
| | | ||||||
| * | Clean up and clarify script API | Aldo Cortesi | 2014-01-12 | 1 | -16/+5 | |
| | | ||||||
| * | Start refactoring scripts | Aldo Cortesi | 2014-01-12 | 1 | -35/+2 | |
| | | | | | | | | | | - Move ScriptContext into script module - Use mock module instead of hand-rolled mock objects in tests | |||||
* | | continue work on the proxyhandler | Maximilian Hils | 2014-01-07 | 1 | -10/+52 | |
|\| | ||||||
| * | Merge pull request #193 from droope/search-functionality | Aldo Cortesi | 2014-01-04 | 1 | -1/+1 | |
| |\ | | | | | | | Search functionality | |||||
| | * | 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 |