aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2015-03-12Update Cowlib to 1.3.01.3.0Loïc Hoguin
2015-03-12Simplify the SPDY code for merging duplicate headersLoïc Hoguin
2015-03-12Move the settings test near its functionLoïc Hoguin
2015-03-12Merge branch 'master' of https://github.com/camshaft/cowlibLoïc Hoguin
2015-03-12Update erlang.mkLoïc Hoguin
2015-03-12Merge branch 'spdy_dev' of https://github.com/Etsukata/cowlibLoïc Hoguin
2015-03-12Merge branch 'fix-multipart-bodies-without-headers' of https://github.com/dan...Loïc Hoguin
2015-03-12MaintenanceLoïc Hoguin
2015-03-12Add missing client functionality to Websocket codeLoïc Hoguin
2015-03-06Update Cowlib to 1.2.01.2.0Loïc Hoguin
2015-03-06Rewrite UTF-8 validation codeLoïc Hoguin
2015-03-04Add permessage-deflate extension support to WebsocketLoïc Hoguin
2015-03-03Fix parsing of multipart bodies without headersDaniel White
2015-02-16Update Cowlib to 1.1.01.1.0Loïc Hoguin
2015-02-16Add cow_qs for Websocket protocol parsing/buildingLoïc Hoguin
2015-02-16Add a comment on a testLoïc Hoguin
2015-01-07Use 'or' instead of 'orelse' in cow_http_hdLoïc Hoguin
2015-01-04Simplify the cow_http_hd codeLoïc Hoguin
2015-01-03Add @todos in cow_http_hd for additional headersLoïc Hoguin
2015-01-02Make sure tokens are non-empty in cow_http_hdLoïc Hoguin
2015-01-02Add cow_http_hd:parse_proxy_authenticate/1Loïc Hoguin
2015-01-02Add cow_http_hd:parse_www_authenticate/1Loïc Hoguin
2014-12-31Add cow_http_hd:parse_proxy_authorization/1Loïc Hoguin
2014-12-31Add cow_http_hd:parse_authorization/1Loïc Hoguin
2014-12-31Remove an extraneous empty lineLoïc Hoguin
2014-12-29Add cow_http_hd:parse_x_forwarded_for/1Loïc Hoguin
2014-12-29Add cow_http_hd:parse_host/1, remove cow_http:parse_fullhost/1Loïc Hoguin
2014-12-28Add cow_http_hd:parse_pragma/1Loïc Hoguin
2014-12-28Add a test for cow_http_hd:parse_content_length/1Loïc Hoguin
2014-12-28Add cow_http_hd:parse_content_range/1Loïc Hoguin
2014-12-27Add cow_http_hd:parse_range/1Loïc Hoguin
2014-12-26Add cow_http_hd:parse_if_range/1Loïc Hoguin
2014-12-26Add cow_http_hd:parse_accept_ranges/1Loïc Hoguin
2014-12-26Fix a parse_max_forwards testLoïc Hoguin
2014-12-26Add cow_http_hd:parse_retry_after/1Loïc Hoguin
2014-12-26Add specs to cow_date:parse_date/1Loïc Hoguin
2014-12-26Improve internal cow_http_hd function token_ci_list/2Loïc Hoguin
2014-12-26Add cow_http_hd:parse_allow/1Loïc Hoguin
2014-12-26Add cow_http_hd:parse_age/1Loïc Hoguin
2014-12-26Add cow_http_hd:parse_vary/1Loïc Hoguin
2014-12-26Fix a parse_upgrade testLoïc Hoguin
2014-12-26Add missing export for second previous commitLoïc Hoguin
2014-12-26Simplify the code for parsing 1*DIGIT header valuesLoïc Hoguin
2014-12-25Add cow_http_hd:parse_sec_websocket_version_resp/1Loïc Hoguin
2014-12-24Add cow_http_hd:parse_sec_websocket_protocol_resp/1Loïc Hoguin
2014-12-24Use _req instead of _client for request-specific parsersLoïc Hoguin
2014-12-24Add dummy functions for Sec-WebSocket-(Accept|Key) headersLoïc Hoguin
2014-12-24Fix a variable shadow issue in the testsLoïc Hoguin
2014-12-24Add cow_http_hd:parse_te/1Loïc Hoguin
2014-12-21Do not attempt to skip whitespace after single value headersLoïc Hoguin