summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* free: instead of Curl_safefree()Daniel Stenberg2015-03-1635-202/+202
* 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-1640-339/+152
* connect: Fix happy eyeballs logic for IPv4-only buildsJay Satiro2015-03-161-4/+2
* mksymbolsmanpage.pl: use std header and generate better nroff headerDaniel Stenberg2015-03-151-22/+43
* 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-142-2/+6
* test320: Expect the Host header to be the first headerDan Fandrich2015-03-131-6/+5
* RELEASE-NOTES: synced with 186e46d88ddDaniel Stenberg2015-03-121-4/+19
* openssl: use colons properly in the ciphers listDaniel Stenberg2015-03-121-1/+1
* openssl: sort the ciphers on strengthDaniel Stenberg2015-03-121-1/+2
* test203[0-3]: Expect the Host header to be the first headerFabian Keil2015-03-124-26/+26
* openssl: show the cipher selection to useDaniel Stenberg2015-03-121-0/+1
* http: always send Host: header as first headerDaniel Stenberg2015-03-12121-229/+234
* 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-115-15/+90
* memanalyze.pl: handle free(NULL)Jay Satiro2015-03-101-3/+6
* .travis.yml: Change CI make test to make test-fullJay Satiro2015-03-101-0/+2
* 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-104-5/+29
* MacOSX-Framework: use @rpath instead of @executable_pathstopiccot2015-03-091-2/+2
* RELEASE-NOTES: synced with c19349951Daniel Stenberg2015-03-091-3/+23
* 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
* metalink: add some error checksDaniel Stenberg2015-03-061-6/+28
* curl_easy_setopt.3: added CURLOPT_SSL_VERIFYSTATUSDaniel Stenberg2015-03-061-3/+5
* urldata: fix gnutls buildDaniel Stenberg2015-03-061-4/+0
* openssl: Removed use of USE_SSLEAY from the Visual Studio project filesSteve Holme2015-03-058-168/+168
* multi: fix memory-leak on timeout (regression)Daniel Stenberg2015-03-051-0/+1
* configure: follow-up fix from 709cf76f6Daniel Stenberg2015-03-051-3/+3
* openssl: remove all uses of USE_SSLEAYDaniel Stenberg2015-03-0535-159/+92
* cmake: handle build definitions CURLDEBUG/DEBUGBUILDSergei Nikulov2015-03-051-0/+18
* FAQ: 4.21 Why is there a HTTP/1.1 in my HTTP/2 request?Daniel Stenberg2015-03-041-0/+11
* symbols.pl: handle '-' in the deprecated fieldDaniel Stenberg2015-03-041-1/+1
* curl.1: fix "The the" typoDaniel Stenberg2015-03-041-4/+4
* vtls: use curl_printf.h all overDaniel Stenberg2015-03-0314-46/+32
* tool: use ENABLE_CURLX_PRINTF instead of _MPRINTF_REPLACEDaniel Stenberg2015-03-032-9/+8
* tool_writeenv: remove _MPRINTF_REPLACE define, it wasn't usedDaniel Stenberg2015-03-031-4/+1
* libtest: fixed linker errors on msvcSergei Nikulov2015-03-0311-29/+5