index
:
cowboy.git
1.0.x
1.1.x
active_n
http3
master
Small, fast, modern HTTP server for Erlang/OTP.
Loïc Hoguin
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2011-06-27
Add the remaining missing specs
Loïc Hoguin
2011-06-27
Merge pull request #29 from smarkets/ws-default-ports
Loïc Hoguin
2011-06-27
do not send ports 80 and 443 - browsers get mad
Steven Gravell
2011-06-21
Use dialyzer directly instead of through rebar
Loïc Hoguin
2011-06-21
Merge remote-tracking branch 'skarab/listen-ip'
Loïc Hoguin
2011-06-21
Pass {ip, Ip} configuration through for TCP and SSL transports
Hunter Morris
2011-06-07
Fix a binary warning in cowboy_clock.
Loïc Hoguin
2011-06-06
Add hibernate support for websockets.
Loïc Hoguin
2011-06-06
Add a 'profile' environment variable to start a profiler when the app starts.
Loïc Hoguin
2011-06-06
Compile the binary match pattern for websockets only once.
Loïc Hoguin
2011-06-01
Add function cowboy_http_req:compact/1 to regain memory.
Loïc Hoguin
2011-05-31
Remove a binary warning from websocket_data by removing a byte_size call.
Loïc Hoguin
2011-05-27
Send a meaningful error to error_logger on websocket handler crashes.
Loïc Hoguin
2011-05-25
Refresh the type specifications.
Loïc Hoguin
2011-05-24
Automatically start crypto, public_key and ssl if needed.
Loïc Hoguin
2011-05-20
Send a meaningful error to error_logger on handler crashes.
Loïc Hoguin
2011-05-16
README: Grammar fixes.
Loïc Hoguin
2011-05-16
Merge remote-tracking branch 'nox/code-coverage'
Loïc Hoguin
2011-05-16
Makefile: Clean build the application before starting tests.
Loïc Hoguin
2011-05-16
Merge remote-tracking branch 'nox/path-info'
Loïc Hoguin
2011-05-16
Enable code coverage
Anthony Ramine
2011-05-16
Document the path info feature
Anthony Ramine
2011-05-14
Only try to update the Date field once every seconds.
Loïc Hoguin
2011-05-14
Add the Server header in the HTTP replies.
Loïc Hoguin
2011-05-14
Add the required Date header in the HTTP replies.
Loïc Hoguin
2011-05-09
Add a max_connections transport option.
Loïc Hoguin
2011-05-09
Increase the default backlog from 128 to 1024.
Loïc Hoguin
2011-05-09
Implement path_info feature
Anthony Ramine
2011-05-09
Remove a superfluous function clause in try_match
Anthony Ramine
2011-05-08
Add chunked reply support.
Loïc Hoguin
2011-05-08
Separate building the response head from replying.
Loïc Hoguin
2011-05-07
Removed a few lines from the README for pedantic correctness.
Loïc Hoguin
2011-05-07
Merge remote-tracking branch 'nox/improve-readme'
Loïc Hoguin
2011-05-07
Improve README
Anthony Ramine
2011-05-07
Merge remote-tracking branch 'nox/atom-response-headers'
Loïc Hoguin
2011-05-07
Greatly improve the README.
Loïc Hoguin
2011-05-06
Allow atoms for response header names
Anthony Ramine
2011-05-05
Add headers_huge test, demonstrating issue #3 is fixed.
Loïc Hoguin
2011-05-05
Switch the HTTP protocol to use binary packets instead of lists.
Loïc Hoguin
2011-05-04
Add cowboy_http_req:port/1.
Loïc Hoguin
2011-05-04
Makefile: Add separate eunit and ct test rules.
Loïc Hoguin
2011-05-04
Use http_headers() type in cowboy_http_req:headers/1.
Loïc Hoguin
2011-05-03
Merge remote-tracking branch 'nox/complete-app-file'
Loïc Hoguin
2011-05-03
Add cowboy_sup to the list of registered processes
Anthony Ramine
2011-04-30
Merge pull request #5 from yrashk/patch-1.
Loïc Hoguin
2011-04-30
Merge pull request #4 from nox/erlang-highlighting.
Loïc Hoguin
2011-04-30
Add backlog transport option.
Loïc Hoguin
2011-04-30
README: added a mentioning of agner dependencies mechanism
Yurii Rashkovskii
2011-04-30
Use syntax highlighted code block in README.md
Anthony Ramine
2011-04-30
Remove the next_request function always matching its first clause.
Loïc Hoguin
[prev]
[next]