summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* getinfo: add microsecond precise timers for various intervalsPhilip Prindeville2018-05-171-1/+11
* bump: start working on the pending 7.61.0Daniel Stenberg2018-05-171-3/+3
* system.h: Add sparcv8plus to oracle/sunpro 32-bit detectionDagobert Michelsen2018-04-151-1/+3
* resolve: add CURLOPT_DNS_SHUFFLE_ADDRESSESRick Deist2018-03-171-0/+3
* CURLOPT_HAPROXYPROTOCOL: support the HAProxy PROXY protocolLawrence Matthews2018-03-171-0/+3
* RELEASE-NOTES: toward 7.60.0Daniel Stenberg2018-03-161-3/+3
* spelling fixesViktor Szakats2018-02-231-2/+2
* url: Add option CURLOPT_RESOLVER_START_FUNCTIONFrancisco Sedano2018-02-212-1/+22
* lib: CURLOPT_HAPPY_EYEBALLS_TIMEOUT => CURLOPT_HAPPY_EYEBALLS_TIMEOUT_MSJay Satiro2018-02-211-2/+2
* url: Add option CURLOPT_HAPPY_EYEBALLS_TIMEOUTAnders Bakken2018-02-201-0/+8
* TODO fixed: Detect when called from within callbacksBjörn Stenberg2018-02-152-0/+4
* curlver: next release will be 7.59.0Daniel Stenberg2018-01-301-4/+4
* curl/curl.h: fix comment typo for CURLOPT_DNS_LOCAL_IP6Michał Janiszewski2018-01-301-1/+1
* time: support > year 2038 time stamps for system with 32bit longDaniel Stenberg2018-01-301-1/+6
* bump: towards 7.58.1Daniel Stenberg2018-01-251-5/+5
* system.h: Additionally check __LONG_MAX__ for defining curl_off_tDimitrios Apostolou2018-01-091-2/+4
* Revert "curl/system.h: fix compilation with gcc on AIX PPC and IA64 HP-UX"Jay Satiro2018-01-021-2/+1
* curl/system.h: fix compilation with gcc on AIX PPC and IA64 HP-UXDimitrios Apostolou2017-12-221-1/+2
* curl.h: remove incorrect comment about ERRORBUFFERDaniel Stenberg2017-12-081-1/+1
* RELEASE-NOTES: synced with b261c44e8Daniel Stenberg2017-12-061-4/+4
* Added support for libssh SSH SCP back-endNikos Mavrogiannopoulos2017-12-011-1/+4
* curlver: towards 7.57.1Daniel Stenberg2017-12-011-3/+3
* global_init: ignore CURL_GLOBAL_SSL's absenseDaniel Stenberg2017-11-271-1/+1
* HTTP: implement Brotli content encodingPatrick Monnerat2017-11-051-1/+9
* curlver.h: next expected release is 7.57.0Daniel Stenberg2017-10-081-3/+3
* curl.h: include <sys/select.h> on cygwin tooDaniel Stenberg2017-09-271-0/+1
* vtls: provide curl_global_sslset() even in non-SSL buildsDaniel Stenberg2017-09-221-1/+2
* form/mime: field names are not allowed to contain zero-valued bytes.Patrick Monnerat2017-09-221-2/+1
* code style: remove wrong uses of multiple spacesDaniel Stenberg2017-09-121-2/+2
* curl.h: use lower case curl_mime* as for all public symbolsDaniel Stenberg2017-09-051-3/+3
* curl.h: fix "unused checksrc ignore", remove dangling referenceDaniel Stenberg2017-09-041-4/+1
* docs: Update to secure URL versionsViktor Szakats2017-09-041-1/+1
* curl.h: make the curl_strequal() protos use the same styleDaniel Stenberg2017-09-041-2/+2
* headers: move the global_sslset() proto from multi.h to curl.hDaniel Stenberg2017-09-032-61/+61
* mime: use size_t instead of ssize_t in public API interface.Patrick Monnerat2017-09-031-2/+4
* mime: new MIME API.Patrick Monnerat2017-09-022-0/+136
* polarssl: fix multissl breakageDaniel Stenberg2017-08-311-2/+2
* curl.h: CURLSSLBACKEND_WOLFSSL used wrong valueDaniel Stenberg2017-08-301-3/+3
* curl/multi.h: remove duplicated closing c++ braceDaniel Stenberg2017-08-291-5/+1
* version: add the CURL_VERSION_MULTI_SSL feature flagJohannes Schindelin2017-08-281-0/+1
* vtls: introduce curl_global_sslset()Johannes Schindelin2017-08-282-5/+44
* vtls: refactor out essential information about the SSL backendsJohannes Schindelin2017-08-281-0/+5
* system.h: include sys/poll.h for AIXDaniel Stenberg2017-08-271-0/+12
* curl/system.h: fix build for hppaDaniel Stenberg2017-08-201-1/+1
* curl/system.h: check for __ppc__ as wellDaniel Stenberg2017-08-181-2/+2
* system.h: remove all CURL_SIZEOF_* definesDaniel Stenberg2017-08-171-90/+0
* curl/system.h: checksrc complianceDaniel Stenberg2017-08-171-4/+6
* ssh: add the ability to enable compression (for SCP/SFTP)Viktor Szakats2017-08-171-0/+3
* curlver: toward 7.56.0?Daniel Stenberg2017-08-151-4/+4
* curl/system.h: GCC doesn't define __ppc__ on PowerPC, uses __powerpc__Alex Potapenko2017-08-131-1/+1