aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/flow.py
Commit message (Expand)AuthorAgeFilesLines
* Start refactoring scriptsAldo Cortesi2014-01-121-35/+2
* Merge pull request #193 from droope/search-functionalityAldo Cortesi2014-01-041-1/+1
|\
| * test passing, UI still not workingroot2013-12-241-1/+1
* | Introduce file descriptor decorators for Request objectsAldo Cortesi2014-01-051-14/+23
* | Move app mechanism to flow.pyAldo Cortesi2014-01-041-14/+47
|/
* 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
| |\
| * | add serverconnect script hookMaximilian Hils2013-11-181-0/+7
* | | Merge pull request #161 from mitmproxy/external_webappAldo Cortesi2013-12-081-12/+14
|\ \ \
| * | | 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
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Tweak timing displayAldo Cortesi2013-08-231-1/+1
* | | Merge branch 'master' into 0.10Maximilian Hils2013-08-171-19/+22
|\| | | |/ |/|
| * Remove GPL notices left in source files after our change to the MIT license.Aldo Cortesi2013-08-011-16/+1
| * Show an error when attempting to decode invalid data.Aldo Cortesi2013-07-291-2/+8
| * Move app instantiation out of proxy.py.Aldo Cortesi2013-07-241-2/+13
| * Don't take minor version into account when checking serialized data compatibl...Aldo Cortesi2013-07-131-1/+2
* | add support for multiple scripts and script arguments. refs #76Maximilian Hils2013-06-131-27/+26
|/
* - Quick-fix for issue #128Michael Bisbjerg2013-05-211-3/+3
* Fix crash in client playback.Aldo Cortesi2013-05-051-0/+1
* Minor coverage.Aldo Cortesi2013-04-301-1/+0
* Merge pull request #107 from rouli/masterAldo Cortesi2013-04-191-2/+22
|\
| * adding tcp and ssl setup timestamps to get better resolution on flows perform...Rouli2013-03-191-2/+17
| * Merge remote-tracking branch 'upstream/master'Rouli2013-03-181-5/+26
| |\
| * \ Merge remote-tracking branch 'upstream/master'Rouli2013-02-281-53/+32
| |\ \
| * | | adding __str__ to make export to har nicerRouli2013-02-281-0/+5
* | | | Add a basic built-in web app.Aldo Cortesi2013-03-251-5/+7
| |_|/ |/| |
* | | Update styling, GameCenter highscore tutorial.Aldo Cortesi2013-03-181-1/+1
* | | Add the --host option, which uses the value in the Host header for dispaly URLs.Aldo Cortesi2013-03-171-2/+10
* | | Introduce a filtered flow writer, and use it in dump.pyAldo Cortesi2013-03-141-2/+15
* | | Begin some simple fuzzing with pathod.Aldo Cortesi2013-03-031-1/+1
| |/ |/|
* | Refactor proxy core communications to be clearer.Aldo Cortesi2013-02-231-31/+14
* | Significantly refactor the master/slave message passing interface.Aldo Cortesi2013-02-171-27/+23
|/
* adding helper functions to make HAR export easierRouli2013-01-281-0/+59
* Rudimentary testing for client certs.Aldo Cortesi2013-01-181-0/+0
* Merge remote-tracking branch 'upstream/master'Rouli2013-01-171-4/+2
|\
| * Unit test love - 100% for flow.py, dump.pyAldo Cortesi2013-01-051-4/+2
* | changing requests and responses to have two timestamps, one marking their ini...Rouli2013-01-171-14/+26
|/
* Expand Flow.match to accept either a string or a compiled filter expression.Aldo Cortesi2012-09-141-0/+7
* Don't run replace or header hooks on error.Aldo Cortesi2012-09-021-2/+0
* Getter and setter for path component on Requests.Aldo Cortesi2012-08-191-1/+21
* Add SetHeaders, analogous to ReplaceHooks, with a graphical editor in mitmpro...Aldo Cortesi2012-08-181-11/+62
* Use the new ODict get_first convenience function in a bunch of places.Aldo Cortesi2012-08-181-6/+6
* Stop server playback after current playback buffer is exhausted.Aldo Cortesi2012-08-181-0/+2
* Add a size() method to flow.Request and flow.Response.Aldo Cortesi2012-08-041-29/+50
* Minor refactoring. Make stop_stream also close the associated file descriptor.Aldo Cortesi2012-07-271-1/+1
* Be more tolerant of corrupted or truncated flows.Aldo Cortesi2012-07-241-1/+1
* Refine semantics of replay_request method.Aldo Cortesi2012-07-101-2/+3