summaryrefslogtreecommitdiff
path: root/lib/cookie.c
Commit message (Expand)AuthorAgeFilesLines
* cookie: open cookie jar as a binary fileDaniel Stenberg2022-12-021-1/+1
* cookie: expire cookies at once when max-age is negativeDaniel Stenberg2022-11-171-2/+9
* lib: fix some type mismatches and remove unneeded typecastsRose2022-11-081-3/+2
* cookie: compare cookie prefixes case insensitivelyDaniel Stenberg2022-11-081-2/+2
* misc: typo and grammar fixesAyesh Karunaratne2022-10-271-2/+2
* cookies: optimize control character checkDaniel Gustafsson2022-10-241-3/+2
* cookie: reject cookie names or content with TAB charactersDaniel Stenberg2022-10-141-1/+8
* cookie: reject cookies with "control bytes"Daniel Stenberg2022-08-291-0/+29
* cookie: treat a blank domain in Set-Cookie: as non-existingDaniel Stenberg2022-07-191-1/+1
* cookie: use %zu to infof() for size_t valuesDaniel Stenberg2022-07-041-1/+1
* fopen: add Curl_fopen() for better overwriting of filesDaniel Stenberg2022-06-261-15/+4
* cookie: apply limitsDaniel Stenberg2022-06-261-2/+12
* copyright: make repository REUSE compliantmax.mehl2022-06-131-0/+2
* cookies: fix documentation commentDaniel Gustafsson2022-05-301-2/+3
* cookie: fix false positive "potentially uninitialized local variable"Daniel Stenberg2022-05-241-1/+1
* cookie: address secure domain overlayHarry Sintonen2022-05-191-55/+70
* cookies: make bad_domain() not consider a trailing dot fineDaniel Stenberg2022-05-091-1/+9
* misc: update copyright year rangesDaniel Stenberg2022-04-251-1/+1
* cookies: Improve errorhandling for reading cookiefileDaniel Gustafsson2022-04-201-5/+8
* checksrc: detect more kinds of NULL comparisons we avoidDaniel Stenberg2021-12-271-1/+1
* 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