aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* http2: improve error handling in testsThomas Kriechbaumer2016-06-221-12/+29
* py3++: mitmproxy.protocol.http1Shadab Zafar2016-06-221-4/+4
* mitmproxy.tnetstring -> mitmproxy.contrib.tnetstringShadab Zafar2016-06-212-2/+3
* Imported tests for tnetstringShadab Zafar2016-06-211-0/+141
* Merge pull request #1276 from dufferzafar/console-patheditMaximilian Hils2016-06-202-0/+26
|\
| * Add dummy directory to completionShadab Zafar2016-06-201-0/+2
| * Add tests for PathEditShadab Zafar2016-06-201-0/+24
* | py3++Shadab Zafar2016-06-201-6/+6
* | py3++Shadab Zafar2016-06-202-28/+28
|/
* py3++Thomas Kriechbaumer2016-06-192-10/+11
* move custom HTTP/2 stack from netlib to pathodThomas Kriechbaumer2016-06-1715-76/+91
* pathod tests: do not string_escape specsShadab Zafar2016-06-161-1/+1
* Py3: Store certificate with a byte keyShadab Zafar2016-06-161-1/+1
* Py3: Use BytesIO in a pathoc testShadab Zafar2016-06-161-1/+1
* Py3: Fix tests by using byte literalsShadab Zafar2016-06-161-7/+7
* Unexpected spaces around =Shadab Zafar2016-06-151-1/+1
* Py3: pathocShadab Zafar2016-06-152-16/+17
* Py3: pathodShadab Zafar2016-06-151-3/+3
* Make har_extractor.py output HAR 1.2 spec-compliantTai Dickerson2016-06-141-3/+4
* Merge pull request #1253 from mhils/fix-debugAldo Cortesi2016-06-141-0/+4
|\
| * fix debug mode on WindowsMaximilian Hils2016-06-131-0/+4
* | Merge branch 'master' into netlibraceAldo Cortesi2016-06-143-5/+7
|\ \
| * | update examples, tests, docsMaximilian Hils2016-06-133-5/+7
| |/
* | Fix Python3 testsAldo Cortesi2016-06-141-1/+1
* | Satisfy lintAldo Cortesi2016-06-141-1/+1
* | Use handlers in http2 test suiteAldo Cortesi2016-06-141-100/+100
* | Start rolling out leak detection in netlibAldo Cortesi2016-06-142-211/+221
|/
* Be stricter about handling connetcts in the pathoc test suiteAldo Cortesi2016-06-121-1/+7
* debug: On SIGUSR2, we dump tracebacks for all threads to screenAldo Cortesi2016-06-111-0/+6
* Improve debugging of thread and other leaksAldo Cortesi2016-06-111-0/+8
* debug.sysinfo: tests and coverageAldo Cortesi2016-06-111-0/+6
* Remove timestamps from pathoc outputAldo Cortesi2016-06-101-1/+1
* Remove odictAldo Cortesi2016-06-093-150/+3
* Py3: Fix test_language_http2 tests by using byte literalsShadab Zafar2016-06-081-23/+23
* Py3: Use global next() instead of iterator methodShadab Zafar2016-06-081-2/+2
* Py3: Use BytesIO instead of StringIOShadab Zafar2016-06-081-8/+8
* If a message has been acked, all other processors are skippedAldo Cortesi2016-06-082-0/+10
* Simplify script concurrency helpersAldo Cortesi2016-06-081-15/+11
* A new interface for replyAldo Cortesi2016-06-082-7/+7
* Add reply.ack and reply.killAldo Cortesi2016-06-081-4/+3
* Merge branch 'master' into beautiful-jsonAldo Cortesi2016-06-082-2/+24
|\
| * tests++Maximilian Hils2016-06-071-1/+23
| * Py3: Fix a test_language_writer test by using a byte literalShadab Zafar2016-06-071-1/+1
* | simplify pretty_json, improve test coverageMaximilian Hils2016-06-061-4/+3
|/
* Utils cleanupsAldo Cortesi2016-06-075-20/+22
* fix all pathod tests on Windows :tada:Maximilian Hils2016-06-061-14/+14
* fix NestedMessage encodingMaximilian Hils2016-06-061-1/+1
* fix .freeze(), improve testsMaximilian Hils2016-06-062-5/+10
* Py3: Fix status_code and other tests by using byte literalsShadab Zafar2016-06-061-7/+7
* Py3: Fix corresponding base.Integer test in test_language_baseShadab Zafar2016-06-061-1/+1