summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* sws: #ifdef S_IFSOCK usebagder/sws-ifsockDaniel Stenberg2021-04-201-0/+2
* 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
* github/workflow: add "security-extended" to codeql-analysis.ymlAnthony Shaw2021-04-091-0/+1
* examples/hiperfifo.c: check event_initialized before deleteJochem Broekhoff2021-04-091-2/+6
* ntlm: fix negotiated flags usagePatrick Monnerat2021-04-0931-51/+57
* ntlm: support version 2 on 32-bit platformsPatrick Monnerat2021-04-093-19/+66
* curl_ntlm_core.h: simplify conditionals for USE_NTLM2SESSIONPatrick Monnerat2021-04-091-3/+2
* lib: remove unused HAVE_INET_NTOA_R* definesDaniel Stenberg2021-04-082-18/+0
* configure: include <time.h> unconditionallyMichael Forney2021-04-074-54/+5
* configure: remove use of RETSIGTYPEMichael Forney2021-04-0719-85/+12
* install: add instructions for Apple Darwin platformsMuhammed Yavuz Nuzumlalı2021-04-071-17/+45
* configure: disable min version set for DarwinMuhammed Yavuz Nuzumlalı2021-04-071-24/+5
* docs/HTTP3.md: update the build instruction using gnutlsDavid Hu2021-04-071-1/+1
* RELEASE-NOTES: syncedDaniel Stenberg2021-04-071-6/+22
* typecheck-gcc: make the ssl-ctx-cb check use SSL_CTX pointersDaniel Stenberg2021-04-071-6/+6
* ngtcp2+gnutls: clear credentials when freedDaniel Stenberg2021-04-071-1/+3
* tool_progress: Fix progress meter in parallel modeCherish982021-04-051-0/+8
* libssh: get rid of PATH_MAXEmil Engler2021-04-051-4/+3
* http_proxy: only loop on 407 + close if we have credentialsDaniel Stenberg2021-04-053-1/+62
* h2: allow 100 streams by defaultDaniel Stenberg2021-04-051-1/+1
* file: support GETing directories againLuke Granger-Brown2021-04-053-13/+53
* RELEASE-NOTES: syncedDaniel Stenberg2021-04-042-274/+15
* TLS: fix HTTP/2 selectionDaniel Stenberg2021-04-027-8/+8
* hostip: Fix for builds that disable all asynchronous DNSJay Satiro2021-04-021-0/+2
* openssl: Fix CURLOPT_SSLCERT_BLOB without CURLOPT_SSLCERT_KEYGilles Vollant2021-03-311-52/+56
* RELEASE-NOTES: syncedcurl-7_76_0Daniel Stenberg2021-03-311-9/+29
* THANKS: added names from 7.76.0Daniel Stenberg2021-03-311-0/+35
* CURLOPT_AUTOREFERER.3: clarify that it sets the full URLDaniel Stenberg2021-03-301-3/+3