summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* gnutls: fix the error_is_fatal logicAlessandro Ghedini2012-11-061-6/+6
* uniformly use AM_CPPFLAGS, avoid deprecated INCLUDESDave Reisner2012-11-061-14/+12
* ftp_readresp: fix build without krb4 supportDaniel Stenberg2012-11-051-2/+2
* FTP: prevent the multi interface from blockingDaniel Stenberg2012-11-042-16/+45
* tlsauthtype: deal with the string case insensitivelyDaniel Stenberg2012-10-231-1/+1
* asyn-ares: restore working with c-ares < 1.6.1Daniel Stenberg2012-10-231-1/+3
* metalink/md5: Use CommonCrypto on Apple operating systemsNick Zitzmann2012-10-221-0/+11
* darwinssl: un-broke iOS build, fix error on server disconnectNick Zitzmann2012-10-161-11/+81
* gnutls: put reset code into else blockAlessandro Ghedini2012-10-161-4/+5
* curl_multi_wait: no wait if no descriptors to wait forDaniel Stenberg2012-10-091-2/+6
* ssluse.c: md5.h is required for Curl_ossl_md5sumMarc Hoersken2012-10-081-0/+1
* curl_schannel.c: Fixed caching more data than requiredMarc Hoersken2012-10-061-1/+9
* curl_schannel: Removed buffer limit and optimized buffer strategyMarc Hoersken2012-10-062-30/+7
* lib/socks.c: Merged two size variables into oneMarc Hoersken2012-10-041-16/+15
* lib/socks.c: Avoid type conversions where possibleMarc Hoersken2012-10-041-16/+15
* lib/curl_schannel.c: Hide size_t conversion warningMarc Hoersken2012-10-041-1/+1
* krb5/curl_rtmp.c: Hide size_t to int type conversion warningMarc Hoersken2012-10-042-4/+6
* security.c: Aligned internal type to return typeMarc Hoersken2012-10-041-4/+4
* lib/curl_schannel: Increased maximum buffer size to factor 128Marc Hoersken2012-10-032-8/+7
* multi_runsingle: CURLOPT_LOW_SPEED_* fix for rate limitationDaniel Stenberg2012-10-021-1/+6
* Curl_reconnect_request: clear pointer on failureDaniel Stenberg2012-09-281-1/+3