aboutsummaryrefslogtreecommitdiff
path: root/lib/cookie.c
AgeCommit message (Expand)Author
2019-10-03cookies: change argument type for Curl_flush_cookiesDaniel Stenberg
2019-10-03cookie: avoid harmless use after freePaul Dreik
2019-09-28cookies: using a share with cookies shouldn't enable the cookie engineDaniel Stenberg
2019-09-21cookie: pass in the correct cookie amount to qsort()Daniel Stenberg
2019-07-19source: remove names from source commentsDaniel Stenberg
2019-07-06lib: Use UTF-8 encoding in commentsGergely Nagy
2019-05-20lib: reduce variable scopesMarcel Raad
2019-05-01cookie: Guard against possible NULL ptr derefDaniel Gustafsson
2019-04-20altsvc: Fix building with cookies disablesPo-Chuan Hsieh
2019-03-09Revert "cookies: extend domain checks to non psl builds"Daniel Stenberg
2019-03-03alt-svc: the libcurl bitsDaniel Stenberg
2019-02-27cookies: only save the cookie file if the engine is enabledDaniel Stenberg
2019-02-26cookies: fix NULL dereference if flushing cookies with no CookieInfo setMichael Wallner
2019-02-17cookie: Add support for cookie prefixesDaniel Gustafsson
2019-01-14cookie: fix comment typo (url_path_len -> uri_path_len)Frank Gevaerts
2019-01-10cookies: allow secure override when done over HTTPSDaniel Stenberg
2018-12-19cookies: extend domain checks to non psl buildsDaniel Gustafsson
2018-12-13cookies: leave secure cookies aloneDaniel Gustafsson
2018-12-09cookies: expire "Max-Age=0" immediatelyDaniel Stenberg
2018-11-23cookies: create the cookiejar even if no cookies to saveDaniel Stenberg
2018-09-10cookies: Move failure case label to end of functionDaniel Gustafsson
2018-09-10cookies: fix leak when writing cookies to fileDaniel Gustafsson
2018-09-10cookies: Remove redundant expired checkDaniel Gustafsson
2018-09-01all: s/int/size_t cleanupDaniel Stenberg
2018-08-31cookies: support creation-time attribute for cookiesDaniel Gustafsson
2018-06-11cppcheck: fix warningsMarian Klymov
2018-05-31strictness: correct {infof, failf} format specifiersRikard Falkeborn
2018-05-28psl: use latest psl and refresh it periodicallyPatrick Monnerat
2018-05-13cookies: do not take cookie name as a parameterPatrick Monnerat
2018-04-25cookies: ensure that we have cookies before writing jarDaniel Gustafsson
2018-04-06hash: calculate sizes with size_t instead of longsDaniel Stenberg
2018-04-06cookie: case-insensitive hashing for the domainsLauri Kasanen
2018-04-04cookie: fix and optimize 2nd top level domain name extractionPatrick Monnerat
2018-04-02cookie: store cookies per top-level-domain-specific hash tableLauri Kasanen
2018-04-02cookies: when reading from a file, only remove_expired onceLauri Kasanen
2018-01-25cookies: remove verbose "cookie size:" outputDaniel Stenberg
2017-10-31cookie: avoid NULL dereferenceDaniel Stenberg
2017-09-30cookie: fix memory leak if path was set twice in headerDaniel Stenberg
2017-09-29cookie: fix memory leak on oversized rejectionDaniel Stenberg
2017-09-19cookies: use lock when using CURLINFO_COOKIELISTPavel P
2017-09-18cookies: reject oversized cookiesDaniel Stenberg
2017-09-11code style: use spaces around plusesDaniel Stenberg
2017-09-11code style: use spaces around equals signsDaniel Stenberg
2017-08-14strtoofft: reduce integer overflow risks globallyDaniel Stenberg
2017-03-13Improve code readbilitySylvestre Ledru
2017-02-21cookie: fix declaration of 'dup' shadows a global declarationDaniel Stenberg
2017-01-27cookies: do not assume a valid domain has a dotDaniel Stenberg
2016-12-14checksrc: warn for assignments within if() expressionsDaniel Stenberg
2016-11-24checksrc: code style: use 'char *name' styleDaniel Stenberg
2016-10-31cookie: replace use of fgets() with custom versionDaniel Stenberg