Age | Commit message (Expand) | Author |
2010-03-24 | remove the CVSish $Id$ lines | Daniel Stenberg |
2010-02-26 | fix compiler warning | Yang Tse |
2010-01-28 | fix printf-style format strings | Yang Tse |
2010-01-27 | fix compiler warning | Yang Tse |
2010-01-19 | - As was pointed out on the http-state mailing list, the order of cookies in a | Daniel Stenberg |
2009-12-19 | fixed a precaution check in the cookie code, pointed out by Julien Chaffraix | Daniel Stenberg |
2009-11-18 | Make usage of calloc()'s arguments consistent with rest of code base | Yang Tse |
2009-10-25 | - Dima Barsky made the curl cookie parser accept cookies even with blank or | Daniel Stenberg |
2009-09-28 | fix compiler warning: conversion from "long" to "size_t" may lose sign | Yang Tse |
2009-09-28 | libcurl private function Curl_memrchr() now in curl_memrchr.c and curl_memrchr.h | Yang Tse |
2009-09-26 | - John P. McCaskey posted a bug report that showed how libcurl did wrong when | Daniel Stenberg |
2009-09-25 | minor whitespace edit | Daniel Stenberg |
2009-09-10 | - Claes Jakobsson fixed a problem with cookie expiry dates at exctly the epoch | Daniel Stenberg |
2009-06-15 | DEBUGBUILD / CURLDEBUG decoupling follow-up | Yang Tse |
2009-06-10 | - Fabian Keil ran clang on the (lib)curl code, found a bunch of warnings and | Daniel Stenberg |
2009-05-25 | - bug report #2796358 (http://curl.haxx.se/bug/view.cgi?id=2796358) pointed | Daniel Stenberg |
2009-04-21 | libcurl's memory.h renamed to curl_memory.h | Yang Tse |
2009-01-15 | - Tim Ansell fixed a compiler warning in lib/cookie.c | Daniel Stenberg |
2009-01-13 | - Michael Wallner fixed a NULL pointer deref when calling | Daniel Stenberg |
2008-12-03 | - Pawel Kierski pointed out a mistake in the cookie code that could lead to a | Daniel Stenberg |
2008-10-23 | moved the Curl_raw_ functions into the new lib/rawstr.c file for easier curlx_ | Daniel Stenberg |
2008-10-23 | Created Curl_raw_nequal() which does a C-locale string case comparison. | Dan Fandrich |
2008-10-16 | Renamed Curl_ascii_equal to Curl_raw_equal and bugfixed the my_toupper function | Daniel Stenberg |
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 |