7ce51870 | 04-Jan-2001 |
Daniel Stenberg |
filled in info what happens if the same options are used multiple times |
10272550 | 04-Jan-2001 |
Daniel Stenberg |
new license files |
784f57f9 | 04-Jan-2001 |
Daniel Stenberg |
configure now finds the correct version number even if invoked from outside the source-tree |
24dee483 | 03-Jan-2001 |
Daniel Stenberg |
dual-license fix |
887e728b | 03-Jan-2001 |
Daniel Stenberg |
cleanup-commit |
c03e0074 | 03-Jan-2001 |
Daniel Stenberg |
ftp commands are now sent single-write() |
0d12c567 | 03-Jan-2001 |
Daniel Stenberg |
Added -i to allow ingore-patterns to get added |
880208c5 | 03-Jan-2001 |
Daniel Stenberg |
only add good links as root links don't break the loop on root link errors |
f4acbed2 | 30-Dec-2000 |
Daniel Stenberg |
ftpsendf() is remade to send the entire command in one write(), as some firewalls (like FW-1) seems to dislike split-up writes at times... |
910fc852 | 30-Dec-2000 |
Daniel Stenberg |
Added '5.4 Does libcurl do Winsock initing on win32 systems?' |
6d90be07 | 19-Dec-2000 |
Daniel Stenberg |
multi doc lib support SSL session id support |
3d8bb1c2 | 19-Dec-2000 |
Daniel Stenberg |
include unistd.h if present to prevent compiler warnings on close() |
1c8121a8 | 19-Dec-2000 |
Daniel Stenberg |
removed debug output |
0db48a81 | 19-Dec-2000 |
Daniel Stenberg |
analyzes fopen() leaks as well |
5594741a | 19-Dec-2000 |
Daniel Stenberg |
Added fopen() and fclose() leak tracking |
cbaeed72 | 19-Dec-2000 |
Daniel Stenberg |
updated email and web site |
6d7587d3 | 19-Dec-2000 |
Daniel Stenberg |
configure fix, two -O fixes |
9ee94b3d | 19-Dec-2000 |
Daniel Stenberg |
fixed a leaked file descriptor when PORT failed |
2c100371 | 19-Dec-2000 |
Daniel Stenberg |
NTLM details added |
184ad46a | 18-Dec-2000 |
Daniel Stenberg |
fixed accept() for memory debugging |
74d35416 | 16-Dec-2000 |
Daniel Stenberg |
changed the return code checker in the quote command send to only fail on >= 400 errors |
2fff6a4b | 16-Dec-2000 |
Daniel Stenberg |
Added Kermit and link |
bf43b49a | 14-Dec-2000 |
Daniel Stenberg |
added socket() / sclose() checks to the memdebug system |
6ad9bd80 | 14-Dec-2000 |
Daniel Stenberg |
crawls through a whole site and verifies links |
ec5ac82c | 14-Dec-2000 |
Daniel Stenberg |
How do a fetch multiple files with libcurl? |