summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-28171-1045/+1119
* lib/*.h: use our standard naming scheme for header inclusion guardsYang Tse2012-12-2835-110/+141
* imsp.c: Fixed usernames and passwords that contain escape charactersSteve Holme2012-12-281-5/+84
* darwinssl: Fixed inability to disable peer verificationNick Zitzmann2012-12-271-1/+46
* curl_multi_remove_handle: commit 0aabfd9963 follow-upYang Tse2012-12-262-5/+32
* curl_multi_remove_handle: fix memory leak triggered with CURLOPT_RESOLVEYang Tse2012-12-251-0/+4
* Curl_hash_clean: OOM handling fixYang Tse2012-12-251-3/+2
* Curl_conncache_foreach: allow callback to break loopDaniel Stenberg2012-12-242-4/+9
* pop3_doing: don't call pop3_dophase_done() if already failedDaniel Stenberg2012-12-241-1/+1
* curl_multi_wait: OOM handling fixYang Tse2012-12-231-2/+5
* curl_multi_wait: avoid an unnecessary memory allocationDaniel Stenberg2012-12-231-3/+4
* multi.c: OOM handling fixYang Tse2012-12-211-2/+3
* SCP: relative path didn't workDaniel Stenberg2012-12-211-3/+3
* bundles connection caching: some out of memory handling fixesYang Tse2012-12-195-19/+68
* VC6 IDE: link with advapi32.lib when using WIN32 crypto API (md5.c)Yang Tse2012-12-181-4/+4
* setup_once.h: HP-UX specific 'bool', 'false' and 'true' definitions.Yang Tse2012-12-171-12/+12
* warnless.c: fix compiler warningsYang Tse2012-12-151-0/+10
* darwinssl: Fix implicit conversion compiler warningsNick Zitzmann2012-12-141-8/+8
* setup_once.h: HP-UX <sys/socket.h> issue workaroundYang Tse2012-12-141-0/+20
* setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>Yang Tse2012-12-1450-260/+27
* setup_once.h: HP-UX specific TRUE and FALSE definitionsYang Tse2012-12-121-0/+12
* gopher: #include cleanupDaniel Stenberg2012-12-121-30/+0
* build: add bundles and conncache files to other build systemsYang Tse2012-12-101-0/+2
* conncache: fix enumerated type mixed with another typeYang Tse2012-12-102-9/+11
* Introducing a new persistent connection caching system using "bundles".Linus Nielsen Feltzing2012-12-0714-773/+894
* build: fix compilation with CURL_DISABLE_CRYPTO_AUTH flagStanislav Ivochkin2012-12-051-0/+4
* build: explain current role of LIBS in our Makefile.am filesYang Tse2012-12-041-1/+1
* multi: fix re-sending request on early connection closeDaniel Stenberg2012-12-041-14/+31
* build: prevent global LIBS from influencing src and lib build targetsYang Tse2012-12-031-0/+3
* nss: prevent NSS from crashing on client auth hook failureKamil Dudka2012-12-031-6/+11
* avoid mixing of enumerated type with another typeYang Tse2012-11-261-1/+1
* multi.c: disambiguate precedence of bitwise and relational operationYang Tse2012-11-261-4/+7
* Remove stray CRLF in chunk-encoded content-free request bodiesFabian Keil2012-11-261-6/+10
* VC Makefiles: add missing hostcheckDaniel Stenberg2012-11-211-0/+1
* compiler warning fixesDaniel Stenberg2012-11-201-2/+2
* fixed memory leak: CURLOPT_RESOLVE with multi interfaceDaniel Stenberg2012-11-183-12/+19
* mem-include-scan: verify memory #includesDaniel Stenberg2012-11-179-8/+34
* tftp_rx: code style cleanupDaniel Stenberg2012-11-161-6/+5
* tftp_rx: handle resendsChristian Vogt2012-11-161-4/+14
* OpenSSL: Disable SSL/TLS compressionCristian Rodríguez2012-11-131-0/+4
* FILE: Make upload-writes unbuffered by not using FILE streamsSebastian Rasmussen2012-11-131-29/+18
* ftp: EPSV-disable fix over SOCKSAnton Malov2012-11-121-13/+25
* Digst: Add microseconds into nounce calculationGabriel Sjoberg2012-11-121-2/+3
* SCP/SFTP: improve error code used for send failuresDaniel Stenberg2012-11-121-0/+8
* Curl_write: remove unneeded typecastDaniel Stenberg2012-11-121-1/+1
* hostcheck: only build for the actual usersDaniel Stenberg2012-11-082-3/+7
* SSL: Several SSL-backend related fixesOscar Koeroo2012-11-089-89/+270
* libcurl: VERSIONINFO updateDaniel Stenberg2012-11-081-2/+2
* Added .def file to output.Guenter Knauf2012-11-081-3/+4
* Curl_readwrite: remove debug outputDaniel Stenberg2012-11-081-6/+0