aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | console: add command line flag to disable mouse interactionTimothy Elliott2015-08-193-2/+9
| | | | | | | | | | | | | | | | | | Adds the --no-mouse command line option to disable the mouse. Fixes #685
* | | update slackin urlMaximilian Hils2015-08-251-2/+1
|/ /
* | make dev installation instructions copy-pasteableMaximilian Hils2015-08-191-6/+6
| |
* | fix virtualenv activationMaximilian Hils2015-08-191-1/+1
| |
* | fix docs typoMaximilian Hils2015-08-191-2/+2
| | | | | | refs mitmproxy/mitmproxy.org#7
* | Merge pull request #732 from FreeArtMan/masterThomas Kriechbaumer2015-08-191-1/+3
|\ \ | | | | | | Fixing issue #710. Prety printing in read_dumpfile
| * | Fixing issue #710. Prety printing in read_dumpfileFreeArtMan2015-08-191-1/+3
|/ /
* | temporarily disable pypy with new openssl on travisThomas Kriechbaumer2015-08-181-10/+10
| |
* | temporarily disable pypy on travisThomas Kriechbaumer2015-08-181-1/+1
| |
* | Small tweaks to read_dumpfile example.Aldo Cortesi2015-08-171-1/+1
| |
* | Disable mitmweb OSX binary generation for nowAldo Cortesi2015-08-161-0/+0
| |
* | Adapt mitmdump and mitmweb for certifi and release processAldo Cortesi2015-08-162-12/+22
| |
* | Adapt mitmproxy.spec for new cryptography, certifi and new release structureAldo Cortesi2015-08-161-6/+11
| |
* | Remove release toolsAldo Cortesi2015-08-165-402/+0
| |
| * minor fixesMaximilian Hils2015-08-302-4/+5
| |
| * always insert tls layer for inline script upgradesMaximilian Hils2015-08-309-39/+49
| |
| * restructure code, remove cruftMaximilian Hils2015-08-3022-846/+250
| |
| * simplify raw tcp protocolMaximilian Hils2015-08-291-8/+54
| |
| * fix bugs, fix testsMaximilian Hils2015-08-295-85/+69
| |
| * fix streamingMaximilian Hils2015-08-292-72/+124
| |
| * move sslversion mapping to netlibMaximilian Hils2015-08-292-24/+6
| |
| * clean up config/cmdline, fix bugs, remove cruftMaximilian Hils2015-08-2815-345/+303
| |
| * Revert "unify SSL version/method handling"Maximilian Hils2015-08-271-25/+44
| | | | | | | | This reverts commit 14e49f4fc7a38b63099ab0d42afd213b0d567c0f.
| * start fixing proxy configMaximilian Hils2015-08-271-42/+6
| |
| * fix inline script redirectsMaximilian Hils2015-08-275-34/+45
| |
| * handle tls server errors more gracefullyMaximilian Hils2015-08-271-3/+17
| |
| * re-add http1 replayMaximilian Hils2015-08-271-1/+89
| |
| * re-add --ignore and --tcpMaximilian Hils2015-08-271-27/+39
| |
| * no more sni double-connects!Maximilian Hils2015-08-272-10/+1
| |
| * clean up clienthello parsingMaximilian Hils2015-08-2610-1041/+19
| |
| * fix non-alpn clientsMaximilian Hils2015-08-261-1/+4
| |
| * http2: fix bugs, chrome works :tada:Maximilian Hils2015-08-263-5/+8
| |
| * Merge branch 'proxy-refactor-cb' of https://github.com/mitmproxy/mitmproxy ↵Maximilian Hils2015-08-260-0/+0
| |\ | | | | | | | | | into proxy-refactor-cb
| | * Merge pull request #739 from Kriechi/proxy-refactor-cbMaximilian Hils2015-08-261-0/+1
| | |\ | | | | | | | | fix return value and empty requests
| | | * fix return value and empty requestsThomas Kriechbaumer2015-08-261-0/+1
| | |/
| * / improve alpn handlingMaximilian Hils2015-08-262-11/+24
| |/
| * manually read tls clienthelloMaximilian Hils2015-08-263-107/+57
| |
| * manually read tls clienthello [wip]Maximilian Hils2015-08-2611-12/+1316
| |
| * minor fixesMaximilian Hils2015-08-252-4/+9
| |
| * request -> request_methodMaximilian Hils2015-08-245-31/+24
| |
| * fix bugs, fix testsMaximilian Hils2015-08-245-56/+58
| |
| * adapt netlib changesThomas Kriechbaumer2015-08-214-11/+12
| |
| * http2: simplify protocol-related codeThomas Kriechbaumer2015-08-201-9/+8
| |
| * fix typoThomas Kriechbaumer2015-08-201-1/+1
| |
| * http2: use callback for handle unexpected framesThomas Kriechbaumer2015-08-191-5/+8
| |
| * Merge pull request #734 from Kriechi/proxy-refactor-cbMaximilian Hils2015-08-191-16/+37
| |\ | | | | | | move read methods to lower HTTP layer
| | * move read methods to lower HTTP layerThomas Kriechbaumer2015-08-191-16/+37
| |/
| * Merge pull request #733 from Kriechi/proxy-refactor-cbMaximilian Hils2015-08-194-54/+52
| |\ | | | | | | Proxy refactor cb
| | * move send method to lower layersThomas Kriechbaumer2015-08-191-6/+15
| | |
| | * improve next_layer detectionThomas Kriechbaumer2015-08-192-13/+20
| | |