summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* curl/system.h: add Oracle Solaris StudioDaniel Stenberg2017-08-121-1/+25
* curl/system.h: support more architecturesThomas Petazzoni2017-08-111-2/+3
* curlver: bump to 7.55.1Daniel Stenberg2017-08-111-3/+3
* system.h: include winsock2.h before windows.hMarcel Raad2017-07-121-1/+1
* curl_setup: always define WIN32_LEAN_AND_MEAN on WindowsMarcel Raad2017-07-111-3/+0
* CURLOPT_SOCKS5_AUTH: allowed methods for SOCKS5 proxy authKamil Dudka2017-06-281-0/+5
* curl/system.h: add check for XTENSA for 32bit gccDaniel Stenberg2017-06-241-1/+2
* --request-target: instead of --strip-path-slashDaniel Stenberg2017-06-211-2/+2
* typecheck-gcc: add support for CURLINFO_OFF_TMarcel Raad2017-06-211-3/+12
* http: add --strip-path-slash and CURLOPT_STRIP_PATH_SLASHDaniel Stenberg2017-06-191-0/+3
* getinfo: return sizes as curl_off_tDaniel Stenberg2017-06-191-0/+7
* curl/curlver.h: start working on 7.55.0Daniel Stenberg2017-06-151-4/+4
* system.h: fix MinGW buildMarcel Raad2017-06-141-2/+2
* includes: remove curl/curlbuild.h and curl/curlrules.hDaniel Stenberg2017-06-149-1570/+347
* typecheck-gcc: allow CURLOPT_STDERR to be NULL tooDaniel Stenberg2017-06-051-2/+3
* typecheck-gcc.h: check CURLINFO_CERTINFODaniel Stenberg2017-06-011-0/+9
* typecheck-gcc.h: check CURLINFO_TLS_SSL_PTR and CURLINFO_TLS_SESSIONDaniel Stenberg2017-06-011-0/+10
* typecheck-gcc.h: separate getinfo slist checks from other pointersDaniel Stenberg2017-06-012-6/+7
* curl: show the libcurl release date in --version outputDaniel Stenberg2017-05-141-3/+3
* typecheck-gcc: add support for CURLINFO_SOCKETMarcel Raad2017-05-031-0/+9