summaryrefslogtreecommitdiff
path: root/lib/cookie.c
Commit message (Expand)AuthorAgeFilesLines
* infof: remove newline from format strings, always append itDaniel Stenberg2021-07-071-6/+6
* misc: fix typos in comments which repeat a wordAndrei Rybak2021-06-281-1/+1
* cookies: track expiration in jar to optimize removalsDaniel Gustafsson2021-06-081-1/+35
* cookies: fix typo and expand commentDaniel Gustafsson2021-06-031-1/+2
* cookies: remove unused headerDaniel Gustafsson2021-06-031-1/+0
* hsts: ignore numberical IP address hostsDaniel Stenberg2021-05-301-29/+4
* cookies: use CURLcode for cookie_output reportingDaniel Gustafsson2021-05-111-14/+26
* cookies: make use of string duplication functionDaniel Gustafsson2021-05-111-4/+4
* cookies: refactor commentsDaniel Gustafsson2021-05-111-151/+207
* tidy-up: make conditional checks more consistentDaniel Stenberg2021-04-221-3/+2
* urldata: merge "struct DynamicStatic" into "struct UrlState"Daniel Stenberg2021-03-261-8/+8
* cookies: Fix potential NULL pointer deref with PSLDaniel Gustafsson2021-03-121-2/+6
* cookie: avoid the C1001 internal compiler error with MSVC 14Jon Wilkes2020-12-181-0/+9
* curl.se: new homeDaniel Stenberg2020-11-041-2/+2
* terminology: call them null-terminated stringsDaniel Stenberg2020-06-281-1/+1
* cookie: get_top_domain() sets zero length for null domainsPatrick Monnerat2020-03-081-10/+9
* cookie: remove unnecessary check for 'out != 0'Daniel Stenberg2020-02-261-1/+1
* 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