Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-01-07 | As identified in bug report #495290, the last "name=value" pair in a | Daniel Stenberg | |
Set-Cookie: line was ignored if they didn't end with a trailing semicolon. This is indeed wrong syntax, but there are high-profile web sites out there sending cookies like that so we must make a best-effort to parse them. | |||
2002-01-07 | added precautions to not go insane when two matching cookies end up in the | Daniel Stenberg | |
cookie list, even though they're not supposed to do that... | |||
2001-10-30 | prevent strdup()ing NULL -- Paul Harrington's report | Daniel Stenberg | |
2001-10-24 | T. Bharath found this memory leak. It occurs when we replace an internally | Daniel Stenberg | |
already existing cookie with a new one. | |||
2001-10-11 | looks nicer and is better compatible with older vim versions | Sterling Hughes | |
2001-10-10 | cookiejar now enables the cookie engine | Daniel Stenberg | |
2001-10-08 | corrected cookie-jar comment | Daniel Stenberg | |
2001-09-26 | Now we're setting a default domain for received cookies so that we can | Daniel Stenberg | |
properly match those cookies in subsequent requests | |||
2001-09-10 | Curl_cookie_output() must check that there's a cookie struct present before | Daniel Stenberg | |
trying to address it! | |||
2001-09-07 | Added formatting sections for emacs and vim | Sterling Hughes | |
2001-08-29 | cookie jar adjustments | Daniel Stenberg | |
2001-08-26 | improved the test | Daniel Stenberg | |
2001-08-23 | started working on a function for writing (all) cookies, made it possible | Daniel Stenberg | |
to read multiple cookie files, no longer writes to the URL string passed to the _add() function. The new stuff is now conditionally compiled on the COOKIE define. Changed the _init() proto. | |||
2001-08-14 | commented out empty else blocks to shut up pedantic compilers | Daniel Stenberg | |
2001-05-30 | include strtok.h to get the prototype | Daniel Stenberg | |
2001-05-29 | strtok() replaced with strtok_r() | Daniel Stenberg | |
2001-05-23 | Added Andres' comments about field 2 in netscape cookie files | Daniel Stenberg | |
2001-05-23 | Andrés García's netscape cookie file parser fix | Daniel Stenberg | |
2001-01-05 | Internal symbols that aren't static are now prefixed with 'Curl_' | Daniel Stenberg | |
2001-01-03 | dual-license fix | Daniel Stenberg | |
2000-11-10 | Venkataramana Mokkapati corrected a cookie parser bug | Daniel Stenberg | |
2000-10-09 | added memory debugging include file | Daniel Stenberg | |
2000-09-25 | a single cookie does not require a trailing semicolon anymore | Daniel Stenberg | |
2000-08-24 | #include "setup.h" moved first of all includes | Daniel Stenberg | |
2000-05-22 | moved here from the newlib branch | Daniel Stenberg | |
2000-02-10 | * Made '-' as file name to read cookies from equal stdin. | Daniel Stenberg | |
* I hope I finally removed 'empty cookies' crash | |||
2000-02-01 | Added some RFC2109 support | Daniel Stenberg | |
1999-12-29 | Initial revision | Daniel Stenberg | |