index
:
cowlib.git
1.0.x
faster-http2
master
qpack
struct-hd-15
Support library for manipulating Web protocols.
Loïc Hoguin
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2016-03-13
Parse the settings payload directly in cow_http_hd:parse_http2_settings/1
Loïc Hoguin
2016-03-12
Add cow_http_hd:parse_http2_settings/1
Loïc Hoguin
2016-03-12
Add settings_payload/1, settings_ack/0 and ping/1 in cow_http2
Loïc Hoguin
2016-03-12
Add cow_http:response/3
Loïc Hoguin
2015-08-26
Merge branch 'master' of https://github.com/robashton/cowlib
Loïc Hoguin
2015-08-26
Merge branch 'cookie-opts-default-values' of https://github.com/KrzysiekJ/cowlib
Loïc Hoguin
2015-08-26
Update erlang.mk and start using CircleCI
Loïc Hoguin
2015-08-26
Fix a Dialyzer warning in cow_ws
Loïc Hoguin
2015-08-26
Fix a few binary pattern matching issues
Loïc Hoguin
2015-07-21
Fix handling of default values in cookie options
Krzysztof Jurewicz
2015-06-11
Add cowboy_http2 with initial HTTP/2 suppport
Loïc Hoguin
2015-06-11
Remove an outdated comment
Loïc Hoguin
2015-04-09
WS accepts iodata, so byte_size won't work unless we flatten
Rob Ashton
2015-03-19
Add HPACK decoding and encoding functions
Loïc Hoguin
2015-03-12
Update Cowlib to 1.3.0
1.3.0
Loïc Hoguin
2015-03-12
Simplify the SPDY code for merging duplicate headers
Loïc Hoguin
2015-03-12
Move the settings test near its function
Loïc Hoguin
2015-03-12
Merge branch 'master' of https://github.com/camshaft/cowlib
Loïc Hoguin
2015-03-12
Merge branch 'spdy_dev' of https://github.com/Etsukata/cowlib
Loïc Hoguin
2015-03-12
Merge branch 'fix-multipart-bodies-without-headers' of https://github.com/dan...
Loïc Hoguin
2015-03-12
Maintenance
Loïc Hoguin
2015-03-12
Add missing client functionality to Websocket code
Loïc Hoguin
2015-03-06
Update Cowlib to 1.2.0
1.2.0
Loïc Hoguin
2015-03-06
Rewrite UTF-8 validation code
Loïc Hoguin
2015-03-04
Add permessage-deflate extension support to Websocket
Loïc Hoguin
2015-03-03
Fix parsing of multipart bodies without headers
Daniel White
2015-02-16
Update Cowlib to 1.1.0
1.1.0
Loïc Hoguin
2015-02-16
Add cow_qs for Websocket protocol parsing/building
Loïc Hoguin
2015-02-16
Add a comment on a test
Loïc Hoguin
2015-01-07
Use 'or' instead of 'orelse' in cow_http_hd
Loïc Hoguin
2015-01-04
Simplify the cow_http_hd code
Loïc Hoguin
2015-01-03
Add @todos in cow_http_hd for additional headers
Loïc Hoguin
2015-01-02
Make sure tokens are non-empty in cow_http_hd
Loïc Hoguin
2015-01-02
Add cow_http_hd:parse_proxy_authenticate/1
Loïc Hoguin
2015-01-02
Add cow_http_hd:parse_www_authenticate/1
Loïc Hoguin
2014-12-31
Add cow_http_hd:parse_proxy_authorization/1
Loïc Hoguin
2014-12-31
Add cow_http_hd:parse_authorization/1
Loïc Hoguin
2014-12-31
Remove an extraneous empty line
Loïc Hoguin
2014-12-29
Add cow_http_hd:parse_x_forwarded_for/1
Loïc Hoguin
2014-12-29
Add cow_http_hd:parse_host/1, remove cow_http:parse_fullhost/1
Loïc Hoguin
2014-12-28
Add cow_http_hd:parse_pragma/1
Loïc Hoguin
2014-12-28
Add a test for cow_http_hd:parse_content_length/1
Loïc Hoguin
2014-12-28
Add cow_http_hd:parse_content_range/1
Loïc Hoguin
2014-12-27
Add cow_http_hd:parse_range/1
Loïc Hoguin
2014-12-26
Add cow_http_hd:parse_if_range/1
Loïc Hoguin
2014-12-26
Add cow_http_hd:parse_accept_ranges/1
Loïc Hoguin
2014-12-26
Fix a parse_max_forwards test
Loïc Hoguin
2014-12-26
Add cow_http_hd:parse_retry_after/1
Loïc Hoguin
2014-12-26
Add specs to cow_date:parse_date/1
Loïc Hoguin
2014-12-26
Improve internal cow_http_hd function token_ci_list/2
Loïc Hoguin
[next]