| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| |
| |
| | |
* maint:
Updated OTP version
Prepare release
Update copyright year
|
| | |
|
| | |
|
|\ \
| |/ |
|
| | |
|
| |
| |
| | |
Co-authored-by: Viacheslav Katsuba <v.katsuba.dev@gmail.com>
|
| |
| |
| | |
Co-authored-by: Viacheslav Katsuba <v.katsuba.dev@gmail.com>
|
| |
| |
| | |
Co-authored-by: Viacheslav Katsuba <v.katsuba.dev@gmail.com>
|
| |
| |
| | |
Co-authored-by: Kenneth Lundin <kenneth.lundin@gmail.com>
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
{verify, verify_peer}
|
| | |
|
| |
| |
| | |
Co-authored-by: Viacheslav Katsuba <v.katsuba.dev@gmail.com>
|
| |
| |
| | |
Co-authored-by: Viacheslav Katsuba <v.katsuba.dev@gmail.com>
|
| |
| |
| | |
Co-authored-by: Viacheslav Katsuba <v.katsuba.dev@gmail.com>
|
| |
| |
| | |
Co-authored-by: Kenneth Lundin <kenneth.lundin@gmail.com>
|
| | |
|
| | |
|
| | |
|
|/ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add a --enable-deterministic-build to the configure script,
which sets ERL_DETERMINISTIC=yes throughout the relevant
Makefiles, which then invoke the relevant build stages with the
+deterministic option.
This addresses absolute paths being included in generated .erl files
and compiled .beam files that resulted in builds from different source
directories generating different artefacts (which is a component of the
issue in erlang#4482).
I think it would make sense to make this the default at some stage, but
I've put the change behind a flag for now to decouple
making deterministic OTP builds possible from making them the default.
Having +deterministic set results in compiler options being
removed from the module info for modules where this options was used.
This may have other implications for users of OTP.
For tests themselves, +determinism is not set, since many test cases
depend on accessing the test module's compilation options, or other
features not available in deterministic mode, in order to configure
themselves. For tests of the determinism feature specifically,
+deterministic must be explicitly passed to the compiler within the
relevant test cases.
|
|\
| |
| |
| |
| |
| |
| | |
* maint:
Updated OTP version
Prepare release
Update copyright year
|
| | |
|
| | |
|
| |
| |
| |
| | |
This reverts commit 95f5a792610ed4c87457863cb03b047414ad4a14.
|
| | |
|
| | |
|
|\ \
| |/
| |
| |
| | |
* maint:
eldap: Update the 'since' attribute in refman
|
| | |
|
|\ \
| |/
| |
| |
| | |
* maint:
Add support for paged search results to LDAP
|
| |
| |
| |
| |
| |
| | |
Returns the controls from an LDAP search and includes the
PagedResultsControl ASN so that user code can perform paged searches
according to https://www.rfc-editor.org/rfc/rfc2696.txt
|
|\ \
| |/
| |
| |
| |
| | |
* maint:
eldap: Choose server search order randomly
eldap: Update list of ldap-servers
|
| | |
|
| | |
|
| | |
|
|\ \
| |/
| |
| |
| | |
* maint:
Fix eldap extensibleMatch dnAttributes option
|
| |
| |
| |
| |
| |
| |
| | |
According to the ldap ASN1 the dnAttributes should be a bool,
instead it was generated as a string.
Also add a couple of test to verify the filter behaves correctly.
|
|\ \
| |/
| |
| |
| | |
* maint:
Fix typos in lib/eldap
|
| | |
|
|\ \
| |/
| |
| |
| | |
* maint:
Update copyright year
|
| | |
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|\
| |
| |
| |
| |
| |
| |
| |
| | |
* maint:
Updated OTP version
Prepare release
# Conflicts:
# OTP_VERSION
|
| | |
|
| |
| |
| |
| | |
This reverts commit bbc0f3386c2546af25936730742d8dee1664f1dd.
|
| | |
|
|\ \
| |/
| |
| |
| | |
* maint:
eldap: New test case
|