aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
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-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-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-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-10Give the ListenerPid to the protocol on startupLoïc Hoguin
2011-08-10Introduce cowboy_listener for managing a listenerLoïc Hoguin
2011-07-26Fix cookie tests and specsLoïc Hoguin
2011-07-26Small cosmetic changes and doc update to the cookie patchLoïc Hoguin
2011-07-26Fail early in cookie-related API functionsTom Burdick
2011-07-26Implement cookies in cowboy_http_reqTom Burdick
2011-07-26Add cowboy_cookies for cookie creation and parsingTom Burdick
2011-07-20URL decode pathsLoïc Hoguin
2011-07-20URL decode query stringsLoïc Hoguin
2011-07-19Separate message and packet handling for websocketsLoïc Hoguin
2011-07-18Fail fast when a wrong type is given to API functionsLoïc Hoguin
2011-07-07Call websocket_close/4 *after* throwing the errorLoïc Hoguin
2011-07-07Call Handler:terminate/2 even on error in Handler:handle/2Loïc Hoguin
2011-07-06Move recursion out of a try .. catch block.Loïc Hoguin
2011-07-06Add documentation for the public interface.Loïc Hoguin
2011-06-30Fix the @equiv EDoc tagsLoïc Hoguin
2011-06-27Add the remaining missing specsLoïc Hoguin
2011-06-27do not send ports 80 and 443 - browsers get madSteven Gravell
2011-06-21Pass {ip, Ip} configuration through for TCP and SSL transportsHunter Morris
2011-06-07Fix a binary warning in cowboy_clock.Loïc Hoguin
2011-06-06Add hibernate support for websockets.Loïc Hoguin
2011-06-06Add a 'profile' environment variable to start a profiler when the app starts.Loïc Hoguin
2011-06-06Compile the binary match pattern for websockets only once.Loïc Hoguin
2011-06-01Add function cowboy_http_req:compact/1 to regain memory.Loïc Hoguin
2011-05-31Remove a binary warning from websocket_data by removing a byte_size call.Loïc Hoguin
2011-05-27Send a meaningful error to error_logger on websocket handler crashes.Loïc Hoguin
2011-05-25Refresh the type specifications.Loïc Hoguin
2011-05-24Automatically start crypto, public_key and ssl if needed.Loïc Hoguin
2011-05-20Send a meaningful error to error_logger on handler crashes.Loïc Hoguin
2011-05-16Merge remote-tracking branch 'nox/path-info'Loïc Hoguin
2011-05-14Only try to update the Date field once every seconds.Loïc Hoguin