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-03-22
Add cowboy_tcp_transport:name/0 to ease transport identification later on.
Loïc Hoguin
2011-03-22
Boring 80-col change.
Loïc Hoguin
2011-03-22
Introduce cowboy_http_req:body_qs/1 for automated urlencoded body parsing.
Loïc Hoguin
2011-03-22
Fix spec for cowboy_http_req:parse_qs/1.
Loïc Hoguin
2011-03-22
Fix spec for cowboy_http_req:body/1 and body/2.
Loïc Hoguin
2011-03-22
Explicitly ignore the return value of cowboy_http_req:reply in error_response.
Loïc Hoguin
2011-03-22
Fix the type spec for path_tokens, a list of *non empty* strings.
Loïc Hoguin
2011-03-22
Add more dialyzer warnings to rebar.config.
Loïc Hoguin
2011-03-21
Add a rebar.config file with useful options.
Loïc Hoguin
2011-03-21
Fix spec for cowboy_tcp_transport:close/1.
Loïc Hoguin
2011-03-21
Fix spec for cowboy_http_req:reply/4.
Loïc Hoguin
2011-03-21
Fix spec for cowboy_http_req:qs_vals/1.
Loïc Hoguin
2011-03-21
Fix spec for the #http_spec.path record field.
Loïc Hoguin
2011-03-21
Fix spec for cowboy_http_protocol:init/3.
Loïc Hoguin
2011-03-21
Fix tests for cowboy_dispatcher:split_path/1.
Loïc Hoguin
2011-03-21
Fix spec for cowboy_dispatcher:split_path/1.
Loïc Hoguin
2011-03-21
Fix spec for cowboy_dispatcher:split_host/1.
Loïc Hoguin
2011-03-21
Introduce cowboy_http_req:body/1 to read the full request body.
Loïc Hoguin
2011-03-21
Make sure error_response always returns ok.
Loïc Hoguin
2011-03-21
Add specs to ensure_response and change the clauses order.
Loïc Hoguin
2011-03-21
Skip the request body if it hasn't been read by the handler.
Loïc Hoguin
2011-03-20
Ensure a response is sent when the handler doesn't reply anything.
Loïc Hoguin
2011-03-20
Move the error response code into a separate function.
Loïc Hoguin
2011-03-20
Make sure we can only reply to an HTTP request inside Handler:handle.
Loïc Hoguin
2011-03-20
Lazy-retrieve the peer name and port to avoid wasting time each request.
Loïc Hoguin
2011-03-20
Change a @todo for Handler:init possible return values.
Loïc Hoguin
2011-03-20
Rename a variable in cowboy_http_protocol for clarity.
Loïc Hoguin
2011-03-20
Allow code reloading inside the cowboy_http_protocol module during keep-alive.
Loïc Hoguin
2011-03-20
Rename the title for Getting Started in the README.
Loïc Hoguin
2011-03-20
Default the connection to keep-alive on HTTP/1.1 and close on 1.0.
Loïc Hoguin
2011-03-20
Remove a dead code clause for split_path.
Loïc Hoguin
2011-03-20
Save the raw path string in the request.
Loïc Hoguin
2011-03-19
Save the raw host string in the request.
Loïc Hoguin
2011-03-19
Protect the calls to the handler using catch.
Loïc Hoguin
2011-03-19
Add support for the '*' path.
Loïc Hoguin
2011-03-19
Rewrite the dispatcher to take a list of host each having a list of paths.
Loïc Hoguin
2011-03-19
Ignore all extra Host values sent in the request.
Loïc Hoguin
2011-03-19
Reply with error 501 on all non absolute path URIs for now.
Loïc Hoguin
2011-03-19
Reply with error 400 on all bad Request-Lines received.
Loïc Hoguin
2011-03-19
Ignore empty lines when expecting the Request-Line.
Loïc Hoguin
2011-03-19
Comparisons of host names MUST be case-insensitive.
Loïc Hoguin
2011-03-19
Notify the client that we're closing the connection after the error reply.
Loïc Hoguin
2011-03-18
Move the reply function to cowboy_http_req.
Loïc Hoguin
2011-03-18
Introduce Handler:terminate to cleanup the handler's state.
Loïc Hoguin
2011-03-18
Handler:init/2 should also return the Request in case it changed.
Loïc Hoguin
2011-03-18
Introduce Handler:init/2 for initializing the handler state.
Loïc Hoguin
2011-03-17
Don't crash on Transport:controlling_process return in the acceptor.
Loïc Hoguin
2011-03-17
Remove a superfluous terminate call in error_terminate.
Loïc Hoguin
2011-03-17
Run the dispatcher as early as possible to quickly dismiss 404 errors.
Loïc Hoguin
2011-03-17
Initial commit.
Loïc Hoguin
[prev]