18f3087a | 17-Aug-2005 |
Daniel Stenberg |
removed issue 20 that was about valgrind complaints on other libs/parts, as we have a fancier valgrind error parser these days and it seems to work rather well |
15bc228a | 17-Aug-2005 |
Daniel Stenberg |
the SOCKS situation |
2b7a38d0 | 17-Aug-2005 |
Daniel Stenberg |
removed old info about curl_getdate() just simply isn't true and hasn't been true since the getdate() parser code rewrite |
90e1a690 | 17-Aug-2005 |
Daniel Stenberg |
remove the typecast to long from time_t, since we now store it as curl_off_t |
c36af24c | 17-Aug-2005 |
Daniel Stenberg |
handles expiry times in cookie files that go beyond 32 bits in size |
a676c185 | 17-Aug-2005 |
Daniel Stenberg |
- Jeff Pohlmeyer found out that if you ask libcurl to load a cookiefile (with CURLOPT_COOKIEFILE), add a cookie (with CURLOPT_COOKIELIST), tell it to write the result to a given cookie ja
- Jeff Pohlmeyer found out that if you ask libcurl to load a cookiefile (with 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.
show more ...
|
362912ff | 16-Aug-2005 |
Gunter Knauf |
added curl_mvsnprintf to the export list; I appened to the end cause of the numbering ... |
46ff13f2 | 16-Aug-2005 |
Gunter Knauf |
added curl_mvsnprintf to the export list. |
340a67a6 | 16-Aug-2005 |
Daniel Stenberg |
client side fixes |
9294c1e7 | 16-Aug-2005 |
Daniel Stenberg |
typecase the isspace() argument to int |
fd704f8d | 15-Aug-2005 |
Daniel Stenberg |
recent changes |
d9ca9154 | 15-Aug-2005 |
Daniel Stenberg |
Added more verbose "warning" messages to the curl client for cases where it fails to open/read files etc to help users diagnose why it doesn't do what you'd expect it to. Converted lots of ol
Added more verbose "warning" messages to the curl client for cases where it 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.
show more ...
|
35110eca | 13-Aug-2005 |
Daniel Stenberg |
James Bursa identified a libcurl HTTP bug and a good way to repeat it. If a site responds with bad HTTP response that doesn't contain any header at all, only a response body, and the write ca
James Bursa identified a libcurl HTTP bug and a good way to repeat it. If a 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.
show more ...
|
9ad92b30 | 12-Aug-2005 |
Daniel Stenberg |
added test 268 that makes curl -d @nonexisting |
2f78c963 | 12-Aug-2005 |
Daniel Stenberg |
clarify |
639857ce | 12-Aug-2005 |
Daniel Stenberg |
o curl -d @filename when 'filename' was not possible to access no longer converts the request to a GET, but now instead makes it a POST of no data o The time condition illegal syntax warnin
o curl -d @filename when 'filename' was not possible to access no longer 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.
show more ...
|
162f58c5 | 12-Aug-2005 |
Daniel Stenberg |
-H needs no CRLF or similar added |
84c4d96e | 11-Aug-2005 |
Daniel Stenberg |
removed old debug left-over infof() call |
c0d343d5 | 11-Aug-2005 |
Daniel Stenberg |
do a POST with NTLM and add two custom headers |
6d14a806 | 11-Aug-2005 |
Daniel Stenberg |
Added comment about strtoimax() |
f451bb7c | 11-Aug-2005 |
Gunter Knauf |
fix for NetWare crossbuilds to display the right config.h when build on Win32. |
20b17d6b | 10-Aug-2005 |
Daniel Stenberg |
the debug callback was called with CURLINFO_TEXT with the data size one too big |
bb2317b6 | 10-Aug-2005 |
Gunter Knauf |
minor Makefile fix. |
189461dc | 10-Aug-2005 |
Gunter Knauf |
minor Makefile fix. |
69af552b | 10-Aug-2005 |
Gunter Knauf |
added some more NetWare targets. |