summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* docs/Makefile.am: repair 'make hmtl'bagder/make-htmlDaniel Stenberg2021-10-141-1/+1
* curl: correct grammar in generated libcurl codeБорис Верховский2021-10-1311-10/+10
* tests: disable test 2043Daniel Stenberg2021-10-131-0/+1
* runtests: split out ignored testsDaniel Stenberg2021-10-121-3/+7
* http2: make getsock not wait for write if there's no remote windowDaniel Stenberg2021-10-121-5/+21
* test368: verify dash is appended for "-r [num]"Daniel Stenberg2021-10-112-1/+50
* curl: actually append "-" to --range without number onlyБорис Верховский2021-10-111-2/+1
* RELEASE-NOTES: syncedDaniel Stenberg2021-10-111-9/+29
* urlapi: URL decode percent-encoded host namesDaniel Stenberg2021-10-113-39/+143
* CI/makefiles: introduce dedicated test targetMarc Hoersken2021-10-089-9/+19
* maketgz: redirect updatemanpages.pl output to /dev/nullDaniel Stenberg2021-10-081-2/+2
* CURLOPT_HTTPHEADER.3: add descripion for specific headersDaniel Stenberg2021-10-081-0/+10
* c-hyper: use hyper_request_set_uri_parts to make h2 betterDaniel Stenberg2021-10-081-6/+31
* curl-openssl.m4: modify library order for openssl linkingMichael Afanasiev2021-10-081-2/+2
* sha256: use high-level EVP interface for OpenSSLMarcel Raad2021-10-071-41/+70
* curl_ntlm_core: use OpenSSL only if DES is availableMarcel Raad2021-10-071-5/+12
* md5: fix compilation with OpenSSL 3.0 APIMarcel Raad2021-10-071-7/+15
* print_category: printf %*s needs an int argumentDaniel Stenberg2021-10-071-1/+1
* version_win32: use actual version instead of manifested versionJay Satiro2021-10-073-5/+50
* RELEASE-NOTES: syncedDaniel Stenberg2021-10-061-10/+29
* http: fix Basic auth with empty name field in URLDaniel Stenberg2021-10-063-2/+50
* CURLOPT_MAXLIFETIME_CONN: maximum allowed lifetime for conn reuseJeffrey Tolar2021-10-0616-12/+272
* docs/examples: add missing binaries to gitignoreDaniel Gustafsson2021-10-061-0/+2
* HTTP3: fix the HTTP/3 Explained book linkJosip Medved2021-10-051-1/+1
* misc: fix a few issues on MidnightBSDLucas Holt2021-10-055-7/+13
* tool_main: fix typo in comment8U61ife2021-10-041-1/+1
* BINDINGS: URL updatesRyan Mast2021-10-041-7/+7
* scripts/delta: hide a git error message we don't care aboutDaniel Stenberg2021-10-021-1/+1
* sasl: binary messagesPatrick Monnerat2021-10-026-230/+304
* wolfssl: use for SHA256, MD4, MD5, and setting DES odd parityHayden Roche2021-10-025-7/+37
* scripts/delta: count command line options in the new fileDaniel Stenberg2021-10-011-2/+2
* RELEASE-NOTES: syncedDaniel Stenberg2021-10-011-5/+24
* print_category: print help descriptions alignedDaniel Stenberg2021-10-014-19/+36
* lib/mk-ca-bundle.pl: skip certs passed Not Valid After dateDaniel Stenberg2021-09-301-2/+18
* tool_listhelp: easier to generate with gen.plDaniel Stenberg2021-09-309-790/+862
* wolfssl: allow setting of groups/curvesAnthony Hu2021-09-301-1/+70
* connnect: use sysaddr_un fron sys/un.h or custom-defined for windowsJan Mazur2021-09-302-2/+3
* hostip: Move allocation to clarify there is no memleakRikard Falkeborn2021-09-301-3/+3
* gen.pl: make the output date format work betterDaniel Stenberg2021-09-301-1/+1
* typecheck-gcc.h: add CURLOPT_PREREQDATA awarenessDaniel Stenberg2021-09-301-0/+1
* configure: remove `HAVE_WINSOCK_H` definitionMarcel Raad2021-09-293-103/+2
* CMake: remove `HAVE_WINSOCK_H` definitionMarcel Raad2021-09-294-25/+0
* config: remove `HAVE_WINSOCK_H` definitionMarcel Raad2021-09-296-20/+0
* lib: remove `HAVE_WINSOCK_H` usageMarcel Raad2021-09-293-12/+3
* easyoptions: add the two new PRE* optionsDaniel Stenberg2021-09-292-1/+3
* Revert "build: remove checks for WinSock 1"Daniel Stenberg2021-09-2916-5/+158
* lib: avoid fallthrough cases in switch statementsDaniel Gustafsson2021-09-299-65/+67
* config-win32ce: enable WinSock 2Marcel Raad2021-09-281-2/+2
* externalsocket: use WinSock 2.2Marcel Raad2021-09-281-1/+1
* build: remove checks for WinSock 1Marcel Raad2021-09-2816-158/+5