aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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-06Add an index.html that is also served statically as the default for /David N. Welton
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-06Update Cowlib to 1.3.0Juan Puig
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-16Add +warn_untyped_record to the build optionsLoïc Hoguin
2015-02-16Merge branch 'add_spdy_record_field_type' of https://github.com/sile/cowboyLoïc Hoguin
2015-02-16Merge branch 'master' of https://github.com/sstrigler/cowboyLoïc Hoguin
2015-02-16Fix cookie exampleLoïc Hoguin
2015-02-16Merge branch 'patch-1' of https://github.com/grahamrhay/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
2015-02-01Fix small detail in docsLoïc Hoguin
2015-01-19Update getting_started.ezdocGraham Hay
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-25Small clarification on max_request_line_lengthLoïc Hoguin
2014-11-24Docs clarification when returning a list of ws framesLoïc Hoguin
2014-11-23Add a specs document for RFC6585Loïc Hoguin
2014-11-23Add an RFC7230 HTTP/1.1 server specification documentLoïc Hoguin
2014-11-07Rename 'halt' to 'stop' for better consistencyLoïc Hoguin
2014-11-07Rename 'shutdown' close reason and tuples to 'stop'Loïc Hoguin
2014-11-07Update erlang.mkLoïc Hoguin
2014-10-08change init/2 to return #state{} in documentationStefan Strigler
2014-10-04Fix a bad link in the guideLoïc Hoguin
2014-10-04Update version to 2.0.0-pre.12.0.0-pre.1Loïc Hoguin
2014-10-04Update erlang.mkLoïc Hoguin
2014-10-04Update CHANGELOGLoïc Hoguin
2014-10-04Update AUTHORSLoïc Hoguin
2014-10-04Update ROADMAPLoïc Hoguin
2014-10-04Add a commented line to enable dialyze for tests in the MakefileLoïc Hoguin
2014-10-04Reverse the order of arguments of match_* functionsLoïc Hoguin
2014-10-03Remove the REST known_content_type callbackLoïc Hoguin
2014-10-03Replace some /binary to /bits in binary pattern matchingLoïc Hoguin
2014-10-03Fix a compile issue caused by a warningLoïc Hoguin
2014-10-03Fix two edge cases when the request-line provided is invalidLoïc Hoguin
2014-10-03Make examples use Cowboy masterLoïc Hoguin
2014-10-03Merge branch 'fix_peer_spec' of git://github.com/aahoughton/cowboyLoïc Hoguin
2014-10-01Remove empty sections from the manualLoïc Hoguin
2014-10-01Req#http_req.peer can be 'undefined'; update spec accordinglyAndrew Houghton