]> git.ipfire.org Git - thirdparty/curl.git/shortlog
thirdparty/curl.git
2025-06-25  Viktor Szakatstests: constify, make consts static
2025-06-24  Viktor Szakatstests/server: move memory init to `memptr.c`
2025-06-24  Viktor Szakatsmk-lib1521: replace `printf` with `curl_mprintf`
2025-06-24  Stefan Eissingmulti: xfer table/bitset, handle limits
2025-06-24  Daniel Stenbergbufq: remove the unused Curl_bufq_unwrite function
2025-06-24  Joel Depootercmake: check USE_WINDOWS_SSPI when adding secur32 to...
2025-06-24  Viktor Szakatsappveyor: move old cmake from VS2008 to VS2010
2025-06-24  Viktor Szakatsbuild: stop checking for `sys/stat.h`
2025-06-24  Viktor Szakatstidy-up: replace `<memdebug.h>` with `"memdebug.h"...
2025-06-24  Daniel Stenbergunit1302: expand the base64 encode/decode tests
2025-06-23  Viktor Szakatstests/server: de-dupe/merge three `sockdaemon()` clones...
2025-06-23  Viktor Szakatsbuild: drop explicit curlx from hdr paths, refer header...
2025-06-23  Daniel Stenbergtests: use %b64[] to base64 data
2025-06-23  NINIKAasyn-ares: remove redundant NULL check
2025-06-23  Viktor Szakatstests: drop unused or redundant includes
2025-06-23  Daniel StenbergRELEASE-NOTES: synced
2025-06-23  Stefan Eissingmulti: clear the dirty set of transfers no longer proce...
2025-06-23  Viktor Szakatstests/libtest: use `curltime` from curlx
2025-06-23  Viktor Szakatstests/libtest: call `curlx_now_init()` for unit 1399...
2025-06-23  Daniel Stenbergtests/dnsd: read config from file
2025-06-23  Daniel Stenberglibcurl-env.md: drop LOGNAME, USER and NTLMUSER
2025-06-22  Viktor Szakatscmake: sync tests scripts with each other and autotools...
2025-06-22  Viktor Szakatscmake: replace the way clang-tidy verifies tests, fix...
2025-06-22  Viktor SzakatsGHA/windows: drop MSYS2 runtime downgrades
2025-06-22  renovate[bot]GHA: update msys2/setup-msys2 digest to 40677d3
2025-06-22  Yedaya Katsmanrustls: don't try printing the not provided file
2025-06-22  Viktor Szakatsh2_serverpush: fix file handle leaks reported by clang...
2025-06-22  Viktor Szakatscmake: configure c-ares header directory in project...
2025-06-22  Viktor Szakatstests: make individual test sources compile cleanly
2025-06-22  Viktor Szakatscmake: drop reference to future variable [ci skip]
2025-06-22  Viktor Szakatstests/libtest: drop `TEST_HANG_TIMEOUT` redefinition...
2025-06-22  Viktor Szakatscmake: add target property dumper helper function
2025-06-22  Daniel Stenbergcurl_get_line: make sure lines end with newline
2025-06-22  Viktor Szakatstests/server: drop `memdebug.h`
2025-06-21  Daniel Stenbergdocs: mention that the netrc file works without port...
2025-06-21  Daniel Stenbergtests/server/util.c: include netinet/in6.h
2025-06-21  Stefan Eissingcf: replace the method get_host with query
2025-06-21  Stefan Eissingmulti: add dirty bitset
2025-06-21  Viktor Szakatsbuild: tidy up `Makefile.inc` use in lib and src
2025-06-21  Daniel StenbergRELEASE-NOTES: synced rc-8_15_0-1
2025-06-21  DoIcurl: implement non-blocking STDIN read on Windows
2025-06-21  Daniel Stenbergtop-complexity: lower max allowed complexity threshold...
2025-06-21  Joel Depooterlibssh: fix incorrect return value in myssh_in_AUTH_PKE...
2025-06-21  Viktor Szakatstests: drop `BUNDLE_SRC` variable
2025-06-21  Viktor Szakatscmake: omit clang-tidy on internal libs curlu and curltool
2025-06-21  Stefan Eissingvtls: change send/recv signatures of tls backends
2025-06-21  Fabrício Canedodocs: fix broken link in CODE_REVIEW.md
2025-06-21  Fabrício Canedodocs: fix broken link in INSTALL.md
2025-06-21  Ethan Alkerdocs: fix docs for CURLOPT_PREQUOTE after #17616
2025-06-20  Daniel Stenbergtests: make `Makefile.inc` files 80 columns
2025-06-20  renovate[bot]GHA: update rojopolis/spellcheck-github-actions digest...
2025-06-20  Daniel Stenbergftplistparser: split parse_unix into sub functions
2025-06-20  Stefan Eissingdocs: fix documentation of connect_only 2
2025-06-20  Bartosz Ruszczakftp: fix prequotes for a directory in URL
2025-06-20  Daniel Stenbergtest1599: verify a bad FTP password with no user
2025-06-20  z2_url: fix NULL deref with bad password when no user...
2025-06-20  Daniel Stenbergtests: drop useless "nodist_SOURCES" assignments
2025-06-20  Stefan Eissingxfer: manage pause bits
2025-06-20  Daniel Stenberghttp: explicitly ignore parsing errors for Retry-After
2025-06-20  Daniel StenbergRELEASE-NOTES: synced
2025-06-20  Stefan Eissingconnection: eliminate member `remote_addr`
2025-06-20  Viktor Szakatsautotools: drop `$top_builddir/src` from src header...
2025-06-20  Viktor Szakatscmake: simplify handling generated `lib1521.c` in libtests
2025-06-19  Viktor Szakatsbuild: sync curlx build variables and script
2025-06-19  Viktor Szakatslib530, 582: smoothen out minor differences
2025-06-19  Viktor Szakatscmake: build `stubgss` library for libtests to match...
2025-06-19  Bernhard M... test1596: let test pass after year 2036
2025-06-19  bcheasy: fix comment-documentation
2025-06-19  Viktor Szakatswarnless: drop parts of the `read`/`write` preprocessor...
2025-06-19  Viktor Szakatstftpd: use `CURLMIN()` macro
2025-06-19  Viktor Szakatslib: make `CURLX_SET_BINMODE()` and use it
2025-06-19  Viktor Szakatslib: make `curlx_wait_ms()` and use it
2025-06-19  Viktor Szakatstests/server: make all global vars/funcs static
2025-06-19  Viktor Szakatsbuild: tidy up header paths, use srcdir where possible
2025-06-19  Viktor Szakatscmake: use `target_link_options()` when available
2025-06-19  Viktor Szakatscmake: sync `target_link_libraries()` order in tests...
2025-06-19  Viktor Szakatstests/client: drop autotools logic no longer necessary
2025-06-19  Viktor Szakatscmake: sync tests scripts by using the variable `BUNDLE`
2025-06-19  Viktor Szakatsautotools: simplify configuration in tests, examples
2025-06-19  Viktor Szakatstests/client: use `curl_mfprintf()`
2025-06-18  Viktor Szakatsbuild: sync build scripts between client/libtest
2025-06-18  Viktor Szakatscmake: move `OUTPUT` argument in the `add_custom_comman...
2025-06-18  Viktor Szakatscmake: drop redundant macro from test clients
2025-06-17  Viktor Szakatscmake: drop passing redundant `CURL_STATICLIB` in examp...
2025-06-17  Viktor Szakatstests/http/clients: move to tests/client
2025-06-17  renovate[bot]GHA: update rojopolis/spellcheck-github-actions digest...
2025-06-17  Stefan Eissingtests: make sshserver less verbose
2025-06-17  Stefan Eissingmulti: do no expire a blocked transfer
2025-06-17  Stefan Eissinghttp2: do not delay RST send on aborted transfer
2025-06-16  Viktor Szakatstests/http/clients: drop hack and use `curl_setup.h...
2025-06-16  Viktor SzakatsGHA/windows: avoid libtool wrapper for `tunits`
2025-06-16  Stefan Eissingmulti: fix polling with pending input
2025-06-16  Viktor Szakatstests: bundle http clients, de-dupe, enable for MSVC
2025-06-16  Viktor Szakatswindows: fixup `fopen()` in `CURLDEBUG` builds
2025-06-16  Viktor Szakatsmemdebug: include in unity batch
2025-06-16  Viktor Szakatsmk-unity: include the embedded source name in the output
2025-06-16  Viktor Szakatstests/libtest: merge `MEMPTR` into `UTILS`
2025-06-16  Viktor Szakatsautotools: drop no longer necessary `--srcdir` unity...
2025-06-15  Viktor Szakatsbuild: drop unused variables in tests
2025-06-15  Viktor Szakatstests/server: drop memdebug option
next