aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/flow.py
Commit message (Collapse)AuthorAgeFilesLines
* move mitmproxyMaximilian Hils2016-02-151-1166/+0
|
* turn script reloader off by default outside mitmdump/mitmproxyMaximilian Hils2016-02-021-3/+3
|
* code formatting: fix whitespace issuesThomas Kriechbaumer2016-01-271-1/+17
|
* cleanup importsThomas Kriechbaumer2016-01-271-1/+0
|
* Merge pull request #881 from MatthewShao/Fix#846Maximilian Hils2016-01-181-4/+4
|\ | | | | Fix #846
| * Fix script reloader on OS X.MatthewShao2016-01-121-4/+4
| |
* | Merge pull request #872 from bazzinotti/inline-tcpMaximilian Hils2016-01-171-0/+4
|\ \ | |/ |/| Add "tcp_message" Inline Script Hook
| * Add Inline Script Hooks to TCP modeMichael J. Bazzinotti2016-01-101-0/+4
| |
* | Support writing to outfile from mitmwebChris Czub2016-01-101-1/+11
|/
* add import capability for old flows, fix #840Maximilian Hils2015-12-021-7/+6
|
* disable script reloaderMaximilian Hils2015-11-241-1/+1
| | | | This currently throws some errors on OSX.
* finalize script reloading :tada:Maximilian Hils2015-11-141-9/+31
|
* structure libmproxy.scriptMaximilian Hils2015-11-141-5/+13
|\
| * Decouple libmproxy.script from libmproxy.flowMatthew Shao2015-11-131-4/+8
| |
| * Use watchdog to reload scripts automatically.Matthew Shao2015-11-111-0/+4
| |
* | minor stylistic fixesMaximilian Hils2015-11-141-3/+0
| |
* | Feedback from PR #832Chris Czub2015-11-131-43/+0
| |
* | Add custom content view plugin support for mitmproxy/mitmdumpChris Czub2015-11-131-1/+45
|/
* adjust to netlib request changes + docsMaximilian Hils2015-09-261-1/+1
|
* experimental: don't interfere with headers, fix #93Maximilian Hils2015-09-181-1/+1
|
* remove old server replay workaround, fix #774Maximilian Hils2015-09-181-5/+1
|
* adjust to netlib changesMaximilian Hils2015-09-161-6/+6
|
* expose `next_layer` to inline scriptsMaximilian Hils2015-09-071-12/+16
|
* adjust to new netlib Headers classMaximilian Hils2015-09-051-19/+15
|
* update inline script hooksMaximilian Hils2015-08-311-0/+4
|
* move files aroundMaximilian Hils2015-08-301-12/+11
|
* remove old codeMaximilian Hils2015-08-301-3/+4
|
* restructure code, remove cruftMaximilian Hils2015-08-301-1/+1
|
* clean up config/cmdline, fix bugs, remove cruftMaximilian Hils2015-08-281-3/+3
|
* fix inline script redirectsMaximilian Hils2015-08-271-1/+2
|
* reimplement streaming for HTTP/1Thomas Kriechbaumer2015-08-011-2/+1
|
* move code to netlib and implement protocolsThomas Kriechbaumer2015-07-301-1/+4
|
* Merge pull request #548 from macmantrl/no_serverconnMaximilian Hils2015-07-261-1/+5
|\ | | | | Prevent unnecessary upstream server connects
| * Prevent unecessary upstream server connectsTerry Long2015-07-031-1/+5
| | | | | | | | | | | | Selectively connect to upstream server based on no_upstream_cert option. When no_upstream_cert is used during server replay, prevent connecting to the upstream server unless absolutely necessary.
* | Merge pull request #675 from Kriechi/protocol-refactorMaximilian Hils2015-07-241-1/+1
|\ \ | | | | | | HTTP protocol refactoring
| * | refactor to use netlib.http protocolsThomas Kriechbaumer2015-07-221-1/+1
| | |
| * | use new netlib module namesThomas Kriechbaumer2015-07-221-1/+1
| |/
* / improve inline scripts, fix #683, fix #684Maximilian Hils2015-07-241-11/+14
|/
* fix #618Maximilian Hils2015-06-081-1/+1
|
* Add coding style check, reformat.Aldo Cortesi2015-05-301-28/+68
|
* Ensure that flow/view state is consistent.Aldo Cortesi2015-05-291-2/+3
| | | | Fixes #595 and #592
* Adjust for ODict interface changeAldo Cortesi2015-04-151-1/+1
|
* Housekeeping and cleanupsAldo Cortesi2015-04-141-3/+0
| | | | | | | | - No output to stdout on load in examples - they muck up the test suite. - Use the odict module directly, rather than aliasing it. The small convenience this gives to scripters is not worth it. - Move the cookie tests from the flow test module to the protocol_http test module.
* Merge pull request #547 from macmantrl/blank_valuesMaximilian Hils2015-04-081-1/+1
|\ | | | | Keep blank query values for flow hashing
| * Keep blank query values for flow hashingTerry Long2015-04-021-1/+1
| |
* | console: sticky cookies and auth to options screenAldo Cortesi2015-04-061-3/+3
|/
* Merge branch 'master' of github.com:mitmproxy/mitmproxyMaximilian Hils2015-03-261-1/+3
|\
| * Merge pull request #515 from krzysiekbielicki/masterMaximilian Hils2015-03-261-1/+1
| |\ | | | | | | [#514] Add support for ignoring payload params in multipart/form-data
| | * [#514] Add support for ignoring payload params in multipart/form-dataKrzysztof Bielicki2015-03-101-1/+1
| | |
| * | fix #530 set client_playback to None when client_playback is doneMarcelo Glezer2015-03-251-0/+2
| | |