summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* checksrc: complain on == NULL or != 0 checks in conditionsbagder/checksrc-conditionsDaniel Stenberg2021-04-222-4/+36
* tidy-up: make conditional checks more consistentDaniel Stenberg2021-04-2285-283/+282
* vauth: factor base64 conversions out of authentication proceduresPatrick Monnerat2021-04-2213-713/+439
* bufref: buffer reference supportPatrick Monnerat2021-04-229-3/+398
* os400: additional support for options metadataPatrick Monnerat2021-04-224-68/+321
* test server: take care of siginterrupt() deprecationPatrick Monnerat2021-04-221-24/+42
* lib1564.c: enable last wakeup test part on WindowsMarc Hoersken2021-04-211-10/+1
* multi: fix slow write/upload performance on WindowsMarc Hoersken2021-04-211-6/+13
* multi: reduce Win32 API calls to improve performanceMarc Hoersken2021-04-211-75/+45
* Revert "Revert 'multi: implement wait using winsock events'"Marc Hoersken2021-04-212-3/+153
* Revert "cmake: make libcurl library output name configurable"Daniel Stenberg2021-04-214-4/+4
* sectransp: allow cipher name to be specifiedMichael Kolechkin2021-04-211-693/+852
* NSS: add ciphers to mapMichael Kolechkin2021-04-211-0/+25
* http2: remove DEBUG_HTTP2Daniel Stenberg2021-04-211-1/+0
* cmake: make libcurl library output name configurableRalph Langendam2021-04-214-4/+4
* sws: #ifdef S_IFSOCK useDaniel Stenberg2021-04-211-0/+2
* curl_setup: provide the shutdown flags widerDaniel Stenberg2021-04-211-5/+11
* connect: use CURL_SA_FAMILY_T for portabilityDaniel Stenberg2021-04-211-1/+1
* urlapi: make sure no +/- signs are accepted in IPv4 numericalsDaniel Stenberg2021-04-212-1/+8
* ConnectionExists: respect requests for h1 connections betterDaniel Stenberg2021-04-211-0/+7
* multi: don't close connection HTTP_1_1_REQUIREDDaniel Stenberg2021-04-211-1/+1
* http2: move the stream error field to the per-transfer storageDaniel Stenberg2021-04-214-17/+17
* http2: call the handle-closed function correctly on closed streamDaniel Stenberg2021-04-211-0/+4
* test1660: check the created HSTS file as text modeDaniel Stenberg2021-04-211-1/+1
* RELEASE-NOTES: syncedDaniel Stenberg2021-04-201-3/+30
* test 493: require https in curl to runDaniel Stenberg2021-04-201-0/+1
* tool_operate: don't discard failed parallel transfer resultJay Satiro2021-04-201-6/+11
* openssl: fix build error with OpenSSL < 1.0.2Georeth Zhou2021-04-201-2/+2
* README.md: delete Codacy UTM parameters & follow permanent redirect [ci skip]Viktor Szakats2021-04-191-1/+1
* urlapi: "normalize" numerical IPv4 host namesDaniel Stenberg2021-04-192-3/+104
* libssh: fix "empty expression statement has no effect" warningsDaniel Stenberg2021-04-191-39/+63
* hsts: enable by defaultDaniel Stenberg2021-04-1915-40/+65
* vtls: refuse setting any SSL versionDaniel Stenberg2021-04-198-147/+25
* curl: ignore options asking for SSLv2 or SSLv3Daniel Stenberg2021-04-193-8/+7
* test972: verify the json output with jsonlintbagder/test-jsonDaniel Stenberg2021-04-174-1/+68
* tool_writeout: fix the HTTP_CODE json outputJay Satiro2021-04-172-7/+8
* openldap: protect SSL-specific code with proper #ifdefDaniel Stenberg2021-04-151-0/+2
* libssh2: fix Value stored to 'sshp' is never readDaniel Stenberg2021-04-151-3/+1
* tool_getparam: replace (in-place) '%20' by '+' according to RFC1866Victor Vieux2021-04-153-11/+33
* configure: provide --with-openssl, deprecate --with-sslDaniel Stenberg2021-04-158-49/+57
* RELEASE-NOTES: syncedDaniel Stenberg2021-04-152-56/+13
* rustls: only return CURLE_AGAIN when TLS session is fully drainedJavier Blazquez2021-04-151-5/+8
* cookie: CURLOPT_COOKIEFILE set to NULL switches off cookiesDaniel Stenberg2021-04-146-3/+175
* RELEASE-NOTES: syncedcurl-7_76_1Daniel Stenberg2021-04-141-6/+30
* THANKS: add names from 7.76.1Daniel Stenberg2021-04-131-0/+10
* misc: update copyright year ranges to match latest updatesDaniel Stenberg2021-04-132-2/+2
* ngtcp2: Use ALPN h3-29 for nowTatsuhiro Tsujikawa2021-04-131-4/+6
* TODO: remove 18.22 --fail-with-bodyJay Satiro2021-04-111-9/+0
* src/tool_vms.c: remove duplicated word in commentJürgen Gmach2021-04-101-1/+1
* configure: fix CURL_DARWIN_CFLAGS useDaniel Stenberg2021-04-091-1/+1