summaryrefslogtreecommitdiff
path: root/lib/cookie.c
Commit message (Expand)AuthorAgeFilesLines
* 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