Age | Commit message (Expand) | Author |
2008-10-15 | - Pascal Terjan filed bug #2154627 | Daniel Stenberg |
2008-10-13 | Removed superfluous check of clist->name, as in this code path that pointer | Daniel Stenberg |
2008-09-08 | - Stefan Krause pointed out that libcurl would wrongly send away cookies to | Daniel Stenberg |
2008-09-06 | remove unnecessary typecasting of malloc() | Yang Tse |
2008-09-06 | remove unnecessary typecasting of calloc() | Yang Tse |
2008-08-28 | - I'm abandoning the system with the web site mirrors (but keeping download | Daniel Stenberg |
2008-08-16 | Library internal only C preprocessor macros FORMAT_OFF_T and FORMAT_OFF_TU | Yang Tse |
2008-08-15 | For congruency sake with the naming of other CURL_XXXXXX_CURL_OFF_T macros, | Yang Tse |
2008-01-31 | - Niklas Angebrand made the cookie support in libcurl properly deal with the | Daniel Stenberg |
2008-01-23 | "Igor" pointed out that CURLOPT_COOKIELIST set to "ALL" leaked memory, and so | Daniel Stenberg |
2007-11-07 | if () => if() | Daniel Stenberg |
2007-08-29 | Added lots of consts | Dan Fandrich |
2007-04-07 | fix out of memory handling issue | Yang Tse |
2007-04-04 | Fixed file handle leak in OOM condition. | Dan Fandrich |
2007-03-25 | fix compiler warning | Yang Tse |
2007-02-14 | avoid using funtion isblank() and just use our ISBLANK | Yang Tse |
2007-02-14 | compiler warning fix | Yang Tse |
2007-02-13 | use our own ISBLANK macro | Yang Tse |
2007-01-13 | make Curl_cookie_clearall() survive getting called with a NULL pointer | Daniel Stenberg |
2006-09-27 | As reported in bug: #1566077 the former URL mentioned in the generated cookie | Daniel Stenberg |
2006-07-08 | Ates Goral pointed out that libcurl's cookie parser did case insensitive | Daniel Stenberg |
2006-05-24 | Michael Wallner provided a patch that allows "SESS" to be set with | Daniel Stenberg |
2005-08-17 | remove the typecast to long from time_t, since we now store it as curl_off_t | Daniel Stenberg |
2005-08-17 | - Jeff Pohlmeyer found out that if you ask libcurl to load a cookiefile (with | Daniel Stenberg |
2005-07-28 | curl standard indent/format | Daniel Stenberg |
2005-07-27 | Peteris Krumins added CURLOPT_COOKIELIST and CURLINFO_COOKIELIST, which is a | Daniel Stenberg |
2005-04-26 | Cory Nelson's work on nuking compiler warnings when building on x64 with | Daniel Stenberg |
2005-03-31 | Updated the copyright year since changes have been this year. | Daniel Stenberg |
2005-03-04 | Dave Dribin made it possible to set CURLOPT_COOKIEFILE to "" to activate | Daniel Stenberg |
2004-12-22 | Rune Kleveland fixed a minor memory leak for received cookies with the (rare) | Daniel Stenberg |
2004-12-05 | Dan Fandrich added the --disable-cookies option to configure to build | Daniel Stenberg |
2004-10-16 | libcurl leaked memory for cookies with the "max-age" field set. | Daniel Stenberg |
2004-10-06 | removed tabs and trailing whitespace from source | Daniel Stenberg |
2004-10-03 | Replaced the use of isspace() with our own version instead since we have most | Daniel Stenberg |
2004-09-13 | getdate.h is not required to include, it adds nothing new | Daniel Stenberg |
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 |