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
2017-11-01
Don't crash when cowboy_clock is not running
Loïc Hoguin
2017-01-02
Welcome to 2017
Loïc Hoguin
2015-05-06
Fix a compile error introduced in previous commit
Loïc Hoguin
2015-05-06
Dialyzer fixes in cowboy_clock
Loïc Hoguin
2015-05-06
added a comment for non-obvious erlang:cancel_timer
Alex Kovalev
2015-05-06
fixed cowboy_clock inbox overflow if system clock was changed
Alex Kovalev
2014-07-12
Drop R15 support
Loïc Hoguin
2014-03-27
Add +warn_missing_spec and fix specs
Loïc Hoguin
2014-03-26
Remove outdated comments, all edoc, plus a few minor tweaks
Loïc Hoguin
2014-02-06
Update copyright years
Loïc Hoguin
2013-10-23
Move cookie parsing/building code to cowlib
Loïc Hoguin
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