summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* cmdline-opts/gen.pl: fix option matching to improve referencesbagder/gen-referencesDaniel Stenberg2022-01-191-1/+1
* runtests.pl: disable debuginfodPatrick Monnerat2022-01-171-0/+1
* RELEASE-NOTES: syncedDaniel Stenberg2022-01-171-7/+31
* CURLMOPT_TIMERFUNCTION/DATA.3: fix the examplesDaniel Stenberg2022-01-172-8/+8
* multi: set in_callback for multi interface callbacksDaniel Stenberg2022-01-171-2/+17
* docs/HISTORY.md: mention alt-svc and HSTSDaniel Stenberg2022-01-171-0/+4
* misc: remove the final watcom referencesDaniel Stenberg2022-01-179-117/+21
* misc: remove BeOS code and referencesDaniel Stenberg2022-01-178-43/+11
* tool_getparam: DNS options that need c-ares now fail without itDaniel Stenberg2022-01-171-0/+8
* curl: remove "separators" (when using globbed URLs)Daniel Stenberg2022-01-154-32/+1
* mbedtls: fix CURLOPT_SSLCERT_BLOB (again)Niels Martignène2022-01-152-5/+6
* quiche: verify the server cert on connectAlessandro Ghedini2022-01-152-15/+109
* checksrc: fix typo in commentIkko Ashimine2022-01-151-1/+1
* curl-openssl: remove the OpenSSL headers and library versions checkDaniel Stenberg2022-01-151-280/+1
* mqtt: free any leftover when doneDaniel Stenberg2022-01-131-2/+14
* formdata: avoid size_t => long typecast overflowsDaniel Stenberg2022-01-131-2/+7
* RELEASE-NOTES: syncedDaniel Stenberg2022-01-132-11/+39
* build: enable -Warith-conversionMarcel Raad2022-01-132-1/+2
* build: fix -Wenum-conversion handlingMarcel Raad2022-01-132-5/+6
* appveyor: use VS 2017 image for the autotools buildsMarcel Raad2022-01-121-3/+3
* appveyor: update images from VS 2019 to 2022Marcel Raad2022-01-121-11/+11
* mbedtls: return CURLcode result instead of a mbedtls error codeMAntoniak2022-01-121-1/+1
* curl_multi_socket.3: remove callback and typical usage descriptionsDaniel Stenberg2022-01-121-63/+1
* curl-functions.m4: revert DYLD_LIBRARY_PATH tricks in CURL_RUN_IFELSEDaniel Stenberg2022-01-121-5/+1
* openldap: implement SASL authenticationPatrick Monnerat2022-01-118-35/+332
* CURLOPT_RESOLVE.3: change example port to 443Cameron Will2022-01-101-1/+1
* test374: gif data without new line at the endFabian Keil2022-01-102-1/+50
* runtests.pl: support the nonewline attribute for the data partFabian Keil2022-01-103-2/+21
* curl tool: erase some more sensitive command line argumentsPatrick Monnerat2022-01-101-13/+22
* mesalink: remove supportDaniel Stenberg2022-01-1016-894/+13
* ldap: return CURLE_URL_MALFORMAT for bad URLDaniel Stenberg2022-01-106-15/+12
* docs/cmdline-opts: add "mutexed" options for more http versionsDaniel Stenberg2022-01-104-5/+5
* rustls: add CURLOPT_CAINFO_BLOB supportStephen M. Coakley2022-01-103-5/+33
* scripts/copyright.pl: ignore missing filesDaniel Stenberg2022-01-091-5/+9
* RELEASE-NOTES: syncedDaniel Stenberg2022-01-091-5/+34
* data/DISABLED: disable test 313 for wolfssl buildsDaniel Stenberg2022-01-091-0/+4
* runtests: make 'wolfssl' a testable featureDaniel Stenberg2022-01-092-0/+2
* GHA: install stunnel in the medbtls + wolfssl CI jobsDaniel Stenberg2022-01-092-2/+2
* CI: move the rustls CI job to GHA from ZuulDaniel Stenberg2022-01-094-35/+50
* DISABLE: disable a dozen tests in the rustls buildDaniel Stenberg2022-01-091-0/+15
* runtests: make 'rustls' a testable featureDaniel Stenberg2022-01-092-0/+6
* remote-header-name.d: clarifyDaniel Stenberg2022-01-091-2/+7
* url: given a user in the URL, find pwd for that user in netrcDaniel Stenberg2022-01-096-36/+179
* mbedtls: Fix ssl_init error with mbedTLS 3.1.0+Niels Martignène2022-01-091-6/+6
* cmake: fix iOS CMake project generation errorFilip Lundgren2022-01-081-3/+3
* ngtcp2: fix declaration of ‘result’ shadows a previous localDaniel Stenberg2022-01-081-1/+0
* openssl.h: avoid including OpenSSL headers hereDaniel Stenberg2022-01-081-3/+9
* curl_url_set.3: mention when CURLU_ALLOW_SPACE was addedDaniel Stenberg2022-01-081-2/+2
* tool_findfile: free mem properlyDaniel Stenberg2022-01-071-1/+3
* tool_findfile: check ~/.config/curlrc tooDaniel Stenberg2022-01-075-21/+99