aboutsummaryrefslogtreecommitdiffstats
path: root/libpathod/pathoc.py
Commit message (Expand)AuthorAgeFilesLines
* adjust to netlib changesMaximilian Hils2015-09-261-3/+3
* adjust to netlib request model changesMaximilian Hils2015-09-261-1/+1
* use new netlib exceptionsMaximilian Hils2015-09-171-9/+10
* minor fixesMaximilian Hils2015-09-161-2/+2
* adjust to netlib changesMaximilian Hils2015-09-161-16/+17
* better sslversion handlingMaximilian Hils2015-08-291-0/+4
* fix alpnMaximilian Hils2015-08-281-1/+3
* rename content -> bodyThomas Kriechbaumer2015-07-221-1/+1
* use new HTTP/1 protocolThomas Kriechbaumer2015-07-221-2/+2
* inline log methodThomas Kriechbaumer2015-07-221-6/+3
* use common interface for HTTP/1 and HTTP/2Thomas Kriechbaumer2015-07-221-12/+3
* use new netlib module namesThomas Kriechbaumer2015-07-221-5/+6
* use netlib.http_semantics for generic dataThomas Kriechbaumer2015-07-221-26/+4
* pathoc: add socks connectMaximilian Hils2015-07-031-1/+34
* Give some structure to the logging moduleAldo Cortesi2015-06-281-24/+29
* http2: fix framedump argument usageThomas Kriechbaumer2015-06-261-1/+1
* Output warning info to log fp using logging methodsAldo Cortesi2015-06-251-2/+6
* unify SSL version/method handlingThomas Kriechbaumer2015-06-221-4/+4
* fix pep8 whitespaceThomas Kriechbaumer2015-06-181-35/+39
* fix prospector code smellsThomas Kriechbaumer2015-06-181-3/+3
* fix prospector code smellsThomas Kriechbaumer2015-06-181-2/+2
* http2: implement Headers for request & responseThomas Kriechbaumer2015-06-161-6/+1
* http2: add request-response to pathodThomas Kriechbaumer2015-06-151-3/+5
* http2: add warning for missing ALPN supportThomas Kriechbaumer2015-06-151-1/+5
* http2: add request-response handlingThomas Kriechbaumer2015-06-081-19/+41
* http2: setup ALPNThomas Kriechbaumer2015-06-081-5/+29
* http2: add command line argumentsThomas Kriechbaumer2015-06-081-0/+9
* 100% test coverageAldo Cortesi2015-06-081-22/+4
* More timeout improvementsAldo Cortesi2015-06-081-3/+4
* Revamp timeout handling and test loggingAldo Cortesi2015-06-081-24/+40
* Revamp error logging somewhatAldo Cortesi2015-06-081-0/+4
* Make parse_pathoc a generatorAldo Cortesi2015-06-071-25/+20
* Refactor pathoc message receive to use queues and generatorsAldo Cortesi2015-06-051-14/+32
* Improve websocket loggingAldo Cortesi2015-06-051-2/+2
* Clarify language API, stub out nested websocket framesAldo Cortesi2015-06-041-3/+3
* Factor logger out of pathoc, use it in pathod as well.Aldo Cortesi2015-05-301-55/+3
* Add coding style check, reformat.Aldo Cortesi2015-05-301-28/+35
* websockets: client and server flavors, key and mask specificationAldo Cortesi2015-05-161-1/+2
* pathoc: cope with errors during websocket frame read.Aldo Cortesi2015-05-051-2/+5
* Split language test suite: generatorsAldo Cortesi2015-05-021-2/+4
* Massive refactoring to split up language implementation.Aldo Cortesi2015-05-021-5/+6
* 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-301-7/+57
* Stub out websocket read loop and Frame language constructAldo Cortesi2015-04-291-3/+86
* websockets: server handshake schemeAldo Cortesi2015-04-221-9/+9
* Fix call signature in pathoc.Aldo Cortesi2015-04-201-2/+2
* Whitespace, interface refcactoring, sketch websockets languageAldo Cortesi2015-04-201-9/+15
* Whitespace, small fixes.Aldo Cortesi2015-04-201-16/+21