summaryrefslogtreecommitdiff
path: root/fhp.c
AgeCommit message (Expand)AuthorFilesLines
2016-08-28add cl_parser testPaul Duncan1-0/+10
2016-08-28add header-value-parser.cPaul Duncan1-110/+0
2016-08-28add header value parser, fix hashingPaul Duncan1-38/+178
2016-08-28add internal.h and te-parser.cPaul Duncan1-402/+1
2016-08-28split up fhp.cPaul Duncan1-202/+1
2016-08-28add te parser (not working)Paul Duncan1-3/+214
2016-08-27cleanup, additional work towards transfer encoding supportPaul Duncan1-24/+93
2016-08-27hash header namePaul Duncan1-0/+9
2016-08-27hash http method and version and add tokens for fast parsingPaul Duncan1-2/+196
2016-08-27clean up commentPaul Duncan1-1/+3
2016-08-27add more invalid character errors, clean up commentsPaul Duncan1-9/+9
2016-08-26add url percent decodingPaul Duncan1-36/+157
2016-08-26whitespacePaul Duncan1-5/+8
2016-08-26set state after header valuePaul Duncan1-0/+3
2016-08-26add fhp_strtoken()Paul Duncan1-0/+47
2016-08-26initial commitPaul Duncan1-0/+591