summaryrefslogtreecommitdiff
path: root/lib/cookie.c
Commit message (Expand)AuthorAgeFilesLines
* cookies: Move failure case label to end of functionDaniel Gustafsson2018-09-101-6/+7
* cookies: fix leak when writing cookies to fileDaniel Gustafsson2018-09-101-3/+2
* cookies: Remove redundant expired checkDaniel Gustafsson2018-09-101-6/+2
* all: s/int/size_t cleanupDaniel Stenberg2018-09-011-4/+4
* cookies: support creation-time attribute for cookiesDaniel Gustafsson2018-08-311-16/+52
* cppcheck: fix warningsMarian Klymov2018-06-111-4/+3
* strictness: correct {infof, failf} format specifiersRikard Falkeborn2018-05-311-1/+1
* psl: use latest psl and refresh it periodicallyPatrick Monnerat2018-05-281-22/+23
* cookies: do not take cookie name as a parameterPatrick Monnerat2018-05-131-1/+7
* cookies: ensure that we have cookies before writing jarDaniel Gustafsson2018-04-251-0/+4
* hash: calculate sizes with size_t instead of longsDaniel Stenberg2018-04-061-2/+2
* cookie: case-insensitive hashing for the domainsLauri Kasanen2018-04-061-2/+17
* cookie: fix and optimize 2nd top level domain name extractionPatrick Monnerat2018-04-041-10/+7
* cookie: store cookies per top-level-domain-specific hash tableLauri Kasanen2018-04-021-86/+154
* cookies: when reading from a file, only remove_expired onceLauri Kasanen2018-04-021-2/+5
* cookies: remove verbose "cookie size:" outputDaniel Stenberg2018-01-251-4/+1
* cookie: avoid NULL dereferenceDaniel Stenberg2017-10-311-1/+1
* cookie: fix memory leak if path was set twice in headerDaniel Stenberg2017-09-301-0/+1
* cookie: fix memory leak on oversized rejectionDaniel Stenberg2017-09-291-1/+1
* cookies: use lock when using CURLINFO_COOKIELISTPavel P2017-09-191-1/+10
* cookies: reject oversized cookiesDaniel Stenberg2017-09-181-7/+20
* code style: use spaces around plusesDaniel Stenberg2017-09-111-5/+5
* code style: use spaces around equals signsDaniel Stenberg2017-09-111-38/+38
* strtoofft: reduce integer overflow risks globallyDaniel Stenberg2017-08-141-8/+15
* Improve code readbilitySylvestre Ledru2017-03-131-3/+2
* cookie: fix declaration of 'dup' shadows a global declarationDaniel Stenberg2017-02-211-11/+11
* cookies: do not assume a valid domain has a dotDaniel Stenberg2017-01-271-7/+16
* checksrc: warn for assignments within if() expressionsDaniel Stenberg2016-12-141-2/+2
* checksrc: code style: use 'char *name' styleDaniel Stenberg2016-11-241-3/+3
* cookie: replace use of fgets() with custom versionDaniel Stenberg2016-10-311-1/+30
* strcasecompare: all case insensitive string compares ignore locale nowDaniel Stenberg2016-10-311-15/+15
* strcasecompare: is the new name for strequal()Daniel Stenberg2016-10-311-3/+2
* cookies: getlist() now holds deep copies of all cookiesDaniel Stenberg2016-10-311-21/+40
* cookies: same domain handling changed to match browser behaviorSergei Kuzmin2016-10-031-1/+2
* cookie.c: Fix misleading indentationViktor Szakats2016-07-131-1/+1
* internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg2016-06-221-7/+7
* lib: include curl_printf.h as one of the last headersDaniel Stenberg2016-04-291-2/+2
* cookies: first n/v pair in Set-Cookie: is the cookie, then parametersDaniel Stenberg2016-03-101-9/+10
* cookie: do not refuse cookies for localhostTim Rühsen2016-03-081-4/+6
* cookie: Don't expire session cookies in remove_expiredJay Satiro2016-03-051-1/+1
* cookie: remove redundant checkDaniel Stenberg2016-03-031-18/+15
* cookies: allow spaces in cookie names, cut of trailing spacesDaniel Stenberg2016-02-081-7/+16
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-2/+2
* cookies: Add support for Mozilla's Publix Suffix ListTim Rühsen2015-10-171-0/+21
* cookie: Fix bug in export if any-domain cookie is presentJay Satiro2015-06-181-7/+2
* cookie: Stop exporting any-domain cookiesJay Satiro2015-06-031-1/+4
* curl_setup: Add macros for FOPEN_READTEXT, FOPEN_WRITETEXTJay Satiro2015-06-011-2/+2
* cookie: cookie parser out of boundary memory accessDaniel Stenberg2015-04-211-5/+7
* cookie: handle spaces after the name in Set-CookieDaniel Stenberg2015-04-011-1/+1
* curl_memory: make curl_memory.h the second-last header file loadedDan Fandrich2015-03-241-2/+2