aboutsummaryrefslogtreecommitdiffstats
path: root/libpathod
Commit message (Expand)AuthorAgeFilesLines
* Split language test suite: generatorsAldo Cortesi2015-05-022-18/+4
* Massive refactoring to split up language implementation.Aldo Cortesi2015-05-0212-585/+629
* websockets: progressive masking.Aldo Cortesi2015-05-011-2/+36
* pathoc: cope better with disconnect conditionsAldo Cortesi2015-05-011-9/+9
* pathoc: Integrate bytes read/written log into Log handlerAldo Cortesi2015-04-301-67/+62
* Revamp pathoc log output with a context handlerAldo Cortesi2015-04-301-103/+127
* Websocket frame read limit.Aldo Cortesi2015-04-302-10/+67
* Stub out websocket read loop and Frame language constructAldo Cortesi2015-04-292-30/+132
* Pull HTTP functionality out of language._Message in prep for framesAldo Cortesi2015-04-241-21/+25
* Change the semantics of the craft anchor point specificationAldo Cortesi2015-04-233-7/+13
* pathod: register websocket key from client handshakeAldo Cortesi2015-04-231-9/+17
* Refactor logging, add some defaults to pathod argument help.Aldo Cortesi2015-04-232-27/+41
* Use get_request_line from netlib.httpAldo Cortesi2015-04-231-6/+8
* Example websocket key for mock rendersAldo Cortesi2015-04-231-4/+11
* Resolve messages as part of policy checkAldo Cortesi2015-04-222-13/+13
* pathod: flag to set debugging for web interface devAldo Cortesi2015-04-223-4/+10
* websockets: server handshake schemeAldo Cortesi2015-04-227-64/+195
* First-pass websocket client handshakeAldo Cortesi2015-04-221-2/+9
* Fix call signature in pathoc.Aldo Cortesi2015-04-201-2/+2
* Whitespace, interface refcactoring, sketch websockets languageAldo Cortesi2015-04-205-54/+140
* Whitespace, small fixes.Aldo Cortesi2015-04-204-23/+28
* Refactor pathocAldo Cortesi2015-04-192-108/+128
* pathoc: Print SSL info only once per connectionAldo Cortesi2015-04-191-35/+35
* Add SANs specification arguments to pathodAldo Cortesi2015-04-192-2/+10
* 100% unit testsAldo Cortesi2015-04-191-5/+14
* Document embedded response specification.Aldo Cortesi2015-04-183-29/+75
* Unit test++ for PathodSpecAldo Cortesi2015-04-181-5/+4
* Unit tests: cmdline.pathodAldo Cortesi2015-04-171-5/+4
* housekeeping: ++tests, coverage annotationsAldo Cortesi2015-04-174-24/+31
* Improvements to pathoc repeat requestsAldo Cortesi2015-03-142-4/+16
* Bump to 0.11.1Aldo Cortesi2014-11-151-2/+2
* Merge branch 'master' of ssh.github.com:mitmproxy/pathodAldo Cortesi2014-11-151-1/+5
|\
| * Merge remote-tracking branch 'origin/master'Maximilian Hils2014-11-119-722/+992
| |\
| * | be more explicit about requirementsMaximilian Hils2014-11-111-1/+5
* | | Use current version for download linksAldo Cortesi2014-11-152-3/+10
| |/ |/|
* | --memo-limit - limit failed attempts to find new generated requests to NAldo Cortesi2014-10-262-0/+11
* | Improve netability of grammarsAldo Cortesi2014-10-261-6/+16
* | Resolve a quoting ambiguity in nested response specsAldo Cortesi2014-10-261-10/+11
* | Allow nesting of pathod response specs in pathoc specsAldo Cortesi2014-10-261-2/+46
* | Add a memoize argument to prevent playing the same pattern twiceAldo Cortesi2014-10-253-21/+29
* | pathoc -n 0 repeats foreverAldo Cortesi2014-10-252-2/+6
* | Make grammar less ambiguous for multi-pattern filesAldo Cortesi2014-10-251-2/+2
* | Rationalize pathoc arguments, add -r flag to randomly select a request from t...Aldo Cortesi2014-10-252-7/+19
* | Nicer port specification for pathocAldo Cortesi2014-10-251-9/+14
* | Allow specification of multiple patterns from file and on command lineAldo Cortesi2014-10-254-26/+23
* | Update pyparsingAldo Cortesi2014-10-251-378/+377
* | Parse patterns eagerly on instantiationAldo Cortesi2014-10-254-70/+123
* | Whitespace and formattingAldo Cortesi2014-10-251-41/+96
* | Nicer way to specify patterns read for file - just use a pathAldo Cortesi2014-10-256-25/+38
* | Add forgotten import. Oops.Aldo Cortesi2014-10-241-0/+1