summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* mk-ca-bundle bugfix: Don't report SHA1 numbers with "-q".Alexander Pepper2015-03-111-15/+20
* proxy: re-use proxy connections (regression)Daniel Stenberg2015-03-113-14/+17
* gtls: correctly align certificate status verification messagesAlessandro Ghedini2015-03-101-4/+4
* gtls: don't print double newline after certificate datesAlessandro Ghedini2015-03-101-1/+1
* gtls: print negotiated TLS version and full cipher suite nameAlessandro Ghedini2015-03-101-9/+10
* gtls: fix compiler warningsDaniel Stenberg2015-03-101-2/+2
* gtls: add support for CURLOPT_CAPATHAlessandro Ghedini2015-03-102-0/+25
* multi: fix *getsock() with CONNECTDaniel Stenberg2015-03-073-61/+61
* conncontrol: only log changes to the connection bitDaniel Stenberg2015-03-071-5/+6
* http2: use CURL_HTTP_VERSION_* symbols instead of NPN_*Daniel Stenberg2015-03-076-20/+14
* http2: make the info-message about receiving HTTP2 headers debug-onlyDaniel Stenberg2015-03-071-2/+2
* urldata: remove unused asked_for_h2 fieldAlessandro Ghedini2015-03-071-3/+0
* polarssl: make it possible to enable ALPN/NPN without HTTP2Alessandro Ghedini2015-03-071-22/+24
* nss: make it possible to enable ALPN/NPN without HTTP2Alessandro Ghedini2015-03-071-45/+31
* gtls: make it possible to enable ALPN/NPN without HTTP2Alessandro Ghedini2015-03-071-28/+28
* openssl: make it possible to enable ALPN/NPN without HTTP2Alessandro Ghedini2015-03-071-45/+61
* urldata: fix gnutls buildDaniel Stenberg2015-03-061-4/+0
* multi: fix memory-leak on timeout (regression)Daniel Stenberg2015-03-051-0/+1
* openssl: remove all uses of USE_SSLEAYDaniel Stenberg2015-03-0523-122/+70
* vtls: use curl_printf.h all overDaniel Stenberg2015-03-0314-46/+32
* mprintf.h: remove #ifdef CURLDEBUGDaniel Stenberg2015-03-0370-285/+144
* http2: Return error if stream was closed with other than NO_ERRORTatsuhiro Tsujikawa2015-02-272-1/+11
* http2: return recv error on unexpected EOFDaniel Stenberg2015-02-251-4/+5
* http2: move lots of verbose output to be debug-onlyDaniel Stenberg2015-02-251-22/+25
* nss: do not skip Curl_nss_seed() if data is NULLKamil Dudka2015-02-251-4/+8
* nss: improve error handling in Curl_nss_random()Kamil Dudka2015-02-251-5/+3
* Revert "telnet.c: fix handling of 0 being returned from custom read function"Marc Hoersken2015-02-251-3/+1
* telnet.c: fix invalid use of custom read function if not being setMarc Hoersken2015-02-251-1/+1
* telnet.c: fix handling of 0 being returned from custom read functionMarc Hoersken2015-02-241-1/+3
* connect: wait for IPv4 connection attemptsKamil Dudka2015-02-231-2/+7
* connect: avoid skipping an IPv4 addressKamil Dudka2015-02-231-2/+6
* configure: allow both --with-ca-bundle and --with-ca-pathJulian Ospald2015-02-201-2/+7
* cmake: install the dll file to the correct directoryBen Boeckel2015-02-201-1/+4
* nss: fix NPN/ALPN protocol negotiationAlessandro Ghedini2015-02-191-4/+3
* polarssl: fix ALPN protocol negotiationAlessandro Ghedini2015-02-191-2/+2
* gtls: fix build with HTTP2Alessandro Ghedini2015-02-191-2/+2
* Makefile.vc6: Corrected typos in rename of darwinssl.objSteve Holme2015-02-161-1/+1
* By request, change the name of "curl_darwinssl.[ch]" to "darwinssl.[ch]"Nick Zitzmann2015-02-155-5/+5
* openssl: fix a compile-time warningKamil Dudka2015-02-121-1/+1
* openssl: Use OPENSSL_IS_BORINGSSL for BoringSSL detectionSteve Holme2015-02-111-5/+5
* ftp: accept all 2xx responses to the PORT commandPatrick Monnerat2015-02-111-1/+3
* openssl: Disable OCSP in old versions of OpenSSLSteve Holme2015-02-091-4/+8
* http2: Fix bug that associated stream canceled on PUSH_PROMISETatsuhiro Tsujikawa2015-02-091-0/+5
* polarssl: Fix exclusive SSL protocol version optionsJay Satiro2015-02-091-0/+9
* gskit: Fix exclusive SSLv3 optionJay Satiro2015-02-091-1/+1
* schannel: Removed curl_ prefix from source filesSteve Holme2015-02-075-5/+5
* md5: use axTLS's own MD5 functions when availableDaniel Stenberg2015-02-061-0/+3
* MD(4|5): make the MD4_* and MD5_* functions staticDaniel Stenberg2015-02-062-12/+12
* axtls: fix conversion from size_t to int warningDaniel Stenberg2015-02-061-1/+1
* ftp: Use 'CURLcode result' for curl result codesSteve Holme2015-02-051-45/+49