aboutsummaryrefslogtreecommitdiff
path: root/lib/cookie.c
AgeCommit message (Expand)Author
2017-09-11code style: use spaces around plusesDaniel Stenberg
2017-09-11code style: use spaces around equals signsDaniel Stenberg
2017-08-14strtoofft: reduce integer overflow risks globallyDaniel Stenberg
2017-03-13Improve code readbilitySylvestre Ledru
2017-02-21cookie: fix declaration of 'dup' shadows a global declarationDaniel Stenberg
2017-01-27cookies: do not assume a valid domain has a dotDaniel Stenberg
2016-12-14checksrc: warn for assignments within if() expressionsDaniel Stenberg
2016-11-24checksrc: code style: use 'char *name' styleDaniel Stenberg
2016-10-31cookie: replace use of fgets() with custom versionDaniel Stenberg
2016-10-31strcasecompare: all case insensitive string compares ignore locale nowDaniel Stenberg
2016-10-31strcasecompare: is the new name for strequal()Daniel Stenberg
2016-10-31cookies: getlist() now holds deep copies of all cookiesDaniel Stenberg
2016-10-03cookies: same domain handling changed to match browser behaviorSergei Kuzmin
2016-07-13cookie.c: Fix misleading indentationViktor Szakats
2016-06-22internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg
2016-04-29lib: include curl_printf.h as one of the last headersDaniel Stenberg
2016-03-10cookies: first n/v pair in Set-Cookie: is the cookie, then parametersDaniel Stenberg
2016-03-08cookie: do not refuse cookies for localhostTim Rühsen
2016-03-05cookie: Don't expire session cookies in remove_expiredJay Satiro
2016-03-03cookie: remove redundant checkDaniel Stenberg
2016-02-08cookies: allow spaces in cookie names, cut of trailing spacesDaniel Stenberg
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2015-10-17cookies: Add support for Mozilla's Publix Suffix ListTim Rühsen
2015-06-18cookie: Fix bug in export if any-domain cookie is presentJay Satiro
2015-06-03cookie: Stop exporting any-domain cookiesJay Satiro
2015-06-01curl_setup: Add macros for FOPEN_READTEXT, FOPEN_WRITETEXTJay Satiro
2015-04-21cookie: cookie parser out of boundary memory accessDaniel Stenberg
2015-04-01cookie: handle spaces after the name in Set-CookieDaniel Stenberg
2015-03-24curl_memory: make curl_memory.h the second-last header file loadedDan Fandrich
2015-03-16free: instead of Curl_safefree()Daniel Stenberg
2015-03-16Bug #149: Deletion of unnecessary checks before calls of the function "free"Markus Elfring
2015-03-03mprintf.h: remove #ifdef CURLDEBUGDaniel Stenberg
2014-12-09cookies: Improved OOM handling in cookiesDan Fandrich
2014-12-07cookie.c: Refactored cleanup code to simplifyDan Fandrich
2014-09-10cookies: reject incoming cookies set for TLDsDaniel Stenberg
2014-09-10cookies: only use full host matches for hosts used as IP addressTim Ruehsen
2014-01-17cookie: max-age fixesDaniel Stenberg
2014-01-16Curl_cookie_add: remove 'now' from curl_getdate() callDaniel Stenberg
2013-12-31mprintf: Replaced internal usage of FORMAT_OFF_T and FORMAT_OFF_TUSteve Holme
2013-09-17cookies: add expirationYAMADA Yasuharu
2013-07-15slist.c, slist.h, cookie.c: new internal procedure Curl_slist_append_nodup()Patrick Monnerat
2013-06-12cookies: follow-up fix for path checkingYAMADA Yasuharu
2013-05-21Curl_cookie_add: handle IPv6 hostsDaniel Stenberg
2013-05-18cookies: only consider full path matchesYAMADA Yasuharu
2013-04-11cookie: fix tailmatching to prevent cross-domain leakageYAMADA Yasuharu
2013-04-07cookie.c: Made cookie sort function more deterministicMarc Hoersken
2013-04-02Curl_cookie_add: only increase numcookies for new cookiesYasuharu Yamada
2013-01-09build: fix circular header inclusion with other packagesYang Tse
2013-01-06Revert changes relative to lib/*.[ch] recent renamingYang Tse
2013-01-03build: rename 93 lib/*.c filesYang Tse