aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2017-08-28vtls: move the SUPPORT_HTTPS_PROXY flag into the Curl_ssl structJohannes Schindelin
2017-08-28vtls: convert the have_curlssl_* constants to runtime flagsJohannes Schindelin
2017-08-28vtls: move sha256sum into the Curl_ssl structJohannes Schindelin
2017-08-28vtls: move md5sum into the Curl_ssl structJohannes Schindelin
2017-08-28vtls: use the Curl_ssl struct to access all SSL backends' functionalityJohannes Schindelin
2017-08-28vtls: declare Curl_ssl structs for every SSL backendJohannes Schindelin
2017-08-28vtls: introduce a new struct for SSL backendsJohannes Schindelin
2017-08-28vtls: make sure every _sha256sum()'s first arg is constJohannes Schindelin
2017-08-28vtls: make sure all _data_pending() functions return boolJohannes Schindelin
2017-08-28vtls: make sure all _cleanup() functions return voidJohannes Schindelin
2017-08-28vtls: use consistent signature for _random() implementationsJohannes Schindelin
2017-08-27strtooff: fix build for systems with long long but no strtoll optionDaniel Stenberg
2017-08-27darwinssl: handle long strings in TLS certsDaniel Stenberg
2017-08-24imap: use defined names for response codesDaniel Stenberg
2017-08-23imap: support PREAUTHDaniel Stenberg
2017-08-23config-tpf: define SIZEOF_LONGJay Satiro
2017-08-22config-dos: add missing defines, SIZEOF_* and two othersGisle Vanem
2017-08-22makefile.m32: add support for libidn2Viktor Szakats
2017-08-22config-win32: define SIZEOF_LONGViktor Szakats
2017-08-19tftp: fix memory leak on too long filenameEven Rouault
2017-08-18http2_recv: return error better on fatal h2 errorsDaniel Stenberg
2017-08-18http: Don't wait on CONNECT when there is no proxyJan Alexander Steffens (heftig)
2017-08-17CURL_SIZEOF_LONG: removed, use only SIZEOF_LONGDaniel Stenberg
2017-08-17config-win32: define SIZEOF_CURL_OFF_TDaniel Stenberg
2017-08-17cmake: sizeof curl_off_t, remove unused detectionsDaniel Stenberg
2017-08-17system.h: remove all CURL_SIZEOF_* definesDaniel Stenberg
2017-08-17ftp: fix CWD when doing multicwd then nocwd on same connectionDaniel Stenberg
2017-08-17ssh: add the ability to enable compression (for SCP/SFTP)Viktor Szakats
2017-08-16http_proxy: fix build error for CURL_DOES_CONVERSIONSMaksim Stsepanenka
2017-08-16configure: check for __builtin_available() availability (#1788)Nick Zitzmann
2017-08-16darwinssi: fix error: variable length array usedDaniel Stenberg
2017-08-15cmake: remove dead code for DISABLED_THREADSAFEBenbuck Nason
2017-08-15progress: Track total times following redirectsRyan Winograd
2017-08-15cmake: remove dead code for CURL_DISABLE_RTMPBenbuck Nason
2017-08-14strtoofft: reduce integer overflow risks globallyDaniel Stenberg
2017-08-13ipv6_scope: support unique local addressesDaniel Stenberg
2017-08-13redirect: skip URL encoding for host namesSalah-Eddin Shaban
2017-08-12bagder/Curl_tvdiff_us: fix the mathDaniel Stenberg
2017-08-11parse_proxy(): fix memory leak in case of invalid proxy server nameEven Rouault
2017-08-11openssl: fix "error: this statement may fall through"Daniel Stenberg
2017-08-11openssl: remove CONST_ASN1_BIT_STRING.David Benjamin
2017-08-10digest_sspi: Don't reuse context if the user/passwd has changedJay Satiro
2017-08-08docs/comments: Update to secure URL versionsViktor Szakats
2017-08-07tftp: reject file name lengths that don't fitDaniel Stenberg
2017-08-07file: output the correct buffer to the userEven Rouault
2017-08-06easy_events: make event data staticDaniel Stenberg
2017-08-05gssapi: fix memory leak of output token in multi round contextIsaac Boukris
2017-08-05darwinssl: fix compiler warningMarcel Raad
2017-08-04FTP: skip unnecessary CWD when in nocwd modeDaniel Stenberg
2017-08-04darwin: silence compiler warningsDaniel Stenberg