aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/flow.py
Commit message (Collapse)AuthorAgeFilesLines
* fix #308Maximilian Hils2014-08-081-24/+1
|
* Merge branch 'stream'Maximilian Hils2014-07-311-0/+28
|\ | | | | | | | | Conflicts: libmproxy/protocol/http.py
| * workaround: always make sure that flow.response.reply existsMaximilian Hils2014-07-251-2/+3
| |
| * add --stream options, various fixesMaximilian Hils2014-07-211-0/+22
| |
| * simplify responseheader scripthookMaximilian Hils2014-07-201-5/+3
| |
| * basic attempt to implement streaming response, needs testingBrad Peabody2014-07-171-0/+7
| |
* | minor fixesMaximilian Hils2014-07-271-2/+2
| |
* | fix #259Maximilian Hils2014-07-261-7/+2
|/
* Remove global should_exit and fix testsVyacheslav Bakhmutov2014-06-131-2/+3
|
* add support for log levelsMaximilian Hils2014-03-131-1/+5
|
* add -d switch to mitmdump to compensate for old verbosity functionalityMaximilian Hils2014-03-121-2/+2
|
* always use relative imports, fix status bar bugMaximilian Hils2014-03-101-6/+4
|
* split up protocol\__init__.pyMaximilian Hils2014-03-101-1/+1
|
* finish proxy.py split upMaximilian Hils2014-03-091-8/+32
|
* split up proxy.pyMaximilian Hils2014-03-091-1/+0
|
* fix commentsMaximilian Hils2014-02-091-1/+1
|
* Fix flow initialization order errorAldo Cortesi2014-02-081-3/+3
| | | | Resolves #210
* test libmproxy.app, increase coverageMaximilian Hils2014-02-071-10/+31
|
* fix bugs, expose timestamp information to console uiMaximilian Hils2014-02-061-3/+3
|
* add skeleton to change destinatin server during intercept, fix all testcases ↵Maximilian Hils2014-02-051-10/+9
| | | | on windows
* fix all tests except those using set_url and get_urlMaximilian Hils2014-02-051-5/+6
|
* push failing tests down to 43Maximilian Hils2014-02-041-128/+9
|
* bring failing tests back into the double-digit rangeMaximilian Hils2014-01-311-1/+120
|
* remove _flow_map from state, improve loggingMaximilian Hils2014-01-311-13/+3
|
* add generic TCP handler with SSL support, move StateObject into netlibMaximilian Hils2014-01-301-82/+3
|
* polish SimpleStateObjectMaximilian Hils2014-01-301-18/+39
|
* remove old classesMaximilian Hils2014-01-301-476/+4
|
* merge flow classes. current status: basic mitmdump workingMaximilian Hils2014-01-301-434/+43
|
* fix most testsuite errors, improve proxy error handlingMaximilian Hils2014-01-291-1/+2
|
* merge masterMaximilian Hils2014-01-221-4/+4
|\
| * Silence pyflakesAldo Cortesi2014-01-191-4/+4
| | | | | | | | And pick up one bug as a consequence.
* | merge masterMaximilian Hils2014-01-181-55/+11
|\|
| * Deprecate Flow.unload_script in favor of Flow.unload_scriptsAldo Cortesi2014-01-131-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 Cortesi2014-01-121-2/+2
| |
| * Clean up and clarify script APIAldo Cortesi2014-01-121-16/+5
| |
| * Start refactoring scriptsAldo Cortesi2014-01-121-35/+2
| | | | | | | | | | - Move ScriptContext into script module - Use mock module instead of hand-rolled mock objects in tests
* | continue work on the proxyhandlerMaximilian Hils2014-01-071-10/+52
|\|
| * Merge pull request #193 from droope/search-functionalityAldo Cortesi2014-01-041-1/+1
| |\ | | | | | | Search functionality
| | * test passing, UI still not workingroot2013-12-241-1/+1
| | |
| * | Introduce file descriptor decorators for Request objectsAldo Cortesi2014-01-051-14/+23
| | | | | | | | | | | | Which lets us enable the apps again, now running from flow.py
| * | Move app mechanism to flow.pyAldo Cortesi2014-01-041-14/+47
| |/ | | | | | | Disable apps while message passing is improved.
* / first steps on tcp proxyingMaximilian Hils2014-01-051-1/+0
|/
* add content-length 0 if we remove header for chunked encoding, fixes #186Maximilian Hils2013-12-121-0/+2
|
* store resolved ip addresses, fixes #187Maximilian Hils2013-12-121-3/+9
|
* Merge branch 'master' into 0.10Maximilian Hils2013-12-081-0/+7
|\
| * Merge pull request #134 from mhils/scripts_improvementsAldo Cortesi2013-12-081-27/+26
| |\ | | | | | | Support multiple scripts and script arguments. refs #76
| * | add serverconnect script hookMaximilian Hils2013-11-181-0/+7
| | |
* | | Merge pull request #161 from mitmproxy/external_webappAldo Cortesi2013-12-081-12/+14
|\ \ \ | | | | | | | | External webapp
| * | | add option to expose webapp externally, remove distinct ip settingMaximilian Hils2013-08-181-12/+14
| | | |
* | | | Merge branch 'master' into 0.10Maximilian Hils2013-09-141-1/+1
|\ \ \ \ | |/ / / |/| / / | |/ /