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
2022-03-22
Implement RFC5861 (stale-* cache-control directives)
Tangui Le Pense
2022-03-22
Update Basic auth parsing to RFC 7617
Sebastian Strollo
2022-03-22
Fix URI template reserved expansion of %-encoded
Loïc Hoguin
2022-03-22
Update structured headers implementation to RFC 8941
Loïc Hoguin
2020-11-27
Handle last remote stream ID in cow_http2_machine
Viktor Söderqvist
2020-11-12
Fix set-cookie empty domain attribute parsing
Loïc Hoguin
2020-10-23
Add cow_http2_machine:get_remote_settings/1
2.10.0
Jonas Boberg
2020-10-20
Document the same_site changes
Loïc Hoguin
2020-10-07
Add a message_tag to timeout messages sent by cow_http2_machine
Loïc Hoguin
2020-10-07
Minor optimization in cow_hpack:update_table_size/2
Viktor Söderqvist
2020-10-07
Make HPACK encode respect new configured max size
Viktor Söderqvist
2020-10-07
Cookies: accept setting same_site to none
Niklas
2020-03-30
Add aliases for cookie parsing in cow_http_hd
Loïc Hoguin
2020-03-30
Fix some HPACK Huffman decoding failure cases
Loïc Hoguin
2020-03-19
Document the new cow_cookie functions
Loïc Hoguin
2020-03-11
Add cow_cookie:cookie/1
Loïc Hoguin
2020-03-06
Add cow_cookie:parse_set_cookie/1
Loïc Hoguin
2020-02-27
Clarify error when expecting a SETTINGS frame in HTTP/2 preface
Loïc Hoguin
2020-01-06
Use a map for streams in cow_http2_machine
Loïc Hoguin
2019-12-31
Fix sending trailers when there are data frames in queue
Tony Han
2019-12-29
HPACK: Fix inline integer decodings
Loïc Hoguin
2019-12-27
HPACK: Turn off Dialyzer warning about improper lists
Loïc Hoguin
2019-12-27
HPACK decode: decode integers directly to avoid copying binaries
Loïc Hoguin
2019-12-27
HPACK decode: don't try to drop entries when increasing size
Loïc Hoguin
2019-12-27
HPACK encoding now produces a more compact result
Loïc Hoguin
2019-12-26
Fix Proper tests following cow_hpack changes
Loïc Hoguin
2019-12-26
HPACK encode shouldn't maps:get(huffman...) for every string
Loïc Hoguin
2019-12-26
Use binary append instead of lists:reverse
Loïc Hoguin
2019-12-26
Remove unused cow_hpack:decode/3 Opts argument
Loïc Hoguin
2019-12-26
HPACK encode: conditionally call an iolist_to_binary
Loïc Hoguin
2019-12-25
Fix typo in comment
Loïc Hoguin
2019-12-25
Optimize HPACK Huffman decoding
Loïc Hoguin
2019-12-19
Accept iodata() when building links
Loïc Hoguin
2019-12-19
Escape attribute values when building link headers
Loïc Hoguin
2019-12-18
Rename cow_uri_templates to cow_uri_template
Loïc Hoguin
2019-12-18
Add cow_uri_templates
Loïc Hoguin
2019-11-25
Reorganize cow_http_hd
Loïc Hoguin
2019-11-25
Add structured headers, variants and variant-key building
Loïc Hoguin
2019-11-23
Add cow_http_struct_hd
Loïc Hoguin
2019-11-23
Add cow_link implementing RFC8288 (link header)
Loïc Hoguin
2019-10-10
Add cow_http2_machine:is_lingering_stream/2
2.8.0
Loïc Hoguin
2019-10-10
Fix cow_http_te:decode_ret() type
Loïc Hoguin
2019-10-10
Fix cookie_opts() type in code and documentation
Loïc Hoguin
2019-10-05
Allow disabling the UTF-8 Websocket text frames validation
Loïc Hoguin
2019-10-05
Make sure ensure_window doesn't crash if stream is closed
Loïc Hoguin
2019-10-04
Add manual for cow_cookie
Loïc Hoguin
2019-10-03
Remove HTTP/1.1 connection headers in HTTP/2 messages
Loïc Hoguin
2019-10-01
Don't return lingering_data tuples anymore
Loïc Hoguin
2019-10-01
Add HTTP/2 option stream_window_data_threshold
Loïc Hoguin
2019-10-01
Add cow_http2_machine:get_connection_local_buffer_size/1
Loïc Hoguin
[next]