aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2011-10-10Add *.swp to gitignoreLoïc Hoguin
2011-10-10Merge remote-tracking branch 'jlouis/issue-71'Loïc Hoguin
2011-10-10Add cowboy:child_spec/6Jesper Louis Andersen
2011-10-07Fix a crash in response_connection when Name is an atom =/= 'Connection'Loïc Hoguin
2011-10-06Allow HTTP handlers to skip the handle/2 step in init/3Loïc Hoguin
2011-10-06Add R14B to the travis-ci configuration fileLoïc Hoguin
2011-10-06Add R14B04 to the travis-ci configuration fileLoïc Hoguin
2011-10-06Merge branch 'hybi-framing-fix' of https://github.com/smarkets/cowboyLoïc Hoguin
2011-10-06Close the connection when the application sends Connection: closeLoïc Hoguin
2011-10-06Fix hixi76_location/5 when transport is tcp and port is 443Loïc Hoguin
2011-10-06Fix a crash in websocket_handshake when cowboy_http_req:compact/1 is usedLoïc Hoguin
2011-10-05Remove the 'HEAD' chunked_reply/3 clauseLoïc Hoguin
2011-10-05Skip deps when generating docsLoïc Hoguin
2011-10-05Parse 'Connection' headers as a list of tokensLoïc Hoguin
2011-10-04Move a few binary string handling functions to cowboy_bstrLoïc Hoguin
2011-10-04Remove the connection information from the HTTP protocol stateLoïc Hoguin
2011-10-04Close connection on all errorsLoïc Hoguin
2011-10-04Small doc clarificationLoïc Hoguin
2011-10-04Do not send a 408 response if the Request-Line wasn't fully receivedLoïc Hoguin
2011-10-03Fix byte-by-byte Websocket handlingHunter Morris
2011-10-01Get rid of a binary construct in cowboy_http_websocketLoïc Hoguin
2011-10-01Get rid of a binary construct in cowboy_http_reqLoïc Hoguin
2011-10-01Rename the type cowboy_dispatcher:path_tokens/0 to :tokens/0Loïc Hoguin
2011-10-01Merge branch 'path-split-doc' of https://github.com/klaar/cowboyLoïc Hoguin
2011-10-01Merge branch 'master' of https://github.com/hakvroot/cowboyLoïc Hoguin
2011-09-30Add cowboy_protocol behaviourMichiel Hakvoort
2011-09-29add note to split_path/1 and path/1 on escaped /Magnus Klaar
2011-09-28Improve the error message for HTTP handlersLoïc Hoguin
2011-09-28Merge remote-tracking branch 'smarkets/cacertfile'Loïc Hoguin
2011-09-28add cacertfile configurationSteven Gravell
2011-09-26Merge remote-tracking branch 'nivertech/master'Loïc Hoguin
2011-09-26Fix handshake for when querystring is neededOri Bar
2011-09-22Add a test for websocket hibernate + timeout and fix this use caseLoïc Hoguin
2011-09-15Allow websocket handlers to hibernate from the websocket_init/3 functionLoïc Hoguin
2011-09-14'Host' header is optional in HTTP/1.0Loïc Hoguin
2011-09-13Reset the max number of empty lines between keepalive requestsLoïc Hoguin
2011-09-13Improve the Cowboy definition in the READMELoïc Hoguin
2011-09-06Merge pull request #46 from tillitech/masterLoïc Hoguin
2011-09-06Fix the handling of the HEAD requestsAli Sabil
2011-09-05Update version to 0.3.0 to continue with developmentLoïc Hoguin
2011-09-05Update version to 0.2.00.2.0Loïc Hoguin
2011-09-05Update AUTHORS fileLoïc Hoguin
2011-09-05Tweak the .travis.yml fileLoïc Hoguin
2011-09-05Add .travis.yml fileLoïc Hoguin
2011-08-23Add WebSocket drafts 7, 8, 9 and 10 implementationLoïc Hoguin
2011-08-23Ensure header names are handled in a case insensitive mannerLoïc Hoguin
2011-08-11Use cowboy_clock types in cowboy_cookies instead of calendarLoïc Hoguin
2011-08-11Add Transport:setopts/2 note for writing protocolsLoïc Hoguin
2011-08-10Give the ListenerPid to the protocol on startupLoïc Hoguin
2011-08-10Introduce cowboy_listener for managing a listenerLoïc Hoguin