aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* tests: extract language.writer and language.websocketAldo Cortesi2015-05-023-96/+111
* language: extract http testsAldo Cortesi2015-05-022-253/+260
* Split language test suite: generatorsAldo Cortesi2015-05-022-58/+39
* Massive refactoring to split up language implementation.Aldo Cortesi2015-05-021-111/+108
* Revamp pathoc log output with a context handlerAldo Cortesi2015-04-302-11/+19
* Websocket frame read limit.Aldo Cortesi2015-04-303-5/+15
* Stub out websocket read loop and Frame language constructAldo Cortesi2015-04-291-3/+9
* Pull HTTP functionality out of language._Message in prep for framesAldo Cortesi2015-04-242-6/+27
* Change the semantics of the craft anchor point specificationAldo Cortesi2015-04-231-0/+1
* pathod: register websocket key from client handshakeAldo Cortesi2015-04-231-0/+3
* pathod: flag to set debugging for web interface devAldo Cortesi2015-04-221-2/+1
* websockets: server handshake schemeAldo Cortesi2015-04-223-16/+48
* First-pass websocket client handshakeAldo Cortesi2015-04-221-0/+5
* Whitespace, interface refcactoring, sketch websockets languageAldo Cortesi2015-04-202-3/+5
* Whitespace, small fixes.Aldo Cortesi2015-04-203-17/+17
* Refactor pathocAldo Cortesi2015-04-191-16/+25
* pathoc: Print SSL info only once per connectionAldo Cortesi2015-04-191-3/+2
* 100% unit testsAldo Cortesi2015-04-192-7/+8
* Scripts to reproducibly generate the test certificateAldo Cortesi2015-04-194-29/+121
* Unit test++ for PathodSpecAldo Cortesi2015-04-181-0/+9
* Fix test that fails on Travis with a bodgeAldo Cortesi2015-04-171-1/+3
* Unit tests: cmdline.pathodAldo Cortesi2015-04-171-1/+88
* housekeeping: ++tests, coverage annotationsAldo Cortesi2015-04-172-1/+57
* Housekeeping: .env and fix unit testsAldo Cortesi2015-04-171-1/+1
* Fix unit testsAldo Cortesi2014-11-111-2/+2
* Improve netability of grammarsAldo Cortesi2014-10-261-11/+27
* Resolve a quoting ambiguity in nested response specsAldo Cortesi2014-10-261-9/+13
* Allow nesting of pathod response specs in pathoc specsAldo Cortesi2014-10-262-3/+27
* pathoc -n 0 repeats foreverAldo Cortesi2014-10-251-1/+3
* Make grammar less ambiguous for multi-pattern filesAldo Cortesi2014-10-251-1/+10
* Allow specification of multiple patterns from file and on command lineAldo Cortesi2014-10-252-16/+46
* Update pyparsingAldo Cortesi2014-10-251-1/+2
* Parse patterns eagerly on instantiationAldo Cortesi2014-10-253-38/+32
* Whitespace and formattingAldo Cortesi2014-10-251-16/+29
* Nicer way to specify patterns read for file - just use a pathAldo Cortesi2014-10-252-67/+50
* Refactor and whitespaceAldo Cortesi2014-10-241-1/+0
* Fix tests, re-add scriptsAldo Cortesi2014-10-243-15/+53
* fix testsMaximilian Hils2014-09-281-4/+3
* Merge pull request #16 from mitmproxy/distAldo Cortesi2014-09-081-4/+0
|\
| * Merge branch 'master' into distMaximilian Hils2014-08-311-6/+6
| |\
| * | try harder to fix travisMaximilian Hils2014-08-301-4/+0
* | | Silence insecure requets warnings in our test packageAldo Cortesi2014-09-071-6/+11
| |/ |/|
* | fix tests to be compatible with the latest requests versionMaximilian Hils2014-08-311-6/+6
|/
* Adjust timeout test to make race condition much less likely.Aldo Cortesi2014-03-101-1/+1
* Adjust for upstream cert store changes, improve cert handling significantlyAldo Cortesi2014-03-051-6/+3
* Add connection cipher info to pathod server logAldo Cortesi2014-03-021-2/+9
* pathoc -S dumps information on the remote SSL certificate chainAldo Cortesi2014-03-021-19/+28
* Support cert/key combo files in args. Improve argument names in SSLOptionsAldo Cortesi2014-03-021-1/+1
* Implement custom certs.Aldo Cortesi2014-03-023-3/+48
* Big improvements to SSL handlingAldo Cortesi2014-03-023-8/+34