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
2025-06-25
Update to most recent WebTransport draft
HEAD
master
Loïc Hoguin
2025-06-20
Initial implementation of HTTP/3 WebTransport
Loïc Hoguin
2025-04-10
Make Dialyzer happy again
Loïc Hoguin
2025-04-10
Add cow_http2_machine:terminate/1 for cleanup
Loïc Hoguin
2025-02-14
Remove copyright years from all files except LICENSE
Loïc Hoguin
2025-02-11
Improve cow_http2:settings/0 type and export it
Loïc Hoguin
2025-02-11
Add a function to check remote HTTP/2 setting MAX_CONCURRENT_STREAMS
Viktor Söderqvist
2025-02-10
Add cow_http_hd:allow/1
Loïc Hoguin
2025-01-23
Disable WS compression when only server sets client_max_window_bits
Jose M Perez
2025-01-22
Use zlib:safeInflate and limits for Websocket decompression
Loïc Hoguin
2025-01-22
Add cow_deflate:inflate/3
Loïc Hoguin
2025-01-22
Fix compression of zero-byte Websocket frames
Loïc Hoguin
2025-01-16
Update mimetypes
Loïc Hoguin
2025-01-14
Fix OTP-27 Dialyzer warnings
Loïc Hoguin
2025-01-13
Avoid an extra multiplication before unmasking
Loïc Hoguin
2025-01-07
Optimise Websocket (un)masking
Loïc Hoguin
2025-01-06
Optimise Websocket UTF-8 validation
Loïc Hoguin
2025-01-06
Add debug logging for receiving of HTTP/2 frames
Loïc Hoguin
2024-07-04
Optimise all cow_qs functions
Loïc Hoguin
2024-07-03
Optimise cow_uri:urlencode
Loïc Hoguin
2024-07-02
Optimise cow_uri:urldecode
Loïc Hoguin
2024-03-26
Initial HTTP/3 and QPACK implementation
qpack
Loïc Hoguin
2024-03-14
Cowlib 2.13.0
2.13.0
Loïc Hoguin
2024-03-14
Add max_fragmented_header_block_size HTTP/2 option
Loïc Hoguin
2023-03-28
Fix handling of bad length for RST_STREAM parsing
Luis Gustavo Beligante
2023-02-28
Fix compile error due to bad spec
Loïc Hoguin
2023-01-16
Cowlib 2.12.0
Loïc Hoguin
2022-10-24
Update SameSite cookie attribute to handle "Default"
Loïc Hoguin
2022-09-12
Remove the obsolete Version cookie attribute
Sebastian Strollo
2022-09-02
Do additional cookie parsing checks based on RFC6265bis
Loïc Hoguin
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
[next]