summaryrefslogtreecommitdiff
path: root/lib/cookie.c
Commit message (Expand)AuthorAgeFilesLines
* cleanup: comment typosDaniel Stenberg2020-02-211-1/+1
* rename: a new file for Curl_rename()Daniel Stenberg2020-02-181-26/+2
* cookies: make saving atomic with a renameDaniel Stenberg2020-02-171-16/+63
* cookie: check __Secure- and __Host- case sensitivelyDaniel Stenberg2020-01-291-3/+3
* build: Disable Visual Studio warning "conditional expression is constant"Jay Satiro2019-12-011-1/+1
* parsedate: offer a getdate_capped() alternativeDaniel Stenberg2019-11-291-1/+2
* curl_setup_once: consistently use WHILE_FALSE in macrosDaniel Gustafsson2019-11-281-1/+1
* cookies: change argument type for Curl_flush_cookiesDaniel Stenberg2019-10-031-1/+1
* cookie: avoid harmless use after freePaul Dreik2019-10-031-0/+1
* cookies: using a share with cookies shouldn't enable the cookie engineDaniel Stenberg2019-09-281-0/+4
* cookie: pass in the correct cookie amount to qsort()Daniel Stenberg2019-09-211-6/+6
* 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