Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-13 | Merge branch 'maint' | Ingela Anderton Andin | |
2017-09-13 | Merge branch 'ingela/ssl/pem-dist/ERL-483' into maint | Ingela Anderton Andin | |
* ingela/ssl/pem-dist/ERL-483: ssl: Do not break abstraction | |||
2017-09-12 | Merge branch 'maint' | Sverker Eriksson | |
2017-09-12 | Merge branch 'sverker/ets-fix-assert-fix' into maint | Sverker Eriksson | |
* sverker/ets-fix-assert-fix: erts: Fix faulty ASSERT of table fixation counter | |||
2017-09-12 | Merge branch 'maint' | Sverker Eriksson | |
2017-09-12 | Merge branch 'sverker/valgrind-fixes/OTP-14609' into maint | Sverker Eriksson | |
* sverker/valgrind-fixes/OTP-14609: erts: Suppress false memory leak for dlerror [ct] Cleanup and rename purify related functions as valgrind Revert "remove unused purify functions" erts: Fix memory leak when sending to terminating port erts: Fix harmless use of uninitialised value | |||
2017-09-12 | Merge branch 'maint' | Hans Bolinder | |
* maint: dialyzer: Do not fix ETS tables when merging PLTs | |||
2017-09-12 | Merge branch 'hasse/dialyzer/fix_merge_plts/ERIERL-53/OTP-14558' into maint | Hans Bolinder | |
* hasse/dialyzer/fix_merge_plts/ERIERL-53/OTP-14558: dialyzer: Do not fix ETS tables when merging PLTs | |||
2017-09-12 | dialyzer: Do not fix ETS tables when merging PLTs | Hans Bolinder | |
This commit removes the call to ets:safe_fixtable/2 introduced in commit 9458495. ETS memory can now be reclaimed while merging PLTs. | |||
2017-09-12 | Merge branch 'maint' | Hans Nilsson | |
2017-09-12 | Merge branch 'hans/public_key/replace_deprecated_random_funcs/OTP-14608' ↵ | Hans Nilsson | |
into maint | |||
2017-09-12 | public_key: Deprecated random function replaced | Hans Nilsson | |
2017-09-12 | public_key: clearify random set bounderys in comments | Hans Nilsson | |
2017-09-12 | Merge branch 'maint' | Lukas Larsson | |
2017-09-12 | Merge branch 'lukas/ct/ts_abort_on_compilation_fail' into maint | Lukas Larsson | |
* lukas/ct/ts_abort_on_compilation_fail: erts: Fix leaking of fds in iovec_SUITE ts: Don't test apps that are not available asn1: Fix test suite deprecated functions ct: ts:run now abort the test run on compilation failure | |||
2017-09-12 | Merge branch 'maint' | Dan Gudmundsson | |
* maint: Emacs: Update erlang-xref-find-definitions-module for Emacs 26 Emacs: Guess type of tag definition in Emacs 24 | |||
2017-09-12 | Merge pull request #1559 from johanclaesson/tags2_maint | Dan Gudmundsson | |
2017-09-12 | erts: Fix leaking of fds in iovec_SUITE | Lukas Larsson | |
2017-09-12 | ts: Don't test apps that are not available | Lukas Larsson | |
2017-09-12 | asn1: Fix test suite deprecated functions | Lukas Larsson | |
2017-09-11 | Merge branch 'maint' | Lukas Larsson | |
Conflicts: erts/emulator/sys/unix/sys.c | |||
2017-09-11 | Merge branch 'lukas/erts/fix_warnings' into maint | Lukas Larsson | |
* lukas/erts/fix_warnings: Fix some clang warnings Fix unused-functions warnings | |||
2017-09-11 | Fix some clang warnings | Lukas Larsson | |
2017-09-11 | Fix unused-functions warnings | Lukas Larsson | |
2017-09-11 | Merge branch 'lukas/erts/non-smp-removal-cleanup/OTP-14518' | Lukas Larsson | |
* lukas/erts/non-smp-removal-cleanup/OTP-14518: Make estone work with older releases erts: Allow read in ttsl driver to return EAGAIN syntax_tools: Fix makefile dep erts: non-smp removal cleanup in erlexec | |||
2017-09-11 | Make estone work with older releases | Lukas Larsson | |
2017-09-11 | erts: Allow read in ttsl driver to return EAGAIN | Lukas Larsson | |
2017-09-11 | syntax_tools: Fix makefile dep | Lukas Larsson | |
2017-09-11 | erts: non-smp removal cleanup in erlexec | Lukas Larsson | |
2017-09-11 | Merge branch 'lukas/erts/pgo/OTP-14604' | Lukas Larsson | |
* lukas/erts/pgo/OTP-14604: Add support for building a pgo beam_emu | |||
2017-09-11 | ssl: Do not break abstraction | Ingela Anderton Andin | |
ssl_pkix_db should not hard code names. On the other hand the names are nicer with as <Prefix>_dist than <Prefix>dist. | |||
2017-09-11 | beam_debug: Add support for printing 'S' operands | Björn Gustavsson | |
The 'S' operand type was added in 5bf73db9fd77. | |||
2017-09-11 | Check the right side of a transformation better | Björn Gustavsson | |
The right side of a transformation must be either a single call to a transformation function OR a list of instructions. Mixing them like this is not supported: some_instruction A B C => gen_something(A) | other B C Unfortunately, beam_makeops would silenty ignore anything after the function call, basically handling it in the same way as: some_instruction A B C => gen_something(A) Add a sanity check to reject such mixed right-hand sides. | |||
2017-09-11 | Merge branch 'maint' | Hans Nilsson | |
2017-09-11 | Merge branch 'hans/ssh/modify_algs/OTP-14568' into maint | Hans Nilsson | |
2017-09-11 | ssh: Doc modified after comments | Hans Nilsson | |
2017-09-11 | ssh: fix dialyzer error | Hans Nilsson | |
2017-09-11 | ssh: Document the option modify_algorithms and a User's Guide chapter | Hans Nilsson | |
2017-09-11 | ssh: test cases for modify_algorithms | Hans Nilsson | |
2017-09-11 | ssh: ssh:chk_algos_opts/1 | Hans Nilsson | |
This function is intended primarily for users who want to experiment with the options preferred_algorithms and modify_algorithms. | |||
2017-09-11 | ssh: Added option 'modify_algorithms' with prepend, append and rm | Hans Nilsson | |
If a user wants to enable one non-default algorithm or remove a default one, the option preferred_algorithms is too complicated since it replaces the whole set of algorithms. | |||
2017-09-11 | Merge pull request #1563 from bitnitdit/Mnesia_chap2.xmlsrc-typo | Dan Gudmundsson | |
Fix typo in Mnesia_chap2.xmlsrc | |||
2017-09-11 | Merge branch 'maint' | Ingela Anderton Andin | |
2017-09-11 | Merge branch 'ingela/ssl/openssl-cuddle' into maint | Ingela Anderton Andin | |
* ingela/ssl/openssl-cuddle: ssl: OpenSSL-1.0.0 is really broken | |||
2017-09-11 | ssl: OpenSSL-1.0.0 is really broken | Ingela Anderton Andin | |
Add exception for DTLS (not only TLS) against this broken version. Make sure configuration is clean for default test group. | |||
2017-09-11 | Merge branch 'maint' | John Högberg | |
2017-09-11 | Merge branch 'john/erts/hoist-min-max-macros' into maint | John Högberg | |
2017-09-09 | Merge branch 'maint' | Anders Svensson | |
2017-09-09 | Merge branch 'anders/diameter/config_consistency/OTP-14555' into maint | Anders Svensson | |
* anders/diameter/config_consistency/OTP-14555: Fix type spec Fix strict_arities blunder | |||
2017-09-09 | Merge branch 'anders/diameter/performance/OTP-14521' into maint | Anders Svensson | |
* anders/diameter/performance/OTP-14521: Simplify implementation in diameter_reg (take 2) |