summaryrefslogtreecommitdiff
path: root/test.c
AgeCommit message (Expand)AuthorFilesLines
2016-08-28add content-type parserPaul Duncan1-0/+1
2016-08-28add content-length handling and partial chunked transfer-encoding support (st...Paul Duncan1-3/+3
2016-08-28s/fhp_t/fhp_ctx_t/gPaul Duncan1-14/+14
2016-08-28add cl_parser testPaul Duncan1-0/+48
2016-08-28add header value parser, fix hashingPaul Duncan1-0/+1
2016-08-28fix te-parser.cPaul Duncan1-2/+6
2016-08-28fix warningsPaul Duncan1-4/+4
2016-08-28add te parser (not working)Paul Duncan1-0/+42
2016-08-27hash http method and version and add tokens for fast parsingPaul Duncan1-3/+3
2016-08-26add url percent decodingPaul Duncan1-5/+82
2016-08-26add die() to testPaul Duncan1-8/+28
2016-08-26initial commitPaul Duncan1-0/+59