Loïc Hoguin
|
87366e36ad
Call websocket_close/4 *after* throwing the error
|
13 лет назад |
Loïc Hoguin
|
474f4e0bfa
Call Handler:terminate/2 even on error in Handler:handle/2
|
13 лет назад |
Loïc Hoguin
|
aa0a66749e
Move recursion out of a try .. catch block.
|
13 лет назад |
Loïc Hoguin
|
108a491f55
Add documentation for the public interface.
|
13 лет назад |
Loïc Hoguin
|
2b3bfdd783
Add a link to cowboy_examples in the README
|
14 лет назад |
Loïc Hoguin
|
6b1fb5f390
Fix the @equiv EDoc tags
|
14 лет назад |
Loïc Hoguin
|
58267689f0
Add the remaining missing specs
|
14 лет назад |
Loïc Hoguin
|
227529761c
Merge pull request #29 from smarkets/ws-default-ports
|
14 лет назад |
Steven Gravell
|
bebe3dc5d2
do not send ports 80 and 443 - browsers get mad
|
14 лет назад |
Loïc Hoguin
|
f03dbf4d06
Use dialyzer directly instead of through rebar
|
14 лет назад |
Loïc Hoguin
|
c427c7f8ec
Merge remote-tracking branch 'skarab/listen-ip'
|
14 лет назад |
Hunter Morris
|
5f438561e9
Pass {ip, Ip} configuration through for TCP and SSL transports
|
14 лет назад |
Loïc Hoguin
|
a93eb02646
Fix a binary warning in cowboy_clock.
|
14 лет назад |
Loïc Hoguin
|
648921b8cf
Add hibernate support for websockets.
|
14 лет назад |
Loïc Hoguin
|
b00dd6fba2
Add a 'profile' environment variable to start a profiler when the app starts.
|
14 лет назад |
Loïc Hoguin
|
2fa1e53928
Compile the binary match pattern for websockets only once.
|
14 лет назад |
Loïc Hoguin
|
919fa638ee
Add function cowboy_http_req:compact/1 to regain memory.
|
14 лет назад |
Loïc Hoguin
|
3cfdf46e97
Remove a binary warning from websocket_data by removing a byte_size call.
|
14 лет назад |
Loïc Hoguin
|
ad2e905a81
Send a meaningful error to error_logger on websocket handler crashes.
|
14 лет назад |
Loïc Hoguin
|
3e55cb62c9
Refresh the type specifications.
|
14 лет назад |
Loïc Hoguin
|
0720d6b9e3
Automatically start crypto, public_key and ssl if needed.
|
14 лет назад |
Loïc Hoguin
|
4c4030a792
Send a meaningful error to error_logger on handler crashes.
|
14 лет назад |
Loïc Hoguin
|
548a9a15b8
README: Grammar fixes.
|
14 лет назад |
Loïc Hoguin
|
42111aa11f
Merge remote-tracking branch 'nox/code-coverage'
|
14 лет назад |
Loïc Hoguin
|
4e4df58242
Makefile: Clean build the application before starting tests.
|
14 лет назад |
Loïc Hoguin
|
98b9b1124c
Merge remote-tracking branch 'nox/path-info'
|
14 лет назад |
Anthony Ramine
|
107eba92a3
Enable code coverage
|
14 лет назад |
Anthony Ramine
|
4e09d776f5
Document the path info feature
|
14 лет назад |
Loïc Hoguin
|
9f06bac7bf
Only try to update the Date field once every seconds.
|
14 лет назад |
Loïc Hoguin
|
c7069e7fb9
Add the Server header in the HTTP replies.
|
14 лет назад |