Age | Commit message (Expand) | Author |
2020-03-08 | cookie: get_top_domain() sets zero length for null domains | Patrick Monnerat |
2020-02-26 | cookie: remove unnecessary check for 'out != 0' | Daniel Stenberg |
2020-02-21 | cleanup: comment typos | Daniel Stenberg |
2020-02-18 | rename: a new file for Curl_rename() | Daniel Stenberg |
2020-02-17 | cookies: make saving atomic with a rename | Daniel Stenberg |
2020-01-29 | cookie: check __Secure- and __Host- case sensitively | Daniel Stenberg |
2019-12-01 | build: Disable Visual Studio warning "conditional expression is constant" | Jay Satiro |
2019-11-29 | parsedate: offer a getdate_capped() alternative | Daniel Stenberg |
2019-11-28 | curl_setup_once: consistently use WHILE_FALSE in macros | Daniel Gustafsson |
2019-10-03 | cookies: change argument type for Curl_flush_cookies | Daniel Stenberg |
2019-10-03 | cookie: avoid harmless use after free | Paul Dreik |
2019-09-28 | cookies: using a share with cookies shouldn't enable the cookie engine | Daniel Stenberg |
2019-09-21 | cookie: pass in the correct cookie amount to qsort() | Daniel Stenberg |
2019-07-19 | source: remove names from source comments | Daniel Stenberg |
2019-07-06 | lib: Use UTF-8 encoding in comments | Gergely Nagy |
2019-05-20 | lib: reduce variable scopes | Marcel Raad |
2019-05-01 | cookie: Guard against possible NULL ptr deref | Daniel Gustafsson |
2019-04-20 | altsvc: Fix building with cookies disables | Po-Chuan Hsieh |
2019-03-09 | Revert "cookies: extend domain checks to non psl builds" | Daniel Stenberg |
2019-03-03 | alt-svc: the libcurl bits | Daniel Stenberg |
2019-02-27 | cookies: only save the cookie file if the engine is enabled | Daniel Stenberg |
2019-02-26 | cookies: fix NULL dereference if flushing cookies with no CookieInfo set | Michael Wallner |
2019-02-17 | cookie: Add support for cookie prefixes | Daniel Gustafsson |
2019-01-14 | cookie: fix comment typo (url_path_len -> uri_path_len) | Frank Gevaerts |
2019-01-10 | cookies: allow secure override when done over HTTPS | Daniel Stenberg |
2018-12-19 | cookies: extend domain checks to non psl builds | Daniel Gustafsson |
2018-12-13 | cookies: leave secure cookies alone | Daniel Gustafsson |
2018-12-09 | cookies: expire "Max-Age=0" immediately | Daniel Stenberg |
2018-11-23 | cookies: create the cookiejar even if no cookies to save | Daniel Stenberg |
2018-09-10 | cookies: Move failure case label to end of function | Daniel Gustafsson |
2018-09-10 | cookies: fix leak when writing cookies to file | Daniel Gustafsson |
2018-09-10 | cookies: Remove redundant expired check | Daniel Gustafsson |
2018-09-01 | all: s/int/size_t cleanup | Daniel Stenberg |
2018-08-31 | cookies: support creation-time attribute for cookies | Daniel Gustafsson |
2018-06-11 | cppcheck: fix warnings | Marian Klymov |
2018-05-31 | strictness: correct {infof, failf} format specifiers | Rikard Falkeborn |
2018-05-28 | psl: use latest psl and refresh it periodically | Patrick Monnerat |
2018-05-13 | cookies: do not take cookie name as a parameter | Patrick Monnerat |
2018-04-25 | cookies: ensure that we have cookies before writing jar | Daniel Gustafsson |
2018-04-06 | hash: calculate sizes with size_t instead of longs | Daniel Stenberg |
2018-04-06 | cookie: case-insensitive hashing for the domains | Lauri Kasanen |
2018-04-04 | cookie: fix and optimize 2nd top level domain name extraction | Patrick Monnerat |
2018-04-02 | cookie: store cookies per top-level-domain-specific hash table | Lauri Kasanen |
2018-04-02 | cookies: when reading from a file, only remove_expired once | Lauri Kasanen |
2018-01-25 | cookies: remove verbose "cookie size:" output | Daniel Stenberg |
2017-10-31 | cookie: avoid NULL dereference | Daniel Stenberg |
2017-09-30 | cookie: fix memory leak if path was set twice in header | Daniel Stenberg |
2017-09-29 | cookie: fix memory leak on oversized rejection | Daniel Stenberg |
2017-09-19 | cookies: use lock when using CURLINFO_COOKIELIST | Pavel P |
2017-09-18 | cookies: reject oversized cookies | Daniel Stenberg |