03e4a821 | 22-Aug-2002 |
Daniel Stenberg |
allow undefined symbols! |
6d7785a3 | 21-Aug-2002 |
Daniel Stenberg |
NOSIGNAL, BUFFERSIZE and clarification for the PROGRESSFUNCTION |
904f5793 | 21-Aug-2002 |
Daniel Stenberg |
modified the copyright line and shortened the phrasing in this license to become even shorter, but retaining the same meaning and effect for all users. |
a72d789b | 20-Aug-2002 |
Daniel Stenberg |
Added three more pragmas for MSVC++ compiles. We *really* need these sorted out. I'd prefer to have them all removed and the actual code corrected instead of just diabling the warnings a
Added three more pragmas for MSVC++ compiles. We *really* need these sorted out. I'd prefer to have them all removed and the actual code corrected instead of just diabling the warnings and pretending that they don't exist.
show more ...
|
87ad7ace | 20-Aug-2002 |
Daniel Stenberg |
prevent compiler warnings |
35153eb5 | 20-Aug-2002 |
Daniel Stenberg |
windows has stdlib.h |
c8ee1fa6 | 15-Aug-2002 |
Daniel Stenberg |
modified again to look better HTML converted |
5c1a6ed7 | 15-Aug-2002 |
Daniel Stenberg |
Leonce Limousin pointed out flaws |
9d68fde1 | 14-Aug-2002 |
Daniel Stenberg |
Wez Furlong's ideas and some cleaning up/clarifying |
c7d517f6 | 14-Aug-2002 |
Daniel Stenberg |
re-order the compiler arguments to keep more compiler happy |
183f1531 | 13-Aug-2002 |
Daniel Stenberg |
include curl-includes "local" instead of <curl/foo> |
6dfe0ec3 | 13-Aug-2002 |
Daniel Stenberg |
Sterling Hughes brings the share interface |
8b3f1ceb | 13-Aug-2002 |
Daniel Stenberg |
gethostname is not used anymore so we can stop looking for it! ;-) |
086daf91 | 13-Aug-2002 |
Daniel Stenberg |
mr Hartroth correctly pointed out that poll() isn't really that portable so we need to hack around it when not there |
6a3e2272 | 13-Aug-2002 |
Daniel Stenberg |
check for poll() |
d0e0bf53 | 13-Aug-2002 |
Daniel Stenberg |
change the resolver URL to the work-in-progress library project |
0009e4df | 12-Aug-2002 |
Daniel Stenberg |
7.9.9-pre1 |
30b7a9f1 | 12-Aug-2002 |
Daniel Stenberg |
fixed a Curl_connecthost() bug, we should default to set connected to false |
c74cb59e | 12-Aug-2002 |
Daniel Stenberg |
added comment about CURLOPT_WRITEDATA for directing contents somewhere |
c1f29a8e | 12-Aug-2002 |
Daniel Stenberg |
multi asynch work committed |
cb895ec3 | 12-Aug-2002 |
Daniel Stenberg |
Initial fix to make the multi interface return control while waiting for the initial connect to "come through". This should work fine for connect and for FTP-PASV connects. Needs massive
Initial fix to make the multi interface return control while waiting for the initial connect to "come through". This should work fine for connect and for FTP-PASV connects. Needs massive testing.
show more ...
|
2df4866c | 12-Aug-2002 |
Daniel Stenberg |
redirect stderr to /dev/null when testing for running test-servers |
423a1cf4 | 12-Aug-2002 |
Daniel Stenberg |
CURLOPT_NOSIGNAL added |
7aeb63c8 | 12-Aug-2002 |
Daniel Stenberg |
ignore html too |
476fa1f4 | 08-Aug-2002 |
Daniel Stenberg |
ignore |