aboutsummaryrefslogtreecommitdiffstats
path: root/libpathod/pathod.py
Commit message (Expand)AuthorAgeFilesLines
* fix bugsThomas Kriechbaumer2015-07-221-4/+4
* http2: remove odict workaroundThomas Kriechbaumer2015-07-221-1/+1
* remove debug printsThomas Kriechbaumer2015-07-221-1/+0
* remove code duplicationThomas Kriechbaumer2015-07-221-19/+18
* rename content -> bodyThomas Kriechbaumer2015-07-221-1/+1
* use new HTTP/1 protocolThomas Kriechbaumer2015-07-221-5/+6
* use new netlib module namesThomas Kriechbaumer2015-07-221-1/+2
* refactor protocol-related pathod methodsThomas Kriechbaumer2015-07-221-175/+10
* use websockets protocolThomas Kriechbaumer2015-07-221-1/+1
* Give some structure to the logging moduleAldo Cortesi2015-06-281-19/+18
* Preserve traceback for errors in log wrapperAldo Cortesi2015-06-271-4/+13
* Output warning info to log fp using logging methodsAldo Cortesi2015-06-251-1/+0
* unify SSL version/method handlingThomas Kriechbaumer2015-06-221-5/+5
* fix pep8 whitespaceThomas Kriechbaumer2015-06-181-34/+35
* fix prospector code smellsThomas Kriechbaumer2015-06-181-4/+4
* fix failing mitmproxy testsThomas Kriechbaumer2015-06-181-1/+0
* fix prospector code smellsThomas Kriechbaumer2015-06-181-7/+6
* http2: implement Headers for request & responseThomas Kriechbaumer2015-06-161-2/+5
* http2: implement error responseThomas Kriechbaumer2015-06-161-2/+5
* http2: add request-response to pathodThomas Kriechbaumer2015-06-151-66/+148
* fix craft anchorThomas Kriechbaumer2015-06-151-5/+6
* pathod: add ALPN supportThomas Kriechbaumer2015-06-151-7/+12
* Revamp timeout handling and test loggingAldo Cortesi2015-06-081-1/+2
* Revamp error logging somewhatAldo Cortesi2015-06-081-2/+3
* Convert parse_websocket_frame to a generatorAldo Cortesi2015-06-081-17/+18
* Convert parse_pathod to generatorAldo Cortesi2015-06-071-3/+3
* Make parse_pathoc a generatorAldo Cortesi2015-06-071-2/+2
* Improve websocket loggingAldo Cortesi2015-06-051-19/+31
* Rudimentary support for reflected websocket frames.Aldo Cortesi2015-06-041-12/+30
* 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-041-5/+9
* Refactor Pathod HTTP handlers for clarityAldo Cortesi2015-06-041-44/+56
* Clarify language API, stub out nested websocket framesAldo Cortesi2015-06-041-1/+1
* Change test API to allow multiple pathoc requestsAldo Cortesi2015-05-311-1/+8
* Refactor logging, fix conversion to websocket handlerAldo Cortesi2015-05-311-19/+16
* Add timestamps to logs by everywhereAldo Cortesi2015-05-311-3/+2
* Refactor, fix a crashing bug by changing the way we specify SANs to pathodAldo Cortesi2015-05-311-20/+29
* Refactor pathod to allow switching protocol handlersAldo Cortesi2015-05-311-31/+34
* Factor logger out of pathoc, use it in pathod as well.Aldo Cortesi2015-05-301-149/+143
* Add coding style check, reformat.Aldo Cortesi2015-05-301-14/+20
* Split out language messages and actionsAldo Cortesi2015-05-031-1/+2
* Massive refactoring to split up language implementation.Aldo Cortesi2015-05-021-5/+7
* Change the semantics of the craft anchor point specificationAldo Cortesi2015-04-231-5/+6
* pathod: register websocket key from client handshakeAldo Cortesi2015-04-231-9/+17
* Refactor logging, add some defaults to pathod argument help.Aldo Cortesi2015-04-231-24/+38
* Use get_request_line from netlib.httpAldo Cortesi2015-04-231-6/+8
* Resolve messages as part of policy checkAldo Cortesi2015-04-221-8/+9
* pathod: flag to set debugging for web interface devAldo Cortesi2015-04-221-2/+4
* websockets: server handshake schemeAldo Cortesi2015-04-221-11/+9
* Whitespace, interface refcactoring, sketch websockets languageAldo Cortesi2015-04-201-3/+2