aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy
Commit message (Collapse)AuthorAgeFilesLines
* refactored export as curl to be 'E' to export and 'c' to as curl commandMarcelo Glezer2016-01-133-7/+27
|
* headers enumartion was failing in copy as curl and protocol was None when ↵Marcelo Glezer2016-01-131-2/+2
| | | | copy to clipboard was called. first wip fix
* fixed TypeError: ask_save_overwrite() takes exactly 2 arguments (xxxxx given)Marcelo Glezer2016-01-131-1/+1
|
* Was needlessly passing un-used parameters + clean up misspellingRyan Welton2016-01-131-17/+13
|
* Switch to single quotesRyan Welton2016-01-131-2/+2
|
* Add copy as curl commandRyan Welton2016-01-133-17/+48
|
* remove code duplicationThomas Kriechbaumer2016-01-101-6/+6
|
* Support writing to outfile from mitmwebChris Czub2016-01-103-10/+21
|
* fix #659Maximilian Hils2016-01-021-3/+3
|
* client-cert: Simplify and cleanupMichael J. Bazzinotti2015-12-291-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 toMichael J. Bazzinotti2015-12-283-9/+14
| | | | --client-certs
* Add default ciphers to avoid issue with iOS9 App Transport SecurityJorge Villacorta2015-12-111-1/+1
|
* TLS verification warnings write to stderrDavid Weinstein2015-12-101-1/+2
|
* bump versionMaximilian Hils2015-12-031-1/+1
|
* Revert "make setup.py wheel-ready"Maximilian Hils2015-12-031-4/+0
| | | | This reverts commit 51bd98d5b17e3d8d49f12a7f63545e8dac61959a.
* make setup.py wheel-readyMaximilian Hils2015-12-031-0/+4
|
* flow format compat: 0.14 -> 0.15Maximilian Hils2015-12-031-2/+9
|
* fix #839Maximilian Hils2015-12-021-2/+4
|
* add import capability for old flows, fix #840Maximilian Hils2015-12-022-7/+39
|
* fix #847Maximilian Hils2015-11-272-3/+3
|
* fix #831Maximilian Hils2015-11-261-1/+1
|
* http: catch all exceptionsMaximilian Hils2015-11-261-7/+6
|
* simplify Client/ServerConnection.__repr__Maximilian Hils2015-11-261-6/+4
|
* establish tls with client even if server connection failsMaximilian Hils2015-11-261-2/+1
|
* script reloader: minor fixesMaximilian Hils2015-11-261-0/+3
|
* fix #842Maximilian Hils2015-11-262-11/+26
|
* disable script reloaderMaximilian Hils2015-11-241-1/+1
| | | | This currently throws some errors on OSX.
* fix #835 , can display unicode character correctlyMatthew Shao2015-11-161-1/+2
|
* fix HTTPS Proxy-Authentication, refs #824Maximilian Hils2015-11-142-1/+7
|
* finalize script reloading :tada:Maximilian Hils2015-11-145-58/+95
|
* structure libmproxy.scriptMaximilian Hils2015-11-149-210/+279
|\
| * Decouple libmproxy.script from libmproxy.flowMatthew Shao2015-11-133-18/+25
| |
| * Move the observer initalization to the constructor of ScriptMatthew Shao2015-11-112-9/+9
| | | | | | | | | | class.Should work with both mitmproxy and mitmdump now. Change the names in PEP8 style.
| * Use watchdog to reload scripts automatically.Matthew Shao2015-11-113-0/+27
| |
* | minor stylistic fixesMaximilian Hils2015-11-142-6/+3
| |
* | Feedback from PR #832Chris Czub2015-11-133-84/+51
| |
* | Add custom content view plugin support for mitmproxy/mitmdumpChris Czub2015-11-132-1/+52
| |
* | Add new contentviews' content type mappingsChris Czub2015-11-131-0/+10
| |
* | Add "add" ContentView method & testChris Czub2015-11-131-0/+8
|/
* fix scripteditor bugMaximilian Hils2015-11-101-0/+1
|
* Bump version for next release cycleAldo Cortesi2015-11-071-1/+1
|
* Bump version, update CONTRIBUTORS, CHANGELOGAldo Cortesi2015-11-061-1/+1
|
* Catch and ignore thread errors on exitAldo Cortesi2015-11-061-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 contentMarcelo Glezer2015-11-051-2/+2
|
* Merge pull request #809 from zbuc/pfctl_errhandlingMaximilian Hils2015-11-041-2/+11
|\ | | | | Better error handling/reporting for pfctl failures on OS X
| * PR 809 make code more pythonicChris Czub2015-11-041-2/+3
| |
| * Declare & define insufficient_privChris Czub2015-10-291-0/+1
| |
| * Better error handling/reporting for pfctl failures on OS XChris Czub2015-10-291-2/+9
| |
* | Merge branch 'master' of https://github.com/mitmproxy/mitmproxyMaximilian Hils2015-11-013-2/+7
|\ \
| * | Use ctrl+f and ctrl+b to scroll a pagegecko6552015-10-302-0/+5
| |/