Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [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 |
| | |||||
* | TLS verification warnings write to stderr | David Weinstein | 2015-12-10 | 1 | -1/+2 |
| | |||||
* | bump version | Maximilian Hils | 2015-12-03 | 1 | -1/+1 |
| | |||||
* | Revert "make setup.py wheel-ready" | Maximilian Hils | 2015-12-03 | 1 | -4/+0 |
| | | | | This reverts commit 51bd98d5b17e3d8d49f12a7f63545e8dac61959a. | ||||
* | make setup.py wheel-ready | Maximilian Hils | 2015-12-03 | 1 | -0/+4 |
| | |||||
* | flow format compat: 0.14 -> 0.15 | Maximilian Hils | 2015-12-03 | 1 | -2/+9 |
| | |||||
* | fix #839 | Maximilian Hils | 2015-12-02 | 1 | -2/+4 |
| | |||||
* | add import capability for old flows, fix #840 | Maximilian Hils | 2015-12-02 | 2 | -7/+39 |
| | |||||
* | fix #847 | Maximilian Hils | 2015-11-27 | 2 | -3/+3 |
| | |||||
* | fix #831 | Maximilian Hils | 2015-11-26 | 1 | -1/+1 |
| | |||||
* | http: catch all exceptions | Maximilian Hils | 2015-11-26 | 1 | -7/+6 |
| | |||||
* | simplify Client/ServerConnection.__repr__ | Maximilian Hils | 2015-11-26 | 1 | -6/+4 |
| | |||||
* | establish tls with client even if server connection fails | Maximilian Hils | 2015-11-26 | 1 | -2/+1 |
| | |||||
* | script reloader: minor fixes | Maximilian Hils | 2015-11-26 | 1 | -0/+3 |
| | |||||
* | fix #842 | Maximilian Hils | 2015-11-26 | 2 | -11/+26 |
| | |||||
* | disable script reloader | Maximilian Hils | 2015-11-24 | 1 | -1/+1 |
| | | | | This currently throws some errors on OSX. | ||||
* | fix #835 , can display unicode character correctly | Matthew Shao | 2015-11-16 | 1 | -1/+2 |
| | |||||
* | fix HTTPS Proxy-Authentication, refs #824 | Maximilian Hils | 2015-11-14 | 2 | -1/+7 |
| | |||||
* | finalize script reloading :tada: | Maximilian Hils | 2015-11-14 | 5 | -58/+95 |
| | |||||
* | structure libmproxy.script | Maximilian Hils | 2015-11-14 | 9 | -210/+279 |
|\ | |||||
| * | Decouple libmproxy.script from libmproxy.flow | Matthew Shao | 2015-11-13 | 3 | -18/+25 |
| | | |||||
| * | Move the observer initalization to the constructor of Script | Matthew Shao | 2015-11-11 | 2 | -9/+9 |
| | | | | | | | | | | class.Should work with both mitmproxy and mitmdump now. Change the names in PEP8 style. | ||||
| * | Use watchdog to reload scripts automatically. | Matthew Shao | 2015-11-11 | 3 | -0/+27 |
| | | |||||
* | | minor stylistic fixes | Maximilian Hils | 2015-11-14 | 2 | -6/+3 |
| | | |||||
* | | Feedback from PR #832 | Chris Czub | 2015-11-13 | 3 | -84/+51 |
| | |