summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* build: link curl to openssl libraries when openssl support is enabledPaul Howarth2015-03-262-1/+2
* multi: on a request completion, check all CONNECT_PEND transfersDaniel Stenberg2015-03-261-2/+3
* globbing: fix url number calculation when using range with stepEmil Lerner2015-03-251-5/+7
* README.http2: refreshed and added TODO itemsDaniel Stenberg2015-03-251-14/+24
* globbing: fix step parsing for character globbing rangesEmil Lerner2015-03-251-1/+1
* polarssl: called mbedTLS in 1.3.10 and laterDaniel Stenberg2015-03-251-2/+6
* polarssl: remove dead codeDaniel Stenberg2015-03-251-19/+16
* polarssl: remove superfluous for(;;) loopDaniel Stenberg2015-03-251-21/+18
* Curl_ssl_md5sum: return CURLcodeDaniel Stenberg2015-03-253-13/+16
* cyassl: default to highest possible TLS versionJay Satiro2015-03-251-8/+27
* cyassl: Check for invalid length parameter in Curl_cyassl_randomJay Satiro2015-03-251-1/+3
* cyassl: If wolfSSL then identify as such in version stringJay Satiro2015-03-251-2/+2
* symbols-in-versions: added CURLOPT_PATH_AS_ISDan Fandrich2015-03-241-0/+1
* testcurl.pl: add the --notes option to supply more info about a buildDan Fandrich2015-03-241-1/+5
* curl_memory: make curl_memory.h the second-last header file loadedDan Fandrich2015-03-2440-80/+101
* openssl: do the OCSP work-around for libressl tooDaniel Stenberg2015-03-241-1/+2
* openssl: verifystatus: only use the OCSP work-around <= 1.0.2aDaniel Stenberg2015-03-241-0/+2
* openssl: adapt to ASN1/X509 things gone opaque in 1.1Daniel Stenberg2015-03-241-1/+1
* curl_easy_setopt.3: Fix misspelling in CURLOPT_PATH_AS_IS descriptionJay Satiro2015-03-241-1/+1
* CURLOPT_HTTPHEADER.3: fix typo in recent commitViktor Szakáts2015-03-241-1/+1
* CURLOPT_PATH_AS_IS.3: add type 'long' to prototypeViktor Szakáts2015-03-241-1/+1
* vtls: fix compile with --disable-crypto-auth but with SSLDan Fandrich2015-03-241-0/+2
* os400: define new options in ILE/RPG binding.Patrick Monnerat2015-03-241-1/+5
* RELEASE-NOTES: synced with f6878609361Daniel Stenberg2015-03-241-9/+35
* curl_easy_setopt.3: Add CURLOPT_PATH_AS_ISDaniel Stenberg2015-03-241-0/+2
* CURLOPT_PATH_AS_IS: addedDaniel Stenberg2015-03-2412-20/+165
* curl_easy_recv/send: make them work with the multi interfaceYamada Yasuharu2015-03-233-10/+17
* http2: move the init too for when its actually neededDaniel Stenberg2015-03-231-5/+6
* dict: rename byte to avoid compiler shadowed declaration warningDan Fandrich2015-03-231-5/+5
* cyassl: include version.h to ensure the version macros are definedDan Fandrich2015-03-231-0/+1
* test1513: eliminated race condition in test runDan Fandrich2015-03-221-5/+9
* darwinsssl: add support for TLS False StartNick Zitzmann2015-03-214-4/+18
* gtls: add check of return codeDaniel Stenberg2015-03-211-1/+9
* gtls: dereferencing NULL pointerDaniel Stenberg2015-03-211-1/+1
* gtls: avoid uninitialized variable.Daniel Stenberg2015-03-211-1/+1
* tests/certs: rebuild certificates with modified key usage bitsDan Fandrich2015-03-2139-655/+640
* tests/certs: added make target to rebuild certificatesDan Fandrich2015-03-213-13/+34
* x509asn1: add /* fallthrough */ in switch() caseDaniel Stenberg2015-03-211-0/+2
* x509asn1: minor edit to unconfuse CoverityDaniel Stenberg2015-03-211-3/+1
* testcurl: Allow '=' in values given on command lineDagobert Michelsen2015-03-211-7/+7
* nss: error: unused variable 'connssl'Daniel Stenberg2015-03-211-4/+0
* test938: added missing closing tagsDan Fandrich2015-03-211-0/+2
* cyassl: use new library version macro when availableDan Fandrich2015-03-201-1/+3
* curl: add --false-start optionAlessandro Ghedini2015-03-205-0/+20
* nss: add support for TLS False StartAlessandro Ghedini2015-03-202-0/+81
* url: add CURLOPT_SSL_FALSESTART optionAlessandro Ghedini2015-03-209-5/+87
* gtls: implement CURLOPT_CERTINFOAlessandro Ghedini2015-03-205-13/+32
* openssl: try to avoid accessing OCSP structs when possibleAlessandro Ghedini2015-03-201-4/+2
* CURLOPT_URL.3: spelling!Daniel Stenberg2015-03-201-1/+1
* CURLOPT_URL.3: Added "SECURITY CONCERNS"Daniel Stenberg2015-03-201-1/+24