aboutsummaryrefslogtreecommitdiffstats
path: root/libpathod
Commit message (Expand)AuthorAgeFilesLines
* HTTP and websocket requests now have an xN clause to repeatAldo Cortesi2015-05-176-1/+38
* websockets: raw body specificationAldo Cortesi2015-05-172-5/+31
* websockets: lINTEGER to specify payload lengthAldo Cortesi2015-05-173-1/+37
* websockets: replace the "raw" with a simpler mechanismAldo Cortesi2015-05-172-22/+16
* Introduce and enfoce uniqueness constraints for language componentsAldo Cortesi2015-05-174-1/+28
* websockets: client and server flavors, key and mask specificationAldo Cortesi2015-05-165-19/+53
* websockets: mask specificationAldo Cortesi2015-05-164-31/+89
* websockets: fix actions on framesAldo Cortesi2015-05-051-1/+1
* pathoc: cope with errors during websocket frame read.Aldo Cortesi2015-05-051-2/+5
* websockets: specification of fin, mask, rsv1-3 bits.Aldo Cortesi2015-05-043-10/+128
* Split up language docs, document websocket code specification.Aldo Cortesi2015-05-044-244/+249
* DocsAldo Cortesi2015-05-041-36/+61
* websockets: code specificationAldo Cortesi2015-05-033-11/+70
* Lower-case rather than upper-case to canonicalize namesAldo Cortesi2015-05-031-2/+2
* PreValue -> ValueAldo Cortesi2015-05-033-7/+7
* Clarify token/component split through namingAldo Cortesi2015-05-033-74/+53
* Remove bundled pyparsing, install as external packageAldo Cortesi2015-05-037-3757/+11
* base.PathodSpec -> http.PathodResponseAldo Cortesi2015-05-032-35/+34
* Language: minor refactoring and whitespaceAldo Cortesi2015-05-033-30/+19
* Split out language messages and actionsAldo Cortesi2015-05-036-231/+244
* Revamp header components in languageAldo Cortesi2015-05-022-90/+75
* language: create and use Integer and PreValue genericsAldo Cortesi2015-05-023-51/+52
* Refactor language to move specific tokens into protocol moduleAldo Cortesi2015-05-023-58/+73
* test coverage: generators and websockets to 100%Aldo Cortesi2015-05-022-9/+1
* 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