Age | Commit message (Expand) | Author |
2004-08-04 | Dylan Salisbury's fix to prevent us from accepting cookies from TLD only | Daniel Stenberg |
2004-07-26 | Bertrand Demiddelaer fixed two missing newlines | Daniel Stenberg |
2004-06-30 | 5K array on the stack is a big hefty, it is now allocated with malloc | Daniel Stenberg |
2004-06-22 | David Cohen pointed out that RFC2109 says clients should allow cookies to | Daniel Stenberg |
2004-05-21 | While talking to host a.b.c, libcurl did wrongly not accept cookies that were | Daniel Stenberg |
2004-05-12 | general cleanup to bail out nice and clean when a memory function fails | Daniel Stenberg |
2004-05-11 | curl_global_init_mem() allows the memory functions to be replaced. | Daniel Stenberg |
2004-05-10 | if a malloc fails, clear up the memory and return failure | Daniel Stenberg |
2004-03-10 | strequal() returns int so we typecast the return to bool when we store the | Daniel Stenberg |
2004-02-26 | use calloc instead of malloc and we won't have to memset() the struct | Daniel Stenberg |
2004-02-26 | Clear up int/long/size_t/ssize_t usage a bit | Daniel Stenberg |
2004-01-29 | Dan Fandrich's cleanup patch to make pedantic compiler options cause less | Daniel Stenberg |
2004-01-07 | updated year in the copyright string | Daniel Stenberg |
2003-08-11 | Added some infof() calls, that require the data pointer so now several | Daniel Stenberg |
2003-08-04 | Jan Sundin reported a case where curl ignored a cookie that browsers don't, | Daniel Stenberg |
2003-06-26 | use CURLDEBUG instead of MALLOCDEBUG | Daniel Stenberg |
2003-05-15 | Skip any preceeding dots from the domain name of cookies when we keep them | Daniel Stenberg |
2003-04-30 | Many cookie fixes: | Daniel Stenberg |
2003-03-31 | testing, ignore this commit | Sterling Hughes |
2003-01-29 | removed the local variables for emacs and vim, use the new sample.emacs | Daniel Stenberg |
2003-01-16 | copyright year update in the source header | Daniel Stenberg |
2002-10-28 | kromJx@crosswinds.net's fix that now uses checkprefix() instead of | Daniel Stenberg |
2002-09-03 | updated source code boilerplate/header | Daniel Stenberg |
2002-07-29 | properly skip white spaces on Set-Cookie: header lines | Daniel Stenberg |
2002-06-11 | added disable-[protocol] support, largely provided by Miklos Nemeth | Daniel Stenberg |
2002-05-07 | support for ingoring session cookies added | Daniel Stenberg |
2002-04-14 | Dirk Manske made libcurl strip off white spaces from the beginning of cookie | Daniel Stenberg |
2002-03-25 | Jacky Lam cookie parser fix for domains with preceeding dot | Daniel Stenberg |
2002-03-19 | copyright string (year) update | Daniel Stenberg |
2002-02-27 | made Max-Age work as defined in the RFC. | Daniel Stenberg |
2002-02-26 | When saving a cookie jar, set field 1 (counted from 0) properly to TRUE if the | Daniel Stenberg |
2002-02-26 | removed crash on weird input, this also better discards silly input | Daniel Stenberg |
2002-01-07 | As identified in bug report #495290, the last "name=value" pair in a | Daniel Stenberg |
2002-01-07 | added precautions to not go insane when two matching cookies end up in the | Daniel Stenberg |
2001-10-30 | prevent strdup()ing NULL -- Paul Harrington's report | Daniel Stenberg |
2001-10-24 | T. Bharath found this memory leak. It occurs when we replace an internally | Daniel Stenberg |
2001-10-11 | looks nicer and is better compatible with older vim versions | Sterling Hughes |
2001-10-10 | cookiejar now enables the cookie engine | Daniel Stenberg |
2001-10-08 | corrected cookie-jar comment | Daniel Stenberg |
2001-09-26 | Now we're setting a default domain for received cookies so that we can | Daniel Stenberg |
2001-09-10 | Curl_cookie_output() must check that there's a cookie struct present before | Daniel Stenberg |
2001-09-07 | Added formatting sections for emacs and vim | Sterling Hughes |
2001-08-29 | cookie jar adjustments | Daniel Stenberg |
2001-08-26 | improved the test | Daniel Stenberg |
2001-08-23 | started working on a function for writing (all) cookies, made it possible | Daniel Stenberg |
2001-08-14 | commented out empty else blocks to shut up pedantic compilers | Daniel Stenberg |
2001-05-30 | include strtok.h to get the prototype | Daniel Stenberg |
2001-05-29 | strtok() replaced with strtok_r() | Daniel Stenberg |
2001-05-23 | Added Andres' comments about field 2 in netscape cookie files | Daniel Stenberg |
2001-05-23 | Andrés García's netscape cookie file parser fix | Daniel Stenberg |