aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add SNI ignore docs and have code match itDavid Weinstein2016-01-262-11/+11
* Include raw client hello in exceptionDavid Weinstein2016-01-261-3/+3
* remove TODODavid Weinstein2016-01-261-1/+1
* Simplify check_ignore in _next_layerDavid Weinstein2016-01-261-13/+12
* Log exceptions parsing TlsClientHello in TlsLayerDavid Weinstein2016-01-261-4/+7
* remove client_tls property from TlsLayerDavid Weinstein2016-01-261-4/+0
* Move SNI ignore check into _next_layerDavid Weinstein2016-01-261-28/+10
* add TlsClientHello reprDavid Weinstein2016-01-261-0/+5
* Don't store client_tls state in root contextDavid Weinstein2016-01-251-5/+4
* Add ignore based on TLS ClientHello SNIDavid Weinstein2016-01-233-57/+113
* Merge pull request #891 from ganguera/masterMaximilian Hils2016-01-223-7/+18
|\
| * Added CLI argument to enable "follow flow list" modeGuillem Anguera2016-01-223-7/+18
|/
* Merge pull request #879 from snemes/masterMaximilian Hils2016-01-184-6/+10
|\
| * Merge branch 'master' of https://github.com/snemes/mitmproxySandor Nemes2016-01-182-14/+20
| |\
| | * Merge branch 'master' into masterSandor Nemes2016-01-182-14/+20
| | |\ | |_|/ |/| |
* | | Merge pull request #881 from MatthewShao/Fix#846Maximilian Hils2016-01-182-14/+20
|\ \ \
| * | | Update reloader.pyMatthew Shao2016-01-181-1/+0
| * | | Update reloader.pyMatthew Shao2016-01-181-1/+1
| * | | Use RegexMatchingEventHandler() instead.MatthewShao2016-01-181-17/+7
| * | | Use PollingObserver() only on OS X.Matthew Shao2016-01-141-6/+7
| * | | PollingObserver() fixed on Linux and OS X.Matthew Shao2016-01-121-4/+6
| * | | Change Observer() to PollingObserver().MatthewShao2016-01-121-4/+3
| * | | Fix observer in same dir situation.Matthew Shao2016-01-121-7/+8
| * | | Fix script reloader on OS X.MatthewShao2016-01-122-8/+22
| | * | remove unnecessary source_address from proxy modesSandor Nemes2016-01-185-5/+1
| | |/
| | * Minor aesthetic fixes.Sandor Nemes2016-01-183-7/+5
| | * Merge branch 'master' into masterSandor Nemes2016-01-178-26/+141
| | |\ | |_|/ |/| |
* | | Merge pull request #872 from bazzinotti/inline-tcpMaximilian Hils2016-01-176-25/+100
|\ \ \
| * | | Add Inline Script Hooks to TCP modeMichael J. Bazzinotti2016-01-106-25/+100
* | | | Merge pull request #887 from felixonmars/pillow-31Thomas Kriechbaumer2016-01-141-1/+1
|\ \ \ \
| * | | | Allow Pillow 3.1Felix Yan2016-01-141-1/+1
|/ / / /
* | | | Merge pull request #882 from tinius/sslstripMaximilian Hils2016-01-131-0/+40
|\ \ \ \ | |_|/ / |/| | |
| * | | no longer strips Accept-Encoding as mitmproxy can handle compressionNiko Kommenda2016-01-121-1/+0
| * | | added sslstrip to inline script examplesNiko Kommenda2016-01-121-0/+41
|/ / /
| | * Merge branch 'master' into masterSandor Nemes2016-01-135-18/+29
| | |\ | |_|/ |/| |
* | | remove code duplicationThomas Kriechbaumer2016-01-101-6/+6
* | | Support writing to outfile from mitmwebChris Czub2016-01-103-10/+21
* | | Merge pull request #878 from warting/patch-1Maximilian Hils2016-01-081-2/+2
|\ \ \
| * | | Update redirect_requests.pyStefan Wärting2016-01-081-2/+2
|/ / /
| | * Fixed a problem with the bind address not being used as the source address on...Sandor Nemes2016-01-087-7/+17
| |/ |/|
* | fix #659Maximilian Hils2016-01-022-4/+10
|/
* clientcert tests: fix whitespaceMichael J. Bazzinotti2015-12-291-0/+2
* Merge pull request #870 from bazzinotti/masterMaximilian Hils2015-12-297-21/+48
|\
| * client-cert: Simplify and cleanupMichael J. Bazzinotti2015-12-294-22/+20
| * [docs/libmproxy/test] Support single client-side cert file as argument toMichael J. Bazzinotti2015-12-286-13/+42
|/
* Merge pull request #857 from jwilk/spellingMaximilian Hils2015-12-123-4/+4
|\
| * docs: fix typosJakub Wilk2015-12-123-4/+4
* | Merge pull request #855 from jvillacorta/masterMaximilian Hils2015-12-111-1/+1
|\ \ | |/ |/|
| * Add default ciphers to avoid issue with iOS9 App Transport SecurityJorge Villacorta2015-12-111-1/+1
|/
* Merge pull request #853 from dweinstein/warnings-to-stderrMaximilian Hils2015-12-101-1/+2
|\