aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2016-06-08Fix request body reading in HTTP/2Loïc Hoguin
2016-06-06Escape reserved filename charactersLoïc Hoguin
2016-06-06Static: Fix status code returned with empty path_infoLoïc Hoguin
2016-06-06Router: properly handle path segmentsLoïc Hoguin
2016-06-06REST: Ignore If...Since if If...Match header existsLoïc Hoguin
2016-06-06REST: If-None-Match uses weak Etag comparisonLoïc Hoguin
2016-06-06REST: If-Match uses strong Etag comparisonLoïc Hoguin
2016-06-06Remove the environment from cowboy_rest crash reportsLoïc Hoguin
2016-06-06HTTP/2: Separate path and query componentsLoïc Hoguin
2016-06-06HTTP/2: Handle internal errorsLoïc Hoguin
2016-06-06HTTP/2: add support for sending filesLoïc Hoguin
2016-06-06HTTP/1.1: Don't send 500 errors twiceLoïc Hoguin
2016-06-06Report request process crashesLoïc Hoguin
2016-06-06Use the correct process type for clear connectionsLoïc Hoguin
2016-03-13Fix most remaining HTTP/2 handshake testsLoïc Hoguin
2016-03-13Fix more HTTP/2 handshake test casesLoïc Hoguin
2016-03-12Add initial HTTP/1.1 Upgrade to HTTP/2Loïc Hoguin
2016-03-10Add the beginning of the rfc7540 test suiteLoïc Hoguin
2016-03-06Fix warningsLoïc Hoguin
2016-03-06Completely remove SPDYLoïc Hoguin
2016-03-05Initial commit with connection/streamsLoïc Hoguin
2015-08-07Use 'Connection' header only when necessaryAlexey Lebedeff
2015-07-27Add optional callbacksLoïc Hoguin
2015-07-27Add spec to silence a Dialyzer warningLoïc Hoguin
2015-07-27Use map syntax instead of maps:put/3Loïc Hoguin
2015-07-27Use erlang:monotonic_time instead of os:timestampLoïc Hoguin
2015-07-25Merge branch 'master' of https://github.com/jmccaughey/cowboyLoïc Hoguin
2015-07-21Update erlang.mk and remove .app.srcLoïc Hoguin
2015-06-12Fix compilation error due to previous commitLoïc Hoguin
2015-06-11Add HTTP/2 support preview2.0.0-pre.2Loïc Hoguin
2015-05-29expect header parses to an atom (continue)jmccaughey
2015-05-07Exit with exit/1 on handler exception and include class in reasonJames Fish
2015-05-06Use the most recent state on error in cowboy_restLoïc Hoguin
2015-05-06Fix a compile error introduced in previous commitLoïc Hoguin
2015-05-06Dialyzer fixes in cowboy_clockLoïc Hoguin
2015-05-06Merge branch 'patch-2' of https://github.com/egobrain/cowboyLoïc Hoguin
2015-05-06added a comment for non-obvious erlang:cancel_timerAlex Kovalev
2015-05-06fixed cowboy_clock inbox overflow if system clock was changedAlex Kovalev
2015-05-05Add rfc7230 test suite and update others to recent GunLoïc Hoguin
2015-03-06Update Cowlib to 1.2.0; adds Websocket permessage-deflateLoïc Hoguin
2015-02-17Fix reply/4 specYakov
2015-02-16Do not send empty chunksLoïc Hoguin
2015-02-16Merge branch 'add_spdy_record_field_type' of https://github.com/sile/cowboyLoïc Hoguin
2015-02-16Use cow_ws for the Websocket parsing codeLoïc Hoguin
2015-02-04Use cowlib for parsing headers; remove cowboy_httpLoïc Hoguin
2015-02-03Use cowlib masterLoïc Hoguin
2015-02-01Add a test with host ending in a dot in the routerLoïc Hoguin
2014-12-21Discard whitespace at the end of header values earlyLoïc Hoguin
2014-12-05Add typespecs for state record in cowboy_spdy moduleTakeru Ohta
2014-11-07Rename 'halt' to 'stop' for better consistencyLoïc Hoguin