Age | Commit message (Expand) | Author |
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 |
2017-09-11 | code style: use spaces around pluses | Daniel Stenberg |
2017-09-11 | code style: use spaces around equals signs | Daniel Stenberg |
2017-08-14 | strtoofft: reduce integer overflow risks globally | Daniel Stenberg |
2017-03-13 | Improve code readbility | Sylvestre Ledru |
2017-02-21 | cookie: fix declaration of 'dup' shadows a global declaration | Daniel Stenberg |
2017-01-27 | cookies: do not assume a valid domain has a dot | Daniel Stenberg |
2016-12-14 | checksrc: warn for assignments within if() expressions | Daniel Stenberg |
2016-11-24 | checksrc: code style: use 'char *name' style | Daniel Stenberg |
2016-10-31 | cookie: replace use of fgets() with custom version | Daniel Stenberg |
2016-10-31 | strcasecompare: all case insensitive string compares ignore locale now | Daniel Stenberg |
2016-10-31 | strcasecompare: is the new name for strequal() | Daniel Stenberg |
2016-10-31 | cookies: getlist() now holds deep copies of all cookies | Daniel Stenberg |