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
/
cowboy_clock.erl
Age
Commit message (
Expand
)
Author
2013-04-26
Removed asserts from unit tests
Egobrain
2013-01-04
Hello 2013
Loïc Hoguin
2013-01-03
Fix small error in doc comment
Loïc Hoguin
2012-12-07
Make cookies use universal time instead of local time
Loïc Hoguin
2012-12-03
Remove the dependency on httpd_util
Loïc Hoguin
2012-09-21
Don't use decode_packet/3 for parsing the headers
Loïc Hoguin
2012-09-17
Include the eunit file only if TEST is defined
Loïc Hoguin
2012-08-27
Update behaviours for R15B+
Loïc Hoguin
2012-08-27
Have only one -export and -export_type per line
Loïc Hoguin
2012-05-23
Update version to 0.6.0
0.6.0
Loïc Hoguin
2012-03-09
Fix issue #157 relating to daylight savings time.
Magnus Klaar
2011-12-26
Use calendar date and time types exported since R14B04
Loïc Hoguin
2011-08-11
Use cowboy_clock types in cowboy_cookies instead of calendar
Loïc Hoguin
2011-07-26
Small cosmetic changes and doc update to the cookie patch
Loïc Hoguin
2011-07-26
Add cowboy_cookies for cookie creation and parsing
Tom Burdick
2011-07-06
Add documentation for the public interface.
Loïc Hoguin
2011-06-27
Add the remaining missing specs
Loïc Hoguin
2011-06-07
Fix a binary warning in cowboy_clock.
Loïc Hoguin
2011-05-25
Refresh the type specifications.
Loïc Hoguin
2011-05-14
Only try to update the Date field once every seconds.
Loïc Hoguin
2011-05-14
Add the required Date header in the HTTP replies.
Loïc Hoguin