aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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
2011-05-14Add the Server header in the HTTP replies.Loïc Hoguin
2011-05-14Add the required Date header in the HTTP replies.Loïc Hoguin
2011-05-09Add a max_connections transport option.Loïc Hoguin
2011-05-09Increase the default backlog from 128 to 1024.Loïc Hoguin
2011-05-09Implement path_info featureAnthony Ramine
2011-05-09Remove a superfluous function clause in try_matchAnthony Ramine
2011-05-08Add chunked reply support.Loïc Hoguin
2011-05-08Separate building the response head from replying.Loïc Hoguin
2011-05-07Removed a few lines from the README for pedantic correctness.Loïc Hoguin
2011-05-07Merge remote-tracking branch 'nox/improve-readme'Loïc Hoguin
2011-05-07Improve READMEAnthony Ramine
2011-05-07Merge remote-tracking branch 'nox/atom-response-headers'Loïc Hoguin
2011-05-07Greatly improve the README.Loïc Hoguin
2011-05-06Allow atoms for response header namesAnthony Ramine
2011-05-05Add headers_huge test, demonstrating issue #3 is fixed.Loïc Hoguin
2011-05-05Switch the HTTP protocol to use binary packets instead of lists.Loïc Hoguin
2011-05-04Add cowboy_http_req:port/1.Loïc Hoguin
2011-05-04Makefile: Add separate eunit and ct test rules.Loïc Hoguin