aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-11-18Make memory tracking system intolerant with zero sized malloc(),Yang Tse
2009-11-18Make usage of calloc()'s arguments consistent with rest of code baseYang Tse
2009-11-18workaround icc 9.1 optimizer issueYang Tse
2009-11-17- Constantine Sapuntzakis provided another fix for the DNS cache that couldDaniel Stenberg
2009-11-17- Marc Kleine-Budde fixed: curl saved the LDFLAGS set during configure intoDaniel Stenberg
2009-11-16Add icc fvisibility bug testYang Tse
2009-11-16Fix icc 9.0 compiler warning: external definition with no prior declarationYang Tse
2009-11-16Update serial numberYang Tse
2009-11-16Fix three var namesYang Tse
2009-11-16Add check for assert.h header fileYang Tse
2009-11-15- David Byron improved the configure script to use pkg-config to find OpenSSLKamil Dudka
2009-11-15getaddrinfo is fully thread safe on solaris versions whichYang Tse
2009-11-15Client certificate ENG file type requires OpenSSL 0.9.7 or newerYang Tse
2009-11-15Remove files generated on previous buildconf/configure runYang Tse
2009-11-15Add a couple of renamed files to the removal listYang Tse
2009-11-15Remove enable-thread / disable-thread configure option. These were only placeboYang Tse
2009-11-14Added '--configure' option to curl-config to display original configure argum...Claes Jakobsson
2009-11-14Refactor how preprocessor symbol _THREAD_SAFE definition is done.Yang Tse
2009-11-14OpenSSL 0.9.7 or newer required for ENGINE_CTRL_GET_CMD_FROM_NAME definitionYang Tse
2009-11-14- Claes Jakobsson restored the configure functionality to detect NSS whenDaniel Stenberg
2009-11-14- Camille Moncelier added support for the file type SSL_FILETYPE_ENGINE forDaniel Stenberg
2009-11-14- Constantine Sapuntzakis provided the fix that ensures that an SSL connectionYang Tse
2009-11-13Assume that getaddrinfo is thread safe, unless hard codedYang Tse
2009-11-13Related with the threadsafe capability of getaddrinfo:Yang Tse
2009-11-12AIX 5.2 and newer have threadsafe getaddrinfo.Yang Tse
2009-11-12HP-UX 11.11 and later have threadsafe getaddrinfoYang Tse
2009-11-12Constantine Sapuntzakis patch for hostip.cYang Tse
2009-11-12Check if getaddrinfo is threadsafe when function check allows it to be usedYang Tse
2009-11-12Add missing variable initializationYang Tse
2009-11-12- libcurl-NSS now tries to reconnect with TLS disabled in case it detectsKamil Dudka
2009-11-12- Kevin Baughman provided a fix preventing libcurl-NSS from crash on doublyKamil Dudka
2009-11-12Make hostip.c compile againYang Tse
2009-11-11Made the path to the binaries absoluteDan Fandrich
2009-11-11Add last change creditYang Tse
2009-11-11- Marco Maggi reported that compilation failed when configured --with-gssapiYang Tse
2009-11-11NSS SSL connections are also blockingDaniel Stenberg
2009-11-11- Constantine Sapuntzakis posted bug #2891595Daniel Stenberg
2009-11-11- Christian Schmitz noticed that the progress meter/callback was not properlyDaniel Stenberg
2009-11-11Renamed fpGetNetworkParams and fpSystemFunction036 to avoid namespace polluti...Yang Tse
2009-11-11Add kernel32.libYang Tse
2009-11-10Mention last changesYang Tse
2009-11-10Reinstate copyright symbol lost in previous commitYang Tse
2009-11-10Make some strings different in resource file for debug or release buildsYang Tse
2009-11-10Ignore more subdirsYang Tse
2009-11-10Fix compiler warning: conditional expression is constantYang Tse
2009-11-10Sync linker and resource compiler options with Makefile.msvcYang Tse
2009-11-09Follow Makefile.msvc subdirectory naming scheme, and sync compiler optionsYang Tse
2009-11-09Updated MSVC makefile that allows building dynamic and staticYang Tse
2009-11-09Test for USE_WINSOCK since it is more restrictive than WIN32Yang Tse
2009-11-09Make header inclusion depend on HAVE_*_H definitionYang Tse