]> git.ipfire.org Git - thirdparty/curl.git/shortlog
thirdparty/curl.git
2023-10-19  Daniel Stenbergntlm_wb: use pipe instead of socketpair when possible
2023-10-18  Daniel StenbergRELEASE-NOTES: synced
2023-10-18  Daniel Stenbergasyn-thread: use pipe instead of socketpair for IPC...
2023-10-17  Dan Fandrichtests: Fix Windows test helper tool search & use it... origin/master
2023-10-17  Daniel Stenbergmulti: use pipe instead of socketpair to *wakeup()
2023-10-17  Jay Satirobuild: fix 'threadsafe' feature detection for older gcc
2023-10-16  Daniel Stenbergtest729: verify socks4a with excessive proxy user name...
2023-10-16  Daniel Stenbergsocks: better buffer size checks for socks4a user and...
2023-10-16  Daniel Stenbergcurl.h: on FreeBSD include sys/param.h instead of osrel...
2023-10-16  Marcin Ratajtool_operate: fix links in ipfs errors
2023-10-15  Viktor Szakatscmake: replace `check_library_exists_concat()`
2023-10-15  LoRd_MuldeRtool_cb_wrt: fix write output for very old Windows...
2023-10-15  Jay Satirotool_urlglob: fix build for old gcc versions
2023-10-15  Carlos Henrique... docs/libcurl: fix three minor man page format mistakes
2023-10-15  Jay Satirotests/server: add more SOCKS5 handshake error checking
2023-10-14  Daniel StenbergRELEASE-NOTES: synced
2023-10-14  Sohom Dattatool_getparam: limit --rate to be smaller than number...
2023-10-14  Daniel Stenbergopts: fix two minor man page format mistakes
2023-10-14  Jay Satirocurl_trc: remove a bad assertion
2023-10-14  Dan Fandrichtest613: stop showing an error on missing output file
2023-10-13  Stefan Eissingquic: manage connection idle timeouts
2023-10-13  Dan FandrichCI: ignore test 286 on Appveyor gcc 9 build
2023-10-13  Viktor Szakatslib: fix gcc warning in printf call
2023-10-13  Alex Klyubinhttp2: safer invocation of populate_binsettings
2023-10-13  Daniel Stenbergopenssl: avoid BN_num_bits() NULL pointer derefs
2023-10-13  Daniel Stenbergwolfssl: require WOLFSSL_SYS_CA_CERTS for loading system CA
2023-10-13  Daniel Stenbergtool_urlglob: make multiply() bail out on negative...
2023-10-13  Loïc Yhuelcmake: fix CURL_DISABLE_GETOPTIONS
2023-10-13  Loïc Yhueleasy_lock: add a pthread_mutex_t fallback
2023-10-12  Viktor SzakatsCI: add autotools, out-of-tree, debug build to distro...
2023-10-12  Daniel Stenberghttp: avoid Expect: 100-continue if Upgrade: is used
2023-10-12  Jan Alexander... docs: use SOURCE_DATE_EPOCH for generated manpages
2023-10-12  Daniel StenbergRELEASE-NOTES: synced
2023-10-12  Viktor Szakatscmake: fix `HAVE_H_ERRNO_ASSIGNABLE` detection
2023-10-11  Viktor Szakatsbuild: add `src/.checksrc` to source tarball
2023-10-11  Daniel StenbergRELEASE-NOTES: synced curl-8_4_0
2023-10-11  Daniel StenbergTHANKS: add contributors from 8.4.0
2023-10-11  Jay Satirosocks: return error if hostname too long for remote...
2023-10-10  Stefan EissingCI: remove slowed-network tests
2023-10-10  Jay Satirolibcurl-env-dbg.3: move debug variables from libcurl...
2023-10-09  Dan Fandrichtest670: increase the test timeout
2023-10-09  Stefan EissingMQTT: improve receive of ACKs
2023-10-09  Viktor Szakatsquic: fix BoringSSL build
2023-10-09  Stefan Eissingtest1540: improve reliability
2023-10-09  Stefan Eissingtest2302: improve reliability
2023-10-09  Daniel Stenbergcurl_easy_pause: set "in callback" true on exit if...
2023-10-08  Viktor Szakatsh3: add support for ngtcp2 with AWS-LC builds
2023-10-08  Viktor Szakatsbuild: do not publish `HAVE_BORINGSSL`, `HAVE_AWSLC...
2023-10-08  Marc HoerskenCI: move distcheck job from Azure Pipelines to GitHub...
2023-10-08  Daniel Stenbergurl: fall back to http/https proxy env-variable if...
2023-10-08  Stefan Eissingcf-socket: simulate slow/blocked receives in debug
2023-10-08  Stefan Eissinghttp2: refused stream handling for retry
2023-10-08  Jay SatiroCURLOPT_DEBUGFUNCTION.3: warn about internal handles
2023-10-07  Jay Satirourl: fix typo
2023-10-07  Daniel Stenbergtest458: verify --expand-output, expanding a file name...
2023-10-07  Daniel Stenbergtool_getparam: accept variable expansion on file names too
2023-10-07  Daniel StenbergRELEASE-NOTES: synced
2023-10-07  Daniel Stenbergmulti: do CURLM_CALL_MULTI_PERFORM at two more places
2023-10-07  Viktor SzakatsGHA/linux: mbedtls 3.5.0 + minor dep bumps
2023-10-07  Dan FandrichCI: bump OpenLDAP package version on FreeBSD
2023-10-07  Marc Hoerskendocs/libcurl/opts/Makefile.inc: add missing manpage...
2023-10-07  Dan Fandrichtests: fix a race condition in ftp server disconnect
2023-10-07  Viktor Szakatsappveyor: bump mingw-w64 job to gcc 13 (was: 8)
2023-10-06  David Benjaminopenssl: use X509_ALGOR_get0 instead of reaching into...
2023-10-06  Daniel Stenbergcurl_easy_pause.3: mention it works within callbacks
2023-10-06  Daniel Stenbergcurl_easy_pause.3: mention h2/h3 buffering
2023-10-06  Viktor Szakatscmake: re-add missed C89 headers for specific detections
2023-10-06  Daniel Stenbergmulti: set CURLM_CALL_MULTI_PERFORM after switch to...
2023-10-05  Dan Fandrichtest1903: actually verify the cookies after the test 12041/head
2023-10-05  Dan Fandrichtest: add missing <feature>s
2023-10-05  Dan Fandrichtest1906: set a lower timeout since it's hit on Windows
2023-10-05  Daniel StenbergRELEASE-NOTES: synced
2023-10-05  Jay Satiroidn: fix WinIDN null ptr deref on bad host
2023-10-04  Dan Fandrichtests: close the shell used to start sshd
2023-10-04  Daniel Stenbergbase64: also build for curl
2023-10-04  Eduard Strehlautests: Fix zombie processes left behind by FTP tests.
2023-10-04  Dan Fandrichgithub/labeler: improve labeler matches
2023-10-04  Dan Fandrichtest574: add a timeout to the test
2023-10-04  Dan Fandrichtests: propagate errors in libtests
2023-10-04  Dan Fandrichtests: set --expect100-timeout to improve test reliability
2023-10-04  Dan FandrichCI: ignore the "flaky" and "timing-dependent" test...
2023-10-04  Viktor Szakatscmake: improve OpenLDAP builds
2023-10-04  Viktor Szakatscmake: fix unity builds for more build combinations
2023-10-04  Daniel Stenbergtests: remove leading spaces from some tags
2023-10-04  Viktor SzakatsGHA: bump actions/checkout
2023-10-03  Viktor Szakatsspelling: fix codespell 2.2.6 typos
2023-10-03  Daniel StenbergGHA: add workflow to compare configure vs cmake outputs
2023-10-03  Daniel Stenbergappveyor: enable test 571
2023-10-03  Viktor Szakatsbuild: alpha-sort source files for lib and src
2023-10-03  Viktor Szakatscmake: delete old `HAVE_LDAP_URL_PARSE` logic
2023-10-03  Stefan Eissingtests: increase lib571 timeout from 3s to 30s
2023-10-03  Viktor Szakatscmake: fix unity with Windows Unicode + TrackMemory
2023-10-02  Viktor Szakatscmake: disable unity mode with Windows Unicode + TrackM...
2023-10-02  Viktor Szakatscmake: tidy-up `NOT_NEED_LBER_H` detection
2023-10-02  Viktor Szakatsappveyor: rewrite batch in PowerShell + CI improvements
2023-10-02  Viktor Szakatscmake: fix `HAVE_LDAP_SSL`, `HAVE_LDAP_URL_PARSE` on...
2023-10-02  Viktor Szakatsautotools: restore `HAVE_IOCTL_*` detections
2023-10-02  Daniel StenbergRELEASE-PROCEDURE.md: updated coming release dates
2023-10-02  Daniel StenbergRELEASE-NOTES: synced
2023-10-01  Viktor Szakatscmake: pre-cache `HAVE_POLL_FINE` on Windows
next