Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | client-side structure | Maximilian Hils | 2014-09-15 | 5 | -203/+329 |
* | Merge branch 'master' of ssh.github.com:mitmproxy/mitmproxy | Aldo Cortesi | 2014-09-15 | 2 | -1/+6 |
|\ | |||||
| * | fix bugs | Maximilian Hils | 2014-09-15 | 2 | -1/+6 |
* | | Client-side cleanup | Aldo Cortesi | 2014-09-15 | 1 | -12/+10 |
|/ | |||||
* | fix missing timeout parameter | Maximilian Hils | 2014-09-14 | 1 | -1/+1 |
* | Web interface is live. | Aldo Cortesi | 2014-09-14 | 3 | -8080/+4 |
* | checkin assets | Maximilian Hils | 2014-09-14 | 6 | -0/+56563 |
* | Add tornado dependency, serve index file | Aldo Cortesi | 2014-09-14 | 3 | -3/+22 |
* | Basic web service and options | Aldo Cortesi | 2014-09-14 | 4 | -6/+60 |
* | Remove external app option, make tick timeout explicit | Aldo Cortesi | 2014-09-14 | 6 | -43/+10 |
* | Super-basic outline for web io loop | Aldo Cortesi | 2014-09-14 | 11 | -6/+8733 |
* | use bowser-installer | Maximilian Hils | 2014-09-13 | 6 | -48/+0 |
* | web -> onboarding | Aldo Cortesi | 2014-09-12 | 27 | -8255/+1485 |
* | Client-side framework for web application | Aldo Cortesi | 2014-09-10 | 19 | -1475/+8245 |
* | Reorg to put web app in its own directory | Aldo Cortesi | 2014-09-10 | 20 | -3/+4 |
* | fix jsunpacker imports | Maximilian Hils | 2014-09-09 | 2 | -2/+2 |
* | re-add mitmproxy/mitmdump scripts for convenience | Maximilian Hils | 2014-09-08 | 1 | -1/+1 |
* | mitmproxy -> libmproxy.main. do some leanup on the way | Maximilian Hils | 2014-09-08 | 6 | -16/+186 |
* | update examples, fix #353 | Maximilian Hils | 2014-09-08 | 2 | -1/+6 |
* | remove proxy mode abstraction: always be clear which mode we are in | Maximilian Hils | 2014-09-08 | 6 | -62/+89 |
* | document --ignore, fix #350 | Maximilian Hils | 2014-09-08 | 1 | -1/+2 |
* | improve logging | Maximilian Hils | 2014-09-08 | 1 | -7/+19 |
* | add --ignore ui indication | Maximilian Hils | 2014-09-08 | 4 | -6/+42 |
* | improve change_server api, add example how to change the upstream server | Maximilian Hils | 2014-09-07 | 1 | -5/+18 |
* | fix #349 | Maximilian Hils | 2014-09-07 | 3 | -6/+19 |
* | update code docs, make sure that url attribute never returns prettified/forma... | Maximilian Hils | 2014-09-07 | 1 | -4/+10 |
* | Merge pull request #347 from mitmproxy/issue_341 | Aldo Cortesi | 2014-09-07 | 17 | -471/+433 |
|\ | |||||
| * | Merge branch 'issue_341' into server_change_api | Maximilian Hils | 2014-09-06 | 1 | -2/+1 |
| |\ | |||||
| | * | Merge branch 'master' into issue_341 | Maximilian Hils | 2014-09-06 | 2 | -8/+20 |
| | |\ | |||||
| * | | | fix race condition with the concurrent decorator | Maximilian Hils | 2014-09-06 | 1 | -6/+19 |
| * | | | streamline HTTPHandler.handle_flow() | Maximilian Hils | 2014-09-05 | 1 | -95/+96 |
| * | | | update docs, mostly revert 2f44b26b4cd014e03dd62a125d79af9b81663a93 | Maximilian Hils | 2014-09-05 | 6 | -64/+70 |
| * | | | change replay_request behaviour, refs #346; test upstream proxy mode | Maximilian Hils | 2014-09-05 | 1 | -24/+19 |
| * | | | much tests. so tcp. very wow. | Maximilian Hils | 2014-09-04 | 2 | -1/+5 |
| * | | | coverage++ | Maximilian Hils | 2014-09-04 | 2 | -10/+5 |
| * | | | coverage++ | Maximilian Hils | 2014-09-04 | 1 | -2/+2 |
| * | | | Merge branch 'issue_341' into server_change_api | Maximilian Hils | 2014-09-04 | 2 | -2/+5 |
| |\| | | |||||
| | * | | Merge branch 'master' into issue_341 | Maximilian Hils | 2014-09-04 | 2 | -2/+5 |
| | |\ \ | |||||
| * | | | | Merge branch 'issue_341' into server_change_api | Maximilian Hils | 2014-09-04 | 3 | -8/+6 |
| |\| | | | |||||
| | * | | | fix some leftovers | Maximilian Hils | 2014-09-04 | 3 | -8/+6 |
| * | | | | improve HTTPRequest syntax | Maximilian Hils | 2014-09-03 | 7 | -113/+82 |
| * | | | | simplify server changes for inline scripts | Maximilian Hils | 2014-09-03 | 5 | -73/+115 |
| |/ / / | |||||
| * | | | fix #341 - work on flows instead of request/response internally. | Maximilian Hils | 2014-09-03 | 8 | -180/+132 |
* | | | | coverage++ | Maximilian Hils | 2014-09-06 | 1 | -6/+6 |
| |_|/ |/| | | |||||
* | | | fix race condition with the concurrent decorator | Maximilian Hils | 2014-09-06 | 1 | -6/+19 |
* | | | coverage++ | Maximilian Hils | 2014-09-06 | 1 | -2/+1 |
| |/ |/| | |||||
* | | remove outdated IOError test case (https://github.com/mitmproxy/netlib/commit... | Maximilian Hils | 2014-09-04 | 1 | -1/+1 |
* | | fix #344 | Maximilian Hils | 2014-09-04 | 1 | -2/+3 |
* | | Add urwid stop prior to stack trace so exceptions are not cleared from screen | deployable | 2014-09-04 | 1 | -0/+2 |
* | | fix IOError handling | Maximilian Hils | 2014-09-03 | 1 | -1/+1 |
|/ |