summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-08-29update TODOHEADmasterPaul Duncan1-0/+1
2016-08-28add content-type parserPaul Duncan9-2/+115
2016-08-28add content-length handling and partial chunked transfer-encoding support (st...Paul Duncan8-6/+306
2016-08-28refactor ctx.cPaul Duncan1-18/+25
2016-08-28reorganize methodsPaul Duncan1-32/+40
2016-08-28mv fhp.c ctx.cPaul Duncan2-1/+1
2016-08-28s/fhp_t/fhp_ctx_t/gPaul Duncan5-191/+191
2016-08-28add commentsPaul Duncan1-0/+3
2016-08-28fix warnings from clangPaul Duncan2-3/+3
2016-08-28remove fhp_handle_header_name() (move to header-value-parser.cPaul Duncan2-50/+48
2016-08-28add cl_parser testPaul Duncan4-8/+83
2016-08-28add cl-parser.cPaul Duncan4-3/+184
2016-08-28add header-value-parser.cPaul Duncan4-111/+121
2016-08-28add header value parser, fix hashingPaul Duncan5-41/+202
2016-08-28fix te-parser.cPaul Duncan4-23/+74
2016-08-28generate static libPaul Duncan2-3/+8
2016-08-28add internal.h and te-parser.cPaul Duncan8-412/+410
2016-08-28fix warningsPaul Duncan1-4/+4
2016-08-28split up fhp.cPaul Duncan6-203/+211
2016-08-28add te parser (not working)Paul Duncan3-3/+301
2016-08-27cleanup, additional work towards transfer encoding supportPaul Duncan2-26/+114
2016-08-27hash header namePaul Duncan2-0/+12
2016-08-27add libfhp.so to .gitignorePaul Duncan1-0/+1
2016-08-27hash http method and version and add tokens for fast parsingPaul Duncan4-12/+267
2016-08-27add version to sonaePaul Duncan1-2/+2
2016-08-27clean up makefilePaul Duncan1-10/+20
2016-08-27clean up commentPaul Duncan1-1/+3
2016-08-27add more invalid character errors, clean up commentsPaul Duncan2-9/+11
2016-08-26add url percent decodingPaul Duncan3-43/+262
2016-08-26whitespacePaul Duncan1-5/+8
2016-08-26set state after header valuePaul Duncan1-0/+3
2016-08-26add die() to testPaul Duncan1-8/+28
2016-08-26add fhp_strtoken()Paul Duncan2-13/+63
2016-08-26add test targetPaul Duncan1-1/+4
2016-08-26initial commitPaul Duncan5-0/+762