History log of /curl/ (Results 26751 – 26775 of 33765)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
18f3087a17-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

15bc228a17-Aug-2005 Daniel Stenberg

the SOCKS situation

2b7a38d017-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

90e1a69017-Aug-2005 Daniel Stenberg

remove the typecast to long from time_t, since we now store it as curl_off_t

c36af24c17-Aug-2005 Daniel Stenberg

handles expiry times in cookie files that go beyond 32 bits in size

a676c18517-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 ...

362912ff16-Aug-2005 Gunter Knauf

added curl_mvsnprintf to the export list; I appened to the end cause of the numbering ...

46ff13f216-Aug-2005 Gunter Knauf

added curl_mvsnprintf to the export list.

340a67a616-Aug-2005 Daniel Stenberg

client side fixes

9294c1e716-Aug-2005 Daniel Stenberg

typecase the isspace() argument to int

fd704f8d15-Aug-2005 Daniel Stenberg

recent changes

d9ca915415-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 ...

35110eca13-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 ...

9ad92b3012-Aug-2005 Daniel Stenberg

added test 268 that makes curl -d @nonexisting

2f78c96312-Aug-2005 Daniel Stenberg

clarify

639857ce12-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 ...

162f58c512-Aug-2005 Daniel Stenberg

-H needs no CRLF or similar added

84c4d96e11-Aug-2005 Daniel Stenberg

removed old debug left-over infof() call

c0d343d511-Aug-2005 Daniel Stenberg

do a POST with NTLM and add two custom headers

6d14a80611-Aug-2005 Daniel Stenberg

Added comment about strtoimax()

f451bb7c11-Aug-2005 Gunter Knauf

fix for NetWare crossbuilds to display the right config.h when build on Win32.

20b17d6b10-Aug-2005 Daniel Stenberg

the debug callback was called with CURLINFO_TEXT with the data size one
too big

bb2317b610-Aug-2005 Gunter Knauf

minor Makefile fix.

189461dc10-Aug-2005 Gunter Knauf

minor Makefile fix.

69af552b10-Aug-2005 Gunter Knauf

added some more NetWare targets.

1...<<1071107210731074107510761077107810791080>>...1351