Loïc Hoguin
|
76f855ebd0
Merge branch 'master' of https://github.com/hakvroot/cowboy
|
13 years ago |
Michiel Hakvoort
|
d8e841c8a2
Add cowboy_protocol behaviour
|
13 years ago |
Loïc Hoguin
|
eff9477201
Improve the error message for HTTP handlers
|
13 years ago |
Loïc Hoguin
|
0e84e7f920
Merge remote-tracking branch 'smarkets/cacertfile'
|
13 years ago |
Steven Gravell
|
ea5780b7cd
add cacertfile configuration
|
13 years ago |
Loïc Hoguin
|
b675fb2ab1
Merge remote-tracking branch 'nivertech/master'
|
13 years ago |
Ori Bar
|
3715df5bd4
Fix handshake for when querystring is needed
|
13 years ago |
Loïc Hoguin
|
d0f711a61d
Add a test for websocket hibernate + timeout and fix this use case
|
13 years ago |
Loïc Hoguin
|
04f55eb3c9
Allow websocket handlers to hibernate from the websocket_init/3 function
|
13 years ago |
Loïc Hoguin
|
89ae3c8cad
'Host' header is optional in HTTP/1.0
|
13 years ago |
Loïc Hoguin
|
b669b1b5a3
Reset the max number of empty lines between keepalive requests
|
13 years ago |
Loïc Hoguin
|
961526d704
Improve the Cowboy definition in the README
|
13 years ago |
Loïc Hoguin
|
55ba8dc4da
Merge pull request #46 from tillitech/master
|
13 years ago |
Ali Sabil
|
bb469f6c3d
Fix the handling of the HEAD requests
|
13 years ago |
Loïc Hoguin
|
8bb7472fb0
Update version to 0.3.0 to continue with development
|
13 years ago |
Loïc Hoguin
|
009ad4c9eb
Update version to 0.2.0
|
13 years ago |
Loïc Hoguin
|
2a25ad6c24
Update AUTHORS file
|
13 years ago |
Loïc Hoguin
|
a1d6c2e66f
Tweak the .travis.yml file
|
13 years ago |
Loïc Hoguin
|
24f3981377
Add .travis.yml file
|
13 years ago |
Loïc Hoguin
|
2374aa7e07
Add WebSocket drafts 7, 8, 9 and 10 implementation
|
13 years ago |
Loïc Hoguin
|
24bf2c54d0
Ensure header names are handled in a case insensitive manner
|
13 years ago |
Loïc Hoguin
|
d858153fce
Use cowboy_clock types in cowboy_cookies instead of calendar
|
13 years ago |
Loïc Hoguin
|
cd06efeba3
Add Transport:setopts/2 note for writing protocols
|
13 years ago |
Loïc Hoguin
|
43d14b52cd
Give the ListenerPid to the protocol on startup
|
13 years ago |
Loïc Hoguin
|
56369d5c1a
Introduce cowboy_listener for managing a listener
|
13 years ago |
Loïc Hoguin
|
6138901465
Fix cookie tests and specs
|
13 years ago |
Loïc Hoguin
|
528d0ebffd
Small cosmetic changes and doc update to the cookie patch
|
13 years ago |
Tom Burdick
|
b75859e075
Fail early in cookie-related API functions
|
13 years ago |
Tom Burdick
|
5bd936db66
Implement cookies in cowboy_http_req
|
13 years ago |
Tom Burdick
|
a29ccb070b
Add cowboy_cookies for cookie creation and parsing
|
14 years ago |