Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' of github.com:mitmproxy/mitmproxy | Maximilian Hils | 2014-10-23 | 12 | -225/+361 |
|\ | |||||
| * | Document http2https and https2http | Aldo Cortesi | 2014-10-23 | 2 | -1/+30 |
| * | Correct docs - we no longer support change of basic proxy mode in the console... | Aldo Cortesi | 2014-10-23 | 2 | -6/+0 |
| * | More refactoring of installation docs | Aldo Cortesi | 2014-10-23 | 2 | -20/+45 |
| * | Keep sidebar ordering alphabetical, add SOCKS documentation | Aldo Cortesi | 2014-10-23 | 4 | -5/+17 |
| * | CHANGELOG and CONTRIBUTORS | Aldo Cortesi | 2014-10-23 | 2 | -27/+84 |
| * | First redraft of modes documentation | Aldo Cortesi | 2014-10-23 | 1 | -143/+155 |
| * | Documentation re-org | Aldo Cortesi | 2014-10-23 | 4 | -34/+41 |
* | | fix typo | Maximilian Hils | 2014-10-23 | 1 | -1/+1 |
* | | update proxy modes diagrams | Maximilian Hils | 2014-10-23 | 4 | -0/+0 |
|/ | |||||
* | fix #346 | Maximilian Hils | 2014-10-22 | 2 | -1/+16 |
|\ | |||||
| * | reverse proxy: adjust dst when reading flows, fix #346 | Maximilian Hils | 2014-09-08 | 2 | -2/+16 |
* | | fix #378 | Maximilian Hils | 2014-10-22 | 1 | -3/+19 |
* | | tweak SSL detection heuristics | Maximilian Hils | 2014-10-21 | 2 | -2/+17 |
* | | fix race conditions in tests | Maximilian Hils | 2014-10-19 | 3 | -0/+17 |
* | | add generic tcp proxying, fix #374 | Maximilian Hils | 2014-10-18 | 18 | -88/+250 |
* | | remove default_ca | Maximilian Hils | 2014-10-18 | 4 | -8/+4 |
* | | add test case for #375 | Maximilian Hils | 2014-10-17 | 1 | -0/+21 |
* | | fix cert forwarding | Maximilian Hils | 2014-10-09 | 1 | -1/+1 |
* | | Add SOCKS5 mode, fix #305 | Maximilian Hils | 2014-10-09 | 4 | -11/+89 |
* | | Merge branch 'cert_chains' | Maximilian Hils | 2014-10-09 | 4 | -13/+15 |
|\ \ | |||||
| * | | add mini documentation | Maximilian Hils | 2014-10-09 | 1 | -4/+6 |
| * | | fix support for chained certificates | Maximilian Hils | 2014-10-08 | 4 | -9/+9 |
* | | | fix typo | Maximilian Hils | 2014-10-08 | 1 | -1/+1 |
|/ / | |||||
* | | Merge branch 'master' of github.com:mitmproxy/mitmproxy | Maximilian Hils | 2014-10-07 | 4 | -17/+97 |
|\ \ | |||||
| * \ | Merge pull request #371 from tekii/master | Maximilian Hils | 2014-10-04 | 4 | -17/+97 |
| |\ \ | |||||
| | * | | --replay-ignore-content & --replay-ignore-param ported from branch 0.10 | Marcelo Glezer | 2014-10-03 | 4 | -17/+97 |
| |/ / | |||||
| * | | Merge pull request #369 from mitmproxy/dist | Maximilian Hils | 2014-10-01 | 2 | -85/+28 |
| |\ \ | |||||
* | | | | replay: carry over SNI value | Maximilian Hils | 2014-10-02 | 2 | -6/+4 |
| |/ / |/| | | |||||
* | | | update MANIFEST.in | Maximilian Hils | 2014-10-01 | 1 | -7/+7 |
* | | | distutils -> setuptools | Maximilian Hils | 2014-10-01 | 1 | -78/+21 |
|/ / | |||||
* | | fix timestamp formatting: end_time may not be set | Maximilian Hils | 2014-09-22 | 2 | -3/+8 |
* | | beef up event log | Maximilian Hils | 2014-09-22 | 11 | -56/+291 |
* | | web: perf improvements | Maximilian Hils | 2014-09-22 | 7 | -30/+62 |
* | | web: various improvements | Maximilian Hils | 2014-09-21 | 8 | -106/+234 |
* | | clean up timestamp handling | Maximilian Hils | 2014-09-21 | 2 | -8/+12 |
* | | web: minor fixes | Maximilian Hils | 2014-09-20 | 2 | -14/+18 |
* | | web: display flow connection info | Maximilian Hils | 2014-09-19 | 10 | -166/+485 |
* | | web: flow icons | Maximilian Hils | 2014-09-19 | 4 | -10/+102 |
* | | start to fill detailpane | Maximilian Hils | 2014-09-19 | 11 | -18/+375 |
* | | basic splitter -> kick-ass splitter | Maximilian Hils | 2014-09-18 | 5 | -28/+94 |
* | | add splitter | Maximilian Hils | 2014-09-18 | 10 | -100/+210 |
* | | web: detailpane impl | Maximilian Hils | 2014-09-18 | 17 | -265/+688 |
* | | fix #361 | Maximilian Hils | 2014-09-18 | 3 | -8/+5 |
* | | flowtable: add selection indicator, add keyboard navigation | Maximilian Hils | 2014-09-18 | 12 | -154/+376 |
* | | .jsx -> .jsx.js | Maximilian Hils | 2014-09-18 | 7 | -11/+17 |
* | | undo spriting | Maximilian Hils | 2014-09-17 | 18 | -109/+63 |
* | | add features to the traffic table, introduce image spriting | Maximilian Hils | 2014-09-17 | 25 | -41/+396 |
* | | implement FlowStore basics | Maximilian Hils | 2014-09-17 | 17 | -66/+458 |
* | | connect eventlog events to ui | Maximilian Hils | 2014-09-17 | 15 | -103/+89 |