summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* rtsp: convert mallocs to dynbuf for RTP bufferingbagder/rtsp-take2Daniel Stenberg2023-03-302-43/+20
* tests/http: fix log formatting on wrong exit codeStefan Eissing2023-03-301-1/+1
* spellcheck.words: unify the AWS-LC spellingDaniel Stenberg2023-03-301-3/+0
* openssl: interop with AWS-LCJim King2023-03-3011-14/+169
* cmake: picky-linker fixes for openssl, ZLIB, H3 and moreViktor Szakats2023-03-301-67/+85
* vlts: use full buffer size when receiving data if possibleStefan Eissing2023-03-301-4/+36
* rtsp: skip malformed RTSP interleaved frame datadengjfzh2023-03-306-50/+174
* lib: add `bufq` and `dynhds`Stefan Eissing2023-03-3015-3/+2070
* pytest: improvements for suitable curl and error outputStefan Eissing2023-03-2916-106/+131
* lib: use correct printf flags for sockets and timediffsDaniel Stenberg2023-03-295-20/+51
* telnet: make MSVC ignore warning for assignment within conditionalDaniel Stenberg2023-03-291-0/+8
* ws: handle reads before EAGAIN betterDaniel Stenberg2023-03-291-7/+7
* test1592: add flaky keywordDaniel Stenberg2023-03-291-0/+1
* lib/sha256.c: typo fix in comment (duplicated "is available")Frank Gevaerts2023-03-281-3/+1
* tests: update tests/httpd references to tests/httpArne Soete2023-03-281-3/+3
* telnet: simplify the implementation of str_is_nonascii()Kamil Dudka2023-03-281-5/+4
* curl_easy_getinfo.3: typo fix (duplicated "from the")Frank Gevaerts2023-03-281-1/+1
* wolfssl.yml: bump to version 5.6.0Philip H2023-03-281-1/+1
* RELEASE-NOTES: syncedDaniel Stenberg2023-03-281-4/+28
* docs/cmdline-opts: document the dotless config pathRonan Pigott2023-03-281-1/+1
* HTTP-COOKIES.md: mention the #HttpOnly_ prefixDaniel Stenberg2023-03-281-1/+3
* dynbuf: never allocate larger than "toobig"Daniel Stenberg2023-03-281-1/+7
* ftplistparser: replace realloc with dynbufDaniel Stenberg2023-03-283-66/+53
* ftplistparser: use ISDIGIT()Daniel Stenberg2023-03-281-5/+4
* ftplistparser: move out private data from public structDaniel Stenberg2023-03-284-49/+53
* openssl: fix indents - white space edits onlyDaniel Stenberg2023-03-281-308/+309
* url: remove call to Curl_llist_destroy in Curl_closeDaniel Stenberg2023-03-271-5/+0
* multi: remove PENDING + MSGSENT handles from the main linked listDaniel Stenberg2023-03-266-36/+73
* tests/http: add timeout to running curl in test casesStefan Eissing2023-03-264-11/+34
* RELEASE-PROCEDURE: update to new scheduleDaniel Stenberg2023-03-262-25/+26
* doc: curl_mime_init() strong easy handle binding has been relaxed in 7.87.0Patrick Monnerat2023-03-261-2/+2
* CURLOPT_WRITEFUNCTION.3: fix typoJay Satiro2023-03-251-1/+1
* CI: skip some more builds when possibleDan Fandrich2023-03-248-0/+32
* CI: add and adjust labeler match patternsDan Fandrich2023-03-241-5/+6
* CMake: make config version 8 compatible with 7Kai Pastor2023-03-251-0/+9
* RELEASE-NOTES: syncedDaniel Stenberg2023-03-242-9/+41
* GHA: add a memory-sanitizer jobDaniel Stenberg2023-03-241-0/+13
* CI: fix brew retries on GHADan Fandrich2023-03-231-2/+2
* CI: skip Azure for more commits which change only GHADan Fandrich2023-03-231-0/+1
* cmake: set SONAME for SunOS tooDaniel Stenberg2023-03-231-0/+1
* ngtcp2: adjust config and code checks for ngtcp2 without nghttp3Stefan Eissing2023-03-235-7/+8
* data.d: emphasize no conversionDaniel Stenberg2023-03-231-0/+4
* server/getpart: clear the buffer before loadDaniel Stenberg2023-03-231-1/+2
* ntlm: clear lm and nt response buffers before useDaniel Stenberg2023-03-231-0/+2
* digest: clear target bufferDaniel Stenberg2023-03-231-0/+1
* cmake: bring in the network library on Haiku.Douglas R. Reno2023-03-221-0/+5
* runtests: die if curl version can be foundDaniel Stenberg2023-03-221-1/+2
* multi: add handle asserts in DEBUG buildsStefan Eissing2023-03-222-0/+18
* gskit: various compile errors in OS400jonrumsey2023-03-221-11/+12
* tool_operate: pass a long as CURLOPT_HEADEROPT argumentDaniel Stenberg2023-03-221-1/+1