Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #881 from MatthewShao/Fix#846 | Maximilian Hils | 2016-01-18 | 1 | -4/+4 |
|\ | | | | | Fix #846 | ||||
| * | Fix script reloader on OS X. | MatthewShao | 2016-01-12 | 1 | -4/+4 |
| | | |||||
* | | Merge pull request #872 from bazzinotti/inline-tcp | Maximilian Hils | 2016-01-17 | 1 | -0/+4 |
|\ \ | |/ |/| | Add "tcp_message" Inline Script Hook | ||||
| * | Add Inline Script Hooks to TCP mode | Michael J. Bazzinotti | 2016-01-10 | 1 | -0/+4 |
| | | |||||
* | | Support writing to outfile from mitmweb | Chris Czub | 2016-01-10 | 1 | -1/+11 |
|/ | |||||
* | add import capability for old flows, fix #840 | Maximilian Hils | 2015-12-02 | 1 | -7/+6 |
| | |||||
* | disable script reloader | Maximilian Hils | 2015-11-24 | 1 | -1/+1 |
| | | | | This currently throws some errors on OSX. | ||||
* | finalize script reloading :tada: | Maximilian Hils | 2015-11-14 | 1 | -9/+31 |
| | |||||
* | structure libmproxy.script | Maximilian Hils | 2015-11-14 | 1 | -5/+13 |
|\ | |||||
| * | Decouple libmproxy.script from libmproxy.flow | Matthew Shao | 2015-11-13 | 1 | -4/+8 |
| | | |||||
| * | Use watchdog to reload scripts automatically. | Matthew Shao | 2015-11-11 | 1 | -0/+4 |
| | | |||||
* | | minor stylistic fixes | Maximilian Hils | 2015-11-14 | 1 | -3/+0 |
| | | |||||
* | | Feedback from PR #832 | Chris Czub | 2015-11-13 | 1 | -43/+0 |
| | | |||||
* | | Add custom content view plugin support for mitmproxy/mitmdump | Chris Czub | 2015-11-13 | 1 | -1/+45 |
|/ | |||||
* | adjust to netlib request changes + docs | Maximilian Hils | 2015-09-26 | 1 | -1/+1 |
| | |||||
* | experimental: don't interfere with headers, fix #93 | Maximilian Hils | 2015-09-18 | 1 | -1/+1 |
| | |||||
* | remove old server replay workaround, fix #774 | Maximilian Hils | 2015-09-18 | 1 | -5/+1 |
| | |||||
* | adjust to netlib changes | Maximilian Hils | 2015-09-16 | 1 | -6/+6 |
| | |||||
* | expose `next_layer` to inline scripts | Maximilian Hils | 2015-09-07 | 1 | -12/+16 |
| | |||||
* | adjust to new netlib Headers class | Maximilian Hils | 2015-09-05 | 1 | -19/+15 |
| | |||||
* | update inline script hooks | Maximilian Hils | 2015-08-31 | 1 | -0/+4 |
| | |||||
* | move files around | Maximilian Hils | 2015-08-30 | 1 | -12/+11 |
| | |||||
* | remove old code | Maximilian Hils | 2015-08-30 | 1 | -3/+4 |
| | |||||
* | restructure code, remove cruft | Maximilian Hils | 2015-08-30 | 1 | -1/+1 |
| | |||||
* | clean up config/cmdline, fix bugs, remove cruft | Maximilian Hils | 2015-08-28 | 1 | -3/+3 |
| | |||||
* | fix inline script redirects | Maximilian Hils | 2015-08-27 | 1 | -1/+2 |
| | |||||
* | reimplement streaming for HTTP/1 | Thomas Kriechbaumer | 2015-08-01 | 1 | -2/+1 |
| | |||||
* | move code to netlib and implement protocols | Thomas Kriechbaumer | 2015-07-30 | 1 | -1/+4 |
| | |||||
* | Merge pull request #548 from macmantrl/no_serverconn | Maximilian Hils | 2015-07-26 | 1 | -1/+5 |
|\ | | | | | Prevent unnecessary upstream server connects | ||||
| * | Prevent unecessary upstream server connects | Terry Long | 2015-07-03 | 1 | -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-refactor | Maximilian Hils | 2015-07-24 | 1 | -1/+1 |
|\ \ | | | | | | | HTTP protocol refactoring | ||||
| * | | refactor to use netlib.http protocols | Thomas Kriechbaumer | 2015-07-22 | 1 | -1/+1 |
| | | | |||||
| * | | use new netlib module names | Thomas Kriechbaumer | 2015-07-22 | 1 | -1/+1 |
| |/ | |||||
* / | improve inline scripts, fix #683, fix #684 | Maximilian Hils | 2015-07-24 | 1 | -11/+14 |
|/ | |||||
* | fix #618 | Maximilian Hils | 2015-06-08 | 1 | -1/+1 |
| | |||||
* | Add coding style check, reformat. | Aldo Cortesi | 2015-05-30 | 1 | -28/+68 |
| | |||||
* | Ensure that flow/view state is consistent. | Aldo Cortesi | 2015-05-29 | 1 | -2/+3 |
| | | | | Fixes #595 and #592 | ||||
* | Adjust for ODict interface change | Aldo Cortesi | 2015-04-15 | 1 | -1/+1 |
| | |||||
* | Housekeeping and cleanups | Aldo Cortesi | 2015-04-14 | 1 | -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_values | Maximilian Hils | 2015-04-08 | 1 | -1/+1 |
|\ | | | | | Keep blank query values for flow hashing | ||||
| * | Keep blank query values for flow hashing | Terry Long | 2015-04-02 | 1 | -1/+1 |
| | | |||||
* | | console: sticky cookies and auth to options screen | Aldo Cortesi | 2015-04-06 | 1 | -3/+3 |
|/ | |||||
* | Merge branch 'master' of github.com:mitmproxy/mitmproxy | Maximilian Hils | 2015-03-26 | 1 | -1/+3 |
|\ | |||||
| * | Merge pull request #515 from krzysiekbielicki/master | Maximilian Hils | 2015-03-26 | 1 | -1/+1 |
| |\ | | | | | | | [#514] Add support for ignoring payload params in multipart/form-data | ||||
| | * | [#514] Add support for ignoring payload params in multipart/form-data | Krzysztof Bielicki | 2015-03-10 | 1 | -1/+1 |
| | | | |||||
| * | | fix #530 set client_playback to None when client_playback is done | Marcelo Glezer | 2015-03-25 | 1 | -0/+2 |
| | | | |||||
* | | | web: backup flows on edit | Maximilian Hils | 2015-03-26 | 1 | -0/+4 |
|/ / | |||||
* / | Adding a server replay option to ignore host when searching for matching ↵ | Wade Catron | 2015-03-08 | 1 | -7/+20 |
|/ | | | | requests | ||||
* | fix #319 | Maximilian Hils | 2015-02-27 | 1 | -1/+1 |
| | |||||
* | added sni and ssl_established=true in ServerConnection. removed check for ↵ | Marcelo Glezer | 2015-02-12 | 1 | -1/+3 |
| | | | | None value of server_conn in http.py |