aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
...
* fix linux tests...Maximilian Hils2014-03-131-6/+6
|
* adjust tests, fix option handlingMaximilian Hils2014-03-131-6/+6
|
* restrict -e to mitmproxy only (not mitmdump)Maximilian Hils2014-03-121-2/+2
|
* Merge branch 'master' of github.com:mitmproxy/mitmproxyMaximilian Hils2014-03-112-0/+9
|\
| * Certificate forwarding.Aldo Cortesi2014-03-112-0/+9
| |
* | fix temporary server change, coverage++Maximilian Hils2014-03-111-0/+56
|/
* add advanced proxying options, add SSL-terminating capability to mitmproxyMaximilian Hils2014-03-105-46/+41
|
* lay the foundations for --(in|out)(abs|rel) command line switches, as ↵Maximilian Hils2014-03-102-6/+11
| | | | proposed in https://groups.google.com/forum/#!topic/mitmproxy/nApno2TXS0c
* finish proxy.py split upMaximilian Hils2014-03-097-24/+28
|
* split up proxy.pyMaximilian Hils2014-03-094-10/+14
|
* fix windows tests, include improvements from 0.10.1Maximilian Hils2014-03-081-3/+5
|
* Merge branch 'master' of github.com:mitmproxy/mitmproxyMaximilian Hils2014-03-087-122/+206
|\
| * Revert to old cert names, use a subdir for test conf dir.Aldo Cortesi2014-03-072-2/+2
| |
| * Much more sophisticated cert handlingAldo Cortesi2014-03-055-20/+18
| | | | | | | | | | | | - Specify per-domain certificates and keys - Certs are no longer regenerated for SANs - And more. :)
| * Minor cleanups.Aldo Cortesi2014-03-022-4/+3
| |
| * Improve explicit certificate specificationAldo Cortesi2014-03-022-3/+7
| | | | | | | | | | - Support cert/key in the same PEM file - Rationalize arguments, expand tests, clean up a bit
| * Update for pathod.SSLOptions changes.Aldo Cortesi2014-03-021-1/+1
| |
| * Adapt for new pathod and netlib APIs.Aldo Cortesi2014-03-022-6/+10
| |
| * add helpful messages on wrapPedro Worcel2014-02-221-1/+1
| |
| * fix the wrapping on backward searchesPedro Worcel2014-02-221-1/+19
| |
| * add multi-line support to backwards searchPedro Worcel2014-02-221-8/+30
| |
| * add multi-line supportPedro Worcel2014-02-221-0/+15
| |
| * add basic backwards searchPedro Worcel2014-02-222-97/+121
| |
* | combine asterisk-form and origin-form into relative formMaximilian Hils2014-03-082-8/+8
|/
* Fix flow initialization order errorAldo Cortesi2014-02-081-1/+0
| | | | Resolves #210
* Cleanup: fix unit tests, simpler app test, remove print statementsAldo Cortesi2014-02-089-85/+76
|
* fix testsMaximilian Hils2014-02-071-0/+3
|
* add tests for reconnect to upstream proxy, ensure that server_reconnect is ↵Maximilian Hils2014-02-072-10/+101
| | | | always hooked
* Achievement Unlocked: Proxy ChainMaximilian Hils2014-02-073-8/+74
|
* fix race conditions in test suiteMaximilian Hils2014-02-073-9/+20
|
* coverage++Maximilian Hils2014-02-074-5/+104
|
* test libmproxy.app, increase coverageMaximilian Hils2014-02-071-0/+50
|
* fix bugs, expose timestamp information to console uiMaximilian Hils2014-02-062-4/+3
|
* mock urwid to run console tests on windows, push failing testcases down to ↵Maximilian Hils2014-02-053-15/+21
| | | | 0. :-)
* add skeleton to change destinatin server during intercept, fix all testcases ↵Maximilian Hils2014-02-054-12/+25
| | | | on windows
* fix all tests except those using set_url and get_urlMaximilian Hils2014-02-055-78/+51
|
* push failing tests down to 43Maximilian Hils2014-02-044-93/+63
|
* bring failing tests back into the double-digit rangeMaximilian Hils2014-01-314-116/+131
|
* remove _flow_map from state, improve loggingMaximilian Hils2014-01-312-5/+1
|
* fix most testsuite errors, improve proxy error handlingMaximilian Hils2014-01-295-31/+29
|
* merge masterMaximilian Hils2014-01-281-0/+5
|\
| * move test requirements out of main requirements.txtMaximilian Hils2014-01-281-0/+5
| |
* | unify ipv4/ipv6 address handlingMaximilian Hils2014-01-281-2/+2
|/
* Deprecate Flow.unload_script in favor of Flow.unload_scriptsAldo Cortesi2014-01-131-4/+7
| | | | | In the presence of arguments, unloading a single script is clumsy and less useful.
* Extract command parsing and use in script grid editorAldo Cortesi2014-01-131-1/+1
|
* Script refactoring: move script command parsing into script module.Aldo Cortesi2014-01-124-36/+31
|
* Clean up and clarify script APIAldo Cortesi2014-01-121-10/+5
|
* Start refactoring scriptsAldo Cortesi2014-01-121-43/+37
| | | | | - Move ScriptContext into script module - Use mock module instead of hand-rolled mock objects in tests
* ignore console test utilities on windowsMaximilian Hils2014-01-101-2/+3
|
* Merge pull request #192 from mitmproxy/refactor_read_http_bodyAldo Cortesi2014-01-041-4/+4
|\ | | | | move CONTINUE checks into mitmproxy