9876ed09 | 26-Feb-2003 |
Daniel Stenberg |
added support for RETRNOSIZE in the control file to tell RETR to not include size in the 150-reply |
17cbbe3d | 26-Feb-2003 |
Daniel Stenberg |
added a test case for RETR that doesn't get the size in the 150-reply |
b995af17 | 26-Feb-2003 |
Daniel Stenberg |
added index.html |
65895798 | 26-Feb-2003 |
Daniel Stenberg |
random updates |
5ddc260f | 26-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 ...
|
db5c9cd4 | 25-Feb-2003 |
Daniel Stenberg |
updated, now features less mentions about older versions |
9b6d010a | 25-Feb-2003 |
Daniel Stenberg |
better sslcerts link |
065b87e9 | 24-Feb-2003 |
Daniel Stenberg |
7.10.4-pre2 commit |
a6206a3a | 24-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 ...
|
30639ed7 | 24-Feb-2003 |
Daniel Stenberg |
Kjetil Jacobsen found out that setting CURLOPT_MAXCONNECTS to a value higher than 5 could cause a segfault. |
9d02a39e | 24-Feb-2003 |
Daniel Stenberg |
fixed language for limit-rate |
fc0af0d4 | 24-Feb-2003 |
Daniel Stenberg |
daily was weekly, added a little thing about feb 2003 |
a6834160 | 21-Feb-2003 |
Daniel Stenberg |
added an EXAMPLE section |
9faf57ee | 17-Feb-2003 |
Daniel Stenberg |
how to disable FTP PORT |
44b9ccb7 | 17-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. |
de003d9c | 17-Feb-2003 |
Daniel Stenberg |
mention --trace and --trace-ascii in the -v/--versbose section to remind people how to get even more details shown |
8a2a523c | 14-Feb-2003 |
Daniel Stenberg |
mention more cacert magic |
c3dfe50a | 14-Feb-2003 |
Daniel Stenberg |
Fix Curl_is_connected() even more to deal with waitconnect() return codes even better (also based on input from Martin). |
9659d862 | 14-Feb-2003 |
Daniel Stenberg |
Matthew Clarke built curl on AIX 3.2.5 |
69ab4cd3 | 14-Feb-2003 |
Daniel Stenberg |
include <sys/socket.h> to compile the fd_set stuff properly on all systems |
498f3985 | 14-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. |
977175d4 | 14-Feb-2003 |
Daniel Stenberg |
Martin C. Martin's fix for multi-interface connects to non-listening ports. |
3ddc7b93 | 13-Feb-2003 |
Daniel Stenberg |
Christopher R. Palmer fixed Curl_base64_encode() to deal with zeroes in the data to encode. |
10e9bf62 | 08-Feb-2003 |
Daniel Stenberg |
language |
48a5c64e | 06-Feb-2003 |
Daniel Stenberg |
include stdarg.h since we use va_* stuff |