aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2012-11-07http_perhapsrewind: consider NTLM over proxy tooDaniel Stenberg
2012-11-07Curl_connecthost: friendlier "couldn't connect" messageLars Buitinck
2012-11-06URL parser: cut off '#' fragments from URLs (better)Daniel Stenberg
2012-11-06OpenSSL/servercert: use correct buffer size, not size of pointerDaniel Stenberg
2012-11-06Curl_pretransfer: clear out unwanted auth methodsDaniel Stenberg
2012-11-06Revert "Zero out auth structs before transfer"Daniel Stenberg
2012-11-06CURLOPT_SSL_VERIFYHOST: stop supporting the 1 valueDaniel Stenberg
2012-11-06gnutls: fix compiler warningsDaniel Stenberg
2012-11-06gnutls: print alerts during handshakeAlessandro Ghedini
2012-11-06gnutls: fix the error_is_fatal logicAlessandro Ghedini
2012-11-06uniformly use AM_CPPFLAGS, avoid deprecated INCLUDESDave Reisner
2012-11-05ftp_readresp: fix build without krb4 supportDaniel Stenberg
2012-11-04FTP: prevent the multi interface from blockingDaniel Stenberg
2012-10-23tlsauthtype: deal with the string case insensitivelyDaniel Stenberg
2012-10-23asyn-ares: restore working with c-ares < 1.6.1Daniel Stenberg
2012-10-22metalink/md5: Use CommonCrypto on Apple operating systemsNick Zitzmann
2012-10-16darwinssl: un-broke iOS build, fix error on server disconnectNick Zitzmann
2012-10-16gnutls: put reset code into else blockAlessandro Ghedini
2012-10-09curl_multi_wait: no wait if no descriptors to wait forDaniel Stenberg