aboutsummaryrefslogtreecommitdiffstats
path: root/libpathod
Commit message (Expand)AuthorAgeFilesLines
* Refactor to allow dropping to websockets on any anchor pointAldo Cortesi2015-06-041-21/+32
* Craft anchor is now specified as a regexAldo Cortesi2015-06-044-15/+27
* Refactor Pathod HTTP handlers for clarityAldo Cortesi2015-06-041-44/+56
* Clarify nomenclature, complete nested frame language spec.Aldo Cortesi2015-06-044-89/+87
* Clarify language API, stub out nested websocket framesAldo Cortesi2015-06-046-21/+48
* Bump versionAldo Cortesi2015-06-041-1/+1
* Change test API to allow multiple pathoc requestsAldo Cortesi2015-05-312-2/+9
* logging: Re-raise exception after outputAldo Cortesi2015-05-311-0/+2
* Refactor logging, fix conversion to websocket handlerAldo Cortesi2015-05-312-25/+34
* Add timestamps to logs by everywhereAldo Cortesi2015-05-312-3/+9
* Refactor, fix a crashing bug by changing the way we specify SANs to pathodAldo Cortesi2015-05-312-25/+35
* Refactor pathod to allow switching protocol handlersAldo Cortesi2015-05-311-31/+34
* Prevent autoflake from changing our APIAldo Cortesi2015-05-301-0/+1
* Factor logger out of pathoc, use it in pathod as well.Aldo Cortesi2015-05-305-209/+209
* Add coding style check, reformat.Aldo Cortesi2015-05-3016-110/+147
* fix typoThomas Kriechbaumer2015-05-291-3/+3
* fix github linksThomas Kriechbaumer2015-05-292-8/+8
* fix typoMaximilian Hils2015-05-261-1/+1
* Post-release version bump.Aldo Cortesi2015-05-261-1/+1
* Remove server example for now.Aldo Cortesi2015-05-261-6/+0
* release prep: bump version, fix doc layout a bitAldo Cortesi2015-05-183-4/+10
* Strike times token on copyAldo Cortesi2015-05-174-6/+7
* 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