Loïc Hoguin
|
db382d4d39
Check for upgrades on accept timeout
|
13 years ago |
Loïc Hoguin
|
811d11a1a2
Merge branch 'ssl-password-cacert' of https://github.com/DeadZen/cowboy
|
13 years ago |
Loïc Hoguin
|
9baf3e2ae9
Add an examples/ directory containing a link to cowboy_examples
|
13 years ago |
Loïc Hoguin
|
f6cf731011
REST: Only send 201 when a new resource is created on POST
|
13 years ago |
Loïc Hoguin
|
f51493ee37
Add 'Expect' header parsing
|
13 years ago |
DeadZen
|
e67d839154
Add CA support and make SSL certificate password optional
|
13 years ago |
David Kelly
|
e7b6e2a402
Added absoluteURI support
|
13 years ago |
Loïc Hoguin
|
062db95653
Apply a trick to the erlang:hibernate calls to suppress dialyzer warnings
|
13 years ago |
Loïc Hoguin
|
096f40bf08
Fix a typo that prevented protocol options upgrades
|
13 years ago |
Loïc Hoguin
|
2c0c85cd2f
Merge branch 'remove-queue-len-call' of https://github.com/puzza007/cowboy
|
13 years ago |
Paul Oliver
|
697170b496
Remove call to queue:len/1
|
13 years ago |
Loïc Hoguin
|
0c3cf802b4
Removing travis-ci from the cowboy development toolkit
|
13 years ago |
Loïc Hoguin
|
9823450cc3
Merge branch 'autobahn-suite' of https://github.com/klaar/cowboy
|
13 years ago |
Loïc Hoguin
|
21802d2767
Use queue() for managing wait queues in cowboy_listener
|
13 years ago |
Loïc Hoguin
|
42bf0ea57d
Refactor cowboy_listener for more consistency
|
13 years ago |
Loïc Hoguin
|
e927a8228b
Pass --no_native option to dialyzer to improve dialyzing times
|
13 years ago |
Loïc Hoguin
|
e5aef5c1d7
Add cowboy:get_protocol_options/1 and cowboy_set_protocol_options/2
|
13 years ago |
Loïc Hoguin
|
830cfc002e
Move max_connections check directly inside cowboy_listener
|
13 years ago |
Loïc Hoguin
|
bb08cf85e3
Remove a leftover ct:print
|
13 years ago |
Loïc Hoguin
|
9d73160942
Merge branch 'rest_delete_no_call' of https://github.com/bfrog/cowboy
|
13 years ago |
Tom Burdick
|
ca42ea1620
Handle delete better when no delete_resource function is implemented
|
13 years ago |
Magnus Klaar
|
8808825173
Add Autobahn test suite for websockets
|
13 years ago |
Loïc Hoguin
|
4b93c2d19a
Fix a case where request body wouldn't get cleaned up on keepalive
|
13 years ago |
Loïc Hoguin
|
dd08a90568
Merge branch 'master' of https://github.com/bfrog/cowboy
|
13 years ago |
Tom Burdick
|
62de899c95
added test for posting to a rest controller where forbidden returns true on a keep alive socket
|
13 years ago |
Loïc Hoguin
|
7b359352d4
Remove http_resp_body/0, inline it directly in the record definition
|
13 years ago |
Loïc Hoguin
|
16d3cb76c7
Rename the type http_status/0 to cowboy_http:status/0
|
13 years ago |
Loïc Hoguin
|
67e5713b2b
Remove http_cookies/0, inline it directly in the record definition
|
13 years ago |
Loïc Hoguin
|
a297d5e42b
Rename the type http_header/0 to cowboy_http:header/0
|
13 years ago |
Loïc Hoguin
|
8622dff906
Rename the type http_version/0 to cowboy_http:version/0
|
13 years ago |