aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-06-20Refactor how libraries are checked for connect() function,Yang Tse
2009-06-20Remove unneeded defines.Gisle Vanem
2009-06-20Use select_s() and not select().Gisle Vanem
2009-06-20avoid pressanykey() call when curl finishes and was launched from bash.Gunter Knauf
2009-06-19fix indentation.Michal Marek
2009-06-19sclose() function-like macro definition used to close a socket,Yang Tse
2009-06-18add CloseSocket camel case function checkYang Tse
2009-06-17check for socket() and closesocket() as it is done for other functionsYang Tse
2009-06-17socket() and closesocket() prototypes might be in socket.hYang Tse
2009-06-17check for socket() and closesocket() as it is done for other functionsYang Tse
2009-06-17Added a few more compiler warning options for gcc.Dan Fandrich
2009-06-16- Reuven Wachtfogel made curl -o - properly produce a binary output on windowsDaniel Stenberg
2009-06-16- When doing non-anonymous ftp via http proxies and the password is notMichal Marek
2009-06-16fix compiler warningYang Tse
2009-06-15fixed TRUE/FALSE case typo.Gunter Knauf
2009-06-15- Eric Wong's patch:Daniel Stenberg
2009-06-15curl_multi_socket_action() is the one to use nowadays, as Mohun BiswasDaniel Stenberg
2009-06-15Replaced use of standard C library rand()/srand() by our own pseudo-random nu...Patrick Monnerat
2009-06-15DEBUGBUILD / CURLDEBUG decoupling follow-upYang Tse
2009-06-15 DEBUGBUILD / CURLDEBUG decoupling follow-upYang Tse
2009-06-13Remove HAVE_CONFIG_H definition from here,Yang Tse
2009-06-13add default USE_CURLDEBUG settingYang Tse
2009-06-13initial step towards decoupling c-ares from libcurl for DOSYang Tse
2009-06-13improve usability with UNIX-like shells or a DOS command interpretersYang Tse
2009-06-13don't ignore these subdirs, they must be removed firstYang Tse
2009-06-13Remove DEBUGBUILD symbol definition, is not required for programs using the l...Yang Tse
2009-06-13DEBUGBUILD symbol definition for debug buildsYang Tse
2009-06-13ignore some subdirsYang Tse
2009-06-13fix commentYang Tse
2009-06-12Try to make more clear that --enable-curldebug has nothing to do with --enabl...Yang Tse
2009-06-12Revert last change, it is inappropriate.Yang Tse
2009-06-12Replace CURLDEBUG with DEBUGBUILD.Gisle Vanem
2009-06-12fix compiler warningYang Tse
2009-06-12Fixed to take in account the different interpretation of doubleYang Tse
2009-06-12include <limits.h> for INT_MAX definitionYang Tse
2009-06-12fix compiler warningYang Tse
2009-06-11fix compiler warningYang Tse
2009-06-11when running automake copy missing files instead of symlinking themYang Tse
2009-06-11DOS adjustmentsYang Tse
2009-06-11added header inclusion guardYang Tse
2009-06-11mention configure --enable-curldebug decoupled from --enable-debugYang Tse
2009-06-11changed testcurl script to allow building test harnessYang Tse
2009-06-10- Fabian Keil ran clang on the (lib)curl code, found a bunch of warnings andDaniel Stenberg
2009-06-10extended the CURLOPT_HEADERFUNCTION description with Aaron Oneal's helpDaniel Stenberg
2009-06-10VMS adjustmentsYang Tse
2009-06-10ENH: extract version from curlver.hBill Hoffman
2009-06-10VMS adjustmentYang Tse
2009-06-10fix language in commentYang Tse
2009-06-10TrackMemory is another feature not supported by curl-configYang Tse
2009-06-10Adjusted to take in account that...Yang Tse