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
path:
root
/
src
Age
Commit message (
Expand
)
Author
2012-01-05
Add test and doc for content types function.
Magnus Klaar
2012-01-04
inet_address:parse/1 does not accept binaries as an input, only strings
Yurii Rashkovskii
2012-01-03
Merge branch 'static-handler-split' of https://github.com/klaar/cowboy
Loïc Hoguin
2012-01-03
Add note on async threads to cowboy_http_static.
Magnus Klaar
2011-12-28
Add built-in cowboy_http_static handler.
Magnus Klaar
2011-12-28
Add cowboy_http_req:set_resp_body_fun/3 to rest
Magnus Klaar
2011-12-28
Add cowboy_http_req:set_resp_body_fun/3.
Magnus Klaar
2011-12-28
Add cowboy_http_req:transport/1 function.
Magnus Klaar
2011-12-26
Use calendar date and time types exported since R14B04
Loïc Hoguin
2011-12-22
Add 'Upgrade' header parsing
Loïc Hoguin
2011-12-22
Remove outdated @todo notes and update another
Loïc Hoguin
2011-12-22
Add a max_keepalive HTTP protocol option
Loïc Hoguin
2011-12-22
Websocket control frames payload length must be lower than 126 bytes
Loïc Hoguin
2011-12-19
create_path now returns a path, not an URI
Loïc Hoguin
2011-12-19
Add meta/2 and meta/3 to cowboy_http_req to save useful protocol information
Loïc Hoguin
2011-12-19
Add missing p_headers and cookies to compacted values
Loïc Hoguin
2011-12-16
update type of resp_body to iodata
Magnus Klaar
2011-12-15
Fix a dialyzer warning
Loïc Hoguin
2011-12-15
Reply status 400 if we receive an unexpected value or error for headers
Loïc Hoguin
2011-12-15
Add cowboy:accept_ack/1 for a cleaner handling of the shoot message
Loïc Hoguin
2011-12-12
Merge branch 'variances-fix' of github.com:klaar/cowboy
Loïc Hoguin
2011-12-12
Fixes match_media_type in cowboy_http_rest
Loïc Hoguin
2011-12-12
Merge branch 'hipe-compilation-fix' of github.com:klaar/cowboy
Loïc Hoguin
2011-12-12
Merge branch 'master' of github.com:talentdeficit/cowboy
Loïc Hoguin
2011-12-12
adds webmachine format content type handling
alisdair sullivan
2011-12-11
update cowboy_http_rest:variances/2
Magnus Klaar
2011-12-10
update /bits in binary expressions to /binary
Magnus Klaar
2011-12-09
add cowboy_http:urlencode/2 and urlencode/1
Magnus Klaar
2011-12-08
Fix the process_post/2 function in cowboy_http_rest
Loïc Hoguin
2011-12-08
Add more documentation to the REST protocol handler
Loïc Hoguin
2011-12-08
Merge branch 'master' of https://github.com/erlyvideo/cowboy
Loïc Hoguin
2011-12-08
Add default values to known_methods and allowed_methods
Loïc Hoguin
2011-12-08
Allow HTTP protocol upgrades to use keepalive
Loïc Hoguin
2011-12-08
peer_addr/1 function
Max Lapshin
2011-12-07
Merge branch 'noquoted' of https://github.com/klaar/cowboy
Loïc Hoguin
2011-12-07
replace quoted:from_url with cowboy_http:urldecode
Magnus Klaar
2011-12-07
Add cowboy_http_req:set_resp_cookie/4
Loïc Hoguin
2011-12-06
Fix a crash in websocket_handshake/3 with hixie-76
Loïc Hoguin
2011-12-06
Simplify the guards for cowboy_http_req:body/2
Loïc Hoguin
2011-12-06
cowboy_http_protocol shouldn't crash if the client sends HTTP responses
Loïc Hoguin
2011-12-05
Add experimental Webmachine based REST protocol support
Loïc Hoguin
2011-12-05
The semantics for a missing 'If-Match' aren't the same as '*'
Loïc Hoguin
2011-12-05
Fix specs to allow headers as iodata() and not just binary()
Loïc Hoguin
2011-12-01
Change the returned value for language_range parsing
Loïc Hoguin
2011-11-28
Weekdays are binaries and not lists
Loïc Hoguin
2011-11-28
Add set_resp_header/3 and set_resp_body/2 to cowboy_http_req
Loïc Hoguin
2011-11-24
Fix default parsed values for the Accept and Accept-* headers
Loïc Hoguin
2011-11-24
Fix specs for cowboy_http:language_range_ret/3
Loïc Hoguin
2011-11-10
Support 'Content-Type' in parse_header/2
Anthony Ramine
2011-11-10
Introduce cowboy_http:media_type/2
Anthony Ramine
[next]