- May 10, 2004
-
-
Daniel Stenberg authored
-
- Mar 10, 2004
-
-
Daniel Stenberg authored
result as bool
-
- Feb 26, 2004
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Jan 29, 2004
-
-
Daniel Stenberg authored
warnings. Minor edits by me.
-
- Jan 07, 2004
-
-
Daniel Stenberg authored
-
- Aug 11, 2003
-
-
Daniel Stenberg authored
cookie functions need that. I also fixed the cookie loader to properly load and deal with cookies without contents (or rather with a blank content).
-
- Aug 04, 2003
-
-
Daniel Stenberg authored
which turned up to be due to the number of dots in the 'domain'. I've now made curl follow the the original netscape cookie spec less strict on that part.
-
- Jun 26, 2003
-
-
Daniel Stenberg authored
-
- May 15, 2003
-
-
Daniel Stenberg authored
in memory, only add it when we save the cookie. This makes all tailmatching and domain string matching internally a lot easier. This was also the reason for a remaining bug I introduced in my overhaul.
-
- Apr 30, 2003
-
-
Daniel Stenberg authored
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.
-
- Mar 31, 2003
-
-
Sterling Hughes authored
-
- Jan 29, 2003
-
-
Daniel Stenberg authored
way for emacs, and vim users should provide a similar non-polluting style
-
- Jan 16, 2003
-
-
Daniel Stenberg authored
-
- Oct 28, 2002
-
-
Daniel Stenberg authored
strnequal() when the third argument was strlen(first argument) anyway. This makes it less prone to errors. (Slightly edited by me)
-
- Sep 03, 2002
-
-
Daniel Stenberg authored
-
- Jul 29, 2002
-
-
Daniel Stenberg authored
-
- Jun 11, 2002
-
-
Daniel Stenberg authored
-
- May 07, 2002
-
-
Daniel Stenberg authored
-
- Apr 14, 2002
-
-
Daniel Stenberg authored
contents.
-
- Mar 25, 2002
-
-
Daniel Stenberg authored
-
- Mar 19, 2002
-
-
Daniel Stenberg authored
-
- Feb 27, 2002
-
-
Daniel Stenberg authored
my brain damaged fix to not parse spaces as part of the value is now fixed to instead strip off trailing spaces from values.
-
- Feb 26, 2002
-
-
Daniel Stenberg authored
domain starts with a dot.
-
Daniel Stenberg authored
-
- Jan 07, 2002
-
-
Daniel Stenberg authored
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.
-
Daniel Stenberg authored
cookie list, even though they're not supposed to do that...
-
- Oct 30, 2001
-
-
Daniel Stenberg authored
-
- Oct 24, 2001
-
-
Daniel Stenberg authored
already existing cookie with a new one.
-
- Oct 11, 2001
-
-
Sterling Hughes authored
-
- Oct 10, 2001
-
-
Daniel Stenberg authored
-
- Oct 08, 2001
-
-
Daniel Stenberg authored
-
- Sep 26, 2001
-
-
Daniel Stenberg authored
properly match those cookies in subsequent requests
-
- Sep 10, 2001
-
-
Daniel Stenberg authored
trying to address it!
-
- Sep 07, 2001
-
-
Sterling Hughes authored
-
- Aug 29, 2001
-
-
Daniel Stenberg authored
-
- Aug 26, 2001
-
-
Daniel Stenberg authored
-
- Aug 23, 2001
-
-
Daniel Stenberg authored
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.
-
- Aug 14, 2001
-
-
Daniel Stenberg authored
-
- May 30, 2001
-
-
Daniel Stenberg authored
-