summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* http_perhapsrewind: consider NTLM over proxy tooDaniel Stenberg2012-11-071-2/+3
* Curl_connecthost: friendlier "couldn't connect" messageLars Buitinck2012-11-071-1/+3
* URL parser: cut off '#' fragments from URLs (better)Daniel Stenberg2012-11-061-1/+9
* OpenSSL/servercert: use correct buffer size, not size of pointerDaniel Stenberg2012-11-061-3/+3
* Curl_pretransfer: clear out unwanted auth methodsDaniel Stenberg2012-11-061-0/+6
* Revert "Zero out auth structs before transfer"Daniel Stenberg2012-11-061-4/+0
* CURLOPT_SSL_VERIFYHOST: stop supporting the 1 valueDaniel Stenberg2012-11-067-28/+28
* gnutls: fix compiler warningsDaniel Stenberg2012-11-061-2/+2
* gnutls: print alerts during handshakeAlessandro Ghedini2012-11-061-2/+22