summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* nss: error: unused variable 'connssl'Daniel Stenberg2015-03-211-4/+0
* cyassl: use new library version macro when availableDan Fandrich2015-03-201-1/+3
* nss: add support for TLS False StartAlessandro Ghedini2015-03-202-0/+81
* url: add CURLOPT_SSL_FALSESTART optionAlessandro Ghedini2015-03-204-0/+27
* gtls: implement CURLOPT_CERTINFOAlessandro Ghedini2015-03-204-6/+26
* openssl: try to avoid accessing OCSP structs when possibleAlessandro Ghedini2015-03-201-4/+2
* HTTP: don't switch to HTTP/2 from 1.1 until we get the 101Daniel Stenberg2015-03-191-4/+4
* axtls: version 1.5.2 now requires that config.h be manually includedDan Fandrich2015-03-193-0/+3
* nss: explicitly tell NSS to disable NPN/ALPNKamil Dudka2015-03-181-9/+6
* checksrc: Fix whitelist on out-of-tree buildsDan Fandrich2015-03-171-1/+1
* Curl_sh_entry: remove unused 'timestamp'Stefan Bühler2015-03-171-1/+0
* HTTP: don't use Expect: headers when on HTTP/2Daniel Stenberg2015-03-171-4/+6
* checksrc: detect and remove space before trailing semicolonsDaniel Stenberg2015-03-177-23/+28
* checksrc: introduce a whitelisting conceptDaniel Stenberg2015-03-172-0/+26
* checksrc: use space after commaDaniel Stenberg2015-03-1732-131/+162
* checksrc: use space before paren in "return (expr);"Daniel Stenberg2015-03-177-16/+27
* 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