aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * add --stream options, various fixesMaximilian Hils2014-07-217-62/+112
| * unify stream handlingMaximilian Hils2014-07-212-46/+28
| * simplify responseheader scripthookMaximilian Hils2014-07-204-26/+15
| * Merge branch 'stream' of https://github.com/bradleypeabody/mitmproxy into streamMaximilian Hils2014-07-204-17/+143
| |\
| | * fixed handling of Transfer-Encoding header during streaming; wrote tests for ...Brad Peabody2014-07-193-16/+84
| | * basic attempt to implement streaming response, needs testingBrad Peabody2014-07-172-5/+63
* | | add proxy modes illustrations, refs #258Maximilian Hils2014-07-314-0/+0
* | | fix #313Maximilian Hils2014-07-272-3/+23
* | | refactor tcp handling, fix #280Maximilian Hils2014-07-271-32/+37
* | | minor fixesMaximilian Hils2014-07-273-4/+4
* | | fix #259Maximilian Hils2014-07-266-12/+16
* | | fix testsMaximilian Hils2014-07-262-8/+12
* | | add example how to replace response body contentsMaximilian Hils2014-07-261-0/+18
* | | if no_upstream_cert is set, include SNI value als SubjectAltName, fix #291Maximilian Hils2014-07-181-0/+2
* | | fix tests on windowsMaximilian Hils2014-07-181-1/+2
* | | add transparent proxy mode on windows (docs still missing)Maximilian Hils2014-07-1614-4/+1248
|/ /
* / fix parameter namingMaximilian Hils2014-07-141-5/+5
|/
* make include_content=False work by passing this on to netlib's http.read_resp...Brad Peabody2014-07-121-3/+2
* fix command line helpMaximilian Hils2014-07-061-2/+2
* Merge pull request #300 from zbrdge/freebsd-platformMaximilian Hils2014-07-035-6/+25
|\
| * added unit test update. coverage still at 97%Zack B2014-07-012-5/+11
| * only support FreeBSD 10+Zack B2014-07-012-2/+2
| * add resolver for FreeBSD using pfctlZack B2014-07-013-1/+14
* | Merge pull request #286 from m0sth8/remove_global_should_exitMaximilian Hils2014-07-035-19/+16
|\ \ | |/ |/|
| * Remove global should_exit and fix testsVyacheslav Bakhmutov2014-06-135-19/+16
* | fix ProxyError inheritanceMaximilian Hils2014-06-251-6/+4
* | expose socknameMaximilian Hils2014-06-252-2/+5
* | add support for certificate chains, refs #174Maximilian Hils2014-05-212-3/+6
|/
* fix up error messagesMaximilian Hils2014-05-155-79/+82
* fix #253Maximilian Hils2014-05-153-7/+18
* fix #267Maximilian Hils2014-05-151-1/+3
* re-use cert creation from netlib in handle_sni, fix #272Maximilian Hils2014-05-151-13/+22
* Merge pull request #271 from davidpshaw/masterMaximilian Hils2014-05-079-0/+1236
|\
| * - changed license to MIT, as it is more easily integrated into the mitmproxy ...davidpshaw2014-05-066-69/+105
| * - working WBXML parserDavid Shaw2014-05-069-0/+1200
|/
* Merge pull request #269 from shvar/masterMaximilian Hils2014-04-291-1/+3
|\
| * fix default certsEli Shvartsman2014-04-291-1/+1
| * init ProxyConfig.certstore with custom certsEli Shvartsman2014-04-291-0/+2
* | Merge pull request #268 from shvar/patch-1Maximilian Hils2014-04-291-1/+1
|\ \ | |/ |/|
| * Update server.pyEli Shvartsman2014-04-291-1/+1
|/
* Fix proxy optionsAldo Cortesi2014-04-121-2/+2
* update firefox cert install docsMaximilian Hils2014-04-101-2/+2
* fix issue #260Maximilian Hils2014-04-071-1/+3
* Merge pull request #252 from jeanregisser/masterMaximilian Hils2014-03-261-1/+0
|\
| * Fixed palette forced to light in mitmproxywrapper.pyJean Regisser2014-03-261-1/+0
|/
* beef up error messagesMaximilian Hils2014-03-261-1/+1
* add requests to requrements, improve error loggingMaximilian Hils2014-03-192-1/+5
* fix minor version stringMaximilian Hils2014-03-191-1/+1
* fix display bugs (fixes #243)Maximilian Hils2014-03-182-2/+7
* Merge pull request #239 from mitmproxy/options_cleanupMaximilian Hils2014-03-189-85/+85
|\