summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* tests: fix MSVC unreachable code warnings in unit testsDan Fandrich2023-03-113-51/+16
* tests: make CPPFLAGS common to all unit testsDan Fandrich2023-03-111-48/+6
* tests: keep cmake unit tests names in syncDan Fandrich2023-03-113-167/+141
* src: silence wmain() warning for all build methodsViktor Szakats2023-03-112-2/+5
* CI: fix retrying on brew failuresDan Fandrich2023-03-102-3/+3
* http2: fix error handling during parallel operationsStefan Eissing2023-03-101-88/+91
* url: only reuse connections with same GSS delegationDaniel Stenberg2023-03-102-0/+7
* lib: silence clang/gcc -Wvla warnings in brotli headersViktor Szakats2023-03-102-0/+16
* curl_path: create the new path with dynbufDaniel Stenberg2023-03-101-40/+35
* url: remove dummy protocol handlerDaniel Stenberg2023-03-102-33/+2
* CI: retry a failed brew update too, not just brew installDan Fandrich2023-03-102-3/+3
* url: fix the SSH connection reuse checkDaniel Stenberg2023-03-101-1/+1
* CURLOPT_PROXY.3: curl+NSS does not handle HTTPS over unix domain socketDaniel Stenberg2023-03-102-0/+4
* CURLSHOPT_SHARE.3: HSTS sharing is not thread-safeDaniel Stenberg2023-03-101-2/+3
* telnet: only accept option arguments in asciiDaniel Stenberg2023-03-101-0/+15
* test1903: test use of COOKIEFILE - reset - COOKIEFILEDaniel Stenberg2023-03-104-2/+111
* url: fix cookielist memleak when curl_easy_resetJay Satiro2023-03-101-3/+5
* tests: fix some keywords and unused sectionsDan Fandrich2023-03-105-10/+3
* tests: fix test1301 to call the right binaryDan Fandrich2023-03-101-1/+3
* tests: add timeout, SLOWDOWN and DELAY keywords to testsDan Fandrich2023-03-1019-0/+28
* RELEASE-NOTES: syncedDaniel Stenberg2023-03-101-8/+48
* wolfSSL: ressurect the BIO `io_result`Stefan Eissing2023-03-101-5/+34
* gssapi: align global `gss_OID_desc` vars to silence ld warnings on macOS venturaStefan Eissing2023-03-101-2/+8
* libssh2: only set the memory callbacks when debuggingDaniel Stenberg2023-03-101-1/+10
* docs/SECURITY-PROCESS.md: updatesDaniel Stenberg2023-03-101-4/+8
* tests: fix tag markup issues in some testsDan Fandrich2023-03-093-3/+3
* tests: add `cookies` featuresMarcel Raad2023-03-0939-0/+95
* test420: add cookies keywordMarcel Raad2023-03-091-0/+1
* CI: Add more labeler match patternsDan Fandrich2023-03-081-11/+23
* GHA: minor improvements to spellcheckandy59952023-03-091-6/+9
* test1671: fix after fixDaniel Stenberg2023-03-091-0/+2
* test421: -w %{header_json} test with multiple same header namesDaniel Stenberg2023-03-092-1/+86
* tool_writeout_json. fix the output for duplicate header namesDaniel Stenberg2023-03-091-6/+11
* headers: make curl_easy_header and nextheader return different buffersDaniel Stenberg2023-03-092-9/+10
* urlapi: take const args in _dup and _get functionsrcombs2023-03-082-5/+5
* urlapi: avoid mutating internals in getter routinercombs2023-03-081-7/+3
* urlapi: '%' is illegal in host namesDaniel Stenberg2023-03-082-5/+3
* ftp: make the 'ftpauth' a more normal 'char *'-arrayDaniel Stenberg2023-03-081-1/+1
* doc: fix compiler warning in libcurl.m4Evgeny Grin (Karlson2k)2023-03-081-3/+4
* misc: fix typosViktor Szakats2023-03-083-3/+3
* ftp: active mode with SSL, add the damn filterStefan Eissing2023-03-071-0/+6
* docs: extend the URL API descriptionsDaniel Stenberg2023-03-072-6/+37
* url: fix logic in connection reuse to deny reuse on "unclean" connectionsStefan Eissing2023-03-0717-190/+264
* x509asn1: use plain %x, not %lx, when the arg is an intDaniel Stenberg2023-03-061-1/+1
* http2: fix handling of RST and GOAWAY to recognize partial transfersStefan Eissing2023-03-062-6/+25
* tests: use dynamic ports numbers in pytest suiteStefan Eissing2023-03-066-39/+118
* connect: fix time_connect and time_appconnect timer statisticsStefan Eissing2023-03-0610-57/+224
* test1905: update output cookie orderDaniel Stenberg2023-03-061-1/+1
* test420: verify expiring cookiesDaniel Stenberg2023-03-062-1/+72
* cookie: don't load cookies again when flushingDaniel Stenberg2023-03-061-9/+3