summaryrefslogtreecommitdiff
path: root/lib/cookie.c
Commit message (Expand)AuthorAgeFilesLines
* source: remove names from source commentsDaniel Stenberg2019-07-191-11/+3
* lib: Use UTF-8 encoding in commentsGergely Nagy2019-07-061-2/+2
* lib: reduce variable scopesMarcel Raad2019-05-201-5/+5
* cookie: Guard against possible NULL ptr derefDaniel Gustafsson2019-05-011-5/+7
* altsvc: Fix building with cookies disablesPo-Chuan Hsieh2019-04-201-27/+1
* Revert "cookies: extend domain checks to non psl builds"Daniel Stenberg2019-03-091-8/+5
* alt-svc: the libcurl bitsDaniel Stenberg2019-03-031-2/+2
* cookies: only save the cookie file if the engine is enabledDaniel Stenberg2019-02-271-3/+6
* cookies: fix NULL dereference if flushing cookies with no CookieInfo setMichael Wallner2019-02-261-2/+3
* cookie: Add support for cookie prefixesDaniel Gustafsson2019-02-171-0/+38
* cookie: fix comment typo (url_path_len -> uri_path_len)Frank Gevaerts2019-01-141-1/+1
* cookies: allow secure override when done over HTTPSDaniel Stenberg2019-01-101-2/+2
* cookies: extend domain checks to non psl buildsDaniel Gustafsson2018-12-191-5/+8
* cookies: leave secure cookies aloneDaniel Gustafsson2018-12-131-7/+48
* cookies: expire "Max-Age=0" immediatelyDaniel Stenberg2018-12-091-1/+4
* cookies: create the cookiejar even if no cookies to saveDaniel Stenberg2018-11-231-34/+28
* 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