Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add Inline Script Hooks to TCP mode | Michael J. Bazzinotti | 2016-01-10 | 2 | -2/+21 |
| | |||||
* | 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 |
| | | |||||
* | | Add custom content view plugin support for mitmproxy/mitmdump | Chris Czub | 2015-11-13 | 2 | -1/+52 |
| | | |||||
* | | Add new contentviews' content type mappings | Chris Czub | 2015-11-13 | 1 | -0/+10 |
| | | |||||
* | | Add "add" ContentView method & test | Chris Czub | 2015-11-13 | 1 | -0/+8 |
|/ | |||||
* | fix scripteditor bug | Maximilian Hils | 2015-11-10 | 1 | -0/+1 |
| | |||||
* | Bump version for next release cycle | Aldo Cortesi | 2015-11-07 | 1 | -1/+1 |
| | |||||
* | Bump version, update CONTRIBUTORS, CHANGELOG | Aldo Cortesi | 2015-11-06 | 1 | -1/+1 |
| | |||||
* | Catch and ignore thread errors on exit | Aldo Cortesi | 2015-11-06 | 1 | -3/+4 |
| | | | | | | Keyboard interrupts bugger up Queues in some way, which causes a traceback on exit in many of our tools. The issue seems easiest to reproduce with binary builds on OSX. | ||||
* | fix copy to clipboard command when copying content | Marcelo Glezer | 2015-11-05 | 1 | -2/+2 |
| | |||||
* | Merge pull request #809 from zbuc/pfctl_errhandling | Maximilian Hils | 2015-11-04 | 1 | -2/+11 |
|\ | | | | | Better error handling/reporting for pfctl failures on OS X | ||||
| * | PR 809 make code more pythonic | Chris Czub | 2015-11-04 | 1 | -2/+3 |
| | | |||||
| * | Declare & define insufficient_priv | Chris Czub | 2015-10-29 | 1 | -0/+1 |
| | | |||||
| * | Better error handling/reporting for pfctl failures on OS X | Chris Czub | 2015-10-29 | 1 | -2/+9 |
| | | |||||
* | | Merge branch 'master' of https://github.com/mitmproxy/mitmproxy | Maximilian Hils | 2015-11-01 | 3 | -2/+7 |
|\ \ | |||||
| * | | Use ctrl+f and ctrl+b to scroll a page | gecko655 | 2015-10-30 | 2 | -0/+5 |
| |/ | |||||
| * | Merge pull request #791 from tunz/master | Maximilian Hils | 2015-10-28 | 1 | -2/+2 |
| |\ | | | | | | | Prevent flowview from creating duplicated windows | ||||
| | * | Refresh flowview instead of reopen the same flowview | Choongwoo Han | 2015-10-08 | 1 | -4/+2 |
| | | | |||||
| | * | Prevent flowview from creating duplicated windows | Choongwoo Han | 2015-10-04 | 1 | -0/+2 |
| | | | |||||
* | | | fix #811 | Maximilian Hils | 2015-11-01 | 1 | -6/+5 |
|/ / | |||||
* | | fix #800 | Maximilian Hils | 2015-10-22 | 1 | -1/+2 |
| | | |||||
* | | update web builds, use watchify | Maximilian Hils | 2015-10-08 | 6 | -4299/+5698 |
| | | |||||
* | | default should not be None | Colin Bendell | 2015-10-07 | 1 | -1/+1 |
| | | | | | | Fixed default value when self.address has not been set | ||||
* | | Check if server connection hasn't yet been initiated | Colin Bendell | 2015-10-07 | 1 | -2/+2 |
|/ | | | This fixes #761 when NoneType error is thrown when non-TLS requests initiate a client request but the server connection hasn't yet been initiated. |