Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | expose sockname | Maximilian Hils | 2014-06-25 | 1 | -2/+2 |
| | |||||
* | fix up error messages | Maximilian Hils | 2014-05-15 | 2 | -55/+60 |
| | |||||
* | beef up error messages | Maximilian Hils | 2014-03-26 | 1 | -1/+1 |
| | |||||
* | add requests to requrements, improve error logging | Maximilian Hils | 2014-03-19 | 1 | -1/+4 |
| | |||||
* | fix display bugs (fixes #243) | Maximilian Hils | 2014-03-18 | 1 | -0/+2 |
| | |||||
* | add support for log levels | Maximilian Hils | 2014-03-13 | 3 | -17/+19 |
| | |||||
* | fix temporary server change, coverage++ | Maximilian Hils | 2014-03-11 | 1 | -10/+7 |
| | |||||
* | always use relative imports, fix status bar bug | Maximilian Hils | 2014-03-10 | 4 | -1/+5 |
| | |||||
* | split up protocol\__init__.py | Maximilian Hils | 2014-03-10 | 5 | -112/+107 |
| | |||||
* | update docs, fix #215 | Maximilian Hils | 2014-03-10 | 1 | -1/+1 |
| | |||||
* | add advanced proxying options, add SSL-terminating capability to mitmproxy | Maximilian Hils | 2014-03-10 | 1 | -1/+1 |
| | |||||
* | lay the foundations for --(in|out)(abs|rel) command line switches, as ↵ | Maximilian Hils | 2014-03-10 | 1 | -32/+44 |
| | | | | proposed in https://groups.google.com/forum/#!topic/mitmproxy/nApno2TXS0c | ||||
* | finish proxy.py split up | Maximilian Hils | 2014-03-09 | 3 | -5/+5 |
| | |||||
* | split up proxy.py | Maximilian Hils | 2014-03-09 | 3 | -13/+8 |
| | |||||
* | Merge branch 'master' of github.com:mitmproxy/mitmproxy | Maximilian Hils | 2014-03-08 | 2 | -9/+9 |
|\ | |||||
| * | Minor cleanups. | Aldo Cortesi | 2014-03-02 | 2 | -9/+9 |
| | | |||||
* | | combine asterisk-form and origin-form into relative form | Maximilian Hils | 2014-03-08 | 1 | -10/+7 |
|/ | |||||
* | fix bug: ensure that server connection is present for tcp connections | Maximilian Hils | 2014-02-17 | 1 | -0/+1 |
| | |||||
* | fix comments | Maximilian Hils | 2014-02-09 | 1 | -5/+6 |
| | |||||
* | Fix flow initialization order error | Aldo Cortesi | 2014-02-08 | 1 | -7/+13 |
| | | | | Resolves #210 | ||||
* | Better response when mitmproxy crashes. | Aldo Cortesi | 2014-02-08 | 1 | -1/+1 |
| | |||||
* | add tests for reconnect to upstream proxy, ensure that server_reconnect is ↵ | Maximilian Hils | 2014-02-07 | 2 | -31/+32 |
| | | | | always hooked | ||||
* | coverage++ | Maximilian Hils | 2014-02-07 | 2 | -20/+37 |
| | |||||
* | test libmproxy.app, increase coverage | Maximilian Hils | 2014-02-07 | 3 | -10/+4 |
| | |||||
* | add functionality to change the destination server | Maximilian Hils | 2014-02-06 | 2 | -7/+40 |
| | |||||
* | remove LEGACY switches, always update flow.server_conn | Maximilian Hils | 2014-02-06 | 1 | -13/+10 |
| | |||||
* | fix bugs, expose timestamp information to console ui | Maximilian Hils | 2014-02-06 | 2 | -4/+6 |
| | |||||
* | add skeleton to change destinatin server during intercept, fix all testcases ↵ | Maximilian Hils | 2014-02-05 | 3 | -49/+115 |
| | | | | on windows | ||||
* | fix all tests except those using set_url and get_url | Maximilian Hils | 2014-02-05 | 2 | -3/+6 |
| | |||||
* | push failing tests down to 43 | Maximilian Hils | 2014-02-04 | 2 | -7/+134 |
| | |||||
* | add priorities for the destination server address | Maximilian Hils | 2014-02-04 | 1 | -21/+15 |
| | |||||
* | bring failing tests back into the double-digit range | Maximilian Hils | 2014-01-31 | 2 | -133/+34 |
| | |||||
* | remove _flow_map from state, improve logging | Maximilian Hils | 2014-01-31 | 2 | -1/+2 |
| | |||||
* | fix server reconnect | Maximilian Hils | 2014-01-31 | 2 | -4/+6 |
| | |||||
* | move StateObject back into libmproxy | Maximilian Hils | 2014-01-31 | 2 | -3/+3 |
| | |||||
* | complete state handling | Maximilian Hils | 2014-01-30 | 1 | -2/+15 |
| | |||||
* | add generic TCP handler with SSL support, move StateObject into netlib | Maximilian Hils | 2014-01-30 | 3 | -20/+74 |
| | |||||
* | polish SimpleStateObject | Maximilian Hils | 2014-01-30 | 1 | -3/+3 |
| | |||||
* | remove old classes | Maximilian Hils | 2014-01-30 | 1 | -16/+102 |
| | |||||
* | merge flow classes. current status: basic mitmdump working | Maximilian Hils | 2014-01-30 | 2 | -0/+1045 |