summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* free: instead of Curl_safefree()Daniel Stenberg2015-03-1634-201/+201
* Bug #149: Deletion of unnecessary checks before a few calls of cURL functionsMarkus Elfring2015-03-163-6/+3
* Bug #149: Deletion of unnecessary checks before calls of the function "free"Markus Elfring2015-03-1623-186/+90
* connect: Fix happy eyeballs logic for IPv4-only buildsJay Satiro2015-03-161-4/+2
* closesocket: call multi socket cb on close even with custom closeFrank Meier2015-03-151-1/+3
* hostip: Fix signal race in Curl_resolv_timeout.Tobias Stoeckmann2015-03-141-26/+27
* http2: detect prematures close without data transferedDaniel Stenberg2015-03-141-2/+2
* openssl: use colons properly in the ciphers listDaniel Stenberg2015-03-121-1/+1
* openssl: sort the ciphers on strengthDaniel Stenberg2015-03-121-1/+2
* openssl: show the cipher selection to useDaniel Stenberg2015-03-121-0/+1
* http: always send Host: header as first headerDaniel Stenberg2015-03-121-3/+10
* 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