Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-27 | Move enif_hash last to not break Windows | Sverker Eriksson | |
2017-04-24 | erts: Discontinue salted use of enif_hash/phash2 | Guilherme Andrade | |
2017-04-22 | erts: Allow for easier future enif_hash expansion | Guilherme Andrade | |
Allow for expanding support to 64-bit hashes without breaking the interface. | |||
2017-04-22 | erts: Improve enif_hash documentation | Guilherme Andrade | |
2017-04-22 | erts: Add test cases for salted enif_hash calls | Guilherme Andrade | |
2017-04-22 | erts: Support custom salt in enif_hash | Guilherme Andrade | |
2017-04-20 | erts: Refactor enif_phash2 into enif_hash | Guilherme Andrade | |
A more generic hashing function which can also hash terms based on `make_internal_hash'. | |||
2017-04-20 | erts: Fix random floats in enif_phash2 tests | Guilherme Andrade | |
2017-04-20 | erts: Remove enif_phash2_ranged | Guilherme Andrade | |
2017-04-19 | erts: Add enif_phash2 and enif_phash2_ranged | Guilherme Andrade | |
These allow one to hash VM terms from NIF code. | |||
2017-04-18 | Merge pull request #1412 from manuel-rubio/manuel-rubio/add-re-version | Rickard Green | |
Add re:version/0 OTP-14347 | |||
2017-04-18 | Merge branch 'hans/ssh/dialyzer_fixes' | Hans Nilsson | |
2017-04-18 | ssh: fix dialyzer errors | Hans Nilsson | |
2017-04-18 | Merge branch 'hasse/stdlib/linter_check_dialyzer/OTP-14323' | Hans Bolinder | |
* hasse/stdlib/linter_check_dialyzer/OTP-14323: stdlib: Add checks of the dialyzer attribute to the linter | |||
2017-04-17 | test for re:version/0 | Manuel Rubio | |
2017-04-17 | add re:version/0 documentation and update the copyright of the file to 2017 | Manuel Rubio | |
2017-04-13 | Merge branch 'hans/ssh/crypt_rand_uniform' | Hans Nilsson | |
2017-04-13 | Merge branch 'hans/ssh/use_postpone' | Hans Nilsson | |
2017-04-13 | Merge branch 'hans/ssh/rename_to_init' | Hans Nilsson | |
2017-04-13 | ssh: re-write to use callback init/1 | Hans Nilsson | |
2017-04-13 | stdlib: Add checks of the dialyzer attribute to the linter | Hans Bolinder | |
The same checks are also performed by the Dialyzer. | |||
2017-04-13 | Merge branch 'ingela/dtls/progress' | Ingela Anderton Andin | |
* ingela/dtls/progress: dtls: Correct cookie map name dtls: Fix active once emulation for DTLS | |||
2017-04-13 | dtls: Correct cookie map name | Ingela Anderton Andin | |
2017-04-13 | dtls: Fix active once emulation for DTLS | Ingela Anderton Andin | |
2017-04-13 | Merge branch 'siri/make/include-path/ERL-395/OTP-14339' | Siri Hansen | |
* siri/make/include-path/ERL-395/OTP-14339: [tools/make] Add current directory to include path | |||
2017-04-12 | ssh: replace deprecated crypto:rand_uniform | Hans Nilsson | |
2017-04-12 | Merge branch sverker/remove-latin1-atom-encoding/OTP-14337 | Sverker Eriksson | |
* sverker/remove-latin1-atom-encoding: kernel: Fix erl_distribution_wb_SUITE:whitebox kernel: Remove pg2_SUITE:compat erts: Remove fun_r13_SUITE stdlib: Remove test cases for R12 io protocol kernel: Make DFLAG_UTF8_ATOMS mandatory kernel: Rewrite distribution flag verification tools: Update assumptions in lcnt about external atom format stdlib: Tweak beam_lib_SUITE whitebox assumptions orber: Remove hard dependency to external atom format kernel: Try mend disk_log whitebox tests erts: Mark latin1 atom encoding as deprecated jinterface: Do not generate atoms on old latin1 external format erl_interface: Do not generate atoms on old latin1 ext format erts: Do not generate atoms on old latin1 external format erts: Fix faulty ASSERT for failed dec_term | |||
2017-04-12 | ssh: change next_event to postpone | Hans Nilsson | |
2017-04-12 | Merge branch 'ingela/openssl-version' | Ingela Anderton Andin | |
* ingela/openssl-version: crypto: Update documentation to reflect new version policy erts: Update configure check for OpenSSL | |||
2017-04-12 | [tools/make] Add current directory to include path | Siri Hansen | |
This is to ensure that files are recompiled if a .hrl file in the current directory is changed. | |||
2017-04-12 | Merge branch 'bjorn/compiler/unicode-atoms/OTP-14285' | Björn Gustavsson | |
* bjorn/compiler/unicode-atoms/OTP-14285: Correct compile_SUITE:core_roundtrip/1 Atoms in Core Erlang must be encoded in UTF-8 | |||
2017-04-12 | Merge branch 'hans/ssh/message_queue_data_off_heap' | Hans Nilsson | |
2017-04-12 | ssh: added message_queue_data,off_heap to spawn | Hans Nilsson | |
Seems to solve some test case problems when heavily loaded | |||
2017-04-12 | Correct compile_SUITE:core_roundtrip/1 | Björn Gustavsson | |
The test is supposed to compare the Core Erlang code that has been printed and parsed back. It did compare and print any differences, but it did not fail when there were differences. Also fix problems with variable names and maps not comparing equal when the inliner has been used. | |||
2017-04-12 | Atoms in Core Erlang must be encoded in UTF-8 | Björn Gustavsson | |
core_scan will now support and require atoms encoded in UTF-8. | |||
2017-04-12 | Merge branch 'hans/crypto/cuddle_tests' | Hans Nilsson | |
2017-04-12 | crypto: Increase prime to pass with FIPS-enabled cryptolib | Hans Nilsson | |
Fix for problem introduced with OTP-14140 | |||
2017-04-12 | Merge branch 'rickard/ds-fixes' | Rickard Green | |
* rickard/ds-fixes: Fix dirty GC implementation Fix multi-scheduling with only one normal scheduler Fix +SDPcpu | |||
2017-04-12 | Merge branch 'siri/ct/scale-on-valgrind' | Siri Hansen | |
* siri/ct/scale-on-valgrind: [ct] Scale timetraps when running valgrind | |||
2017-04-12 | [ct] Scale timetraps when running valgrind | Siri Hansen | |
2017-04-12 | Merge branch 'ingela/ssl/ECC-combos/OTP-14334' | Ingela Anderton Andin | |
* ingela/ssl/ECC-combos/OTP-14334: ssl: Generate correct certificate chains for the ECC tests public_key: Public RSA key is present in private key | |||
2017-04-12 | ssl: Generate correct certificate chains for the ECC tests | Ingela Anderton Andin | |
The certificate chain handling had become quite entangled and was not correct. | |||
2017-04-12 | public_key: Public RSA key is present in private key | Ingela Anderton Andin | |
Change the return value from {#'RSAPublicKey'{}, #'RSAPrivateKey'{}} to #'RSAPrivateKey'{} This conforms to the #'ECPrivateKey'{} return value. Note that DH key will be returned as {Public::integer(), Private::integer()} as there is no key structure (record) only two integers. Maybe we would like to add extraction functions for the public key from the private ones later. | |||
2017-04-11 | Merge branch 'rickard/node_container_SUITE.spec' | Rickard Green | |
* rickard/node_container_SUITE.spec: Add node_container_SUITE spec | |||
2017-04-11 | Merge branch 'rickard/pd-hash' | Rickard Green | |
* rickard/pd-hash: Fix type of MAKE_HASH | |||
2017-04-11 | Merge branch 'rickard/test-fix' | Rickard Green | |
* rickard/test-fix: Fix scheduler_SUITE:update_cpu_info test-case | |||
2017-04-11 | Merge branch 'rickard/sched_type_tests' | Rickard Green | |
* rickard/sched_type_tests: Fix dirty scheduler type tests | |||
2017-04-11 | Fix dirty GC implementation | Rickard Green | |
2017-04-11 | Fix multi-scheduling with only one normal scheduler | Rickard Green | |
2017-04-11 | Fix +SDPcpu | Rickard Green | |