Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-06 | Merge branch 'rickard/thr-prgr-unmanaged-delay-bug/OTP-13869' into maint | Rickard Green | |
* rickard/thr-prgr-unmanaged-delay-bug/OTP-13869: Fix erts_thr_progress_unmanaged_delay() | |||
2016-09-06 | Merge branch 'maint' | Rickard Green | |
* maint: Fix thread calls to erl_drv_send_term()/erl_drv_output_term() | |||
2016-09-06 | Merge branch 'rickard/drv-send-term-thr-bug/OTP-13866' into maint | Rickard Green | |
* rickard/drv-send-term-thr-bug/OTP-13866: Fix thread calls to erl_drv_send_term()/erl_drv_output_term() Conflicts: erts/emulator/beam/io.c | |||
2016-09-06 | doc: Use groff with -Tutf8 | Hans Bolinder | |
2016-09-06 | Merge branch 'maint' | Ingela Anderton Andin | |
2016-09-06 | Merge branch 'ingela/ssl/ssl_to_openssl_SUITE' into maint | Ingela Anderton Andin | |
* ingela/ssl/ssl_to_openssl_SUITE: ssl: Make sure to have correct default | |||
2016-09-06 | Merge branch 'maint' | Lukas Larsson | |
2016-09-06 | Merge branch 'lukas/ts/no_flush_on_halt' into maint | Lukas Larsson | |
* lukas/ts/no_flush_on_halt: ts: Don't flush port when ending test run | |||
2016-09-06 | Update preloaded | Lukas Larsson | |
2016-09-06 | Merge branch 'kvakvs/erts/gc_minor_option/OTP-11695' | Lukas Larsson | |
* kvakvs/erts/gc_minor_option/OTP-11695: erts: Fix req_system_task gc typespec Fix process_SUITE system_task_blast and no_priority_inversion2 Option to erlang:garbage_collect to request minor (generational) GC Conflicts: erts/emulator/beam/erl_process.c erts/preloaded/src/erts_internal.erl | |||
2016-09-06 | Merge branch 'maint' | Hans Bolinder | |
* maint: kernel: Correct file(3) | |||
2016-09-06 | Merge branch 'hasse/kernel/doc-fix' into maint | Hans Bolinder | |
* hasse/kernel/doc-fix: kernel: Correct file(3) | |||
2016-09-06 | erts: Fix req_system_task gc typespec | Lukas Larsson | |
2016-09-06 | Fix process_SUITE system_task_blast and no_priority_inversion2 | Rickard Green | |
2016-09-06 | kernel: Correct file(3) | Hans Bolinder | |
2016-09-05 | Fix erts_thr_progress_unmanaged_delay() | Rickard Green | |
Thread progress leader update did not cache current unmanaged index when waiting for unmanaged threads. This caused erts_thr_progress_unmanaged_delay() to stop working until a new leader took over. | |||
2016-09-05 | hipe: Refactor ra callbacks to accept context arg | Magnus Lång | |
This allows us to pass around the context data that hipe_regalloc_prepass needs cleanly, without using process dictionary or parameterised modules (like it was previous to this change). | |||
2016-09-05 | hipe: Reuse liveness between regalloc iterations | Magnus Lång | |
This is sound because the liveness data structure only stores liveness info at basic block boundaries, and the rewrites that happen in TargetSpecific:check_and_rewrite/2 preserves all existing definitions and uses, and all new liveness intervals, belonging to newly introduced temporaries, are always local to a basic block, and thus do not show up in the liveout or livein sets for the basic block. | |||
2016-09-05 | Merge branch 'maint' | Lukas Larsson | |
2016-09-05 | Merge branch 'lukas/erts/epmd_xmllint_fix' into maint | Lukas Larsson | |
* lukas/erts/epmd_xmllint_fix: epmd: Fix xmllint error in comsummary | |||
2016-09-05 | Merge branch 'maint' | Lukas Larsson | |
2016-09-05 | Merge branch 'lukas/erts/fix_signalhandler_errno_restore/OTP-13868' into maint | Lukas Larsson | |
* lukas/erts/fix_signalhandler_errno_restore/OTP-13868: erts: Fix child setup signal hander bug | |||
2016-09-05 | Merge branch 'maint' | Lukas Larsson | |
2016-09-05 | Merge branch 'lukas/kernel/os_cmd_fix_stdin_close/OTP-13867' into maint | Lukas Larsson | |
* lukas/kernel/os_cmd_fix_stdin_close/OTP-13867: kernel: Close stdin of commands run in os:cmd | |||
2016-09-05 | Merge branch 'maint' | Lukas Larsson | |
2016-09-05 | Merge branch 'lukas/kernel/fix_os_SUITE_message_leak_testcase/OTP-13867' ↵ | Lukas Larsson | |
into maint * lukas/kernel/fix_os_SUITE_message_leak_testcase/OTP-13867: kernerl: Remove infinite loop from testcase | |||
2016-09-05 | Merge branch 'maint' | Lukas Larsson | |
2016-09-05 | Merge branch 'lukas/erts/tracing/fix_sparc_align_issue/OTP-13803' into maint | Lukas Larsson | |
* lukas/erts/tracing/fix_sparc_align_issue/OTP-13803: erts: Immed tracer states also have to be alignable | |||
2016-09-05 | Fix thread calls to erl_drv_send_term()/erl_drv_output_term() | Rickard Green | |
2016-09-05 | erts: Reject beam file with too few functions | Sverker Eriksson | |
2016-09-05 | Add test case in zip_SUITE | Peter Andersson | |
2016-09-05 | hipe: Fix erl_types opaque match order | Björn-Egil Dahlberg | |
2016-09-05 | hipe: Add ra_partitioned to o1 and up | Magnus Lång | |
ra_partitioned significantly speeds up register allocation of larger functions without affecting allocation quality negatively. This is the final change needed to make o1 suitable for compiling really large functions without choking. | |||
2016-09-05 | hipe_regalloc_prepass: Change splitting heuristic | Magnus Lång | |
The division into an initial pass that may introduce temps, and following passes that must not forces us to make the same heuristic decision during each of these passes. Thus, the splitting heuristic can't be based on the number of temporaries -- at least without excluding temporaries above SpillLimit. | |||
2016-09-05 | dtls: fix encoding of client hello cookie | Andreas Schultz | |
2016-09-05 | dtls: Prepare start of DTLS connection manager with SSL app | Andreas Schultz | |
2016-09-05 | ssl: Refactor to use maps for the connection states | Ingela Anderton Andin | |
2016-09-05 | ssl, dtls: Refactor sni handling | Ingela Anderton Andin | |
2016-09-05 | dtls: Add close/5 | Ingela Anderton Andin | |
2016-09-05 | dtls: Add renegotiate/2 | Ingela Anderton Andin | |
2016-09-05 | dtls: Add protocol event handling | Ingela Anderton Andin | |
2016-09-05 | ssl: Refactor code so that tls and dtls can share more code | Ingela Anderton Andin | |
We want to share more alert and application data handling code. Some of the application data handling code, packet handling, will not be relevant for dtls, but this code can be excluded from dtls by options checking. | |||
2016-09-05 | ssl, dtls: Disable V2 compatibility clause from ↵ | Ingela Anderton Andin | |
ssl_handshake:update_handshake_history This proably a much bigger problem for DTLS than TLS, but should be disabled for both unless explicitly configured for TLS. | |||
2016-09-05 | ssl: Make sure common code for TLS and DTLS uses the TLS Version | Ingela Anderton Andin | |
When protocol version is proagated from the DTLS connection processes state into general ssl functions it must be converted to the corresponding TLS version. | |||
2016-09-05 | ssl: remove unused RecordCB argument from master_secret | Andreas Schultz | |
Conflicts: lib/ssl/src/ssl_handshake.erl | |||
2016-09-05 | dtls: Add reinit_handshake_data/1 to dtls | Ingela Anderton Andin | |
The callback is invoke before entering state 'connection'. It allows a connection module to remove data from the connection state that is no longer needed (e.g. handshake history). | |||
2016-09-05 | dtls: replace tls_record with RecordCB in connection_info | Andreas Schultz | |
Conflicts: lib/ssl/src/ssl_connection.erl | |||
2016-09-05 | Fix version numbers and dependencies | Raimo Niskanen | |
2016-09-05 | Handle directory traversal attack | Peter Andersson | |
2016-09-05 | ssl: Make sure to have correct default | Ingela Anderton Andin | |