aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy
Commit message (Collapse)AuthorAgeFilesLines
...
| * add docsPedro Worcel2014-02-221-1/+2
| |
| * add multi-line support to backwards searchPedro Worcel2014-02-221-7/+11
| |
| * add multi-line supportPedro Worcel2014-02-221-3/+10
| |
| * add basic backwards searchPedro Worcel2014-02-221-25/+49
| |
* | combine asterisk-form and origin-form into relative formMaximilian Hils2014-03-081-10/+7
|/
* fix bug: ensure that server connection is present for tcp connectionsMaximilian Hils2014-02-171-0/+1
|
* Merge branch 'master' of github.com:mitmproxy/mitmproxyMaximilian Hils2014-02-171-1/+1
|\
| * Bump versionMaximilian Hils2014-02-111-1/+1
| | | | | | Do it now already so that mitmproxy will warn the user if netlib is not from master.
* | fix commentsMaximilian Hils2014-02-092-6/+7
|/
* Fix flow initialization order errorAldo Cortesi2014-02-083-14/+16
| | | | Resolves #210
* Better response when mitmproxy crashes.Aldo Cortesi2014-02-082-3/+8
|
* add tests for reconnect to upstream proxy, ensure that server_reconnect is ↵Maximilian Hils2014-02-073-31/+36
| | | | always hooked
* Achievement Unlocked: Proxy ChainMaximilian Hils2014-02-073-1/+4
|
* coverage++Maximilian Hils2014-02-073-26/+43
|
* test libmproxy.app, increase coverageMaximilian Hils2014-02-076-32/+47
|
* finalize mergeMaximilian Hils2014-02-061-2/+2
|
* add functionality to change the destination serverMaximilian Hils2014-02-063-25/+55
|
* remove LEGACY switches, always update flow.server_connMaximilian Hils2014-02-061-13/+10
|
* fix bugs, expose timestamp information to console uiMaximilian Hils2014-02-066-22/+29
|
* mock urwid to run console tests on windows, push failing testcases down to ↵Maximilian Hils2014-02-051-1/+1
| | | | 0. :-)
* add skeleton to change destinatin server during intercept, fix all testcases ↵Maximilian Hils2014-02-055-67/+134
| | | | on windows
* Merge branch 'master' into tcp_proxyMaximilian Hils2014-02-051-2/+1
|\
| * shutdown properly if we dont keep servingMaximilian Hils2014-02-041-1/+1
| |
| * fixing bug: AttributeError: DumpMaster instance has no attribute 'unload_script'Steven Van Acker2014-02-041-2/+1
| |
* | fix all tests except those using set_url and get_urlMaximilian Hils2014-02-057-15/+23
| |
* | push failing tests down to 43Maximilian Hils2014-02-044-155/+165
| |
* | add priorities for the destination server addressMaximilian Hils2014-02-042-55/+114
| |
* | bring failing tests back into the double-digit rangeMaximilian Hils2014-01-317-144/+165
| |
* | remove _flow_map from state, improve loggingMaximilian Hils2014-01-314-16/+19
| |
* | fix server reconnectMaximilian Hils2014-01-313-6/+9
| |
* | move StateObject back into libmproxyMaximilian Hils2014-01-314-9/+112
| |
* | complete state handlingMaximilian Hils2014-01-302-6/+27
| |
* | add generic TCP handler with SSL support, move StateObject into netlibMaximilian Hils2014-01-305-138/+117
| |
* | polish SimpleStateObjectMaximilian Hils2014-01-302-21/+42
| |
* | remove old classesMaximilian Hils2014-01-304-883/+114
| |
* | merge flow classes. current status: basic mitmdump workingMaximilian Hils2014-01-306-480/+1112
| |
* | fix most testsuite errors, improve proxy error handlingMaximilian Hils2014-01-293-29/+71
| |
* | merge masterMaximilian Hils2014-01-284-21/+33
|\|
| * Nicer layout for cert install options.Aldo Cortesi2014-01-282-12/+24
| |
| * Use the mitm.it domain for the app, turn it on by default.Aldo Cortesi2014-01-271-3/+3
| |
| * Serve correct certs from app. Enable Windows and Android icons.Aldo Cortesi2014-01-242-8/+8
| |
* | unify ipv4/ipv6 address handlingMaximilian Hils2014-01-282-32/+24
| |
* | merge masterMaximilian Hils2014-01-229-25/+24
|\|
| * Silence pyflakesAldo Cortesi2014-01-198-20/+15
| | | | | | | | And pick up one bug as a consequence.
| * Merge branch 'master' of ssh.github.com:cortesi/mitmproxyAldo Cortesi2014-01-191-5/+5
| |\
| * | Handle views that don't support search gracefullyAldo Cortesi2014-01-191-3/+12
| | | | | | | | | | | | | | | This includes all key/value formatted views, e.g. the image view. We need to support these ultimately, but no time before the next release.
| * | Re-enable caching on search.Aldo Cortesi2014-01-191-10/+3
| | |
* | | Add functionality to transparently proxify connections to other HTTPS proxiesMaximilian Hils2014-01-182-6/+37
| | |
* | | merge masterMaximilian Hils2014-01-1819-98/+1873
|\ \ \ | | |/ | |/|
| * | fix sni bug: respond with the correct certificateMaximilian Hils2014-01-161-5/+5
| |/