aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2003-01-30curl now uses stricter VERIFYHOST by default and only uses a lesser checkDaniel Stenberg
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
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
2003-01-29John McGowan found a problem where the DEBUGFUNCTION was called with badDaniel Stenberg
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
2003-01-29this is the former emacs file we no longer use, go with curl-style.el andDaniel Stenberg
2003-01-29reset conn->size to -1 on the ftp-do function to make it not go on toDaniel Stenberg
2003-01-29previous changesDaniel Stenberg
2003-01-29removed the local variables for emacs and vim, use the new sample.emacsDaniel Stenberg
2003-01-29removed weirdo {{{ and }}} commentsDaniel Stenberg
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
2003-01-27Removed the long-living compiler warnings on the des_pcbc_encrypt() functionDaniel Stenberg
2003-01-27tests that were not run due to restraints (the netrc-tests) were countedDaniel Stenberg
2003-01-27made it workDaniel Stenberg
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
2003-01-23Duncan Wilcox reported a crash with --interface on FreeBSD when ipv6-enabledDaniel Stenberg
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
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
2003-01-21updated copyright yearsDaniel Stenberg
2003-01-21when a chunked error is noticed, store the error number in the error stringDaniel Stenberg
2003-01-21skip the chmodDaniel Stenberg
2003-01-21run 'make test-full' instead of 'make test' to get more details in case ofDaniel Stenberg
2003-01-21make test-full in the root dir should run verbose tests but not stop onDaniel Stenberg
2003-01-21use 'make test-full' instead of only 'make test' as it gives a lot of moreDaniel Stenberg
2003-01-21Added a 'test-full' target to run the tests in verbose mode.Daniel Stenberg
2003-01-21pass srcdir to the ftps-server as wellDaniel Stenberg
2003-01-21runtests.pl now passes the sourcedir path to the httpsserver.pl scriptDaniel Stenberg
2003-01-21automake 1.5 should be enoughDaniel Stenberg
2003-01-20use process id in build directory name to do betterDaniel Stenberg
2003-01-20first attempt at script for distributed testing on various unix hostsDaniel Stenberg
2003-01-20output summary with easy identifyable string prefixesDaniel Stenberg