summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* BUGS: refer to the github issue tracker now as primaryDaniel Stenberg2015-04-131-4/+2
* firefox-db2pem: fix wildcard to find Firefox default profileDaniel Stenberg2015-04-131-2/+2
* cyassl: Include the CyaSSL build configJay Satiro2015-04-112-0/+7
* build: Generate source prerequisites for Visual Studio in generate.batJay Satiro2015-04-111-1/+116
* lib/makefile.m32: add missing libs to build libcurl.dllViktor Szakats2015-04-091-0/+3
* test142[23]: verify that an empty file is stored on successKamil Dudka2015-04-083-1/+120
* src/tool_operate: create output file on successful downloadKamil Dudka2015-04-083-0/+12
* src/tool_cb_wrt: separate fnc for output file creationKamil Dudka2015-04-081-32/+39
* lib/transfer.c: Remove factor of 8 from sleep time calculationDa-Yoon Chung2015-04-071-1/+1
* x509asn1: Silence x64 loss-of-data warning on RSA key length assignmentJay Satiro2015-04-061-1/+1
* cyassl: Use CYASSL_MAX_ERROR_SZ for error buffer sizeJay Satiro2015-04-061-4/+9
* cyassl: Remove 'Connecting to' message from cyassl_connect_step2Jay Satiro2015-04-051-3/+0
* checksrc.bat: quotes to support an SRC_DIR with spacesViktor Szakats2015-04-051-6/+6
* hostip: fix compiler warningsDaniel Stenberg2015-04-031-36/+1
* actually implement CURLOPT_RESOLVE removalsStefan Bühler2015-04-031-4/+38
* move Curl_share_lock and ref counting into Curl_fetch_addrStefan Bühler2015-04-033-27/+55
* fix refreshing of obsolete dns cache entriesStefan Bühler2015-04-033-42/+36
* RELEASE-NOTES: synced with abf6bddc14aDaniel Stenberg2015-04-031-7/+23
* checksrc.bat: Check lib\vtls sourceJay Satiro2015-04-031-0/+2
* cyassl: Set minimum protocol version before CTX callbackJay Satiro2015-04-031-17/+23
* build-openssl.bat: Fix mixed line endingsJay Satiro2015-04-021-7/+7
* cyassl: Fix certificate load checkJay Satiro2015-04-021-3/+3
* http2: Fix missing nghttp2_session_send call in Curl_http2_switchedTatsuhiro Tsujikawa2015-04-022-3/+11
* cookie: handle spaces after the name in Set-CookieDaniel Stenberg2015-04-012-1/+9
* cyassl: Fix library initialization return valueJay Satiro2015-04-011-4/+1
* CURLOPT_HTTP200ALIASES.3: Mainly SHOUTcast servers use "ICY 200"Thomas Ruecker2015-03-311-3/+5
* axtls: add timeout within Curl_axtls_connectDan Fandrich2015-03-311-1/+12
* checksrc: Windows-specific input fixesJay Satiro2015-03-303-5/+6
* configure: Use KRB5CONFIG for krb5-configDagobert Michelsen2015-03-301-2/+6
* multi: remove_handle: move pending connectionsDaniel Stenberg2015-03-291-2/+6
* KNOWN_BUGS: 89 is bug #1411Daniel Stenberg2015-03-291-0/+3
* cyassl: CTX callback cosmetic changes and doc fixJay Satiro2015-03-284-21/+25
* RELEASE-NOTES: synced with d2feb71752fDaniel Stenberg2015-03-281-5/+27
* tool_operate: only set SSL options if SSL is enabledDan Fandrich2015-03-281-5/+7
* runtests.pl: detect WolfSSL as yasslDan Fandrich2015-03-281-2/+2
* cyassl: add SSL context callback support for CyaSSLKyle L. Huff2015-03-274-4/+25
* cyassl: remove undefined reference to CyaSSL_no_filesystem_verifyKyle L. Huff2015-03-271-4/+0
* build: Fix libcurl.sln erroneous mixed configurationsJay Satiro2015-03-275-44/+44
* vtls: Don't accept unknown CURLOPT_SSLVERSION valuesJay Satiro2015-03-271-0/+19
* url: Don't accept CURLOPT_SSLVERSION unless USE_SSL is definedJay Satiro2015-03-271-0/+4
* 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