aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2016-06-06Add cow_uri:urlencode/1 and cow_uri:urldecode/1Loïc Hoguin
2016-05-24HPACK: Fix an issue with header values as iolistsLoïc Hoguin
2016-03-13Parse the settings payload directly in cow_http_hd:parse_http2_settings/1Loïc Hoguin
2016-03-12Add cow_http_hd:parse_http2_settings/1Loïc Hoguin
2016-03-12Add settings_payload/1, settings_ack/0 and ping/1 in cow_http2Loïc Hoguin
2016-03-12Add cow_http:response/3Loïc Hoguin
2015-08-26Merge branch 'master' of https://github.com/robashton/cowlibLoïc Hoguin
2015-08-26Merge branch 'cookie-opts-default-values' of https://github.com/KrzysiekJ/cowlibLoïc Hoguin
2015-08-26Update erlang.mk and start using CircleCILoïc Hoguin
2015-08-26Fix a Dialyzer warning in cow_wsLoïc Hoguin
2015-08-26Fix a few binary pattern matching issuesLoïc Hoguin
2015-07-21Fix handling of default values in cookie optionsKrzysztof Jurewicz
2015-06-11Add cowboy_http2 with initial HTTP/2 suppportLoïc Hoguin
2015-06-11Remove an outdated commentLoïc Hoguin
2015-04-09WS accepts iodata, so byte_size won't work unless we flattenRob Ashton
2015-03-19Add HPACK decoding and encoding functionsLoïc Hoguin
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-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