summaryrefslogtreecommitdiff
path: root/lib/cookie.c
Commit message (Expand)AuthorAgeFilesLines
* updated year in the copyright stringDaniel Stenberg2004-01-071-1/+1
* Added some infof() calls, that require the data pointer so now severalDaniel Stenberg2003-08-111-32/+26
* Jan Sundin reported a case where curl ignored a cookie that browsers don't,Daniel Stenberg2003-08-041-1/+7
* use CURLDEBUG instead of MALLOCDEBUGDaniel Stenberg2003-06-261-1/+1
* Skip any preceeding dots from the domain name of cookies when we keep themDaniel Stenberg2003-05-151-12/+12
* Many cookie fixes:Daniel Stenberg2003-04-301-56/+136
* testing, ignore this commitSterling Hughes2003-03-311-0/+1
* removed the local variables for emacs and vim, use the new sample.emacsDaniel Stenberg2003-01-291-8/+0
* copyright year update in the source headerDaniel Stenberg2003-01-161-1/+1
* kromJx@crosswinds.net's fix that now uses checkprefix() instead ofDaniel Stenberg2002-10-281-3/+3
* updated source code boilerplate/headerDaniel Stenberg2002-09-031-7/+7
* properly skip white spaces on Set-Cookie: header linesDaniel Stenberg2002-07-291-1/+5
* added disable-[protocol] support, largely provided by Miklos NemethDaniel Stenberg2002-06-111-0/+4
* support for ingoring session cookies addedDaniel Stenberg2002-05-071-13/+31
* Dirk Manske made libcurl strip off white spaces from the beginning of cookieDaniel Stenberg2002-04-141-7/+15
* Jacky Lam cookie parser fix for domains with preceeding dotDaniel Stenberg2002-03-251-1/+7
* copyright string (year) updateDaniel Stenberg2002-03-191-1/+1
* made Max-Age work as defined in the RFC.Daniel Stenberg2002-02-271-3/+11
* When saving a cookie jar, set field 1 (counted from 0) properly to TRUE if theDaniel Stenberg2002-02-261-0/+1
* removed crash on weird input, this also better discards silly inputDaniel Stenberg2002-02-261-8/+31
* As identified in bug report #495290, the last "name=value" pair in aDaniel Stenberg2002-01-071-0/+5
* added precautions to not go insane when two matching cookies end up in theDaniel Stenberg2002-01-071-1/+8
* prevent strdup()ing NULL -- Paul Harrington's reportDaniel Stenberg2001-10-301-1/+1
* T. Bharath found this memory leak. It occurs when we replace an internallyDaniel Stenberg2001-10-241-0/+3
* looks nicer and is better compatible with older vim versionsSterling Hughes2001-10-111-2/+2
* cookiejar now enables the cookie engineDaniel Stenberg2001-10-101-1/+1
* corrected cookie-jar commentDaniel Stenberg2001-10-081-1/+1
* Now we're setting a default domain for received cookies so that we canDaniel Stenberg2001-09-261-5/+10
* Curl_cookie_output() must check that there's a cookie struct present beforeDaniel Stenberg2001-09-101-1/+1
* Added formatting sections for emacs and vimSterling Hughes2001-09-071-0/+8
* cookie jar adjustmentsDaniel Stenberg2001-08-291-39/+60
* improved the testDaniel Stenberg2001-08-261-3/+1
* started working on a function for writing (all) cookies, made it possibleDaniel Stenberg2001-08-231-34/+139
* commented out empty else blocks to shut up pedantic compilersDaniel Stenberg2001-08-141-5/+6
* include strtok.h to get the prototypeDaniel Stenberg2001-05-301-0/+1
* strtok() replaced with strtok_r()Daniel Stenberg2001-05-291-2/+3
* Added Andres' comments about field 2 in netscape cookie filesDaniel Stenberg2001-05-231-1/+12
* Andrés García's netscape cookie file parser fixDaniel Stenberg2001-05-231-2/+12
* Internal symbols that aren't static are now prefixed with 'Curl_'Daniel Stenberg2001-01-051-10/+11
* dual-license fixDaniel Stenberg2001-01-031-0/+22
* Venkataramana Mokkapati corrected a cookie parser bugDaniel Stenberg2000-11-101-1/+1
* added memory debugging include fileDaniel Stenberg2000-10-091-0/+6
* a single cookie does not require a trailing semicolon anymoreDaniel Stenberg2000-09-251-3/+7
* #include "setup.h" moved first of all includesDaniel Stenberg2000-08-241-1/+2
* moved here from the newlib branchDaniel Stenberg2000-05-221-3/+6
* * Made '-' as file name to read cookies from equal stdin.Daniel Stenberg2000-02-101-4/+12
* Added some RFC2109 supportDaniel Stenberg2000-02-011-0/+28
* Initial revisionDaniel Stenberg1999-12-291-0/+457