Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-08-11 | the new cookie functions that require 'data' passed in | Daniel Stenberg | |
2003-04-30 | Many cookie fixes: | Daniel Stenberg | |
o Save domains in jars like Mozilla does. It means all domains set in Set-Cookie: headers are dot-prefixed. o Save and use the 'tailmatch' field in the Mozilla/Netscape cookie jars (the second column). o Reject cookies using illegal domains in the Set-Cookie: line. Concerns both domains with too few dots or domains that are outside the currently operating server host's domain. o Set the path part by default to the one used in the request, if none was set in the Set-Cookie line. | |||
2003-01-16 | copyright year update in the source header | Daniel Stenberg | |
2002-09-03 | updated source code boilerplate/header | Daniel Stenberg | |
2002-05-07 | support for ingoring session cookies added | Daniel Stenberg | |
2002-03-19 | copyright string (year) update | Daniel Stenberg | |
2002-02-20 | Nico Baggus' VMS tweaks | 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-08-29 | cookie jar adjustments | 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-01-05 | Internal symbols that aren't static are now prefixed with 'Curl_' | Daniel Stenberg | |
2001-01-03 | dual-license fix | Daniel Stenberg | |
2000-02-01 | Added some RFC2109 support | Daniel Stenberg | |
1999-12-29 | Initial revision | Daniel Stenberg | |