]> git.ipfire.org Git - thirdparty/curl.git/shortlog
thirdparty/curl.git
2025-05-16  Daniel Stenbergadd to first.h too for bundled tests bagder/test650-deprecate 17373/head
2025-05-16  Daniel Stenbergdrop it from all libtests
2025-05-16  Daniel Stenberglib650: define CURL_DISABLE_DEPRECATION first
2025-05-16  Christian Schmitzformdata: split up FormAdd
2025-05-16  Daniel Stenberglibssh2: remove the 'actualcode' struct field
2025-05-16  Jacob Mealeyurlapi: remove unneeded guards around PUNY2IDN
2025-05-16  Stefan Eissingasnyc-thrdd: explain how this is okay with a comment
2025-05-15  Daniel Stenberglibssh: add NULL check for Curl_meta_get()
2025-05-15  Daniel Stenberglibssh: remove a condition that always equals false
2025-05-15  Daniel Stenbergtest1173.pl: whitelist some option-looking names that...
2025-05-15  Stefan Eissingpytest-xdist: pytest in parallel
2025-05-15  Daniel Stenberglibssh2: split up ssh_statemachine
2025-05-15  Daniel Stenbergdocs/libcurl: mention sensitive data/headers
2025-05-15  Viktor SzakatsGHA/curl-for-win: build one job with classic zlib
2025-05-15  Daniel Stenbergtool_operate: move config2setopts to separate file...
2025-05-15  Daniel StenbergRELEASE-NOTES: synced
2025-05-15  Daniel StenbergCONTRIBUTE: add project guidelines for AI use
2025-05-15  Stefan Eissingngtcp2: clarify ignoring of result
2025-05-15  Stefan Eissingpytest: give parameterised tests better ids for read...
2025-05-14  Daniel Stenbergnetrc: deal with null token better
2025-05-14  Daniel Stenbergtests/FILEFORMAT.md: document the aws feature
2025-05-14  Maksim Ściepanienkatests: add aws feature to the related tests
2025-05-14  Daniel StenbergGHA: add libssh to the openssl O3 job
2025-05-14  Daniel Stenberg_SEEALSO.md: remove spaces around command and man page...
2025-05-14  Daniel Stenberglibssh: split up the state machine function
2025-05-13  Dan Fandrichscripts: move the ruff linter command into a script 17343/head
2025-05-13  Viktor Szakatsspacecheck.pl: drop more exceptions
2025-05-13  Daniel Stenbergtests/server/Makefile.inc: cleanup
2025-05-13  Daniel Stenbergsetopt: provide info for CURLE_BAD_FUNCTION_ARGUMENT
2025-05-13  Daniel Stenbergheaders: set an error message on illegal response headers
2025-05-13  Viktor Szakatslib1560: use hex notation, drop non-ASCII exception
2025-05-13  Daniel Stenbergtests: provide all non-ascii data hex encoded
2025-05-13  Daniel Stenbergcurlx: move the docs to docs/internals/
2025-05-13  Daniel Stenbergtests/server: stop using libcurl string comparisons
2025-05-13  Daniel Stenbergtests/FILEFORMAT.md: clarify %hex[] formatting
2025-05-13  Viktor Szakatsspacecheck.pl: verify `tests/data/test*` for non-ASCII...
2025-05-12  Dan Fandrichdocs: update distros links
2025-05-12  Daniel Stenbergtests/server: stop using libcurl's printf functions
2025-05-12  Stefan Eissingasny-thrdd: fix detach from running thread
2025-05-12  Daniel StenbergTODO: Retry SOCKS handshake
2025-05-12  Daniel Stenbergtests/server: remove TEST use, include <memdebug.h>
2025-05-12  Viktor Szakatstests/server: check for `stream != NULL` in mqttd
2025-05-12  Daniel Stenbergmk-ca-bundle: switch URLs to GitHub versions
2025-05-12  Daniel Stenbergimap: remove redundant condition
2025-05-12  Daniel Stenbergrtsp: remove redundant condition
2025-05-12  Daniel Stenbergnetrc: avoid strdup NULL
2025-05-12  Daniel Stenberghttp_chunks: narrow variable scope for 'trlen'
2025-05-12  Daniel StenbergRELEASE-NOTES: synced
2025-05-12  Daniel Stenbergmprintf: provide hex digits for escape.c to use
2025-05-12  Daniel Stenbergmprintf: remove outdated comment about SIZEOF_SIZE_T
2025-05-12  Daniel Stenberginet_ntop: rename curlx_inet_ntop to Curl_inet_ntop
2025-05-11  Jay Satirocurl_version_info.md: clarify ssl_version for MultiSSL
2025-05-11  Daniel Stenbergtimeval.c: #include fix
2025-05-10  Dan Fandrichtest1621: Improve stripcredentials tests
2025-05-10  Daniel Stenbergmime: reuse the base64 string from the base64 code
2025-05-10  Daniel Stenbergbase64: pass in the padding byte separately
2025-05-10  Daniel Stenbergcurl: fix memory leak when -h is used in config file
2025-05-09  Daniel StenbergCURLMOPT_TIMERFUNCTION.md: correct the example
2025-05-09  Viktor Szakatswindows: fix to preserve error code in `curlx_winapi_st...
2025-05-09  Daniel Stenbergcurlx: move curlx_inet_pton
2025-05-09  Daniel Stenbergcurlx: add curlx_winapi_ functions
2025-05-09  Daniel Stenbergtests: stop using libcurl's strdup
2025-05-09  Daniel Stenberglib: drop curlx_getpid, use fake pid in SMB
2025-05-08  Daniel StenbergRELEASE-NOTES: synced
2025-05-08  Daniel Stenbergcurlx: move version_win32.[ch] to curlx/
2025-05-08  Viktor Szakatscmake: test integration with old cmake (v3.11.4 2018...
2025-05-08  Daniel Stenbergcurlx: move nonblock.[ch] into curlx/
2025-05-08  Stefan Eissingfile: use easy handle meta for protocol struct
2025-05-08  Daniel Stenbergcurlx: simplify the curlx_unicodefree macro
2025-05-08  Stefan Eissingssh: move easy handle/connection protocol structs to...
2025-05-08  Daniel Stenbergsrc: drop strcase.[ch] from tool builds
2025-05-08  Daniel Stenbergwinbuild: curl_get_line is not used for tool builds
2025-05-08  Stefan Eissingrtmp: remove no longer used proto member
2025-05-08  Daniel Stenbergsrc: include memdebug.h consistently with angle brackets <>
2025-05-08  Daniel Stenberglib: move multibyte.[ch] to curlx/
2025-05-08  Stefan Eissingtelnet: keep protocol struct at easy handle meta
2025-05-08  Daniel Stenbergheaders: enforce a max number of response header to...
2025-05-08  Daniel Stenbergsrc: rename curlx_safefree to tool_safefree
2025-05-07  Viktor SzakatsGHA/checksrc: check GHA rules with zizmor
2025-05-07  Viktor SzakatsGHA/windows: set `persist-credentials: false` where...
2025-05-07  Daniel Stenbergnetrc: avoid NULL deref on weird input
2025-05-07  Stefan Eissingldap: move easy handle protocol struct into meta hash
2025-05-07  Daniel Stenbergvtls: avoid NULL deref on bad PEM input
2025-05-07  Stefan Eissingsmtp: use easy handle/connectin meta for proto structs
2025-05-07  Daniel StenbergRELEASE-PROCEDURE: update the coming release dates
2025-05-07  Daniel Stenbergmetahash: add asserts to help analyzers
2025-05-07  Daniel Stenbergcurlx: move into to curlx/ 17253/head
2025-05-07  Stefan Eissingimap: use easy handle/connection meta for proto structs
2025-05-07  Viktor Szakatscmake: set `BUILDING_LIBCURL` directly for unit test...
2025-05-07  Jay Satirogenerate.bat: exclude curlinfo.c from legacy VS projects
2025-05-06  Daniel Stenbergtests: separate tunit tests from unit tests more
2025-05-06  Stefan Eissingrtsp: move easy handle/connection protoocol structs...
2025-05-06  Daniel Stenbergpop3: add null pointer check
2025-05-06  Stefan Eissingftp: fix bug in failed init
2025-05-06  Stefan Eissingsmb: use easy handle/connection meta hash to keep structs
2025-05-06  Stefan Eissingrtmp: use connection meta for RTMP* instance
2025-05-06  Stefan Eissingpop3: use meta hashes at easy handle and connection
2025-05-06  Stefan Eissingftp: use easy handle and connectin meta data for protoc...
2025-05-06  Stefan Eissingtftp: use connections meta hash
2025-05-06  Stefan Eissingopenldap: use connection meta for context struct
next