Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-09-17 | Include the eunit file only if TEST is defined | Loïc Hoguin | |
2012-08-27 | Have only one -export and -export_type per line | Loïc Hoguin | |
This should make easier spotting additions and removals in commits. | |||
2012-05-14 | Only ignore slashes in cookie values for the path | Tom Burdick | |
* Ensures cookie encoding errors are caught earlier * Fix separator misspelling | |||
2011-12-26 | Use calendar date and time types exported since R14B04 | Loïc Hoguin | |
Removes the cowboy_clock:date/0, time/0 and datetime/0 exported types. | |||
2011-08-11 | Use cowboy_clock types in cowboy_cookies instead of calendar | Loïc Hoguin | |
Until calendar exports them at least. | |||
2011-07-26 | Fix cookie tests and specs | Loïc Hoguin | |
2011-07-26 | Small cosmetic changes and doc update to the cookie patch | Loïc Hoguin | |
2011-07-26 | Fail early in cookie-related API functions | Tom Burdick | |
2011-07-26 | Add cowboy_cookies for cookie creation and parsing | Tom Burdick | |
Based on Mochi Media, Inc.'s work in Mochiweb. Conflicts: rebar.config |