aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2014-12-18Rename a local cow_http_hd function for better precisionLoïc Hoguin
2014-12-18Add cow_http_hd:parse_etag/1Loïc Hoguin
2014-12-18Add cow_http_hd:parse_if_none_match/1Loïc Hoguin
2014-12-18Add cow_http_hd:parse_if_match/1Loïc Hoguin
2014-12-17Add test cases taken from RFC7230Loïc Hoguin
2014-12-17Add cow_http_hd:parse_upgrade/1Loïc Hoguin
2014-12-17Add cow_date:parse_date/1 and move date parsing code thereLoïc Hoguin
2014-12-16Add cow_http_hd:parse_last_modified/1Loïc Hoguin
2014-12-16Add cow_http_hd:parse_date/1Loïc Hoguin
2014-12-16Add cow_http_hd:parse_if_unmodified_since/1Loïc Hoguin
2014-12-16Add cow_http_hd:parse_if_modified_since/1Loïc Hoguin
2014-12-16Add a property for cow_http_hd:parse_transfer_encoding/1Loïc Hoguin
2014-12-16Remove an unused test functionLoïc Hoguin
2014-12-16Add property for cow_http_hd:parse_max_forwards/1Loïc Hoguin
2014-12-16Add property for cow_http_hd:parse_expect/1Loïc Hoguin
2014-12-16Add a property for cow_http_hd:parse_connection/1Loïc Hoguin
2014-12-16Fix a shadow var warning in a propertyLoïc Hoguin
2014-12-15Add a property for cow_http_hd:parse_accept_language/1Loïc Hoguin
2014-12-15Add a property for cow_http_hd:parse_accept_encoding/1Loïc Hoguin
2014-12-15Add a property for cow_http_hd:parse_accept_charset/1Loïc Hoguin
2014-12-15Add a property for cow_http_hd:parse_accept/1Loïc Hoguin
2014-12-14Add cow_http_hd:parse_content_type/1Loïc Hoguin
2014-12-14Add a property for parse_content_length/1Loïc Hoguin
2014-12-14Fix a typo in ?IS_TOKEN macroLoïc Hoguin
2014-12-13Add testing for bad input for cow_http_hd:parse_content_length/1Loïc Hoguin
2014-12-13Add cow_http_hd:parse_accept_language/1Loïc Hoguin
2014-12-13Add cow_http_hd:parse_accept_encoding/1Loïc Hoguin
2014-12-13Add cow_http_hd:parse_charset/1Loïc Hoguin
2014-12-13Add cow_http_hd:parse_accept/1Loïc Hoguin
2014-12-12Add cow_http_hd:parse_max_forwards/1Loïc Hoguin
2014-12-12Optimize cow_http:parse_fullhost/1Loïc Hoguin
2014-12-12Add cow_http_hd:parse_expect/1Loïc Hoguin
2014-11-07Update cowlib to 1.0.11.0.1Loïc Hoguin
2014-11-07Add CHANGELOGLoïc Hoguin
2014-11-07Add AUTHORSLoïc Hoguin
2014-11-07Update erlang.mkLoïc Hoguin
2014-11-06Merge branch 'remove-linebreak-requirement' of git://github.com/issuu/cowlibLoïc Hoguin
2014-11-06No line break required after close-delimiterMikkel Jensen
2014-08-01Update cowlib to 1.0.01.0.0Loïc Hoguin
2014-08-01Remove an unnecessary line from the MakefileLoïc Hoguin
2014-08-01Update list of tested releasesLoïc Hoguin
2014-08-01Update erlang.mk to 1.0.0Loïc Hoguin
2014-08-01Add another chunked transfer-encoding testLoïc Hoguin
2014-06-10Update list of tested releasesLoïc Hoguin
2014-06-10Update cowlib to 0.6.20.6.2Loïc Hoguin
2014-06-10Fix chunked transfer decoding testsLoïc Hoguin
2014-05-18Accept commas as part of cookie valuesLoïc Hoguin
2014-03-27Update cowlib to 0.6.10.6.1Loïc Hoguin
2014-03-27Use a lists:keystore where appropriateLoïc Hoguin
2014-03-27Add cow_http_te:decode_ret() type and simplify it a littleLoïc Hoguin