summaryrefslogtreecommitdiff
path: root/lib/cookie.c
AgeCommit message (Expand)Author
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
2016-10-31strcasecompare: all case insensitive string compares ignore locale nowDaniel Stenberg
2016-10-31strcasecompare: is the new name for strequal()Daniel Stenberg
2016-10-31cookies: getlist() now holds deep copies of all cookiesDaniel Stenberg
2016-10-03cookies: same domain handling changed to match browser behaviorSergei Kuzmin
2016-07-13cookie.c: Fix misleading indentationViktor Szakats
2016-06-22internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg
2016-04-29lib: include curl_printf.h as one of the last headersDaniel Stenberg
2016-03-10cookies: first n/v pair in Set-Cookie: is the cookie, then parametersDaniel Stenberg
2016-03-08cookie: do not refuse cookies for localhostTim Rühsen
2016-03-05cookie: Don't expire session cookies in remove_expiredJay Satiro
2016-03-03cookie: remove redundant checkDaniel Stenberg
2016-02-08cookies: allow spaces in cookie names, cut of trailing spacesDaniel Stenberg
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2015-10-17cookies: Add support for Mozilla's Publix Suffix ListTim Rühsen