summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* urldata.h: move SSPI-specific #include to correct locationJohannes Schindelin2017-08-281-4/+4
* urldata.h: remove support for obsolete PolarSSL versionJohannes Schindelin2017-08-281-4/+0
* getinfo: access SSL internals via Curl_sslJohannes Schindelin2017-08-2812-26/+88
* vtls: move SSL backends' private constants out of their header filesJohannes Schindelin2017-08-284-51/+51
* axtls: use Curl_none_* versions of init() and cleanup()Johannes Schindelin2017-08-281-17/+7
* vtls: remove obsolete declarations of SSL backend functionalityJohannes Schindelin2017-08-2821-380/+134
* schannel: reorder functions topologicallyJohannes Schindelin2017-08-281-12/+12
* axtls: reorder functions topologicallyJohannes Schindelin2017-08-281-16/+16
* vtls: move the SUPPORT_HTTPS_PROXY flag into the Curl_ssl structJohannes Schindelin2017-08-2818-25/+27
* vtls: convert the have_curlssl_* constants to runtime flagsJohannes Schindelin2017-08-2821-121/+134
* vtls: move sha256sum into the Curl_ssl structJohannes Schindelin2017-08-2819-78/+69
* vtls: move md5sum into the Curl_ssl structJohannes Schindelin2017-08-2816-61/+62
* vtls: use the Curl_ssl struct to access all SSL backends' functionalityJohannes Schindelin2017-08-2822-209/+41
* vtls: declare Curl_ssl structs for every SSL backendJohannes Schindelin2017-08-2822-0/+346
* vtls: introduce a new struct for SSL backendsJohannes Schindelin2017-08-281-0/+33
* vtls: make sure every _sha256sum()'s first arg is constJohannes Schindelin2017-08-282-4/+3
* vtls: make sure all _data_pending() functions return boolJohannes Schindelin2017-08-284-4/+4
* vtls: make sure all _cleanup() functions return voidJohannes Schindelin2017-08-284-6/+4
* vtls: use consistent signature for _random() implementationsJohannes Schindelin2017-08-284-7/+9
* strtooff: fix build for systems with long long but no strtoll optionDaniel Stenberg2017-08-271-4/+2
* darwinssl: handle long strings in TLS certsDaniel Stenberg2017-08-271-68/+73
* imap: use defined names for response codesDaniel Stenberg2017-08-241-20/+18
* imap: support PREAUTHDaniel Stenberg2017-08-232-11/+17
* config-tpf: define SIZEOF_LONGJay Satiro2017-08-231-0/+3
* config-dos: add missing defines, SIZEOF_* and two othersGisle Vanem2017-08-221-1/+5
* makefile.m32: add support for libidn2Viktor Szakats2017-08-221-9/+9
* config-win32: define SIZEOF_LONGViktor Szakats2017-08-222-0/+6
* tftp: fix memory leak on too long filenameEven Rouault2017-08-191-0/+1
* http2_recv: return error better on fatal h2 errorsDaniel Stenberg2017-08-181-2/+2
* http: Don't wait on CONNECT when there is no proxyJan Alexander Steffens (heftig)2017-08-181-1/+1
* CURL_SIZEOF_LONG: removed, use only SIZEOF_LONGDaniel Stenberg2017-08-172-8/+4
* config-win32: define SIZEOF_CURL_OFF_TDaniel Stenberg2017-08-171-0/+3
* cmake: sizeof curl_off_t, remove unused detectionsDaniel Stenberg2017-08-171-0/+3
* system.h: remove all CURL_SIZEOF_* definesDaniel Stenberg2017-08-175-26/+19
* ftp: fix CWD when doing multicwd then nocwd on same connectionDaniel Stenberg2017-08-172-1/+4
* ssh: add the ability to enable compression (for SCP/SFTP)Viktor Szakats2017-08-173-0/+11
* http_proxy: fix build error for CURL_DOES_CONVERSIONSMaksim Stsepanenka2017-08-161-1/+2
* configure: check for __builtin_available() availability (#1788)Nick Zitzmann2017-08-161-10/+19
* darwinssi: fix error: variable length array usedDaniel Stenberg2017-08-161-1/+1
* cmake: remove dead code for DISABLED_THREADSAFEBenbuck Nason2017-08-151-3/+0
* progress: Track total times following redirectsRyan Winograd2017-08-155-12/+13
* cmake: remove dead code for CURL_DISABLE_RTMPBenbuck Nason2017-08-152-6/+0
* strtoofft: reduce integer overflow risks globallyDaniel Stenberg2017-08-1411-126/+180
* ipv6_scope: support unique local addressesDaniel Stenberg2017-08-132-3/+6
* redirect: skip URL encoding for host namesSalah-Eddin Shaban2017-08-131-6/+62
* bagder/Curl_tvdiff_us: fix the mathDaniel Stenberg2017-08-121-1/+1
* parse_proxy(): fix memory leak in case of invalid proxy server nameEven Rouault2017-08-111-1/+4
* openssl: fix "error: this statement may fall through"Daniel Stenberg2017-08-111-0/+1
* openssl: remove CONST_ASN1_BIT_STRING.David Benjamin2017-08-111-3/+1
* digest_sspi: Don't reuse context if the user/passwd has changedJay Satiro2017-08-102-0/+45