index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
cookie.c
Age
Commit message (
Expand
)
Author
2018-06-11
cppcheck: fix warnings
Marian Klymov
2018-05-31
strictness: correct {infof, failf} format specifiers
Rikard Falkeborn
2018-05-28
psl: use latest psl and refresh it periodically
Patrick Monnerat
2018-05-13
cookies: do not take cookie name as a parameter
Patrick Monnerat
2018-04-25
cookies: ensure that we have cookies before writing jar
Daniel Gustafsson
2018-04-06
hash: calculate sizes with size_t instead of longs
Daniel Stenberg
2018-04-06
cookie: case-insensitive hashing for the domains
Lauri Kasanen
2018-04-04
cookie: fix and optimize 2nd top level domain name extraction
Patrick Monnerat
2018-04-02
cookie: store cookies per top-level-domain-specific hash table
Lauri Kasanen
2018-04-02
cookies: when reading from a file, only remove_expired once
Lauri Kasanen
2018-01-25
cookies: remove verbose "cookie size:" output
Daniel Stenberg
2017-10-31
cookie: avoid NULL dereference
Daniel Stenberg
2017-09-30
cookie: fix memory leak if path was set twice in header
Daniel Stenberg
2017-09-29
cookie: fix memory leak on oversized rejection
Daniel Stenberg
2017-09-19
cookies: use lock when using CURLINFO_COOKIELIST
Pavel P
2017-09-18
cookies: reject oversized cookies
Daniel Stenberg
2017-09-11
code style: use spaces around pluses
Daniel Stenberg
2017-09-11
code style: use spaces around equals signs
Daniel Stenberg
2017-08-14
strtoofft: reduce integer overflow risks globally
Daniel Stenberg
2017-03-13
Improve code readbility
Sylvestre Ledru
2017-02-21
cookie: fix declaration of 'dup' shadows a global declaration
Daniel Stenberg
2017-01-27
cookies: do not assume a valid domain has a dot
Daniel Stenberg
2016-12-14
checksrc: warn for assignments within if() expressions
Daniel Stenberg
2016-11-24
checksrc: code style: use 'char *name' style
Daniel Stenberg
2016-10-31
cookie: replace use of fgets() with custom version
Daniel Stenberg
2016-10-31
strcasecompare: all case insensitive string compares ignore locale now
Daniel Stenberg
2016-10-31
strcasecompare: is the new name for strequal()
Daniel Stenberg
2016-10-31
cookies: getlist() now holds deep copies of all cookies
Daniel Stenberg
2016-10-03
cookies: same domain handling changed to match browser behavior
Sergei Kuzmin
2016-07-13
cookie.c: Fix misleading indentation
Viktor Szakats
2016-06-22
internals: rename the SessionHandle struct to Curl_easy
Daniel Stenberg
2016-04-29
lib: include curl_printf.h as one of the last headers
Daniel Stenberg
2016-03-10
cookies: first n/v pair in Set-Cookie: is the cookie, then parameters
Daniel Stenberg
2016-03-08
cookie: do not refuse cookies for localhost
Tim Rühsen
2016-03-05
cookie: Don't expire session cookies in remove_expired
Jay Satiro
2016-03-03
cookie: remove redundant check
Daniel Stenberg
2016-02-08
cookies: allow spaces in cookie names, cut of trailing spaces
Daniel Stenberg
2016-02-03
URLs: change all http:// URLs to https://
Daniel Stenberg
2015-10-17
cookies: Add support for Mozilla's Publix Suffix List
Tim Rühsen
2015-06-18
cookie: Fix bug in export if any-domain cookie is present
Jay Satiro
2015-06-03
cookie: Stop exporting any-domain cookies
Jay Satiro
2015-06-01
curl_setup: Add macros for FOPEN_READTEXT, FOPEN_WRITETEXT
Jay Satiro
2015-04-21
cookie: cookie parser out of boundary memory access
Daniel Stenberg
2015-04-01
cookie: handle spaces after the name in Set-Cookie
Daniel Stenberg
2015-03-24
curl_memory: make curl_memory.h the second-last header file loaded
Dan Fandrich
2015-03-16
free: instead of Curl_safefree()
Daniel Stenberg
2015-03-16
Bug #149: Deletion of unnecessary checks before calls of the function "free"
Markus Elfring
2015-03-03
mprintf.h: remove #ifdef CURLDEBUG
Daniel Stenberg
2014-12-09
cookies: Improved OOM handling in cookies
Dan Fandrich
2014-12-07
cookie.c: Refactored cleanup code to simplify
Dan Fandrich
[next]