| Commit message (Expand) | Author | Age | Files | Lines |
* | make Curl_cookie_clearall() survive getting called with a NULL pointer | Daniel Stenberg | 2007-01-13 | 1 | -4/+6 |
* | As reported in bug: #1566077 the former URL mentioned in the generated cookie | Daniel Stenberg | 2006-09-27 | 1 | -1/+1 |
* | Ates Goral pointed out that libcurl's cookie parser did case insensitive | Daniel Stenberg | 2006-07-08 | 1 | -1/+3 |
* | Michael Wallner provided a patch that allows "SESS" to be set with | Daniel Stenberg | 2006-05-24 | 1 | -101/+153 |
* | remove the typecast to long from time_t, since we now store it as curl_off_t | Daniel Stenberg | 2005-08-17 | 1 | -1/+1 |
* | - Jeff Pohlmeyer found out that if you ask libcurl to load a cookiefile (with | Daniel Stenberg | 2005-08-17 | 1 | -3/+26 |
* | curl standard indent/format | Daniel Stenberg | 2005-07-28 | 1 | -21/+22 |
* | Peteris Krumins added CURLOPT_COOKIELIST and CURLINFO_COOKIELIST, which is a | Daniel Stenberg | 2005-07-27 | 1 | -20/+70 |
* | Cory Nelson's work on nuking compiler warnings when building on x64 with | Daniel Stenberg | 2005-04-26 | 1 | -2/+2 |
* | Updated the copyright year since changes have been this year. | Daniel Stenberg | 2005-03-31 | 1 | -1/+1 |
* | Dave Dribin made it possible to set CURLOPT_COOKIEFILE to "" to activate | Daniel Stenberg | 2005-03-04 | 1 | -0/+4 |
* | Rune Kleveland fixed a minor memory leak for received cookies with the (rare) | Daniel Stenberg | 2004-12-22 | 1 | -0/+2 |
* | Dan Fandrich added the --disable-cookies option to configure to build | Daniel Stenberg | 2004-12-05 | 1 | -2/+2 |
* | libcurl leaked memory for cookies with the "max-age" field set. | Daniel Stenberg | 2004-10-16 | 1 | -0/+2 |
* | removed tabs and trailing whitespace from source | Daniel Stenberg | 2004-10-06 | 1 | -20/+20 |
* | Replaced the use of isspace() with our own version instead since we have most | Daniel Stenberg | 2004-10-03 | 1 | -6/+7 |
* | getdate.h is not required to include, it adds nothing new | Daniel Stenberg | 2004-09-13 | 1 | -1/+0 |
* | Dylan Salisbury's fix to prevent us from accepting cookies from TLD only | Daniel Stenberg | 2004-08-04 | 1 | -14/+2 |
* | Bertrand Demiddelaer fixed two missing newlines | Daniel Stenberg | 2004-07-26 | 1 | -2/+2 |
* | 5K array on the stack is a big hefty, it is now allocated with malloc | Daniel Stenberg | 2004-06-30 | 1 | -16/+19 |
* | David Cohen pointed out that RFC2109 says clients should allow cookies to | Daniel Stenberg | 2004-06-22 | 1 | -1/+10 |
* | While talking to host a.b.c, libcurl did wrongly not accept cookies that were | Daniel Stenberg | 2004-05-21 | 1 | -0/+3 |
* | general cleanup to bail out nice and clean when a memory function fails | Daniel Stenberg | 2004-05-12 | 1 | -75/+92 |
* | curl_global_init_mem() allows the memory functions to be replaced. | Daniel Stenberg | 2004-05-11 | 1 | -0/+1 |
* | if a malloc fails, clear up the memory and return failure | Daniel Stenberg | 2004-05-10 | 1 | -0/+10 |
* | strequal() returns int so we typecast the return to bool when we store the | Daniel Stenberg | 2004-03-10 | 1 | -3/+3 |
* | use calloc instead of malloc and we won't have to memset() the struct | Daniel Stenberg | 2004-02-26 | 1 | -4/+1 |
* | Clear up int/long/size_t/ssize_t usage a bit | Daniel Stenberg | 2004-02-26 | 1 | -4/+4 |
* | Dan Fandrich's cleanup patch to make pedantic compiler options cause less | Daniel Stenberg | 2004-01-29 | 1 | -10/+10 |
* | updated year in the copyright string | Daniel Stenberg | 2004-01-07 | 1 | -1/+1 |
* | Added some infof() calls, that require the data pointer so now several | Daniel Stenberg | 2003-08-11 | 1 | -32/+26 |
* | Jan Sundin reported a case where curl ignored a cookie that browsers don't, | Daniel Stenberg | 2003-08-04 | 1 | -1/+7 |
* | use CURLDEBUG instead of MALLOCDEBUG | Daniel Stenberg | 2003-06-26 | 1 | -1/+1 |
* | Skip any preceeding dots from the domain name of cookies when we keep them | Daniel Stenberg | 2003-05-15 | 1 | -12/+12 |
* | Many cookie fixes: | Daniel Stenberg | 2003-04-30 | 1 | -56/+136 |
* | testing, ignore this commit | Sterling Hughes | 2003-03-31 | 1 | -0/+1 |
* | removed the local variables for emacs and vim, use the new sample.emacs | Daniel Stenberg | 2003-01-29 | 1 | -8/+0 |
* | copyright year update in the source header | Daniel Stenberg | 2003-01-16 | 1 | -1/+1 |
* | kromJx@crosswinds.net's fix that now uses checkprefix() instead of | Daniel Stenberg | 2002-10-28 | 1 | -3/+3 |
* | updated source code boilerplate/header | Daniel Stenberg | 2002-09-03 | 1 | -7/+7 |
* | properly skip white spaces on Set-Cookie: header lines | Daniel Stenberg | 2002-07-29 | 1 | -1/+5 |
* | added disable-[protocol] support, largely provided by Miklos Nemeth | Daniel Stenberg | 2002-06-11 | 1 | -0/+4 |
* | support for ingoring session cookies added | Daniel Stenberg | 2002-05-07 | 1 | -13/+31 |
* | Dirk Manske made libcurl strip off white spaces from the beginning of cookie | Daniel Stenberg | 2002-04-14 | 1 | -7/+15 |
* | Jacky Lam cookie parser fix for domains with preceeding dot | Daniel Stenberg | 2002-03-25 | 1 | -1/+7 |
* | copyright string (year) update | Daniel Stenberg | 2002-03-19 | 1 | -1/+1 |
* | made Max-Age work as defined in the RFC. | Daniel Stenberg | 2002-02-27 | 1 | -3/+11 |
* | When saving a cookie jar, set field 1 (counted from 0) properly to TRUE if the | Daniel Stenberg | 2002-02-26 | 1 | -0/+1 |
* | removed crash on weird input, this also better discards silly input | Daniel Stenberg | 2002-02-26 | 1 | -8/+31 |
* | As identified in bug report #495290, the last "name=value" pair in a | Daniel Stenberg | 2002-01-07 | 1 | -0/+5 |