History log of /curl/ (Results 30626 – 30650 of 33763)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
9876ed0926-Feb-2003 Daniel Stenberg

added support for RETRNOSIZE in the control file to tell RETR to not
include size in the 150-reply

17cbbe3d26-Feb-2003 Daniel Stenberg

added a test case for RETR that doesn't get the size in the 150-reply

b995af1726-Feb-2003 Daniel Stenberg

added index.html

6589579826-Feb-2003 Daniel Stenberg

random updates

5ddc260f26-Feb-2003 Daniel Stenberg

No longer loop to read multiple times before returning back from the transfer
function, as this could easily end up looping for a very long time (more or
less until the whole transfer was don

No longer loop to read multiple times before returning back from the transfer
function, as this could easily end up looping for a very long time (more or
less until the whole transfer was done) and no library-using app would want
that.

Found thanks to a report by Kyle Sallee.

show more ...

db5c9cd425-Feb-2003 Daniel Stenberg

updated, now features less mentions about older versions

9b6d010a25-Feb-2003 Daniel Stenberg

better sslcerts link

065b87e924-Feb-2003 Daniel Stenberg

7.10.4-pre2 commit

a6206a3a24-Feb-2003 Daniel Stenberg

Fixes to bring back the the "Expect: 100-continue" functionality. If the
header is used, we must wait for a 100-code (or timeout), before we send the
data. The timeout is merely 1000 ms at th

Fixes to bring back the the "Expect: 100-continue" functionality. If the
header is used, we must wait for a 100-code (or timeout), before we send the
data. The timeout is merely 1000 ms at this point. We may have reason to set
a longer timeout in the future.

show more ...

30639ed724-Feb-2003 Daniel Stenberg

Kjetil Jacobsen found out that setting CURLOPT_MAXCONNECTS to a value higher
than 5 could cause a segfault.

9d02a39e24-Feb-2003 Daniel Stenberg

fixed language for limit-rate

fc0af0d424-Feb-2003 Daniel Stenberg

daily was weekly, added a little thing about feb 2003

a683416021-Feb-2003 Daniel Stenberg

added an EXAMPLE section

9faf57ee17-Feb-2003 Daniel Stenberg

how to disable FTP PORT

44b9ccb717-Feb-2003 Daniel Stenberg

This script clearly misses to remove the build dir at times when it exits,
so we now remove everything matching "build-*" when the script starts.

de003d9c17-Feb-2003 Daniel Stenberg

mention --trace and --trace-ascii in the -v/--versbose section to remind
people how to get even more details shown

8a2a523c14-Feb-2003 Daniel Stenberg

mention more cacert magic

c3dfe50a14-Feb-2003 Daniel Stenberg

Fix Curl_is_connected() even more to deal with waitconnect() return codes
even better (also based on input from Martin).

9659d86214-Feb-2003 Daniel Stenberg

Matthew Clarke built curl on AIX 3.2.5

69ab4cd314-Feb-2003 Daniel Stenberg

include <sys/socket.h> to compile the fd_set stuff properly on all systems

498f398514-Feb-2003 Daniel Stenberg

geterrno() renamed to ourerrno() to prevent the name clash that occurred in
AIX 3.2.5 and possibly other OSF-like system headers.

977175d414-Feb-2003 Daniel Stenberg

Martin C. Martin's fix for multi-interface connects to non-listening ports.

3ddc7b9313-Feb-2003 Daniel Stenberg

Christopher R. Palmer fixed Curl_base64_encode() to deal with zeroes in the
data to encode.

10e9bf6208-Feb-2003 Daniel Stenberg

language

48a5c64e06-Feb-2003 Daniel Stenberg

include stdarg.h since we use va_* stuff

1...<<1221122212231224122512261227122812291230>>...1351