aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/flow.py
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | |
* | | web: backup flows on editMaximilian Hils2015-03-261-0/+4
|/ /
* / Adding a server replay option to ignore host when searching for matching ↵Wade Catron2015-03-081-7/+20
|/ | | | requests
* fix #319Maximilian Hils2015-02-271-1/+1
|
* added sni and ssl_established=true in ServerConnection. removed check for ↵Marcelo Glezer2015-02-121-1/+3
| | | | None value of server_conn in http.py
* less is moreMarcelo Glezer2015-02-121-3/+1
|
* added ClientConnection and ServerConnection to new requestMarcelo Glezer2015-02-121-3/+14
|
* renamed add_request to create_request and added a tiny docstringMarcelo Glezer2015-02-111-1/+7
|
* request is absoluteMarcelo Glezer2015-02-101-1/+1
|
* added support for creating new requests. still wip (not working for https)Marcelo Glezer2015-02-101-0/+9
|
* disable replay from ui for live flowsMaximilian Hils2015-02-071-0/+2
|
* fix #451Maximilian Hils2015-02-071-4/+2
|
* fix tests, re-enable pypy, do housekeepingMaximilian Hils2015-02-071-4/+4
|
* clean up flow readingMaximilian Hils2015-02-051-0/+19
|
* fix #443Maximilian Hils2015-01-091-1/+1
|
* Consolidate reading flows from file, use in mitmweb.Aldo Cortesi2015-01-021-1/+16
|
* web: CSP, revert functionality, serve contentMaximilian Hils2014-12-251-0/+2
|
* web: duplicate, delete, replay flowsMaximilian Hils2014-12-241-0/+5
|
* web: intercept featureMaximilian Hils2014-12-231-5/+11
|
* simplify codeMaximilian Hils2014-12-231-19/+13
|
* --replay_ignore_payload_params added, to filter params in form postsMarcelo Glezer2014-12-181-12/+27
|
* introduce revised views, port over changes from multiple_views branchMaximilian Hils2014-11-261-66/+191
|
* fix limit_txt, fix #412Maximilian Hils2014-11-231-2/+2
|