Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-27 | Add cow_sse module which implements parsing of SSE | Loïc Hoguin | |
Building of events will be implemented at a later time. | |||
2017-04-18 | Add support for HTTP 451 (RFC 7725) | Nicholas Lundgaard | |
See [rfc7725 section 3](https://tools.ietf.org/html/rfc7725#section-3). | |||
2017-02-26 | Unknown HTTP/2 frames are ignored | Loïc Hoguin | |
2017-02-25 | Add frame size related error cases to cow_http2:parse | Loïc Hoguin | |
2017-02-25 | Add cow_http:goaway/2 | Loïc Hoguin | |
2017-02-16 | Update a comment about zlib deflate option | Loïc Hoguin | |
2016-10-21 | Arrange function order | Loïc Hoguin | |
2016-10-21 | fixed names of test functions for cow_date:rfc2109/1 | Andrei Nesterov | |
2016-10-21 | Add support for IMF-fixdate formated date generation | Andrei Nesterov | |
2016-10-09 | Fix HTTP/2 parsing of WINDOW_UPDATE frames | Pablo Polvorin | |
Fix for cases where the full frame is not received in one go. | |||
2016-10-09 | Fix HPACK table size tracking when table is pruned | Pablo Polvorin | |
The new entry size wasn't being added to the table size after a prune. Also fixes incorrect test cases. The size number was different than the one found in RFC 7541 Appendix C. | |||
2016-10-09 | Fix parsing of HTTP/2 PING frames | Pablo Polvorin | |
Fix for cases where the full frame is not received in one go. | |||
2016-10-04 | Fix Dialyzer warnings | Loïc Hoguin | |
2016-10-03 | Add owner option to set owner of Websocket compression contexts | Loïc Hoguin | |
Required by Cowboy 2 because it initializes the contexts in a different process than where they are used. | |||
2016-10-03 | Update mimetypes | Loïc Hoguin | |
2016-06-09 | Merge branch 'master' of https://github.com/leoliu/cowlib | Loïc Hoguin | |
2016-06-08 | Fix #39: Prefer crypto:strong_rand_bytes/1 | Leo Liu | |
See also https://github.com/erlang/otp/pull/883 | |||
2016-06-07 | Add cow_http_hd:access_control_max_age/1 | Andrei Nesterov | |
2016-06-07 | Add cow_http_hd:access_control_expose_headers/1 | Andrei Nesterov | |
2016-06-07 | Add cow_http_hd:access_control_allow_origin/1 | Andrei Nesterov | |
2016-06-07 | Add cow_http_hd:access_control_allow_methods/1 | Andrei Nesterov | |
2016-06-07 | Add cow_http_hd:access_control_allow_headers/1 | Andrei Nesterov | |
2016-06-07 | Add internal cow_http_hd:join_token_list/1, cow_http_hd:join_token_list/2 | Andrei Nesterov | |
2016-06-07 | Add cow_http_hd:access_control_allow_credentials/0 | Andrei Nesterov | |
2016-06-07 | Add cow_http_hd:parse_access_control_request_method/1 | Andrei Nesterov | |
2016-06-07 | Add cow_http_hd:parse_access_control_request_headers/1 | Andrei Nesterov | |
2016-06-07 | Add cow_http_hd:parse_origin/1 | Andrei Nesterov | |
2016-06-06 | Add a cow_http2:data_header/3 function | Loïc Hoguin | |
For use with sendfile or streaming in general. | |||
2016-06-06 | Make cow_http:parse_fullpath/1 remove any fragment component | Loïc Hoguin | |
2016-06-06 | Add cow_uri:urlencode/1 and cow_uri:urldecode/1 | Loïc Hoguin | |
These are expected to be used on path components, unlike cow_qs:url{en,de}code/1 which are for query strings. | |||
2016-05-24 | HPACK: Fix an issue with header values as iolists | Loïc Hoguin | |
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 | |
No tests or benchmarks, we just call base64:decode on the value. | |||
2016-03-12 | Add settings_payload/1, settings_ack/0 and ping/1 in cow_http2 | Loïc Hoguin | |
Although settings_payload/1 is currently only a placeholder. | |||
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 | |
Previously, an error would be raised when explicitly passing a default value for either “http_only” or “secure” option. | |||
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 | |
No decoding options have been added in this commit. They will be added in the future. Only one encoding option has been added: #{huffman => boolean()}. It allows to disable Huffman compression of strings. This compression is enabled by default. | |||
2015-03-12 | Update Cowlib to 1.3.01.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 | |