summaryrefslogtreecommitdiff
path: root/lib/cookie.c
Commit message (Expand)AuthorAgeFilesLines
...
* stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.hYang Tse2011-07-261-3/+0
* cookie_output: made privateDaniel Stenberg2011-06-031-4/+3
* Remove unnecessary typecastYang Tse2011-06-021-1/+1
* whitespace cleanup: no space first in conditionalsDaniel Stenberg2011-04-271-4/+4
* source cleanup: unify look, style and indent levelsDaniel Stenberg2011-04-271-5/+5
* Fix a couple of spelling errors in lib/Fabian Keil2011-04-211-4/+4
* disable cookies: remove ifdefs, move codeDaniel Stenberg2011-04-041-1/+32
* cookies: tricked dotcounter fixedDaniel Stenberg2010-12-231-5/+7
* atoi: remove atoi usageYang Tse2010-11-281-2/+2
* 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