| Commit message (Expand) | Author | Age | Files | Lines |
* | cookies: first n/v pair in Set-Cookie: is the cookie, then parameters | Daniel Stenberg | 2016-03-10 | 1 | -9/+10 |
* | cookie: do not refuse cookies for localhost | Tim Rühsen | 2016-03-08 | 1 | -4/+6 |
* | cookie: Don't expire session cookies in remove_expired | Jay Satiro | 2016-03-05 | 1 | -1/+1 |
* | cookie: remove redundant check | Daniel Stenberg | 2016-03-03 | 1 | -18/+15 |
* | cookies: allow spaces in cookie names, cut of trailing spaces | Daniel Stenberg | 2016-02-08 | 1 | -7/+16 |
* | URLs: change all http:// URLs to https:// | Daniel Stenberg | 2016-02-03 | 1 | -2/+2 |
* | cookies: Add support for Mozilla's Publix Suffix List | Tim Rühsen | 2015-10-17 | 1 | -0/+21 |
* | cookie: Fix bug in export if any-domain cookie is present | Jay Satiro | 2015-06-18 | 1 | -7/+2 |
* | cookie: Stop exporting any-domain cookies | Jay Satiro | 2015-06-03 | 1 | -1/+4 |
* | curl_setup: Add macros for FOPEN_READTEXT, FOPEN_WRITETEXT | Jay Satiro | 2015-06-01 | 1 | -2/+2 |
* | cookie: cookie parser out of boundary memory access | Daniel Stenberg | 2015-04-21 | 1 | -5/+7 |
* | cookie: handle spaces after the name in Set-Cookie | Daniel Stenberg | 2015-04-01 | 1 | -1/+1 |
* | curl_memory: make curl_memory.h the second-last header file loaded | Dan Fandrich | 2015-03-24 | 1 | -2/+2 |
* | free: instead of Curl_safefree() | Daniel Stenberg | 2015-03-16 | 1 | -1/+1 |
* | Bug #149: Deletion of unnecessary checks before calls of the function "free" | Markus Elfring | 2015-03-16 | 1 | -36/+17 |
* | mprintf.h: remove #ifdef CURLDEBUG | Daniel Stenberg | 2015-03-03 | 1 | -4/+2 |
* | cookies: Improved OOM handling in cookies | Dan Fandrich | 2014-12-09 | 1 | -23/+48 |
* | cookie.c: Refactored cleanup code to simplify | Dan Fandrich | 2014-12-07 | 1 | -25/+19 |
* | cookies: reject incoming cookies set for TLDs | Daniel Stenberg | 2014-09-10 | 1 | -0/+6 |
* | cookies: only use full host matches for hosts used as IP address | Tim Ruehsen | 2014-09-10 | 1 | -10/+40 |
* | cookie: max-age fixes | Daniel Stenberg | 2014-01-17 | 1 | -14/+24 |
* | Curl_cookie_add: remove 'now' from curl_getdate() call | Daniel Stenberg | 2014-01-16 | 1 | -2/+2 |
* | mprintf: Replaced internal usage of FORMAT_OFF_T and FORMAT_OFF_TU | Steve Holme | 2013-12-31 | 1 | -2/+2 |
* | cookies: add expiration | YAMADA Yasuharu | 2013-09-17 | 1 | -0/+37 |
* | slist.c, slist.h, cookie.c: new internal procedure Curl_slist_append_nodup() | Patrick Monnerat | 2013-07-15 | 1 | -2/+3 |
* | cookies: follow-up fix for path checking | YAMADA Yasuharu | 2013-06-12 | 1 | -20/+123 |
* | Curl_cookie_add: handle IPv6 hosts | Daniel Stenberg | 2013-05-21 | 1 | -65/+24 |
* | cookies: only consider full path matches | YAMADA Yasuharu | 2013-05-18 | 1 | -4/+29 |
* | cookie: fix tailmatching to prevent cross-domain leakage | YAMADA Yasuharu | 2013-04-11 | 1 | -5/+19 |
* | cookie.c: Made cookie sort function more deterministic | Marc Hoersken | 2013-04-07 | 1 | -4/+21 |
* | Curl_cookie_add: only increase numcookies for new cookies | Yasuharu Yamada | 2013-04-02 | 1 | -1/+1 |
* | build: fix circular header inclusion with other packages | Yang Tse | 2013-01-09 | 1 | -1/+1 |
* | Revert changes relative to lib/*.[ch] recent renaming | Yang Tse | 2013-01-06 | 1 | -0/+1163 |
* | build: rename 93 lib/*.c files | Yang Tse | 2013-01-03 | 1 | -1163/+0 |
* | build: make use of 76 lib/*.h renamed files | Yang Tse | 2012-12-28 | 1 | -10/+10 |
* | cookie: fixed typo in comment | Daniel Stenberg | 2012-07-09 | 1 | -1/+1 |
* | cookies: change the URL in the cookie jar file header | Daniel Stenberg | 2012-07-03 | 1 | -2/+2 |
* | OOM handling/cleanup slight adjustments | Yang Tse | 2011-10-11 | 1 | -1/+1 |
* | libcurl: some OOM handling fixes | Yang Tse | 2011-10-07 | 1 | -10/+9 |
* | fix bool variables checking and assignment | Yang Tse | 2011-09-05 | 1 | -4/+4 |
* | cookie parser: handle 'secure=' | Daniel Stenberg | 2011-08-09 | 1 | -161/+161 |
* | stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.h | Yang Tse | 2011-07-26 | 1 | -3/+0 |
* | cookie_output: made private | Daniel Stenberg | 2011-06-03 | 1 | -4/+3 |
* | Remove unnecessary typecast | Yang Tse | 2011-06-02 | 1 | -1/+1 |
* | whitespace cleanup: no space first in conditionals | Daniel Stenberg | 2011-04-27 | 1 | -4/+4 |
* | source cleanup: unify look, style and indent levels | Daniel Stenberg | 2011-04-27 | 1 | -5/+5 |
* | Fix a couple of spelling errors in lib/ | Fabian Keil | 2011-04-21 | 1 | -4/+4 |
* | disable cookies: remove ifdefs, move code | Daniel Stenberg | 2011-04-04 | 1 | -1/+32 |
* | cookies: tricked dotcounter fixed | Daniel Stenberg | 2010-12-23 | 1 | -5/+7 |
* | atoi: remove atoi usage | Yang Tse | 2010-11-28 | 1 | -2/+2 |