aboutsummaryrefslogtreecommitdiffstats
path: root/src/cowboy_clock.erl
AgeCommit message (Expand)Author
2017-11-01Don't crash when cowboy_clock is not runningLoïc Hoguin
2017-01-02Welcome to 2017Loïc Hoguin
2015-05-06Fix a compile error introduced in previous commitLoïc Hoguin
2015-05-06Dialyzer fixes in cowboy_clockLoïc Hoguin
2015-05-06added a comment for non-obvious erlang:cancel_timerAlex Kovalev
2015-05-06fixed cowboy_clock inbox overflow if system clock was changedAlex Kovalev
2014-07-12Drop R15 supportLoïc Hoguin
2014-03-27Add +warn_missing_spec and fix specsLoïc Hoguin
2014-03-26Remove outdated comments, all edoc, plus a few minor tweaksLoïc Hoguin
2014-02-06Update copyright yearsLoïc Hoguin
2013-10-23Move cookie parsing/building code to cowlibLoïc Hoguin
2013-04-26Removed asserts from unit testsEgobrain
2013-01-04Hello 2013Loïc Hoguin
2013-01-03Fix small error in doc commentLoïc Hoguin
2012-12-07Make cookies use universal time instead of local timeLoïc Hoguin
2012-12-03Remove the dependency on httpd_utilLoïc Hoguin
2012-09-21Don't use decode_packet/3 for parsing the headersLoïc Hoguin
2012-09-17Include the eunit file only if TEST is definedLoïc Hoguin
2012-08-27Update behaviours for R15B+Loïc Hoguin
2012-08-27Have only one -export and -export_type per lineLoïc Hoguin
2012-05-23Update version to 0.6.00.6.0Loïc Hoguin
2012-03-09Fix issue #157 relating to daylight savings time.Magnus Klaar
2011-12-26Use calendar date and time types exported since R14B04Loïc Hoguin
2011-08-11Use cowboy_clock types in cowboy_cookies instead of calendarLoïc Hoguin
2011-07-26Small cosmetic changes and doc update to the cookie patchLoïc Hoguin
2011-07-26Add cowboy_cookies for cookie creation and parsingTom Burdick
2011-07-06Add documentation for the public interface.Loïc Hoguin
2011-06-27Add the remaining missing specsLoïc Hoguin
2011-06-07Fix a binary warning in cowboy_clock.Loïc Hoguin
2011-05-25Refresh the type specifications.Loïc Hoguin
2011-05-14Only try to update the Date field once every seconds.Loïc Hoguin
2011-05-14Add the required Date header in the HTTP replies.Loïc Hoguin