summaryrefslogtreecommitdiff
path: root/lib/cookie.c
Commit message (Expand)AuthorAgeFilesLines
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
* fix compiler warningYang Tse2010-02-261-1/+1
* fix printf-style format stringsYang Tse2010-01-281-1/+2
* fix compiler warningYang Tse2010-01-271-3/+3
* - As was pointed out on the http-state mailing list, the order of cookies in aDaniel Stenberg2010-01-191-1/+47
* fixed a precaution check in the cookie code, pointed out by Julien ChaffraixDaniel Stenberg2009-12-191-1/+1
* Make usage of calloc()'s arguments consistent with rest of code baseYang Tse2009-11-181-1/+1
* - Dima Barsky made the curl cookie parser accept cookies even with blank orDaniel Stenberg2009-10-251-3/+4
* fix compiler warning: conversion from "long" to "size_t" may lose signYang Tse2009-09-281-2/+2
* libcurl private function Curl_memrchr() now in curl_memrchr.c and curl_memrchr.hYang Tse2009-09-281-17/+1
* - John P. McCaskey posted a bug report that showed how libcurl did wrong whenDaniel Stenberg2009-09-261-4/+32
* minor whitespace editDaniel Stenberg2009-09-251-3/+3
* - Claes Jakobsson fixed a problem with cookie expiry dates at exctly the epochDaniel Stenberg2009-09-101-0/+6
* DEBUGBUILD / CURLDEBUG decoupling follow-upYang Tse2009-06-151-2/+0
* - Fabian Keil ran clang on the (lib)curl code, found a bunch of warnings andDaniel Stenberg2009-06-101-1/+1
* - bug report #2796358 (http://curl.haxx.se/bug/view.cgi?id=2796358) pointedDaniel Stenberg2009-05-251-7/+22
* libcurl's memory.h renamed to curl_memory.hYang Tse2009-04-211-1/+1
* - Tim Ansell fixed a compiler warning in lib/cookie.cDaniel Stenberg2009-01-151-2/+1
* - Michael Wallner fixed a NULL pointer deref when callingDaniel Stenberg2009-01-131-2/+2
* - Pawel Kierski pointed out a mistake in the cookie code that could lead to aDaniel Stenberg2008-12-031-1/+2
* moved the Curl_raw_ functions into the new lib/rawstr.c file for easier curlx_Daniel Stenberg2008-10-231-0/+1
* Created Curl_raw_nequal() which does a C-locale string case comparison.Dan Fandrich2008-10-231-1/+1
* Renamed Curl_ascii_equal to Curl_raw_equal and bugfixed the my_toupper functionDaniel Stenberg2008-10-161-13/+13
* - Pascal Terjan filed bug #2154627Daniel Stenberg2008-10-151-13/+13
* Removed superfluous check of clist->name, as in this code path that pointerDaniel Stenberg2008-10-131-2/+1
* - Stefan Krause pointed out that libcurl would wrongly send away cookies toDaniel Stenberg2008-09-081-7/+11
* remove unnecessary typecasting of malloc()Yang Tse2008-09-061-2/+2
* remove unnecessary typecasting of calloc()Yang Tse2008-09-061-2/+2
* - I'm abandoning the system with the web site mirrors (but keeping downloadDaniel Stenberg2008-08-281-1/+1
* Library internal only C preprocessor macros FORMAT_OFF_T and FORMAT_OFF_TUYang Tse2008-08-161-1/+1
* For congruency sake with the naming of other CURL_XXXXXX_CURL_OFF_T macros,Yang Tse2008-08-151-1/+1
* - Niklas Angebrand made the cookie support in libcurl properly deal with theDaniel Stenberg2008-01-311-1/+20
* "Igor" pointed out that CURLOPT_COOKIELIST set to "ALL" leaked memory, and soDaniel Stenberg2008-01-231-6/+12
* if () => if()Daniel Stenberg2007-11-071-7/+7
* Added lots of constsDan Fandrich2007-08-291-10/+12
* fix out of memory handling issueYang Tse2007-04-071-3/+8
* Fixed file handle leak in OOM condition.Dan Fandrich2007-04-041-0/+1
* fix compiler warningYang Tse2007-03-251-0/+4
* avoid using funtion isblank() and just use our ISBLANKYang Tse2007-02-141-1/+0
* compiler warning fixYang Tse2007-02-141-0/+1
* use our own ISBLANK macroYang Tse2007-02-131-6/+5
* make Curl_cookie_clearall() survive getting called with a NULL pointerDaniel Stenberg2007-01-131-4/+6
* As reported in bug: #1566077 the former URL mentioned in the generated cookieDaniel Stenberg2006-09-271-1/+1
* Ates Goral pointed out that libcurl's cookie parser did case insensitiveDaniel Stenberg2006-07-081-1/+3
* Michael Wallner provided a patch that allows "SESS" to be set withDaniel Stenberg2006-05-241-101/+153
* remove the typecast to long from time_t, since we now store it as curl_off_tDaniel Stenberg2005-08-171-1/+1
* - Jeff Pohlmeyer found out that if you ask libcurl to load a cookiefile (withDaniel Stenberg2005-08-171-3/+26
* curl standard indent/formatDaniel Stenberg2005-07-281-21/+22
* Peteris Krumins added CURLOPT_COOKIELIST and CURLINFO_COOKIELIST, which is aDaniel Stenberg2005-07-271-20/+70
* Cory Nelson's work on nuking compiler warnings when building on x64 withDaniel Stenberg2005-04-261-2/+2