aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-02-04added the sharing of DNS cacheJean-Philippe Barette-LaPierre
2003-02-04VMS has setjmp.hDaniel Stenberg
2003-02-04Nico Baggus updated build script for VMSDaniel Stenberg
2003-02-04assume zlib 1.1.4 - pointed out by Kevin RothDaniel Stenberg
2003-02-04HAVE_LIBZ is the actual name of the define we useDaniel Stenberg
2003-02-04make it more obvious what this is by not even trying to show a manualDaniel Stenberg
2003-02-04James Bursa corrected a bad commentDaniel Stenberg
2003-02-04fixes during the last couple of daysDaniel Stenberg
2003-02-04Improved error reporting in case of bad SSL_connect()s, and we also noDaniel Stenberg
longer use the SSL functions that store the error message in a static buffer since that is not very multi-thread friendly.
2003-02-03scan through the PATH as well, to find stunnelDaniel Stenberg
2003-02-03Julian Noble pointed out that capath is indeed working fine on WindowsDaniel Stenberg
these days since the c_rehash tool is written (fixed) to do the proper action even on file systems that don't support symlinks.
2003-01-31Kevin Roth corrected the zlib stuff to work better.Daniel Stenberg
2003-01-30don't check for the CA cert bundle if --insecure is usedDaniel Stenberg
2003-01-30typecast the argument to isspace() to an int to prevent warnings on someDaniel Stenberg
compilers
2003-01-30curl now uses stricter VERIFYHOST by default and only uses a lesser checkDaniel Stenberg
if --insecure is used. Reported by Hamish Mackenzie.
2003-01-30Fixes bug #669059. We now extract the Content-Type better and more accurate.Daniel Stenberg
2003-01-30test case 57 - verifies that the Content-Type extraction does not stop onDaniel Stenberg
the first space anymore but cuts off the trailing spaces only. Bug report #669059.
2003-01-29changes from the last week or soDaniel Stenberg
2003-01-29HAVE_WRITABLE_ARGV is set if argv[] is writable on the system, and thenDaniel Stenberg
we attempt to hide some of the more sensitive command line arguments
2003-01-29John McGowan found a problem where the DEBUGFUNCTION was called with badDaniel Stenberg
data on uploads.
2003-01-29add the new emacs file and removed the former oneDaniel Stenberg
2003-01-29example showing how a .emacs using curl-style.el could look like, thanksDaniel Stenberg
to Mats Lidell for awesome elisp hacking!
2003-01-29this is the former emacs file we no longer use, go with curl-style.el andDaniel Stenberg
be happy!
2003-01-29reset conn->size to -1 on the ftp-do function to make it not go on toDaniel Stenberg
ftp_done() with the previous transfer's value, as Dave Halbakken found out. He also verified this fixed corrected the problem.
2003-01-29previous changesDaniel Stenberg
2003-01-29removed the local variables for emacs and vim, use the new sample.emacsDaniel Stenberg
way for emacs, and vim users should provide a similar non-polluting style
2003-01-29removed weirdo {{{ and }}} commentsDaniel Stenberg
removed emacs local-variables stuff
2003-01-28the README.curl is named MANUAL these daysDaniel Stenberg
2003-01-28revised and betterDaniel Stenberg
2003-01-27removed -Wcast-align from --enable-debug with gcc, it just gives too manyDaniel Stenberg
warnings that I can't be concerned about at this point.
2003-01-27Removed the long-living compiler warnings on the des_pcbc_encrypt() functionDaniel Stenberg
calls!
2003-01-27tests that were not run due to restraints (the netrc-tests) were countedDaniel Stenberg
as skipped twice, and thus the total number of tests appeared wrong
2003-01-27made it workDaniel Stenberg
made it cause less compiler warnings made it require 7.9.7 to build
2003-01-24Bertrand Demiddelaer found and fixed this memory leak.Daniel Stenberg
2003-01-23string.h keeps the proto for memset() on some platforms, used for FD_ZERODaniel Stenberg
2003-01-23added a default to the switch() in order to prevent a compiler warningDaniel Stenberg
2003-01-23fix the configure option queryDaniel Stenberg
2003-01-23mention what kind of error you may get if this is not followedDaniel Stenberg
2003-01-23spellDaniel Stenberg
2003-01-23This is the new Emacs style for curl hacking, based on work written byDaniel Stenberg
Mats Lidell in project Rockbox.
2003-01-23Duncan Wilcox reported a crash with --interface on FreeBSD when ipv6-enabledDaniel Stenberg
and this has been verified to correct the problem.
2003-01-22oops, broken comment fixedDaniel Stenberg
2003-01-22extern C this to work in C++ conditionsDaniel Stenberg
2003-01-22reversed the actions on the cmp check for detecting if we're re-runningDaniel Stenberg
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.
2003-01-22use LANG set to C to prevent localized dates etcDaniel Stenberg
2003-01-22pass the options to configure properlyDaniel Stenberg
2003-01-22check for empty confopts before asking for itDaniel Stenberg
2003-01-22put the configure options in the setup file was wellDaniel Stenberg
make -i show lib/config.h and some initial checks to prevent this running multiple times without the CVS having changed
2003-01-21updated copyright yearsDaniel Stenberg
2003-01-21when a chunked error is noticed, store the error number in the error stringDaniel Stenberg
to enable better error-tracking