- Mar 31, 2005
-
-
Daniel Stenberg authored
-
- Mar 04, 2005
-
-
Daniel Stenberg authored
the cookie "engine" without having to provide an empty or non-existing file.
-
- Dec 22, 2004
-
-
Daniel Stenberg authored
version attribute set.
-
- Dec 05, 2004
-
-
Daniel Stenberg authored
libcurl without cookie support. This is mainly useful if you want to build a minimalistic libcurl with no cookies support at all. Like for embedded systems or similar.
-
- Oct 16, 2004
-
-
Daniel Stenberg authored
-
- Oct 06, 2004
-
-
Daniel Stenberg authored
-
- Oct 03, 2004
-
-
Daniel Stenberg authored
data as 'char *' and that makes us pass in negative values if there is 8bit data in the string. Changing to unsigned causes too much warnings or too many required typecasts to the normal string functions.
-
- Sep 13, 2004
-
-
Daniel Stenberg authored
-
- Aug 04, 2004
-
-
Daniel Stenberg authored
-
- Jul 26, 2004
-
-
Daniel Stenberg authored
-
- Jun 30, 2004
-
-
Daniel Stenberg authored
instead
-
- Jun 22, 2004
-
-
Daniel Stenberg authored
contain least 4096 bytes while libcurl only allowed 2047. I raised the limit to 4999 now and made the used buffer get malloc()ed instead of simply allocated on stack as before.
-
- May 21, 2004
-
-
Daniel Stenberg authored
set to the domain .a.b.c (that is with a dot prefix). This is now fixed and test case 171 verifies it.
-
- May 12, 2004
-
-
Daniel Stenberg authored
to deliver
-
- May 11, 2004
-
-
Daniel Stenberg authored
memory.h is included everywhere for this.
-
- 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
-