aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2012-12-28build: make use of 76 lib/*.h renamed filesYang Tse
2012-12-28lib/*.h: use our standard naming scheme for header inclusion guardsYang Tse
2012-12-28imsp.c: Fixed usernames and passwords that contain escape charactersSteve Holme
2012-12-27darwinssl: Fixed inability to disable peer verificationNick Zitzmann
2012-12-26curl_multi_remove_handle: commit 0aabfd9963 follow-upYang Tse
2012-12-25curl_multi_remove_handle: fix memory leak triggered with CURLOPT_RESOLVEYang Tse
2012-12-25Curl_hash_clean: OOM handling fixYang Tse
2012-12-24Curl_conncache_foreach: allow callback to break loopDaniel Stenberg
2012-12-24pop3_doing: don't call pop3_dophase_done() if already failedDaniel Stenberg
2012-12-23curl_multi_wait: OOM handling fixYang Tse
2012-12-23curl_multi_wait: avoid an unnecessary memory allocationDaniel Stenberg
2012-12-21multi.c: OOM handling fixYang Tse
2012-12-21SCP: relative path didn't workDaniel Stenberg
2012-12-19bundles connection caching: some out of memory handling fixesYang Tse
2012-12-18VC6 IDE: link with advapi32.lib when using WIN32 crypto API (md5.c)Yang Tse
2012-12-17setup_once.h: HP-UX specific 'bool', 'false' and 'true' definitions.Yang Tse
2012-12-15warnless.c: fix compiler warningsYang Tse
2012-12-14darwinssl: Fix implicit conversion compiler warningsNick Zitzmann
2012-12-14setup_once.h: HP-UX <sys/socket.h> issue workaroundYang Tse
2012-12-14setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>Yang Tse
2012-12-12setup_once.h: HP-UX specific TRUE and FALSE definitionsYang Tse
2012-12-12gopher: #include cleanupDaniel Stenberg
2012-12-10build: add bundles and conncache files to other build systemsYang Tse
2012-12-10conncache: fix enumerated type mixed with another typeYang Tse
2012-12-07Introducing a new persistent connection caching system using "bundles".Linus Nielsen Feltzing
2012-12-05build: fix compilation with CURL_DISABLE_CRYPTO_AUTH flagStanislav Ivochkin
2012-12-04build: explain current role of LIBS in our Makefile.am filesYang Tse
2012-12-04multi: fix re-sending request on early connection closeDaniel Stenberg
2012-12-03build: prevent global LIBS from influencing src and lib build targetsYang Tse
2012-12-03nss: prevent NSS from crashing on client auth hook failureKamil Dudka
2012-11-26avoid mixing of enumerated type with another typeYang Tse
2012-11-26multi.c: disambiguate precedence of bitwise and relational operationYang Tse
2012-11-26Remove stray CRLF in chunk-encoded content-free request bodiesFabian Keil
2012-11-21VC Makefiles: add missing hostcheckDaniel Stenberg
2012-11-20compiler warning fixesDaniel Stenberg
2012-11-18fixed memory leak: CURLOPT_RESOLVE with multi interfaceDaniel Stenberg
2012-11-17mem-include-scan: verify memory #includesDaniel Stenberg
2012-11-16tftp_rx: code style cleanupDaniel Stenberg
2012-11-16tftp_rx: handle resendsChristian Vogt
2012-11-13OpenSSL: Disable SSL/TLS compressionCristian Rodríguez
2012-11-13FILE: Make upload-writes unbuffered by not using FILE streamsSebastian Rasmussen
2012-11-12ftp: EPSV-disable fix over SOCKSAnton Malov
2012-11-12Digst: Add microseconds into nounce calculationGabriel Sjoberg
2012-11-12SCP/SFTP: improve error code used for send failuresDaniel Stenberg
2012-11-12Curl_write: remove unneeded typecastDaniel Stenberg
2012-11-08hostcheck: only build for the actual usersDaniel Stenberg
2012-11-08SSL: Several SSL-backend related fixesOscar Koeroo
2012-11-08libcurl: VERSIONINFO updateDaniel Stenberg
2012-11-08Added .def file to output.Guenter Knauf
2012-11-08Curl_readwrite: remove debug outputDaniel Stenberg