Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-10-03 | kernel: Cleanup trace_pattern after code_SUITE:upgrade | Sverker Eriksson | |
2017-10-03 | ssh: Use cipher=none and mac=none in benchmarks again | Hans Nilsson | |
2017-10-03 | ssh: Put ssh_property_test_SUITE back in test/Makefile | Hans Nilsson | |
2017-10-03 | Merge branch 'maint' | Hans Nilsson | |
2017-10-03 | Merge branch 'hans/ssh/ssh_dbg_hostkey/OTP-14658' into maint | Hans Nilsson | |
2017-10-03 | ssh: ssh_dbg reports cryptolib info | Hans Nilsson | |
2017-10-03 | ssh: enable host key debugging in ssh_dbg | Hans Nilsson | |
2017-10-03 | ssh: Make host key checking more debug friendly | Hans Nilsson | |
2017-10-03 | Merge branch 'maint' | Hans Nilsson | |
* maint: Updated OTP version Prepare release Fix zlib merge snafu ssh: fix broken printouts ssh: exclude aes_gcm if peer is OpenSSH 6.2 (known bug) Conflicts: OTP_VERSION | |||
2017-10-03 | Merge branch 'maint-20' into maint | Hans Nilsson | |
* maint-20: Updated OTP version Prepare release Fix zlib merge snafu ssh: fix broken printouts ssh: exclude aes_gcm if peer is OpenSSH 6.2 (known bug) | |||
2017-10-02 | Merge branch 'maint' | Sverker Eriksson | |
2017-10-02 | Merge branch 'sverker/bad-dist-msg-bug/ERIERL-80/OTP-14661' into maint | Sverker Eriksson | |
2017-10-02 | erts: Fix bug when detecting bad dist message | Sverker Eriksson | |
We can't just leave it in queue with dist_ext=NULL. Two symptoms seen: 1. 'receive' trying to deref dist_ext as NULL. 2. GC think it's a term and put THE_NON_VALUE in root set. | |||
2017-10-02 | Add distribution_SUITE:bad_dist_ext_size | Sverker Eriksson | |
2017-10-02 | Future proof cache word size | Raimo Niskanen | |
2017-10-02 | Updated OTP versionOTP-20.1.1 | Erlang/OTP | |
2017-10-02 | Prepare release | Erlang/OTP | |
2017-10-02 | Merge branch 'john/erts/fix-zlib-merge/OTP-14648/OTP-14649' into maint-20 | Erlang/OTP | |
* john/erts/fix-zlib-merge/OTP-14648/OTP-14649: Fix zlib merge snafu | |||
2017-10-02 | Merge branch 'hans/ssh/printout_crash/OTP-14645' into maint-20 | Erlang/OTP | |
* hans/ssh/printout_crash/OTP-14645: ssh: fix broken printouts | |||
2017-10-02 | Merge branch 'bjorn/erts/match-context/ERL-490/OTP-14640' into maint-20 | Erlang/OTP | |
* bjorn/erts/match-context/ERL-490/OTP-14640: Fix incorrect internal consistency failure for binary matching code | |||
2017-10-02 | Merge branch 'hans/ssh/adjust_for_peers_version/OTP-14638' into maint-20 | Erlang/OTP | |
* hans/ssh/adjust_for_peers_version/OTP-14638: ssh: exclude aes_gcm if peer is OpenSSH 6.2 (known bug) | |||
2017-10-02 | Fix zlib merge snafu | John Högberg | |
I accidentally merged a few fixes directly to maint-20 (and then to maint and master), instead of merging to maint and master and waiting for a patch to merge it into maint-20, leaving the related tickets dangling. This commit does nothing beyond getting the tickets (and their release notes) into the next patch. | |||
2017-10-02 | ssh: ssh_dbg reports cryptolib info | Hans Nilsson | |
2017-10-02 | ssh: enable host key debugging in ssh_dbg | Hans Nilsson | |
2017-10-02 | ssh: Make host key checking more debug friendly | Hans Nilsson | |
2017-10-02 | Merge branch 'maint' | Hans Nilsson | |
2017-10-02 | Merge branch 'hans/ssh/ecdsa_pass_phrase/OTP-14602' into maint | Hans Nilsson | |
2017-10-02 | ssh: add ecdsa_pass_phrase option in analogy with rsa_pass_phrase | Hans Nilsson | |
2017-10-02 | Merge branch 'maint' | John Högberg | |
2017-10-02 | Update primary bootstrap | Björn Gustavsson | |
2017-10-02 | Merge branch 'maint-20' into maint | John Högberg | |
2017-10-02 | Merge branch 'maint' | Hans Nilsson | |
2017-10-02 | Merge pull request #1546 from michalmuskala/bs-add-opt | Björn Gustavsson | |
Optimise size calculation for binary construction OTP-14654 | |||
2017-10-02 | Merge branch 'hans/public_key/verify_hostname_ip_address/OTP-14653' into maint | Hans Nilsson | |
2017-10-02 | public_key: verify ip (both v4 and v6) | Hans Nilsson | |
2017-10-02 | public_key: Added IP4 address checks to hostname_verification tests | Hans Nilsson | |
2017-10-02 | Merge branch 'bjorn/erts/improve-beam-ops' | Björn Gustavsson | |
* bjorn/erts/improve-beam-ops: Move out variables from the head of combined instructions Change operand from 'P' to 'Q' for i_apply_last and i_apply_fun_last Add CHECK_ALIGNED() for testing storage destinations instrs.tab: Add missing -no_next directives beam_load.c: Generalize the 'P' operator in the packing engine Break out most of the initialization from process_main() Eliminate the OpCode() macro Eliminate unnecessary and inconsistent casts Refactor macros for accessing Beam instructions beam_emu: Make order of macros consistent beam_SUITE: Strengthen test of packed registers | |||
2017-10-02 | Merge pull request #1589 from bjorng/bjorn/erts/instruction-offsets | Björn Gustavsson | |
Point out the correct line number in stack traces | |||
2017-10-02 | erts: Update +IOt and msacc docs | Lukas Larsson | |
2017-10-02 | Merge branch 'maint' | Ingela Anderton Andin | |
2017-10-02 | Merge branch 'ingela/inets-typo/ERL-492' into maint | Ingela Anderton Andin | |
* ingela/inets-typo/ERL-492: inets: Fix documentation typo | |||
2017-10-02 | inets: Fix documentation typo | Ingela Anderton Andin | |
2017-10-02 | Merge branch 'maint' | Ingela Anderton Andin | |
2017-10-02 | Merge branch 'ingela/dtls/renegotiate/OTP-14563' into maint | Ingela Anderton Andin | |
* ingela/dtls/renegotiate/OTP-14563: dtls: Compleate DTLS renegotiate implementation | |||
2017-10-02 | Merge branch 'maint' | Rickard Green | |
* maint: Don't allow null in filenames | |||
2017-10-02 | Merge branch 'rickard/null-char-filenames/ERL-370/OTP-14543' into maint | Rickard Green | |
* rickard/null-char-filenames/ERL-370/OTP-14543: Don't allow null in filenames | |||
2017-10-02 | Merge branch 'lukas/erts/poll-thread/OTP-14346' | Lukas Larsson | |
* lukas/erts/poll-thread/OTP-14346: (25 commits) erts: Trigger ready events when erts_io_control fails erts: enif_select steal test kernel: Rewrite gen_udp_SUITE:read_packet tc erts: disable kernel-poll on OS X vsn < 16 erts: Fix msacc testcase with new poll-thread erts: Add testcases to test IOp and IOt options erts: get_internal_state(check_io_debug) now prints to error_logger erts: Remove eager check io erts: Move all I/O polling to a seperate thread erts: Fix smp_select testcase to use ERL_DRV_USE erts: Fix msacc unmanaged state counter erts: Optimize port_task quick allocator erts: Add ERTS_THR_PREF_QUICK_ALLOC_IMPL erts: Update suspend of scheduler to handle multiple pollsets erts: Add multiple poll sets erts: Some code cleanup for gdb to work better erts: temp_alloc can no longer be disabled erts: Refactor check_io to use one static struct erts: Replace check_io spinlock with lock-less list insertion erts: Add number of enif_select's to check_io_debug ... | |||
2017-10-02 | erts: Trigger ready events when erts_io_control fails | Lukas Larsson | |
2017-10-02 | erts: enif_select steal test | Dmytro Lytovchenko | |
2017-10-02 | kernel: Rewrite gen_udp_SUITE:read_packet tc | Lukas Larsson | |
The old testcase did not test anything at all, it seems like it was written with the non-smp emulator inmind. |