| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| | |
OTP-17671
|
| |\
| | |
| | |
| | |
| | |
| | | |
'bmk/snmp/20211001/start_failure_with_empty_config_and_flag/OTP-17671' into maint
OTP-17671
|
| | |
| | |
| | |
| | | |
OTP-17671
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* maint:
Updated OTP version
Prepare release
# Conflicts:
# OTP_VERSION
# make/otp_version_tickets_in_merge
|
| | | |
|
|\ \ \
| |/ /
| | |
| | | |
OTP-17641
|
| |/
| |
| |
| |
| |
| |
| |
| | |
The net-if process incorrectly expected the 'type' of
the DOWN message to be 'socket'. But the old style sockets
is of type 'port'.
OTP-17641
|
|\ \
| |/
| |
| |
| |
| |
| |
| |
| | |
* maint:
Updated OTP version
Prepare release
# Conflicts:
# OTP_VERSION
|
| | |
|
|\ \
| | |
| | |
| | | |
OTP-17612
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Removed commented out documentation for the removed (deprecated)
functions.
OTP-17612
|
| | |
| | |
| | |
| | | |
OTP-17612
|
| | |
| | |
| | |
| | | |
OTP-17612
|
| | |
| | |
| | |
| | |
| | |
| | | |
Deleted "dead", 'BACKWARD compatibility, code.
OTP-17612
|
|\ \ \
| | |/
| |/| |
|
| |\ \
| | | |
| | | |
| | | |
| | | | |
test suites: replace ?t: with test_server:, use ct:sleep and ct:fail instead of legacy test_server:sleep and test_server:fail
OTP-17632
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Removing ?t retained for backward compatibility allows to
search for test_server callsites easier.
Replace ?t:fail and test_server:fail with ct:fail.
|
|\ \ \ \
| |/ / /
| | | /
| |_|/
|/| | |
OTP-17526
|
| |/
| |
| |
| | |
OTP-17526
|
|\ \
| |/
| |
| | |
OTP-17526
|
| | |
|
| |
| |
| |
| |
| |
| | |
Also some "cleanup".
OTP-17526
|
| |
| |
| |
| |
| |
| |
| | |
Add the inet_backend top group(s) to be able to test use
of the different inet backends (default, inet or socket).
OTP-17526
|
| |
| |
| |
| |
| |
| |
| | |
Make it possible to configure manager transport (net-if) to
use the inet_backend gen_udp option.
OTP-17526
|
| |
| |
| |
| |
| |
| |
| | |
Make it possible to confiure the transport to use the
new 'inet_backend' (inet | socket) socket option.
OTP-17526
|
| |
| |
| |
| |
| |
| |
| |
| | |
Make it possible to configure agent transport (net-if) to
use the inet_backend gen_udp option.
OTP-17526
OTP-17410
|
|\ \
| |/
| |
| |
| |
| | |
* maint:
fix ssl:close with nif sockets
doc: Fix spelling errors
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This commit adds a test case to check that app files for the
Erlang/OTP applications specifies correct versions for the
dependencies in the runtime_dependencies field. The test is designed
to work on the Erlang/OTP team's test servers as it assumes that all
released applications are installed in particular places and that all
app versions have been increased in the correct way (which is done by
scripts in the Erlang/OTP team's test infrastructure).
The test uses xref to try to find undefined function calls in all
Erlang/OTP applications. When running xref to test an application,
`xref`'s library path is set to point to folders containing beam-files
for the applications that are specified as the minimum correct
versions by the `runtime_dependencies` field in the application's app
file.
This commit also bumps the versions of several dependencies that the
test found to have incorrect versiosn so they instead get the first
version of the dependencies that makes the test pass.
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
into rickard/cross-build-host-triplets-check/master/ERIERL-668/OTP-17514
* rickard/cross-build-host-triplets-check/ERIERL-668/OTP-17514:
Update configure scripts
Fail if canonicalized host and build equals when cross compiling
|
|\ \ \
| |_|/
|/| |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
rickard/autoconf-2.71/master/OTP-17414
* rickard/autoconf-2.71/OTP-17414:
Update configure scripts
Remove leftovers of standalone build for wx application
Double quote arguments to AC_LANG_PROGRAM() and AC_LANG_SOURCE()
Update configure scripts
Move autoconf helpers from erts to make/autoconf
Update configure scripts
Adapt configure scripts to autoconf 2.71 (step 2)
Update configure scripts
Adapt configure scripts to autoconf 2.71 (step 1)
No tabs in m4 files
Fix monotonic hrtime configure test
|
| | | |
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Replace conditional constructs (if, case) with autoconf constructs
(AS_IF(), AS_CASE()) where needed. This due to the following (cut
from autoconf 2.70 release notes):
- Autoconf macros that use AC_REQUIRE are not safe to use in shell
control-flow constructs that appear outside of macros defined by
AC_DEFUN. Use AS_IF, AS_CASE, etc. instead. (See the
Prerequisite Macro section of the manual for details.)
The set of macros that use AC_REQUIRE internally may change from
release to release. The only macros that are guaranteed *not* to
use AC_REQUIRE are the macros for acting on the results of a
test: AC_DEFINE, AC_SUBST, AC_MSG_*, AC_CACHE_CHECK, etc.
|
| | | |
|
| |/
| |
| |
| | |
Replace obsolete macros and fix warnings
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* maint-22:
Updated OTP version
Prepare release
# Conflicts:
# OTP_VERSION
# erts/doc/src/notes.xml
# erts/vsn.mk
# lib/common_test/doc/src/notes.xml
# lib/common_test/vsn.mk
# lib/crypto/doc/src/notes.xml
# lib/crypto/vsn.mk
# lib/erl_interface/doc/src/notes.xml
# lib/erl_interface/vsn.mk
# lib/megaco/doc/src/notes.xml
# lib/megaco/vsn.mk
# lib/odbc/doc/src/notes.xml
# lib/odbc/vsn.mk
# lib/snmp/doc/src/notes.xml
# lib/snmp/vsn.mk
# lib/wx/doc/src/notes.xml
# lib/wx/vsn.mk
# make/otp_version_tickets
# otp_versions.table
|
| | | |
|
| | | |
|
|\ \ \
| |_|/
|/| |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* maint-23:
Updated OTP version
Prepare release
# Conflicts:
# OTP_VERSION
# erts/doc/src/notes.xml
# erts/vsn.mk
# lib/common_test/doc/src/notes.xml
# lib/common_test/vsn.mk
# lib/crypto/doc/src/notes.xml
# lib/crypto/vsn.mk
# lib/erl_interface/doc/src/notes.xml
# lib/erl_interface/vsn.mk
# lib/megaco/doc/src/notes.xml
# lib/megaco/vsn.mk
# lib/odbc/doc/src/notes.xml
# lib/odbc/vsn.mk
# lib/snmp/doc/src/notes.xml
# lib/snmp/vsn.mk
# lib/ssh/doc/src/notes.xml
# lib/ssh/vsn.mk
# lib/wx/doc/src/notes.xml
# lib/wx/vsn.mk
# make/otp_version_tickets
# otp_versions.table
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
|\ \ \
| | | |
| | | | |
Fix missing xml since attributes
|
| | | | |
|
|\ \ \ \
| |/ / /
|/| | |
| | | |
| | | |
| | | |
| | | | |
JeromeDeBretagne/jdb/build_snmp_reproducibly/GH-4417/ERL-1445
snmp: Make snmp build reproducibly
OTP-17354
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Remove the current date/time and snmp version from the
header section of .hrl files generated by snmpc_mib_to_hrl.
Contributes to #4417 (ERL-1445) and #4482 (ERL-1446).
|