Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-29 | Fix spec for erl_epmd:port_please | Loïc Hoguin | |
It accepts both atoms and strings for the node and host name, plus IP tuples for the host name. | |||
2019-01-23 | Merge branch 'lukas/erts/fix_inet_multitimer_cleanup/OTP-15536' into maint | Lukas Larsson | |
* lukas/erts/fix_inet_multitimer_cleanup/OTP-15536: erts: Fix cleanup of the inet MultiTimer | |||
2019-01-22 | Merge branch 'sverker/fix-since-clauses/OTP-15460' into maint | Sverker Eriksson | |
* sverker/fix-since-clauses/OTP-15460: Fix "since" for all multi clause functions | |||
2019-01-22 | erts: Fix cleanup of the inet MultiTimer | Lukas Larsson | |
2019-01-16 | [logger] Update bench marks to report percent instead of 0.XX | Siri Hansen | |
Also remove some compiler warnings from test suite. | |||
2019-01-16 | [logger] Minor fix in logger_olp_SUITE to avoid error in end_per_testcase | Siri Hansen | |
2019-01-16 | [logger] Remove info and reset functions from handler modules | Siri Hansen | |
These are not documented, and only used in test. The test now uses logger_olp directly instead. | |||
2019-01-16 | [logger] Remove some unused variable warnings | Siri Hansen | |
2019-01-16 | [logger] Store proxy config in logger ets table | Siri Hansen | |
This is to ensure that logger_proxy gets the same config after a restart. | |||
2019-01-16 | [logger] Log mode change and flushes in logger_proxy | Siri Hansen | |
2019-01-16 | [logger] Move out overload protection macros from logger_h_common.hrl | Siri Hansen | |
The new file logger_olp.hrl is added. | |||
2019-01-16 | [logger] Allow logger_olp callbacks to return {stop,...} | Siri Hansen | |
2019-01-16 | Add logger_stress_SUITE to benchmarks spec | Siri Hansen | |
2019-01-16 | [logger] Add idle timer in logger_olp | Siri Hansen | |
2019-01-16 | [logger] Use persistent_term for storing proxy reference | Siri Hansen | |
2019-01-16 | [logger] Add test for restart of logger proxy | Siri Hansen | |
2019-01-16 | [logger] Add API function for configuring logger proxy | Siri Hansen | |
2019-01-16 | [logger] Add logger_stress_SUITE | Siri Hansen | |
2019-01-16 | [logger] Add tests for logger_proxy | Siri Hansen | |
2019-01-16 | [logger] Overload protect logging from erts and remote nodes | Siri Hansen | |
2019-01-16 | [logger] Split overload protection functionality to own module | Siri Hansen | |
2019-01-15 | Fix "since" for all multi clause functions | Sverker Eriksson | |
This is the result of going through all .xml files with "clause_i" attributes and make sure their "since" versions are correct. | |||
2019-01-09 | Merge branch 'john/erts/prim_file-init-restart/OTP-15495/ERL-821' into maint | John Högberg | |
* john/erts/prim_file-init-restart/OTP-15495/ERL-821: Remove an unused variable Spawn prim_file helper as a system process | |||
2019-01-07 | Spawn prim_file helper as a system process | John Högberg | |
2018-12-20 | Merge branch 'lukas/erts/fix-seq_trace-reset_trace/OTP-15490' into maint | Lukas Larsson | |
* lukas/erts/fix-seq_trace-reset_trace/OTP-15490: erts: Fix seq_trace:reset_trace dirty gc bug erts: Use sys_memcpy in copy_one_frag | |||
2018-12-13 | erts: Fix seq_trace:reset_trace dirty gc bug | Lukas Larsson | |
When seq_trace:reset_trace could be called while a process was doing a dirty GC. This triggered a race where all signals was moved to the internal signal queue during the GC which in turn caused the a heap overrun problem. This fix makes it so that the main and msgq lock are taken before the clear. This will make sure that we are allowed to do the clear. | |||
2018-12-12 | Add empty 'since' attribute for old modules and functions | Sverker Eriksson | |
2018-12-11 | Add "since" attributes in xml for new functions and modules | Sverker Eriksson | |
introduced after OTP_R13B03. | |||
2018-12-10 | Prepare release | Erlang/OTP | |
2018-12-06 | Merge branch 'raimo/test-cuddling' into maint | Raimo Niskanen | |
* raimo/test-cuddling: Rewrite to work for stream connection Update Linux version for pktoptions TTL | |||
2018-12-05 | Update Linux version for pktoptions TTL | Raimo Niskanen | |
2018-12-04 | erts: Fix copy of literal msg during gc | Lukas Larsson | |
A copy has to be made of the message as there is a trace token. There was a bug where the actual message was incorrectly modified even if it was a literal. | |||
2018-12-03 | Merge branch 'sverker/erts/sendfile-error-bug/ERL-784/OTP-15461' into maint | Sverker Eriksson | |
* sverker/erts/sendfile-error-bug/ERL-784/OTP-15461: erts: Fix hanging sendfile bugs when socket closes unexpectedly erts: Fix unexpected inet_reply message from failing file:sendfile erts: Fix bug in sendfile for active socket | |||
2018-12-03 | Merge branch 'siri/logger/std-recreate-file-if-rotated/OTP-15469' into maint | Siri Hansen | |
* siri/logger/std-recreate-file-if-rotated/OTP-15469: [logger] Re-create log file if deleted | |||
2018-12-03 | Merge branch 'siri/logger/unexpected-exit-from-simple/ERL-788/OTP-15466' ↵ | Siri Hansen | |
into maint * siri/logger/unexpected-exit-from-simple/ERL-788/OTP-15466: [logger] Unlink simple handler before terminating | |||
2018-12-03 | Merge branch 'raimo/test-cuddling' into maint | Raimo Niskanen | |
* raimo/test-cuddling: Parallel stress test strong_rand_bytes Update OS version numbers | |||
2018-11-30 | [logger] Re-create log file if deleted | Siri Hansen | |
This is an update to logger_std_h, which makes it play well with tools like logrotate. | |||
2018-11-30 | Merge pull request #2034 from lpil/lpil/typo | Siri Hansen | |
Correct typo in logger formatter docs | |||
2018-11-30 | Merge branch 'maint-21' into maint | Rickard Green | |
* maint-21: Updated OTP version Prepare release | |||
2018-11-29 | Prepare release | Erlang/OTP | |
2018-11-29 | Merge branch ↵ | Erlang/OTP | |
'sverker/kernel/net_kernel-failed-accept_pending/ERL-781/OTP-15438' into maint-21 * sverker/kernel/net_kernel-failed-accept_pending/ERL-781/OTP-15438: kernel: Fix bug in net_kernel for connection attempt from self | |||
2018-11-29 | [logger] Unlink simple handler before terminating | Siri Hansen | |
This avoids an unexpected EXIT message with reason normal beeing printed from logger_server when the simple handler is replaced. It will still be printed if it exists unexpectedly. | |||
2018-11-29 | Merge branch 'siri/logger/ets-read-concurrency/ERL-782/OTP-15453' into maint | Siri Hansen | |
* siri/logger/ets-read-concurrency/ERL-782/OTP-15453: [logger] Add read_concurrency to options for logger ets table | |||
2018-11-29 | Merge branch 'siri/logger/refactor-built-in-handlers' into maint | Siri Hansen | |
* siri/logger/refactor-built-in-handlers: [logger] Write asynchronously to disk log [logger] Add statistics counter for drops due to message bursts [logger] Further refactor built-in handlers [logger] Move common handler code to logger_h_common | |||
2018-11-28 | erts: Fix unexpected inet_reply message from failing file:sendfile | Sverker Eriksson | |
A failing file:sendfile call would often send a message {inet_reply, Port, {error, Reason}} that would pollute the mailbox of the calling process. TCP_REQ_SENDFILE has its own reply messages format {sendfile, _, _} and does not expect an inet_reply message. Solution: Suppress inet_reply error message if TCP_ADDF_SENDFILE is set. | |||
2018-11-28 | erts: Fix bug in sendfile for active socket | Sverker Eriksson | |
driver_select() was called after port had been killed by tcp_inet_sendfile() calling tcp_send_error(). | |||
2018-11-28 | Correct typo in logger formatter docs | Louis Pilfold | |
2018-11-27 | [logger] Document that macros are defined in logger.hrl | Siri Hansen | |
2018-11-27 | [logger] Add read_concurrency to options for logger ets table | Siri Hansen | |
2018-11-26 | Merge branch ↵ | Rickard Green | |
'sverker/kernel/net_kernel-failed-accept_pending/ERL-781/OTP-15438' into maint * sverker/kernel/net_kernel-failed-accept_pending/ERL-781/OTP-15438: kernel: Fix bug in net_kernel for connection attempt from self |