Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-09-05 | Merge branch 'maint' | Hans Nilsson | |
2014-09-05 | Merge branch 'hans/common_test/Makefile_fix' into maint | Hans Nilsson | |
* hans/common_test/Makefile_fix: common_test: update Makefile for ct_property_test module. | |||
2014-09-05 | common_test: update Makefile for ct_property_test module. | Hans Nilsson | |
2014-09-05 | Merge branch 'maint' | Ingela Anderton Andin | |
2014-09-05 | Merge branch 'ia/public_key/utf8-doc' into maint | Ingela Anderton Andin | |
* ia/public_key/utf8-doc: public_key: Correct documentation of ASN-1 type utf8String | |||
2014-09-05 | Merge branch 'maint' of git-server:otp into maint | Ingela Anderton Andin | |
2014-09-05 | public_key: Correct documentation of ASN-1 type utf8String | Ingela Anderton Andin | |
2014-09-04 | Merge branch 'maint' | Sverker Eriksson | |
2014-09-04 | Merge branch 'sverk/term_to_binary-realloc-size/OTP-12141' into maint | Sverker Eriksson | |
* sverk/term_to_binary-realloc-size/OTP-12141: erts: Fix bug in term_to_binary that reallocates binary with wrong size | |||
2014-09-04 | Merge branch 'maint' | Sverker Eriksson | |
2014-09-04 | Merge branch 'sverk/MIN_SMALL-to-integer' into maint | Sverker Eriksson | |
* sverk/MIN_SMALL-to-integer: erts: Correct conversion of MIN_SMALL numeral to fixnum OTP-12140 | |||
2014-09-04 | erts: Correct conversion of MIN_SMALL numeral to fixnum | Sverker Eriksson | |
list_to_integer and binary_to_integer returned un-normalized bignum for -134217728 on 32-bit and -576460752303423488 on 64-bit. Thanks to Jesper Louis Andersen, Mikael Pettersson and Anthony Ramine for report, initial patch and optimization suggestion. | |||
2014-09-04 | Merge branch 'maint' | Sverker Eriksson | |
2014-09-04 | Merge branch 'sverk/nif-inspect-copy-bug/OTP-9828' into maint | Sverker Eriksson | |
* sverk/nif-inspect-copy-bug/OTP-9828: erts: Fix bug with enif_make_copy reallocating writable binary Conflicts: erts/emulator/test/nif_SUITE.erl | |||
2014-09-04 | Merge branch 'maint' | Björn-Egil Dahlberg | |
2014-09-04 | Merge branch 'egil/fix-llvm-cc-warnings/OTP-12138' into maint | Björn-Egil Dahlberg | |
* egil/fix-llvm-cc-warnings/OTP-12138: odbc: Suppress signedness warnings for 'char *' ic: Suppress unused-value warning erts: Fix tentative-definition-incomplete-type erts: Don't redefine '_XOPEN_SOURCE' | |||
2014-09-04 | Merge branch 'maint' | Björn-Egil Dahlberg | |
2014-09-04 | Merge branch 'egil/maps-with-doc-tests/OTP-12137' into maint | Björn-Egil Dahlberg | |
* egil/maps-with-doc-tests/OTP-12137: stdlib: Test maps:with/2 stdlib: Document maps:with/2 | |||
2014-09-04 | Merge branch 'RoadRunnr/ssl/add-aes-gcm-cipher' | Marcus Arendt | |
* RoadRunnr/ssl/add-aes-gcm-cipher: ssl: add draft-agl-tls-chacha20poly1305-04 Chacha20/Poly1305 Suites crypto: add support for ChaCha20/Policy1305 AEAD cipher ssl: fix OpenSSL name filter in ssl tests ssl: add PSK-GCM suites ssl: implement AES128-GCM suites crypto: add AES128-GCM cipher support | |||
2014-09-03 | erts: Fix bug with enif_make_copy reallocating writable binary | Sverker Eriksson | |
that could invalidate a pointer received from an earlier call to enif_inspect_binary. Solution: Emasculate writable binary at enif_inspect_binary. There are room for optimizations here as we now do an unconditional emasculation even though enif_make_copy is not called later in the NIF. | |||
2014-09-03 | ssl: add draft-agl-tls-chacha20poly1305-04 Chacha20/Poly1305 Suites | Andreas Schultz | |
2014-09-03 | crypto: add support for ChaCha20/Policy1305 AEAD cipher | Andreas Schultz | |
2014-09-03 | ssl: fix OpenSSL name filter in ssl tests | Andreas Schultz | |
The OpenSSL name filter would fail for cipher suites that do not have an offcial OpenSSL name yet. | |||
2014-09-03 | ssl: add PSK-GCM suites | Andreas Schultz | |
2014-09-03 | ssl: implement AES128-GCM suites | Andreas Schultz | |
2014-09-03 | crypto: add AES128-GCM cipher support | Andreas Schultz | |
2014-09-03 | erts: Fix bug in term_to_binary that reallocates binary with wrong size | Sverker Eriksson | |
2014-09-03 | Merge branch 'maint' | Marcus Arendt | |
2014-09-03 | Merge branch 'arekinath/ssh/aes-ctr' into maint | Marcus Arendt | |
* arekinath/ssh/aes-ctr: ssh: check if ssh client supports newer cipher- and MAC-algorithms SSH: only enable ciphers/MACs when they are available in crypto SSH: add ssh_to_openssh test for ciphers and macs SSH: documentation update for new algos SSH: add support for aes128-ctr and hmac-sha2-256 | |||
2014-09-03 | Merge branch 'maint' | Hans Nilsson | |
2014-09-03 | Merge branch 'hans/update_vsn.mk' into maint | Hans Nilsson | |
2014-09-03 | ssh: update vsn.mk | Hans Nilsson | |
2014-09-03 | inets: update vsn.mk | Hans Nilsson | |
2014-09-03 | common_test: update vsn.mk | Hans Nilsson | |
2014-09-02 | Merge branch 'maint' | Hans Nilsson | |
2014-09-02 | Merge branch 'hans/proptest/init/OTP-12119' into maint | Hans Nilsson | |
* hans/proptest/init/OTP-12119: ssh: Add simple experimental property test suites inets: Add simple experimental property test suite common_test: Add experimental module ct_property_test | |||
2014-09-02 | ssh: Add simple experimental property test suites | Hans Nilsson | |
2014-09-02 | inets: Add simple experimental property test suite | Hans Nilsson | |
2014-09-02 | common_test: Add experimental module ct_property_test | Hans Nilsson | |
This module may change without warning... | |||
2014-09-02 | ssh: check if ssh client supports newer cipher- and MAC-algorithms | Marcus Arendt | |
2014-09-01 | Update primary bootstrap | Björn Gustavsson | |
2014-09-01 | Update primary bootstrap | Björn Gustavsson | |
2014-09-01 | Merge branch 'bjorn/compiler/fix-scope-bug/OTP-12132' into maint | Björn Gustavsson | |
* bjorn/compiler/fix-scope-bug/OTP-12132: sys_core_fold: Eliminate name capture bug | |||
2014-09-01 | sys_core_fold: Eliminate name capture bug | Björn Gustavsson | |
The scope is supposed to contain all variables that are currently live. We need this information for certain optimizations to avoid capturing a name (a name that is in the scope must be renamed; for an example, see move_let_into_expr/2 or any function that calls sub_subst_scope/1). We also use the scope to optimize sub_del_var/2 and sub_is_val/2. When optimizing case expressions, the scope could be reset to an empty list (because sub_new/0 was called instead of sub_new/1). That could cause name capture if inlining was turned on. As simple way to force this bug is to uncomment the "-define(DEBUG, 1)." near the beginning of the file. Without this correction, most files in the test suite fail to compile. | |||
2014-09-01 | Merge branch 'maint' | Marcus Arendt | |
2014-09-01 | Merge branch 'nox/erl_scan-fix-column-tracking' into maint | Marcus Arendt | |
* nox/erl_scan-fix-column-tracking: Properly track column numbers in erl_scan | |||
2014-09-01 | Merge branch 'maint' | Siri Hansen | |
2014-09-01 | Merge branch 'siri/ct-runtime-deps/OTP-12037' into maint | Siri Hansen | |
* siri/ct-runtime-deps/OTP-12037: [ct] Update runtime dependencies towards test_server | |||
2014-09-01 | Merge branch 'maint' | Marcus Arendt | |
2014-09-01 | Merge branch 'maint-17' into maint | Marcus Arendt | |
Conflicts: OTP_VERSION |