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