Age | Commit message (Expand) | Author |
2013-09-07 | Implement recv timeout for SPDY | Loïc Hoguin |
2013-09-04 | Make cowlib a proper dependency | Loïc Hoguin |
2013-09-04 | More SPDY code readability improvements | Loïc Hoguin |
2013-09-04 | Fix a badmatch issue when calling which_children on SPDY process | Loïc Hoguin |
2013-09-04 | Simplify the SPDY code by adding child management functions | Loïc Hoguin |
2013-09-02 | Fix specs for SPDY | Loïc Hoguin |
2013-09-02 | Merge branch 'ipv6-literal' of git://github.com/yamt/cowboy | Loïc Hoguin |
2013-09-02 | Add request body support for SPDY | Loïc Hoguin |
2013-09-03 | make cowboy_client:request() allow to override Host header | YAMAMOTO Takashi |
2013-09-03 | add unit test for cowboy_protocol:parse_host/1 | YAMAMOTO Takashi |
2013-09-03 | cowboy_protocol: accept host using ipv6 literal | YAMAMOTO Takashi |
2013-08-27 | Merge branch 'fix-ws-atom-responses' of git://github.com/seriyps/cowboy | Loïc Hoguin |
2013-08-27 | Merge branch 'websocket-compressed-metadata' of git://github.com/irccloud/cowboy | Loïc Hoguin |
2013-08-24 | Crash on failure, don't report errors | Loïc Hoguin |
2013-08-24 | Simpler code for sending errors following crashes | Loïc Hoguin |
2013-08-15 | add websocket_compress metadata | RJ |
2013-08-13 | Allow atom responses in websocket handlers #563 | Sergey Prokhorov |
2013-07-18 | Slight docs fix in cowboy_req.erl | pmyarchon |
2013-07-12 | Merge branch 'fix/websocket-inflate-unmask' of git://github.com/soundrop/cowboy | Loïc Hoguin |
2013-07-08 | Use the proper typespec for the websocket_deflate_frame rsv bits | Ali Sabil |
2013-07-05 | Fix decoding of chunked body. | James Fish |
2013-07-02 | Fix handling of websocket fragmented deflated frames | Ali Sabil |
2013-07-02 | Fix websocket unmasking when compression is enabled | Ali Sabil |
2013-07-02 | Fix coding style in websocket_deflate_frame/3 | Ali Sabil |
2013-07-02 | Remove usage of the inflate buffer | Ali Sabil |
2013-06-27 | Remove unknown keys from .app.src file | Loïc Hoguin |
2013-06-20 | Fix compilation < R16B010.8.6 | Loïc Hoguin |
2013-06-20 | Update to 0.8.6 | Loïc Hoguin |
2013-06-20 | Ignore deprecation warning for crypto:sha/1 for now | Loïc Hoguin |
2013-06-20 | Add support for the webkit deflate frame extension | Ali Sabil |
2013-06-10 | Avoid crashing in cowboy_req on invalid Accept-Encoding header | Ali Sabil |
2013-06-08 | Merge branch 'dont_overwrite_stacktrace' of git://github.com/urbanserj/cowboy | Loïc Hoguin |
2013-06-07 | Merge branch 'read_with_utc' of git://github.com/narma/cowboy | Loïc Hoguin |
2013-06-07 | Don't overwrite stacktrace in `cowboy_rest:error_terminate/2` | Sergey Urbanovich |
2013-06-07 | Merge branch 'types' of git://github.com/lavrin/cowboy | Loïc Hoguin |
2013-06-07 | Merge branch 'spdy-zero-length-header-names' of git://github.com/bgentry/cowboy | Loïc Hoguin |
2013-06-07 | Use read_file_info/2 with {time, universal} option | Sergey Rublev |
2013-06-05 | Fix a couple control_frame clauses that were too large | Loïc Hoguin |
2013-06-03 | Add sendfile support to SPDY, enabling cowboy_static use | Loïc Hoguin |
2013-06-02 | Fix cowboy:start_http/https/spdy typespecs | Radosław Szymczyszyn |
2013-05-31 | zero-length header names MUST issue a stream error | Blake Gentry |
2013-05-31 | Don't crash on empty Cookie header | Loïc Hoguin |
2013-05-31 | In content-types, the charset parameter is converted to lowercase | Loïc Hoguin |
2013-05-31 | Merge branch 'rest_method' of git://github.com/dvv/cowboy | Loïc Hoguin |
2013-05-30 | Add experimental and incomplete SPDY support | Loïc Hoguin |
2013-05-24 | Update Cowboy to 0.8.50.8.5 | Loïc Hoguin |
2013-05-16 | Use the ranch_ssl:opts() type in cowboy:start_https/4 spec | Loïc Hoguin |
2013-05-16 | Use the ranch_tcp:opts() type in cowboy:start_http/4 spec | Loïc Hoguin |
2013-05-16 | Use the type ranch:ref() instead of any() where applicable | Loïc Hoguin |
2013-05-16 | Add cowboy_protocol:opts() type | Loïc Hoguin |