89934239 | 29-Jan-2003 |
Daniel Stenberg |
reset conn->size to -1 on the ftp-do function to make it not go on to ftp_done() with the previous transfer's value, as Dave Halbakken found out. He also verified this fixed corrected the pro
reset conn->size to -1 on the ftp-do function to make it not go on to ftp_done() with the previous transfer's value, as Dave Halbakken found out. He also verified this fixed corrected the problem.
show more ...
|
8986037f | 29-Jan-2003 |
Daniel Stenberg |
previous changes |
a7c72b7a | 29-Jan-2003 |
Daniel Stenberg |
removed the local variables for emacs and vim, use the new sample.emacs way for emacs, and vim users should provide a similar non-polluting style |
409ac807 | 29-Jan-2003 |
Daniel Stenberg |
removed weirdo {{{ and }}} comments removed emacs local-variables stuff |
fc7bebdf | 28-Jan-2003 |
Daniel Stenberg |
the README.curl is named MANUAL these days |
ca525495 | 28-Jan-2003 |
Daniel Stenberg |
revised and better |
8948a656 | 27-Jan-2003 |
Daniel Stenberg |
removed -Wcast-align from --enable-debug with gcc, it just gives too many warnings that I can't be concerned about at this point. |
b4e33cfc | 27-Jan-2003 |
Daniel Stenberg |
Removed the long-living compiler warnings on the des_pcbc_encrypt() function calls! |
86742e83 | 27-Jan-2003 |
Daniel Stenberg |
tests that were not run due to restraints (the netrc-tests) were counted as skipped twice, and thus the total number of tests appeared wrong |
173b35ea | 27-Jan-2003 |
Daniel Stenberg |
made it work made it cause less compiler warnings made it require 7.9.7 to build |
2b054e53 | 24-Jan-2003 |
Daniel Stenberg |
Bertrand Demiddelaer found and fixed this memory leak. |
a302ff16 | 23-Jan-2003 |
Daniel Stenberg |
string.h keeps the proto for memset() on some platforms, used for FD_ZERO |
f7bb4e61 | 23-Jan-2003 |
Daniel Stenberg |
added a default to the switch() in order to prevent a compiler warning |
5c548991 | 23-Jan-2003 |
Daniel Stenberg |
fix the configure option query |
5627cf71 | 23-Jan-2003 |
Daniel Stenberg |
mention what kind of error you may get if this is not followed |
c05dae4a | 23-Jan-2003 |
Daniel Stenberg |
spell |
57e61e37 | 23-Jan-2003 |
Daniel Stenberg |
This is the new Emacs style for curl hacking, based on work written by Mats Lidell in project Rockbox. |
a6c395c1 | 23-Jan-2003 |
Daniel Stenberg |
Duncan Wilcox reported a crash with --interface on FreeBSD when ipv6-enabled and this has been verified to correct the problem. |
543e0b1e | 22-Jan-2003 |
Daniel Stenberg |
oops, broken comment fixed |
64b0ff87 | 22-Jan-2003 |
Daniel Stenberg |
extern C this to work in C++ conditions |
a034208a | 22-Jan-2003 |
Daniel Stenberg |
reversed the actions on the cmp check for detecting if we're re-running a test on the same CVS setup as previous, as they seemed to be wrong. We're not actually using the result for anyt
reversed the actions on the cmp check for detecting if we're re-running a test on the same CVS setup as previous, as they seemed to be wrong. We're not actually using the result for anything at this point though.
show more ...
|
5f125158 | 22-Jan-2003 |
Daniel Stenberg |
use LANG set to C to prevent localized dates etc |
6f6cffdc | 22-Jan-2003 |
Daniel Stenberg |
pass the options to configure properly |
21a98ef2 | 22-Jan-2003 |
Daniel Stenberg |
check for empty confopts before asking for it |
aa904364 | 22-Jan-2003 |
Daniel Stenberg |
put the configure options in the setup file was well make -i show lib/config.h and some initial checks to prevent this running multiple times without the CVS having changed |