aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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
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-26Update quoted to 1.0.3 to fix outstanding issuesLoïc Hoguin
2011-07-26Add a PropEr test for cowboy_dispatcher:split_host/1Loïc Hoguin
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-30Add a link to cowboy_examples in the READMELoïc Hoguin
2011-06-30Fix the @equiv EDoc tagsLoïc Hoguin
2011-06-27Add the remaining missing specsLoïc Hoguin
2011-06-27Merge pull request #29 from smarkets/ws-default-portsLoïc Hoguin
2011-06-27do not send ports 80 and 443 - browsers get madSteven Gravell
2011-06-21Use dialyzer directly instead of through rebarLoïc Hoguin
2011-06-21Merge remote-tracking branch 'skarab/listen-ip'Loïc Hoguin
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-16README: Grammar fixes.Loïc Hoguin
2011-05-16Merge remote-tracking branch 'nox/code-coverage'Loïc Hoguin
2011-05-16Makefile: Clean build the application before starting tests.Loïc Hoguin
2011-05-16Merge remote-tracking branch 'nox/path-info'Loïc Hoguin
2011-05-16Enable code coverageAnthony Ramine
2011-05-16Document the path info featureAnthony Ramine
2011-05-14Only try to update the Date field once every seconds.Loïc Hoguin