- Aug 17, 2005
-
-
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.
-
- Aug 08, 2005
-
-
Daniel Stenberg authored
-
- Aug 07, 2005
-
-
Daniel Stenberg authored
HTTP proxy if an FTP URL was given. libcurl now properly switches to pure HTTP internally when an HTTP proxy is used, even for FTP URLs. The problem would also occur with other multi-pass auth methods.
-
Daniel Stenberg authored
--features was used
-
Daniel Stenberg authored
not!
-
Daniel Stenberg authored
-
- Aug 04, 2005
-
-
Daniel Stenberg authored
outputs (nil) and not a 0x0 or similar.
-
Daniel Stenberg authored
-
- Aug 01, 2005
-
-
Daniel Stenberg authored
-
- Jul 30, 2005
-
-
Daniel Stenberg authored
in any specific release.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Jul 28, 2005
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
modifies it
-