[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gnurl] annotated tag curl-7_74_0 created (now 80acd2b02)
From: |
gnunet |
Subject: |
[gnurl] annotated tag curl-7_74_0 created (now 80acd2b02) |
Date: |
Wed, 13 Jan 2021 01:23:48 +0100 |
This is an automated email from the git hooks/post-receive script.
nikita pushed a change to annotated tag curl-7_74_0
in repository gnurl.
at 80acd2b02 (tag)
tagging e052859759b34d0e05ce0f17244873e5cd7b457b (commit)
replaces curl-7_73_0
by Daniel Stenberg
on Wed Dec 9 07:40:14 2020 +0100
- Log -----------------------------------------------------------------
7.74.0
-----------------------------------------------------------------------
This annotated tag includes the following new commits:
new 80d73bcca tls: provide the CApath verbose log on its own line
new 5bb172157 RELEASE-NOTES: synced
new 7f8863f74 dist: add missing CMake Find modules to the distribution
new 6b60767bd TODO: Virtual external sockets
new 15f76a50e runtests: clear pid variables when failing to start a server
new 327bd5d02 runtests: avoid 'fail to start' repeated messages in attempt
loops
new 38039da76 Makefile.m32: add ability to override zstd libs [ci skip]
new 712d16cbe KNOWN_BUGS: 'no_proxy' string-matches IPv6 numerical
addreses
new d71ac6711 runtests: make cleardir() erase dot files too
new 88b1ca7cb CURLE_PROXY: new error code
new fab518527 sftp: add new quote commands 'atime' and 'mtime'
new bc3b5bcf8 setopt: if the buffer exists, refuse the new BUFFERSIZE
new 98c94596f etag: save and use the full received contents
new 4be1f8dc0 curl: support XDG_CONFIG_HOME to find .curlrc
new 4ebac0610 checksrc: verify do-while and spaces between the braces
new ddf47bbc0 RELEASE-NOTES: synced
new ebc6c54c7 sftp: add the option CURLKHSTAT_FINE_REPLACE
new 510d98157 configure: fix pkg-config detecting wolfssl
new 5620d2cc7 curl: add --output-dir
new 3a9042ea1 docs: --output-dir is added in 7.73.0, nothing else
new 0f7c332f9 select.h: make socket validation macros test for
INVALID_SOCKET
new e21bd22f8 select: fix poll-based check not detecting connect failure
new 17f58c8d9 select: reduce duplication of Curl_poll in Curl_socket_check
new d2a7d7c18 multi: implement wait using winsock events
new 3334ee6bc multi: expand pre-check for socket readiness
new 259a81555 lib1560: verify "redirect" to double-slash leading URL
new be753add3 winbuild: convert the instruction text to README.md
new f31b2e7cb winbuild/README.md: make <options> visible
new 7691f68ba ngtcp2: adapt to the new pkt_info arguments
new a6a17662f doh: add error message for DOH_DNS_NAME_TOO_LONG
new 99119fc8a git: ignore libtests in 3XXX area
new 01e2679b4 schannel: fix memory leak when using get_cert_location
new ce88e21c7 curl_get_line: build only if cookies or alt-svc are enabled
new d854572cc socketpair: allow CURL_DISABLE_SOCKETPAIR
new fbe07c682 openssl: Fix wincrypt symbols conflict with BoringSSL
new 7731c3588 RELEASE-NOTES: synced
new 9ee5701f1 HTTP/3: update to OpenSSL_1_1_1g-quic-draft-29
new 6ebe63fac options: API for meta-data about easy options
new ad691b191 configure: added --disable-get-easy-options
new 4608fa4ae scripts: improve the "get latest curl release tag" logic
new 0da301a08 docs/libcurl: update "Added in" version for curl_easy_option*
new 616c30ad6 lib: make Curl_gethostname accept a const pointer
new 85868537d buildconf: invoke 'autoreconf -fi' instead
new 3165ea053 curl.1: fix typo invokved -> invoked
new 0ac310a82 docs: non-existing macros in man pages
new c77f6fd1c docs: SSLCERTS: fix English syntax
new 68a513247 TLS: fix SRP detection by using the proper #ifdefs
new a2c85bb8e Curl_pgrsTime - return new time to avoid timeout integer
overflow
new 003e81e2a multi: handle connection state winsock events
new 5fcad1c1c sockfilt: handle FD_CLOSE winsock event on write socket
new 6e18568ba easyoptions: provide debug function when DEBUGBUILD
new 70984ce1b tests: add test1912 with typechecks
new a935f0bde RELEASE-NOTES: synced
new 05729b66c select: simplify return code handling for poll and select
new 95aea798d CMake: add option to enable Unicode on Windows
new 5cfb807bb AppVeyor: switch 64-bit Schannel Debug CMake builds to
Unicode
new f504f1864 ntlm: fix condition for curl_ntlm_core usage
new 8bb183114 tests/getpart: use MIME::Base64 instead of home-cooked
new 61aab81c5 docs: add description about CI platforms to CONTRIBUTE.md
new de77ae0a7 CI/azure: no longer ignore results of test 1013
new 8b69ac0c1 buildconf: exec autoreconf to avoid additional process
new 728f8d3bd conn: check for connection being dead before reuse
new a33735548 url: remove funny embedded comments in Curl_disonnect calls
new ede125b7b tls: add CURLOPT_SSL_EC_CURVES and --curves
new e37e44686 mqtt: enable by default
new 147eca8ba RELEASE-NOTES: synced
new 82149e70a curl.1: add see also no-progress-meter on two spots
new 401d237b8 cmdline-opts/gen.pl: generate nicer "See Also" in curl.1
new e250b568b optiontable: use DEBUGBUILD
new 64586af92 lib/Makefile.am: bump VERSIONINFO due to new functions
new e22682b90 test971: show test mismatches "inline"
new e3181d022 copyright.pl: ignore buildconf
new ce56cc8b1 CI/azure: MQTT is now enabled by default
new 20d74b739 select: align poll emulation to return all relevant events
new 3e4b32a3e win32: drop support for WinSock version 1, require version 2
new 8bdc4f8ae telnet.c: depend on static requirement of WinSock version 2
new 9b3f888a0 llist: make it "struct Curl_llist"
new 9e90ff083 hash: make it 'struct Curl_hash'
new add702266 schannel: make it 'struct Curl_schannel*'
new 221a584df curl_threads: make it 'struct Curl_actual_call'
new 3acb2abdf vtls: make it 'struct Curl_ssl_session'
new c26446ff5 wildcard: strip "curl_" prefix from private symbols
new 5507a6ae4 mqtt.c: avoid curl_ prefix on local variable
new dd51f04b1 setopt: avoid curl_ on local variable
new b3fbb2fb9 openssl: avoid error conditions when importing native CA
new 63a111a27 travis: add a CI job with openssl3 (from git master)
new 3eff1c509 http_proxy: do not crash with HTTPS_PROXY and NO_PROXY set
new b4d86d34f scripts/delta: add diffstat summary
new a27af8b51 libssh2: pass on the error from ssh_force_knownhost_key_type
new d541f83d5 CMake: remove explicit `CMAKE_ANSI_CFLAGS`
new d1d310531 connect.c: remove superfluous 'else' in Curl_getconnectinfo
new df0282a82 RELEASE-NOTES: synced
new 5dddc1dc7 docs: add categories to all cmdline opts
new aa8777f63 tool: update --help with categories
new a86cc7e2a tests: Add tests for new --help
new 879007f81 easygetopt: pass a valid enum to avoid compiler warning
new 6ecb63e49 curl: in retry output don't call all problems "transient"
new 953088d2c winbuild/rundebug.cmd: remove
new bbf8cae44 build: drop support for building with Watcom
new e4e725f83 curl:parallel_transfers: make sure retry readds the transfer
new 363a88ac9 curl: retry delays in parallel mode no longer sleeps blocking
new e50a877df tests: remove pipelining tests
new 8ca54a03e test1541: remove since it is a known bug
new f93455eb0 altsvc: clone setting in curl_easy_duphandle
new e089704a0 CI/azure: add test number to title for display in analytics
new 2a82e4dc4 tests/libtests: remove test 1900 and 2033
new d799b7737 libtest: remove lib1541 leftovers
new dc95c4e02 cmake: make HTTP_ONLY also disable MQTT
new d63b3908d FAQ: refreshed some very old language
new 6d946ad9f openssl: consider ALERT_CERTIFICATE_EXPIRED a failed
verification
new 8684bb70d configure: let --enable-debug set -Wenum-conversion with gcc
>= 10
new 6f42e3b16 travis: add a build using libressl (from git master)
new 3532262ed url: use blank credentials when using proxy w/o username and
password
new ad425d3e3 RELEASE-NOTES: synced
new 17fcdf6a3 lib: fix -Wassign-enum warnings
new ab213d60e libtest: fix build errors
new 558dffe30 lib583: fix enum mixup
new 36f60494a curl_mime_headers.3: fix the example's use of
curl_slist_append
new 20417a13f base64: enable in build with SMTP
new 11ab0ad60 base64: also build for pop3 and imap
new 4ba275a46 HISTORY: mention alt-svc added in 2019
new 25a25f45a http: consolidate nghttp2_session_mem_recv() call paths
new 33bca7c9f docs/LICENSE-MIXING: remove
new 5fbc3ee52 tests: add test1912 to the dist
new 9fffe925d dynbuf: make sure Curl_dyn_tail() zero terminates
new c4ea71ae3 dynbuf: provide curlx_ names for reuse by the curl tool
new 47dd957da curl: use curlx_dynbuf for realloc when loading config files
new b83947c8d runtests: allow creating files without newlines
new 5c2d2d2ac test434: test -K use in a single line without newline
new 51e8f2938 RELEASE-NOTES: synced
new da5ae38db imap: set cselect_bits to CURL_CSELECT_IN initially
new 0938f828b curl: make file2string use dynbuf
new 893bbd745 curl: make file2memory use dynbuf
new 70a3b003d curl: make glob_match_url use dynbuf
new a16794984 curl: make checkpasswd use dynbuf
new 7ea2e1d0c ftp: a 550 response to SIZE returns
CURLE_REMOTE_FILE_NOT_FOUND
new 182ff2d63 vtls: deduplicate client certificates in ssl_config_data
new 4e66207c5 tool_urlglob: fix compiler warning "unreachable code"
new 0c1e767e8 tool_writeout: add new writeout variable, %{num_headers}
new 8854b9284 tests/FILEFORMAT: document nonewline support for <file>
new 304aeace1 tests/FILEFORMAT: document type=shell for <command>
new 9fe7b6620 travis: use libressl v3.1.4 instead of master
new 2cc685724 test3015: verify stdout "as text"
new 0b4c4145a tool_writeout: protect fputs() from NULL
new 1556b99f1 CI/azure: disable test 571 in the msys2 builds
new ec6363be1 tool_help.h: update copyright year range
new 15f5d5989 TODO: add PR reference for native IDN support on macOS
new af0959995 TODO: dynamically decide to use socketpair
new 40d67da7c multi: reuse WinSock events variable in Curl_multi_wait
new 1060955a6 multi: align WinSock mask variables in Curl_multi_wait
new c0f0e400e urlapi: use more Curl_safefree
new 48fb543d7 github: use new issue template feature
new cd048aaa2 github: remove the duplicate "Security vulnerability" entry
new 83cc96670 man pages: switch to https://example.com URLs
new cc372af1e ftp: get rid of the PPSENDF macro
new 7921b41ce easy_reset: clear retry counter
new 3d8731c8f ftp: avoid risk of reading uninitialized integers
new 2cf5f9368 RELEASE-NOTES: synced
new 2df7414a7 CHECKSRC: document two missing warnings
new 5bd63e061 --help: strdup the category
new 6f82ebd8a BUGS: convert document to markdown
new d3d8773b1 docs/TheArtOfHttpScripting: convert to markdown
new 559ed3ca2 docs/RESOURCES: remove
new e1485bd06 docs/MQTT: not experimental anymore
new 553588897 docs/MQTT: remove outdated paaragraphs
new be2383947 cmake: remove scary warning
new 2e645e21d parsedate: tune the date to epoch conversion
new 6434a7398 Curl_handler: add 'family' to each protocol
new f4873ebd0 krb5: merged security.c and krb specific FTP functions in
here
new a8e08a87d setopt: return CURLE_BAD_FUNCTION_ARGUMENT on bad argument
new e5803089a http_proxy: do not count proxy headers in the header
bytecount
new 3e80895da test1297: verify GOT_NOTHING with http proxy tunnel
new 1ee289f7b curl_krb5.h: rename from krb5.h
new 5a654a0a6 RELEASE-NOTES: synced
new 3d64031fa symbian: drop support
new 0548ecaf6 pingpong: remove a malloc per Curl_pp_vsendf call
new 235585770 KNOWN_BUGS: Unable to use PKCS12 certificate with Secure
Transport
new 7e8561e03 dynbuf: make *addf() not require extra mallocs
new f74afa40f dynbuf: add Curl_dyn_vaddf
new 675eeb1c9 pingpong: use a dynbuf for the *_pp_sendf() function
new 93653ef9e tests/data: Fix some mismatched XML tags in test cases
new 1397a7de6 ftp: separate FTPS from FTP over "HTTPS proxy"
new 92a9b88eb Curl_send: return error when pre_receive_plain can't malloc
new c4693adc6 imap: make imap_send use dynbuf for the send buffer
management
new bed5f8454 strerror: honor Unicode API choice on Windows
new 3d60a2239 ngtcp2: adapt to new NGTCP2_PROTO_VER_MAX define
new 11522d729 test163[12]: require http to be built-in to run
new 7772344e1 pause: only trigger a reread if the unpause sticks
new 4a4c72459 ftp: make a 552 response return CURLE_REMOTE_DISK_FULL
new 1e3c52fba RELEASE-NOTES: synced
new abeeffb11 schannel: return CURLE_PEER_FAILED_VERIFICATION for
untrusted root
new 422b257fe ROADMAP: updates and cleanups
new a87cca7b1 sendf: move Curl_sendf to dict.c and make it static
new 82d66f158 memdebug: remove 9 year old unused debug function
new edfb6168e libssh2: handle the SSH protocols done over HTTPS proxy
new a7de1c0d8 TODO: SSH over HTTPS proxy with more backends
new 83c649329 configure: use "no" instead of "disabled" for the end summary
new cbe7fad20 ECH: renamed from ESNI in docs and configure
new b312e3238 sectransp: make it build with --disable-proxy
new 025b20971 HISTORY: add some 2020 events
new 021f2c25f MANUAL: update examples to resolve without redirects
new 2aac895fb src: Consistently spell whitespace without whitespace
new c8204ed6a configure: don't say HTTPS-proxy is enabled when disabled!
new 7b9e3c4b4 examples/README: convert to markdown
new d0c77730e include/README: convert to markdown
new 422f610b4 tests/README: convert to markdown
new 8aeb82eec tests/unit/README: convert to markdown
new 6603917c3 TODO: Add OpenBSD libtool notice
new ce95c5e01 RELEASE-NOTES: synced
new 7920be947 vtls: deduplicate some DISABLE_PROXY ifdefs
new 9a13f7c2a strerror: fix null deref on winapi out-of-memory
new 3997b3e2a curl: make --libcurl show binary posts correctly
new 01327600e tool_setopt: escape binary data to hex, not octal
new 2dd53e82f runtests: allow generating a binary sequence from hex
new ddecd2826 test1465: verify --libcurl with binary POST data
new 26a7d51c2 checksrc: warn on space after exclamation mark
new e6b21d422 runtests: provide curl's version string as %VERSION for tests
new 6497ed45b ldap: reduce the amount of #ifdefs needed
new 2ead0ca48 docs/opts: fix typos in two manual pages
new 639c6bfcf --help: move two options from the misc category
new b8e4d1cb0 runtests: add %repeat[]% for test files
new af782db0e build-wolfssl: fix build with Visual Studio 2019
new 06488441a scripts/release-notes.pl: don't "embed" $ in format string
for printf()
new d3a3cacd3 RELEASE-NOTES: synced
new ec1cb755b curl: make sure setopt CURLOPT_IPRESOLVE passes on a long
new bc5455fa7 mbedtls: add missing header when defining MBEDTLS_DEBUG
new 7d8c89d47 checksrc: detect // comments on column 0
new 1101fbbf4 runtests.pl: use $LIBDIR variable instead of hardcoded path
new a4c26b0ab HISTORY: curl verifies SSL certs by default since version
7.10
new c8ca70547 src/Makefile.m32: fix undefined curlx_dyn_* errors
new d707a9fa6 windows: fix comparison of mismatched types warning
new 0a99281c2 CI/tests: use verification curl for test reporting APIs
new a32687798 strerror: Revert to local codepage for Windows error string
new 112418070 tests/server/util.c: fix support for Windows Unicode builds
new d8fffd718 CI/tests: fix invocation of tests for CMake builds
new fddc603b6 projects/build-wolfssl.bat: fix the copyright year range
new eafe1eaff mailmap: fixups of some contributors
new 2cbd2a2ab THANKS: from 7.73.0 and .mailmap fixes
new 315ee3fe7 RELEASE-NOTES: synced
new 15997f6db test122[12]: remove these two tests
new 7c88fe375 src/tool_filetime: disable -Wformat on mingw for this file
new a654fdc9d RELEASE-NOTES: synced
new 8b1a10cdf connect: repair build without ipv6 availability
new 5168e5ad1 strerror: use 'const' as the string should never be modified
new 621e147ca docs/FEATURE: convert to markdown
new 88bf689f9 runtests: return error if no tests ran
new 3862c37b6 libcurl.pc: make it relocatable
new b7ea3d2c2 urlapi: URL encode a '+' in the query part
new 475c1aba6 checksrc: warn on empty line before open brace
new c5ff3fb2c tool_operate: fix compiler warning when --libcurl is disabled
new 769c9a4ee Makefile.m32: add support for HTTP/3 via ngtcp2+nghttp3
new e34959c0b http3: fix two build errors, silence warnings
new a3d5b199f openssl: acknowledge SRP disabling in configure properly
new 6d1a05b0b CURLOPT_TCP_NODELAY.3: fix comment in example code
new bfd35d5ed CURLOPT_URL.3: clarify SCP/SFTP URLs are for uploads as well
new 354afc891 CI/azure: improve on flakiness by avoiding libtool wrappers
new 6f8596867 CURLOPT_NOBODY.3: fix typo
new 3bcd81df9 os400: Sync libcurl API options
new f3b7d72c5 packages/OS400: make the source code-style compliant
new 65fb4d16a curl_url_set.3: fix typo in the RETURN VALUE section
new eb97e2c79 RELEASE-NOTES: synced
new 4282d5f9d runtests: revert the mistaken edit of $CURL
new 18dd7cc9a CI/travis: add brotli and zstd to the libssh2 build
new 57501c86d CMake: call the feature unixsockets without dash
new 6dc563cda CMake: store IDN2 information in curl_config.h
new 141e23d78 KNOWN_BUGS: mention the individual cmake issues
new 4bfca0a80 libssh2: require version 1.0 or later
new 67dede842 cmake: set the unicode feature in curl-config on Windows
new 6f8871844 CI/appveyor: disable test 571 in two cmake builds
new 499b3b6ff tool_help: make "output" description less confusing
new e2bcdf557 CI/appveyor: remove (unused) runtests.pl -b option
new 96450a1a3 alt-svc: enable by default
new ddcc110bf libssh2: fix build with disabled proxy support
new bdbf82a9b RELEASE-NOTES: synced
new 15ae03988 range.d: clarify that curl will not parse multipart responses
new 4cbb17a2c CI/github: work-around for brew breakage on macOS
new b1ff27995 range.d: fix typo
new 9f4c1c0cc CURLOPT_DNS_USE_GLOBAL_CACHE.3: fix typo
new 61630a155 runtests: show keywords when no tests ran
new 4c615eace mailmap: set Viktor Szakats's email
new 5106f1dc4 curl.1: add an "OUTPUT" section at the top of the manpage
new 9a844625c libssh2: fix transport over HTTPS proxy
new 3a1e79800 CMake: make BUILD_TESTING dependent option
new ce8ac2db2 tool_operate: bail out proper on errors for parallel setup
new 6f3369bbc configure: use pkgconfig to find openSSL when cross-compiling
new c80d510a1 RELEASE-NOTES: synced
new e4d38014c tests: fix some http/2 tests for older versions of nghttpx
new c131148b6 acinclude: detect manually set minimum macos/ipod version
new 1144886f3 header.d: mention the "Transfer-Encoding: chunked" handling
new 584ccb5ef http: pass correct header size to debug callback for chunked
post
new 6da7a7e5c tool_operate: --retry for HTTP 408 responses too
new 95d30409b tests: add missing global_init/cleanup calls
new 8bcb23593 gnutls: fix memory leaks (certfields memory wasn't released)
new b8895509a header.d: fix syntax mistake
new 606d21376 travis: use valgrind when running tests for debug builds
new d70a5b5a0 sendf: move the verbose-check into Curl_debug
new 9386e2a37 tool_debug_cb: do not assume zero-terminated data
new 9f43b28f7 CI/tests: enable test target on TravisCI for CMake builds
new 7385610d0 hsts: add support for Strict-Transport-Security
new 2cfc4ed98 hsts: add read/write callbacks
new 21464a65c curlver: bumped to 7.74.0
new c436dd82f RELEASE-NOTES: synced
new 76140ecfd RELEASE-NOTES: synced
new adb0fcfab rtsp: fixed Session ID comparison to refuse prefix
new 77a7b93c2 rtsp: fixed the RTST Session ID mismatch in test 570
new 8bdee9818 rtsp: error out on empty Session ID, unified the code
new e41ba40de travis: use ninja-build for CMake builds
new 5cb475de9 KNOWN_BUGS: LDAPS with NSS is slow
new ce980c255 KNOWN_BUGS: SMB tests fail with Python 2
new 0673cb4d2 KNOWN_BUGS: FTPS with Schannel times out file list operation
new 4d2f80067 curl.se: new home
new fbbbf5aae HISTORY: the new domain
new ac0a88fd2 copyright: fix year ranges
new afbf7d260 docs: Fix various typos in documentation
new 085f91036 hsts: Remove pointless call to free in errorpath
new afddaa6de examples: fix comment syntax
new 490879ea8 FAQ: refreshed
new 6ee57c8bd hsts: remove debug code leftovers
new f7e72f4d5 tool_operate: set HSTS with CURLOPT_HSTS to pass on filename
new 20558ff26 url: make sure an HSTS upgrade updates URL and scheme
correctly
new ee644bc8b test493: verify --hsts upgrade and that %{url_effective}
reflects that
new 3864ad37e FAQ: refresh "Why do I get "certificate verify failed"
new 65bc68252 FAQ: remove "Why is there a HTTP/1.1 in my HTTP/2 request?"
new 5d903ce3a altsvc: minimize variable scope and avoid "DEAD_STORE"
new 374329d77 configure: pass -pthread to Libs.private for pkg-config
new 5d57a7992 ngtcp2: adapt to recent nghttp3 updates
new a570f7cd0 Curl_pgrsStartNow: init speed limit time stamps at start
new fa6bbbe16 examples/httpput: remove use of CURLOPT_PUT
new 259c70a93 Revert "libcurl.pc: make it relocatable"
new 5ee44566b THANKS-filter: ignore autobuild links
new ec48bee3f RELEASE-NOTES: synced
new 3c5c6e747 mqttd: fclose test file when done
new 8b151cb94 docs: document the 8MB input string limit
new 7ae59838f curl_easy_escape: limit output string length to 3 * max input
new c49d205ae http_proxy: use enum with state names for 'keepon'
new fd5f35ef0 cmake: don't pass -fvisibility=hidden to clang-cl on Windows
new 760e85434 cmake: correctly handle linker flags for static libs
new 71ec4e7d7 httpput-postfields.c: new example doing PUT with POSTFIELDS
new 0362944a2 curl: only warn not fail, if not finding the home dir
new 87614768c release-notes.pl: detect #[number] better for Ref: etc
new df2af7dd8 RELEASE-NOTES: synced
new 03822c3a6 CURLOPT_HSTS.3: document the file format
new 24f909ceb tests/*server.py: close log file after each log line
new 4e65f69b0 cirrus: build with FreeBSD 12.2 in CirrusCI
new 94979161c KNOWN_BUGS: make a new section for cmake topics
new cfd42e328 KNOWN_BUGS: cmake build in Linux links libcurl to libdl
new 943cc00aa KNOWN_BUGS: cmake uses -lpthread instead of Threads::Threads
new ad4b60826 KNOWN_BUGS: cmake: generated .pc file contains strange
entries
new 192099333 KNOWN_BUGS: cmake libcurl.pc uses absolute library paths
new 529423a27 KNOWN_BUGS: cmake build doesn't fail if zlib not found
new bf9e14159 KNOWN_BUGS: cmake autodetects cert paths when cross-compiling
new 33a0b7ad7 KNOWN_BUGS: cmake: libspsl is not supported
new 73b63876b quiche: remove 'static' from local buffer
new f21cc6283 cmake: make CURL_ZLIB a tri-state variable
new ee38a725b cmake: use libcurl.rc in all Windows builds
new 3a8cdc82d openssl: guard against OOM on context creation
new 3ba04d5d8 mailmap: Daniel Hwang
new d18e9c580 CI/cirrus: simplify logic for disabled tests
new c35320705 tests/server/tftpd.c: close upload file right after transfer
new 0d16a49c1 curl: add compatibility for Amiga and GCC 6.5
new ca7fa376c RELEASE-NOTES: synced
new 10818dc7c KNOWN_BUGS: wakeup socket disconnect causes havoc
new 7fa6d5e38 KNOWN_BUGS: curl with wolfSSL lacks support for renegotiation
new 898fca27c http3: use the master branch of GnuTLS for testing
new 5c8849ced winbuild: remove docs from Makefiles and refer to README.md
new a95a6ce6b urldata: remove 'void *protop' and create the union 'p'
new 3e092adf6 Makefile.m32: add support for UNICODE builds
new 37cdc2a05 asyn: use 'struct thread_data *' instead of 'void *'
new 77b2f702c examples: update .gitignore
new 020aa0131 docs/INTERNALS: remove reference to Curl_sendf()
new 920f49a20 infof/failf calls: fix format specifiers
new 12cb7a1fe file: avoid duplicated code sequence
new fc813f80e tool_writeout: use off_t getinfo-types instead of doubles
new 082422b18 runtests: make 'c-ares' a "feature" to depend on
new 72ae6737e test506: make it not run in c-ares builds
new d6ced230f curl_setup: USE_RESOLVE_ON_IPS is for Apple native resolver
use
new 0b60d3685 socks: check for DNS entries with the right port number
new 0cbd5d5c4 vquic/ngtcp2.h: define local_addr as sockaddr_storage
new ddd3eb99f ngtcp2: advertise h3 ALPN unconditionally
new c7b02c5d6 ngtcp2: use the minimal version of QUIC supported by ngtcp2
new 227daceab tests/server/tftpd.c: close upload file in case of abort
new 732398561 RELEASE-NOTES: synced
new 65d2f563f ntlm: avoid malloc(0) on zero length user and domain
new 0d75bf9ae openssl: remove #if 0 leftover
new 2d4d012a4 openssl: free mem_buf in error path
new b6b535994 splay: rename Curl_splayremovebyaddr to Curl_splayremove
new 221c9da9a NEW-PROTOCOL: document what needs to be done to add one
new d6bfbfadd cmake: check for linux/tcp.h
new 2d1df660b ngtcp2: Fix build error due to symbol name change
new 26f682bcc quiche: close the connection
new 41b3b830f docs: fix typos and markup in ETag manpage sections
new 753a2c758 tests/util.py: fix compatibility with Python 2
new 6703eb2f4 SECURITY-PROCESS: disclose on hackerone
new 1835cb916 openssl: use OPENSSL_init_ssl() with >= 1.1.0
new b2bde86bb RELEASE-NOTES: synced
new 7a6fdd503 scripts/completion.pl: parse all opts
new 2c0d72121 ftp: retry getpeername for FTP with TCP_FASTOPEN
new 2260e0ebe Revert "multi: implement wait using winsock events"
new abd846c37 urlapi: don't accept blank port number field without scheme
new ec9cc725d ftp: CURLOPT_FTP_SKIP_PASV_IP by default
new 69a358f21 ftp: make wc_statemach loop instead of recurse
new d9d016727 openssl: make the OCSP verification verify the certificate id
new cfea4f2f4 cmake: don't use reserved target name 'test'
new 0611fded4 VERSIONS: refreshed
new 6d338a87d urldata: restore comment on ssl_connect_data.use
new e05285975 RELEASE-NOTES: synced
The 406 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gnurl] annotated tag curl-7_74_0 created (now 80acd2b02),
gnunet <=