Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-13 | [kernel] Reduce risk of dead lock when terminating logger_sup | Siri Hansen | |
2018-07-13 | [logger] Fix regexp replacement for unicode strings | Siri Hansen | |
2018-07-13 | Update proc_lib:report_cb to obey logger formatter's size limiting params | Siri Hansen | |
2018-07-13 | [logger] Allow report callback with two arguments returning a string | Siri Hansen | |
If the report callback is a fun of arity 2, then the second argument is a map with the keys 'encoding', 'depth' and 'chars_limit', and the fun must return a string which is size limited according to the given depth and chars_limit. If the report callback is a fun of arity 1, then it must return a tuple containing a format string and a list of arguments. The formatter will produce the string, and limit it's size. | |||
2018-07-13 | Don't call report_cb from cth_log_redirect - formatter does that | Siri Hansen | |
2018-07-13 | Add legacy test of sasl_report_file_h and size limiting | Siri Hansen | |
2018-07-13 | [logger] Remove compiler warnings in test | Siri Hansen | |
2018-07-13 | [logger] Fix problem with test cases waiting for handler restart | Peter Andersson | |
2018-07-13 | [logger] Add ?LOG macro which takes Level as argument | Siri Hansen | |
2018-07-13 | [logger] Improve spec for set_handler_config/3 and set_primary_config/2 | Siri Hansen | |
Specify which keys and associated values are allowed. | |||
2018-07-13 | [logger] Generate .png file from .dia | Siri Hansen | |
2018-06-25 | [logger] Update documentation | Siri Hansen | |
2018-06-21 | Update pre-push hook after OTP-21 release | Sverker Eriksson | |
(same as 7d1b8752a7a0cd66de6b3625b3b1f7afccb6147a) | |||
2018-06-20 | travis: Enable docs deploy for all branches | Lukas Larsson | |
2018-06-20 | travis: Enable delivery of docs | Lukas Larsson | |
2018-06-20 | Merge branch 'lukas/erts/etp-aux-work-fixes' into maint | Lukas Larsson | |
* lukas/erts/etp-aux-work-fixes: erts: Update etp-commands with correct aux_flags | |||
2018-06-19 | travis: Update deploy security token | Lukas Larsson | |
2018-06-19 | Updated OTP versionOTP-21.0 | Erlang/OTP | |
2018-06-19 | Prepare release | Erlang/OTP | |
2018-06-18 | travis: Don't run docs deploy script | Lukas Larsson | |
Need to create a seperate repo first for this to push to. | |||
2018-06-18 | Merge branch 'lukas/travis/deploy' | Lukas Larsson | |
* lukas/travis/deploy: Add deploy stage to travis-ci | |||
2018-06-18 | erts: Update etp-commands with correct aux_flags | Lukas Larsson | |
2018-06-18 | Add deploy stage to travis-ci | Lukas Larsson | |
2018-06-18 | Merge remote-tracking branch 'origin/henrik/Update-copyright' | Henrik Nord | |
* origin/henrik/Update-copyright: Update copyright year | |||
2018-06-18 | Update copyright year | Henrik Nord | |
2018-06-18 | Merge branch 'ingela/ssl/doc-fix-21' | Ingela Anderton Andin | |
* ingela/ssl/doc-fix-21: ssl: Document enhancements | |||
2018-06-18 | ssl: Document enhancements | Ingela Anderton Andin | |
2018-06-18 | Merge branch 'lukas/erts/fix_vxworks_configure' | Lukas Larsson | |
* lukas/erts/fix_vxworks_configure: erts: Fix vxworks configure broken by corba removal | |||
2018-06-18 | erts: Fix vxworks configure broken by corba removal | Lukas Larsson | |
2018-06-18 | Update preloaded modules | Henrik Nord | |
2018-06-18 | Update primary bootstrap | Henrik Nord | |
2018-06-15 | Merge branch 'sverker/macos-select-fd-bug' | Sverker Eriksson | |
* sverker/macos-select-fd-bug: erts: Fix MacOS pollset bug | |||
2018-06-15 | Merge branch 'lukas/otp_mibs/deprecate/OTP-15141' | Lukas Larsson | |
* lukas/otp_mibs/deprecate/OTP-15141: Update primary bootstrap Deprecate otp_mibs | |||
2018-06-15 | Merge branch 'siri/logger-fix' | Siri Hansen | |
* siri/logger-fix: [logger] Update documentation [logger] Adjust priority settings in test [logger] Unregister handler names before terminating [logger] Stress overload_kill tests in disk_log handler | |||
2018-06-15 | [logger] Update documentation | Siri Hansen | |
2018-06-15 | [logger] Adjust priority settings in test | Siri Hansen | |
Now only setting high priority on every second burst sending process, to allow for handler process to be scheduled in every now and then. | |||
2018-06-15 | [logger] Unregister handler names before terminating | Siri Hansen | |
2018-06-15 | [logger] Stress overload_kill tests in disk_log handler | Siri Hansen | |
2018-06-15 | Merge branch 'peppe/common_test/no_export_all_warning/OTP-14810' | Peter Andersson | |
* peppe/common_test/no_export_all_warning/OTP-14810: No export_all warning when compiling test suites OTP-14810 | |||
2018-06-15 | Merge branch 'peppe/kernel/logger_updates' | Peter Andersson | |
* peppe/kernel/logger_updates: [logger] Correct documentation [logger] Update handler documentation [logger] Fix test suite compilation warnings [logger] Fix failing tests [logger] Change overload_kill_restart_after value to infinity [logger] Change name of function sync/1 to filesync/1 [logger] Reset logger config after tests [logger] Don't delete log file of failing test cases [logger] Set up priority for processes generatig test bursts [logger] Stress overload_kill tests a bit more [logger] Remove some compiler warnings in test suites [logger] Sort keys when testing formatter template [logger] Skip test involving file access rights on windows [logger] Skip some overload protection tests when using dirty schedulers | |||
2018-06-15 | Merge pull request #1839 from rickard-green/rickard/misc-doc | Rickard Green | |
Info about support, compatibility, deprecation and removal OTP-15140 | |||
2018-06-15 | Merge branch 'hans/crypto/EVP_DH_key/OTP-14864' | Hans Nilsson | |
* hans/crypto/EVP_DH_key/OTP-14864: crypto: Remove EVP_PKEY from dh_compute_key_nif crypto: Try fix valgrind errors | |||
2018-06-15 | Merge pull request #1838 from crownedgrouse/master | Siri Hansen | |
Included config files relative to sys.config directory OTP-15137 | |||
2018-06-14 | Included config files relative to sys.config dir | crownedgrouse | |
Change the way included config files are searched in sys.config. Search first relative to sys.config directory, then relative to current working directory, for backward compatibility. This permit same result when using a sys.config file in a release or starting manually a node with -config. Credit to Siri Hansen for test case. | |||
2018-06-14 | Info about support, compatibility, deprecation and removal | Rickard Green | |
2018-06-14 | Merge branch 'ingela/ssl/21-enhanchment' | Ingela Anderton Andin | |
* ingela/ssl/21-enhanchment: ssl: Add handle_continue/2 and document enhancements | |||
2018-06-14 | No export_all warning when compiling test suites | Peter Andersson | |
OTP-14810 | |||
2018-06-14 | [logger] Correct documentation | Peter Andersson | |
2018-06-14 | [logger] Update handler documentation | Peter Andersson | |
2018-06-14 | [logger] Fix test suite compilation warnings | Peter Andersson | |