aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
...
* | | coverage++Maximilian Hils2014-09-061-4/+16
| |/ |/|
* | remove outdated IOError test case ↵Maximilian Hils2014-09-041-10/+0
| | | | | | | | (https://github.com/mitmproxy/netlib/commit/f5fdfd8a9f17e0fe213a9cf54acae84e4bc31462)
* | fix IOError handlingMaximilian Hils2014-09-031-1/+4
|/
* improve error handlingMaximilian Hils2014-09-021-2/+2
|
* refactor protocol handling, fix #332Maximilian Hils2014-08-302-3/+8
|
* fix #328Maximilian Hils2014-08-241-2/+2
|
* fix script testsMaximilian Hils2014-08-181-17/+24
|
* adjust to netlib changesMaximilian Hils2014-08-171-1/+1
|
* adjust testsMaximilian Hils2014-08-102-3/+3
|
* fix display of urls in upstream mode, refs #308Maximilian Hils2014-08-082-0/+8
|
* fix #318Maximilian Hils2014-08-081-13/+17
|
* remove platform.setupMaximilian Hils2014-08-081-2/+1
|
* suppress SPDY/HTTP2 announcement headers, fix #277Maximilian Hils2014-08-031-6/+0
|
* fix #307Maximilian Hils2014-08-031-3/+11
|
* Merge branch 'stream'Maximilian Hils2014-07-312-2/+61
|\ | | | | | | | | Conflicts: libmproxy/protocol/http.py
| * fix testsMaximilian Hils2014-07-311-4/+3
| |
| * unify stream handlingMaximilian Hils2014-07-211-5/+4
| |
| * simplify responseheader scripthookMaximilian Hils2014-07-202-7/+6
| |
| * fixed handling of Transfer-Encoding header during streaming; wrote tests for ↵Brad Peabody2014-07-192-0/+62
| | | | | | | | streaming support
* | fix #313Maximilian Hils2014-07-271-1/+15
| |
* | fix #259Maximilian Hils2014-07-262-2/+2
| |
* | fix testsMaximilian Hils2014-07-261-6/+11
| |
* | fix tests on windowsMaximilian Hils2014-07-181-1/+2
|/
* Merge pull request #300 from zbrdge/freebsd-platformMaximilian Hils2014-07-032-5/+11
|\ | | | | Freebsd 10 platform
| * added unit test update. coverage still at 97%Zack B2014-07-012-5/+11
| |
* | Remove global should_exit and fix testsVyacheslav Bakhmutov2014-06-132-3/+2
|/
* fix up error messagesMaximilian Hils2014-05-152-3/+3
|
* fix #253Maximilian Hils2014-05-151-0/+12
|
* 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
| |