Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-15 | ssh: testcases for space trailing Hello msg | Hans Nilsson | |
2017-11-15 | ssh: Don't remove trailing WS in Hello msg | Hans Nilsson | |
2017-11-15 | Updated OTP versionOTP-18.3.4.6 | Erlang/OTP | |
2017-11-15 | Prepare release | Erlang/OTP | |
2017-11-15 | Merge branch 'hans/ssh/dont_remove_trailing_ws_18/OTP-14763' into maint-18 | Erlang/OTP | |
* hans/ssh/dont_remove_trailing_ws_18/OTP-14763: ssh: Unicode encoding fix ssh: testcases for space trailing Hello msg ssh: Don't remove trailing WS in Hello msg | |||
2017-11-15 | Merge branch 'hans/fix_build_env/OTP-14765' into maint-18 | Erlang/OTP | |
* hans/fix_build_env/OTP-14765: Remove unused test include file from test suites eldap: Repair Makefile | |||
2017-11-15 | Merge branch 'rickard/timer-sid-bug/OTP-14548' into maint-18 | Erlang/OTP | |
* rickard/timer-sid-bug/OTP-14548: Fix scheduler id field in timers | |||
2017-11-15 | Merge branch ↵ | Erlang/OTP | |
'john/compiler/fail-labels-in-blocks-otp-18/ERIERL-48/OTP-14522' into maint-18 * john/compiler/fail-labels-in-blocks-otp-18/ERIERL-48/OTP-14522: compiler: Fix live regs update on allocate in validator Take fail labels into account when determining liveness in block ops | |||
2017-11-15 | Merge branch 'sverker/r16/binary_to_atom-utf8-crash/ERL-474/OTP-14590' into ↵ | Erlang/OTP | |
maint-18 * sverker/r16/binary_to_atom-utf8-crash/ERL-474/OTP-14590: erts: Fix crash in binary_to_atom/term for invalid utf8 | |||
2017-11-15 | Merge branch 'sverker/big-bxor-bug/ERL-450/OTP-14514' into maint-18 | Erlang/OTP | |
* sverker/big-bxor-bug/ERL-450/OTP-14514: erts: Fix bug in bxor of a big negative number | |||
2017-11-15 | Merge branch 'sverker/prealloc-race-bug/OTP-14491' into maint-18 | Erlang/OTP | |
* sverker/prealloc-race-bug/OTP-14491: erts: Fix bug in quick alloc | |||
2017-11-15 | ssh: Unicode encoding fix | Hans Nilsson | |
Conflicts: lib/ssh/src/ssh_connection_handler.erl | |||
2017-11-15 | Merge branch 'sverker/test-cuddle' into maint | Sverker Eriksson | |
2017-11-15 | Fix NIF API version for enif_ioq | John Högberg | |
2017-11-15 | erts: Fix NIF debug readonly check of binaries | Sverker Eriksson | |
when done by enif_free_env or enif_clear_env. Do check before we free heap fragments. | |||
2017-11-14 | ssh: dialyzer fixes | Hans Nilsson | |
2017-11-14 | ssh: Fix broken error handling during session setup | Hans Nilsson | |
2017-11-14 | edoc: The map type is denoted map() | Hans Bolinder | |
The map type was erroneously displayed as "#{}", the empty map type. | |||
2017-11-14 | mnesia: Fix error handling in abort write | Dan Gudmundsson | |
The "root cause" error reason was lost when abort_write failed, e.g. file was already closed, and Mod:abort_write(..) returned an error. | |||
2017-11-14 | Merge branch 'hasse/dialyzer/fix_crash_msg/OTP-14742' into maint | Hans Bolinder | |
* hasse/dialyzer/fix_crash_msg/OTP-14742: dialyzer: Display error messages without call stack | |||
2017-11-13 | Remove invalid EINTR loop around close(2) | John Högberg | |
Retrying close(2) on anything other than HP-UX is likely to close something entirely different. POSIX says that the state of the file descriptor is unspecified, and Linux/BSD guarantee that it's closed on return. | |||
2017-11-13 | Merge branch 'bjorn/compiler/fix-deterministic-attribute/ERL-498' into maint | Björn Gustavsson | |
* bjorn/compiler/fix-deterministic-attribute/ERL-498: Recognize 'deterministic' when given in a -compile() attribute OTP-14773 | |||
2017-11-13 | Merge branch 'ingela/ssl/doc-link-fix' into maint | Ingela Anderton Andin | |
* ingela/ssl/doc-link-fix: ssl: Fix broken link in doc | |||
2017-11-13 | ssl: Fix broken link in doc | Ingela Anderton Andin | |
2017-11-11 | fix output formatting in several HiPE debug BIFs | Mikael Pettersson | |
Fix formatting in hipe_bifs:show_pcb/1, hipe_bifs:show_estack/1, and hipe_bifs:show_nstack/1. fflush(stdout) before switching from printf() to erts_printf() to avoid garbled output. Adjust field lengths to work on both 64- and 32-bit systems. Tested on Linux/x86_64 (64-bit) and Linux/ARMv7 (32-bit). | |||
2017-11-10 | crypto: Remove faulty valgrind assertion | Sverker Eriksson | |
2017-11-10 | dialyzer: Display error messages without call stack | Hans Bolinder | |
As of commit 12b379 many of the reasons displayed after "Analysis failed with error:" erroneously include a call stack. The bug is now corrected. The bug was pointed out in http://erlang.org/pipermail/erlang-questions/2017-October/093838.html. | |||
2017-11-10 | Merge branch 'maint-20' into maint | Ingela Anderton Andin | |
* maint-20: Updated OTP version Update release notes Update version numbers inets: Prepare for release inets: Add missing guard Avoid WindowBits=8 as per the manual Fix deflateParams on zlib 1.2.11 Ignore empty binaries in enif_inspect_iovec Emasculate writable binaries on entering an iovec Only apply EOS behaviors if there's pending data Stop assuming that all schedulers are managed when updating msacc | |||
2017-11-10 | Merge branch 'ingela/snmp/cuddle' into maint | Ingela Anderton Andin | |
* ingela/snmp/cuddle: snmp: Correct netsnmp arglist and check for usable netsnmp | |||
2017-11-10 | Merge branch 'ingela/ssl/engine-API/OTP-14448' into maint | Ingela Anderton Andin | |
* ingela/ssl/engine-API/OTP-14448: ssl: Add private key configuration for crypto engine | |||
2017-11-10 | ssh: testcases for space trailing Hello msg | Hans Nilsson | |
2017-11-10 | Merge branch 'hans/ssh/hostkey_in_engine/OTP-14757' into maint | Hans Nilsson | |
2017-11-10 | ssh: Document engine_key_ref() returned from ssh_server_key:host_key/2 | Hans Nilsson | |
2017-11-10 | ssh: Update ssh_{server|client}_key doc to what it should have been | Hans Nilsson | |
2017-11-10 | ssh: New test suite for engine-stored keys | Hans Nilsson | |
2017-11-10 | ssh: Update SSH for engine-stored host keys | Hans Nilsson | |
2017-11-10 | crypto: Doc privkey_to_pubkey/2 | Hans Nilsson | |
2017-11-10 | crypto: Extend engine_SUITE with tests of the pub key extraction from priv keys | Hans Nilsson | |
2017-11-10 | crypto: Add privkey_to_pubkey/2 to get the public key from a priv key in an ↵ | Hans Nilsson | |
Engine Only RSA and DSA so far. | |||
2017-11-10 | Merge branch 'hans/crypto/engine_pkey_load/OTP-14448' into maint | Hans Nilsson | |
2017-11-10 | crypto: Remove unused 'atom_bad_engine' | Hans Nilsson | |
2017-11-10 | crypto: Remove 'relasenotes.xml' from doc/src/Makefile | Hans Nilsson | |
2017-11-10 | crypto: Extend engine_SUITE with tests of the pub/priv key fetches | Hans Nilsson | |
2017-11-10 | crypto: Update the OTP test engine with pub/priv key storage | Hans Nilsson | |
2017-11-10 | crypto: Documentation for pkey engine loading | Hans Nilsson | |
2017-11-10 | crypto: Define and export some types for engine | Hans Nilsson | |
2017-11-10 | crypto: Enable using pub/priv PKCS8 keys stored in an Engine | Hans Nilsson | |
2017-11-10 | Merge branch 'lars/crypto/load-engine/OTP-14567' into maint | Lars Thorsen | |
* lars/crypto/load-engine/OTP-14567: [crypto] Add support for loading an alternative Engine | |||
2017-11-10 | [crypto] Add support for loading an alternative Engine | Lars Thorsen | |
Add support to plug in alternative implementations for some or all of the cryptographic operations supported by the OpenSSL Engine API. When configured appropriately, OpenSSL calls the engine's implementation of these operations instead of its own. | |||
2017-11-10 | Recognize 'deterministic' when given in a -compile() attribute | Björn Gustavsson | |
The compiler option 'deterministic' was only recognized when given as an option to the compiler, not when it was specified in a -compile() attribute in the source file. https://bugs.erlang.org/browse/ERL-498 |