summaryrefslogtreecommitdiff
path: root/lib/cookie.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* cookie.c: Fix misleading indentationViktor Szakats2016-07-131-1/+1
* internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg2016-06-221-7/+7
* lib: include curl_printf.h as one of the last headersDaniel Stenberg2016-04-291-2/+2
* cookies: first n/v pair in Set-Cookie: is the cookie, then parametersDaniel Stenberg2016-03-101-9/+10
* cookie: do not refuse cookies for localhostTim Rühsen2016-03-081-4/+6
* cookie: Don't expire session cookies in remove_expiredJay Satiro2016-03-051-1/+1
* cookie: remove redundant checkDaniel Stenberg2016-03-031-18/+15
* cookies: allow spaces in cookie names, cut of trailing spacesDaniel Stenberg2016-02-081-7/+16
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-2/+2
* cookies: Add support for Mozilla's Publix Suffix ListTim Rühsen2015-10-171-0/+21
* cookie: Fix bug in export if any-domain cookie is presentJay Satiro2015-06-181-7/+2
* cookie: Stop exporting any-domain cookiesJay Satiro2015-06-031-1/+4
* curl_setup: Add macros for FOPEN_READTEXT, FOPEN_WRITETEXTJay Satiro2015-06-011-2/+2
* cookie: cookie parser out of boundary memory accessDaniel Stenberg2015-04-211-5/+7
* cookie: handle spaces after the name in Set-CookieDaniel Stenberg2015-04-011-1/+1
* curl_memory: make curl_memory.h the second-last header file loadedDan Fandrich2015-03-241-2/+2
* free: instead of Curl_safefree()Daniel Stenberg2015-03-161-1/+1
* Bug #149: Deletion of unnecessary checks before calls of the function "free"Markus Elfring2015-03-161-36/+17
* mprintf.h: remove #ifdef CURLDEBUGDaniel Stenberg2015-03-031-4/+2
* cookies: Improved OOM handling in cookiesDan Fandrich2014-12-091-23/+48
* cookie.c: Refactored cleanup code to simplifyDan Fandrich2014-12-071-25/+19
* cookies: reject incoming cookies set for TLDsDaniel Stenberg2014-09-101-0/+6
* cookies: only use full host matches for hosts used as IP addressTim Ruehsen2014-09-101-10/+40
* cookie: max-age fixesDaniel Stenberg2014-01-171-14/+24
* Curl_cookie_add: remove 'now' from curl_getdate() callDaniel Stenberg2014-01-161-2/+2
* mprintf: Replaced internal usage of FORMAT_OFF_T and FORMAT_OFF_TUSteve Holme2013-12-311-2/+2
* cookies: add expirationYAMADA Yasuharu2013-09-171-0/+37
* slist.c, slist.h, cookie.c: new internal procedure Curl_slist_append_nodup()Patrick Monnerat2013-07-151-2/+3
* cookies: follow-up fix for path checkingYAMADA Yasuharu2013-06-121-20/+123
* Curl_cookie_add: handle IPv6 hostsDaniel Stenberg2013-05-211-65/+24
* cookies: only consider full path matchesYAMADA Yasuharu2013-05-181-4/+29
* cookie: fix tailmatching to prevent cross-domain leakageYAMADA Yasuharu2013-04-111-5/+19
* cookie.c: Made cookie sort function more deterministicMarc Hoersken2013-04-071-4/+21
* Curl_cookie_add: only increase numcookies for new cookiesYasuharu Yamada2013-04-021-1/+1
* build: fix circular header inclusion with other packagesYang Tse2013-01-091-1/+1
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-0/+1163
* build: rename 93 lib/*.c filesYang Tse2013-01-031-1163/+0