Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cleanup imports | Thomas Kriechbaumer | 2016-01-27 | 13 | -17/+8 |
| | |||||
* | Merge pull request #884 from dufferzafar/export | Maximilian Hils | 2016-01-26 | 3 | -34/+113 |
|\ | | | | | Export/Copy flow as... | ||||
| * | Remove restrictions based on request content | Shadab Zafar | 2016-01-25 | 1 | -13/+0 |
| | | |||||
| * | Copy as raw request | Shadab Zafar | 2016-01-13 | 3 | -0/+14 |
| | | | | | | | | | | | | Issue #807 I am not entirely sure what needs to be returned in this case. | ||||
| * | Export/Copy request as python code | Shadab Zafar | 2016-01-13 | 3 | -1/+33 |
| | | | | | | | | | | | | | | | | | | Press E followed by p to copy code to clipboard. The code uses the python requests module. Only GET methods are currently supported, but can easily be extended to POST etc. | ||||
| * | Use signals.status_message for empty content | Shadab Zafar | 2016-01-13 | 1 | -1/+2 |
| | | |||||
| * | Refactor copy_as_curl_command | Shadab Zafar | 2016-01-13 | 1 | -9/+7 |
| | | |||||
| * | refactored export as curl to be 'E' to export and 'c' to as curl command | Marcelo Glezer | 2016-01-13 | 3 | -7/+27 |
| | | |||||
| * | headers enumartion was failing in copy as curl and protocol was None when ↵ | Marcelo Glezer | 2016-01-13 | 1 | -2/+2 |
| | | | | | | | | copy to clipboard was called. first wip fix | ||||
| * | fixed TypeError: ask_save_overwrite() takes exactly 2 arguments (xxxxx given) | Marcelo Glezer | 2016-01-13 | 1 | -1/+1 |
| | | |||||
| * | Was needlessly passing un-used parameters + clean up misspelling | Ryan Welton | 2016-01-13 | 1 | -17/+13 |
| | | |||||
| * | Switch to single quotes | Ryan Welton | 2016-01-13 | 1 | -2/+2 |
| | | |||||
| * | Add copy as curl command | Ryan Welton | 2016-01-13 | 3 | -17/+48 |
| | | |||||
* | | Merge pull request #893 from dweinstein/sni-ignore | Maximilian Hils | 2016-01-26 | 3 | -56/+96 |
|\ \ | | | | | | | Add ignore based on TLS ClientHello SNI | ||||
| * | | Add SNI ignore docs and have code match it | David Weinstein | 2016-01-26 | 1 | -9/+9 |
| | | | |||||
| * | | Include raw client hello in exception | David Weinstein | 2016-01-26 | 1 | -3/+3 |
| | | | |||||
| * | | remove TODO | David Weinstein | 2016-01-26 | 1 | -1/+1 |
| | | | |||||
| * | | Simplify check_ignore in _next_layer | David Weinstein | 2016-01-26 | 1 | -13/+12 |
| | | | |||||
| * | | Log exceptions parsing TlsClientHello in TlsLayer | David Weinstein | 2016-01-26 | 1 | -4/+7 |
| | | | |||||
| * | | remove client_tls property from TlsLayer | David Weinstein | 2016-01-26 | 1 | -4/+0 |
| | | | |||||
| * | | Move SNI ignore check into _next_layer | David Weinstein | 2016-01-26 | 1 | -28/+10 |
| | | | |||||
| * | | add TlsClientHello repr | David Weinstein | 2016-01-26 | 1 | -0/+5 |
| | | | |||||
| * | | Don't store client_tls state in root context | David Weinstein | 2016-01-25 | 1 | -5/+4 |
| | | | |||||
| * | | Add ignore based on TLS ClientHello SNI | David Weinstein | 2016-01-23 | 3 | -57/+113 |
| | | | | | | | | | | | | - also add some documentation about ignoring based on SNI | ||||
* | | | [console] always show connection info in Details tab | 依云 | 2016-01-26 | 1 | -2/+2 |
|/ / | | | | | | | | | | | | | Connections become false values when it's finished. Check if it's None when trying to show address info. Fixes #886. | ||||
* | | Added CLI argument to enable "follow flow list" mode | Guillem Anguera | 2016-01-22 | 3 | -7/+18 |
| | | |||||
* | | Merge branch 'master' of https://github.com/snemes/mitmproxy | Sandor Nemes | 2016-01-18 | 2 | -14/+20 |
|\ \ | |||||
| * \ | Merge branch 'master' into master | Sandor Nemes | 2016-01-18 | 2 | -14/+20 |
| |\ \ | |||||
| | * \ | Merge pull request #881 from MatthewShao/Fix#846 | Maximilian Hils | 2016-01-18 | 2 | -14/+20 |
| | |\ \ | | | | | | | | | | | Fix #846 | ||||
| | | * | | Update reloader.py | Matthew Shao | 2016-01-18 | 1 | -1/+0 |
| | | | | | |||||
| | | * | | Update reloader.py | Matthew Shao | 2016-01-18 | 1 | -1/+1 |
| | | | | | |||||
| | | * | | Use RegexMatchingEventHandler() instead. | MatthewShao | 2016-01-18 | 1 | -17/+7 |
| | | | | | |||||
| | | * | | Use PollingObserver() only on OS X. | Matthew Shao | 2016-01-14 | 1 | -6/+7 |
| | | | | | |||||
| | | * | | PollingObserver() fixed on Linux and OS X. | Matthew Shao | 2016-01-12 | 1 | -4/+6 |
| | | | | | |||||
| | | * | | Change Observer() to PollingObserver(). | MatthewShao | 2016-01-12 | 1 | -4/+3 |
| | | | | | |||||
| | | * | | Fix observer in same dir situation. | Matthew Shao | 2016-01-12 | 1 | -7/+8 |
| | | | | | |||||
| | | * | | Fix script reloader on OS X. | MatthewShao | 2016-01-12 | 2 | -8/+22 |
| | | |/ | |||||
* | | / | remove unnecessary source_address from proxy modes | Sandor Nemes | 2016-01-18 | 5 | -5/+1 |
|/ / / | |||||
* | | | Minor aesthetic fixes. | Sandor Nemes | 2016-01-18 | 3 | -7/+5 |
| | | | |||||
* | | | Merge branch 'master' into master | Sandor Nemes | 2016-01-17 | 2 | -2/+21 |
|\| | | |||||
| * | | Merge pull request #872 from bazzinotti/inline-tcp | Maximilian Hils | 2016-01-17 | 2 | -2/+21 |
| |\ \ | | |/ | |/| | Add "tcp_message" Inline Script Hook | ||||
| | * | Add Inline Script Hooks to TCP mode | Michael J. Bazzinotti | 2016-01-10 | 2 | -2/+21 |
| | | | |||||
* | | | Merge branch 'master' into master | Sandor Nemes | 2016-01-13 | 4 | -16/+27 |
|\| | | |||||
| * | | remove code duplication | Thomas Kriechbaumer | 2016-01-10 | 1 | -6/+6 |
| | | | |||||
| * | | Support writing to outfile from mitmweb | Chris Czub | 2016-01-10 | 3 | -10/+21 |
| | | | |||||
* | | | Fixed a problem with the bind address not being used as the source address ↵ | Sandor Nemes | 2016-01-08 | 7 | -7/+17 |
|/ / | | | | | | | on outgoing TCP packets | ||||
* / | fix #659 | Maximilian Hils | 2016-01-02 | 1 | -3/+3 |
|/ | |||||
* | client-cert: Simplify and cleanup | Michael J. Bazzinotti | 2015-12-29 | 1 | -5/+2 |
| | | | | | | simplify the error message when cert path does not exist. During tests, reset the clientcerts proxy config setting to None Remove now-unused clientcerts code from class ProxTestBase | ||||
* | [docs/libmproxy/test] Support single client-side cert file as argument to | Michael J. Bazzinotti | 2015-12-28 | 3 | -9/+14 |
| | | | | --client-certs | ||||
* | Add default ciphers to avoid issue with iOS9 App Transport Security | Jorge Villacorta | 2015-12-11 | 1 | -1/+1 |
| |