aboutsummaryrefslogtreecommitdiff
path: root/lib/cookie.c
AgeCommit message (Expand)Author
2020-03-08cookie: get_top_domain() sets zero length for null domainsPatrick Monnerat
2020-02-26cookie: remove unnecessary check for 'out != 0'Daniel Stenberg
2020-02-21cleanup: comment typosDaniel Stenberg
2020-02-18rename: a new file for Curl_rename()Daniel Stenberg
2020-02-17cookies: make saving atomic with a renameDaniel Stenberg
2020-01-29cookie: check __Secure- and __Host- case sensitivelyDaniel Stenberg
2019-12-01build: Disable Visual Studio warning "conditional expression is constant"Jay Satiro
2019-11-29parsedate: offer a getdate_capped() alternativeDaniel Stenberg
2019-11-28curl_setup_once: consistently use WHILE_FALSE in macrosDaniel Gustafsson
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