Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | remove old code | Maximilian Hils | 2015-08-30 | 7 | -917/+22 | |
| * | Merge remote-tracking branch 'origin/master' into proxy-refactor-cb | Maximilian Hils | 2015-08-30 | 16 | -446/+66 | |
| |\ | |/ |/| | ||||||
* | | improve travis | Maximilian Hils | 2015-08-27 | 1 | -21/+20 | |
* | | Merge pull request #735 from ender672/disable-mouse-option | Maximilian Hils | 2015-08-27 | 3 | -2/+9 | |
|\ \ | ||||||
| * | | console: add command line flag to disable mouse interaction | Timothy Elliott | 2015-08-19 | 3 | -2/+9 | |
* | | | update slackin url | Maximilian Hils | 2015-08-25 | 1 | -2/+1 | |
|/ / | ||||||
* | | make dev installation instructions copy-pasteable | Maximilian Hils | 2015-08-19 | 1 | -6/+6 | |
* | | fix virtualenv activation | Maximilian Hils | 2015-08-19 | 1 | -1/+1 | |
* | | fix docs typo | Maximilian Hils | 2015-08-19 | 1 | -2/+2 | |
* | | Merge pull request #732 from FreeArtMan/master | Thomas Kriechbaumer | 2015-08-19 | 1 | -1/+3 | |
|\ \ | ||||||
| * | | Fixing issue #710. Prety printing in read_dumpfile | FreeArtMan | 2015-08-19 | 1 | -1/+3 | |
|/ / | ||||||
* | | temporarily disable pypy with new openssl on travis | Thomas Kriechbaumer | 2015-08-18 | 1 | -10/+10 | |
* | | temporarily disable pypy on travis | Thomas Kriechbaumer | 2015-08-18 | 1 | -1/+1 | |
* | | Small tweaks to read_dumpfile example. | Aldo Cortesi | 2015-08-17 | 1 | -1/+1 | |
* | | Disable mitmweb OSX binary generation for now | Aldo Cortesi | 2015-08-16 | 1 | -0/+0 | |
* | | Adapt mitmdump and mitmweb for certifi and release process | Aldo Cortesi | 2015-08-16 | 2 | -12/+22 | |
* | | Adapt mitmproxy.spec for new cryptography, certifi and new release structure | Aldo Cortesi | 2015-08-16 | 1 | -6/+11 | |
* | | Remove release tools | Aldo Cortesi | 2015-08-16 | 5 | -402/+0 | |
| * | minor fixes | Maximilian Hils | 2015-08-30 | 2 | -4/+5 | |
| * | always insert tls layer for inline script upgrades | Maximilian Hils | 2015-08-30 | 9 | -39/+49 | |
| * | restructure code, remove cruft | Maximilian Hils | 2015-08-30 | 22 | -846/+250 | |
| * | simplify raw tcp protocol | Maximilian Hils | 2015-08-29 | 1 | -8/+54 | |
| * | fix bugs, fix tests | Maximilian Hils | 2015-08-29 | 5 | -85/+69 | |
| * | fix streaming | Maximilian Hils | 2015-08-29 | 2 | -72/+124 | |
| * | move sslversion mapping to netlib | Maximilian Hils | 2015-08-29 | 2 | -24/+6 | |
| * | clean up config/cmdline, fix bugs, remove cruft | Maximilian Hils | 2015-08-28 | 15 | -345/+303 | |
| * | Revert "unify SSL version/method handling" | Maximilian Hils | 2015-08-27 | 1 | -25/+44 | |
| * | start fixing proxy config | Maximilian Hils | 2015-08-27 | 1 | -42/+6 | |
| * | fix inline script redirects | Maximilian Hils | 2015-08-27 | 5 | -34/+45 | |
| * | handle tls server errors more gracefully | Maximilian Hils | 2015-08-27 | 1 | -3/+17 | |
| * | re-add http1 replay | Maximilian Hils | 2015-08-27 | 1 | -1/+89 | |
| * | re-add --ignore and --tcp | Maximilian Hils | 2015-08-27 | 1 | -27/+39 | |
| * | no more sni double-connects! | Maximilian Hils | 2015-08-27 | 2 | -10/+1 | |
| * | clean up clienthello parsing | Maximilian Hils | 2015-08-26 | 10 | -1041/+19 | |
| * | fix non-alpn clients | Maximilian Hils | 2015-08-26 | 1 | -1/+4 | |
| * | http2: fix bugs, chrome works :tada: | Maximilian Hils | 2015-08-26 | 3 | -5/+8 | |
| * | Merge branch 'proxy-refactor-cb' of https://github.com/mitmproxy/mitmproxy in... | Maximilian Hils | 2015-08-26 | 0 | -0/+0 | |
| |\ | ||||||
| | * | Merge pull request #739 from Kriechi/proxy-refactor-cb | Maximilian Hils | 2015-08-26 | 1 | -0/+1 | |
| | |\ | ||||||
| | | * | fix return value and empty requests | Thomas Kriechbaumer | 2015-08-26 | 1 | -0/+1 | |
| | |/ | ||||||
| * / | improve alpn handling | Maximilian Hils | 2015-08-26 | 2 | -11/+24 | |
| |/ | ||||||
| * | manually read tls clienthello | Maximilian Hils | 2015-08-26 | 3 | -107/+57 | |
| * | manually read tls clienthello [wip] | Maximilian Hils | 2015-08-26 | 11 | -12/+1316 | |
| * | minor fixes | Maximilian Hils | 2015-08-25 | 2 | -4/+9 | |
| * | request -> request_method | Maximilian Hils | 2015-08-24 | 5 | -31/+24 | |
| * | fix bugs, fix tests | Maximilian Hils | 2015-08-24 | 5 | -56/+58 | |
| * | adapt netlib changes | Thomas Kriechbaumer | 2015-08-21 | 4 | -11/+12 | |
| * | http2: simplify protocol-related code | Thomas Kriechbaumer | 2015-08-20 | 1 | -9/+8 | |
| * | fix typo | Thomas Kriechbaumer | 2015-08-20 | 1 | -1/+1 | |
| * | http2: use callback for handle unexpected frames | Thomas Kriechbaumer | 2015-08-19 | 1 | -5/+8 | |
| * | Merge pull request #734 from Kriechi/proxy-refactor-cb | Maximilian Hils | 2015-08-19 | 1 | -16/+37 | |
| |\ |