- Aug 19, 2005
-
-
Daniel Stenberg authored
one!
-
Daniel Stenberg authored
is due to now using emacs to sort but I'm not in a mood to fix it better just now.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
The CONNECT problem is now bug #25 planned to get fixed in next release.
-
- Aug 18, 2005
-
-
Guenter Knauf authored
-
Guenter Knauf authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
fixed after 7.14.1
-
Daniel Stenberg authored
-
- Aug 17, 2005
-
-
Daniel Stenberg authored
we have a fancier valgrind error parser these days and it seems to work rather well
-
Daniel Stenberg authored
-
Daniel Stenberg authored
true since the getdate() parser code rewrite
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
CURLOPT_COOKIEFILE), add a cookie (with CURLOPT_COOKIELIST), tell it to write the result to a given cookie jar and then never actually call curl_easy_perform() - the given file(s) to read was never read but the output file was written and thus it caused a "funny" result. - While doing some tests for the bug above, I noticed that Firefox generates large numbers (for the expire time) in the cookies.txt file and libcurl didn't treat them properly. Now it does.
-
- Aug 16, 2005
-
-
Guenter Knauf authored
-
Guenter Knauf authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Aug 15, 2005
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
fails to open/read files etc to help users diagnose why it doesn't do what you'd expect it to. Converted lots of old messages to use the new generic function I wrote for this purpose.
-
- Aug 13, 2005
-
-
Daniel Stenberg authored
site responds with bad HTTP response that doesn't contain any header at all, only a response body, and the write callback returns 0 to abort the transfer, it didn't have any real effect but the write callback would be called once more anyway.
-
- Aug 12, 2005
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
converts the request to a GET, but now instead makes it a POST of no data o The time condition illegal syntax warning is now inhibited if -s is used.
-
Daniel Stenberg authored
-
- Aug 11, 2005
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Guenter Knauf authored
-
- Aug 10, 2005
-
-
Daniel Stenberg authored
too big
-
Guenter Knauf authored
-
Guenter Knauf authored
-
Guenter Knauf authored
-
Guenter Knauf authored
-
Guenter Knauf authored
-
Guenter Knauf authored
-
Guenter Knauf authored
-
- Aug 09, 2005
-
-
Daniel Stenberg authored
zone name of a daylight savings time was used. For example, PDT vs PDS. This flaw was introduced with the new date parser (11 sep 2004 - 7.12.2). Fortunately, no web server or cookie string etc should be using such time zone names thus limiting the effect of this bug.
-