Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-03-04 | Merge branch 'maint' | Raimo Niskanen | |
* maint: Set early enough start time inet_db: fix a bug when .hosts file is never reloaded | |||
2019-03-04 | Merge branch 'inet_db-startup-fix' into maint | Raimo Niskanen | |
* inet_db-startup-fix: Set early enough start time inet_db: fix a bug when .hosts file is never reloaded | |||
2019-03-04 | Merge branch 'maint' | Siri Hansen | |
2019-03-04 | Merge branch 'siri/logger/os-timestamp/OTP-15625' into maint | Siri Hansen | |
* siri/logger/os-timestamp/OTP-15625: Update preloaded [logger] Change timestamp from erlang:system_time to os:system_time | |||
2019-03-04 | Merge branch 'maint' | Siri Hansen | |
2019-03-04 | Merge pull request #2164 from josevalim/jv-set-env-maint | Siri Hansen | |
Add application:set_env/1 and application:set_env/2 OTP-15642 | |||
2019-03-01 | Add application:set_env/1 and application:set_env/2 | José Valim | |
It is equivalent to calling application:set_env/4 on each application individually, except it is more efficient. When given duplicate apps or duplicate keys, set_env/1 and set_env/2 will warn. The warning will also be emitted during boot: $ erl -config dupkeys.config -s erlang halt 2019-02-27 11:16:02.653100 application: kernel; duplicate parameter: key1 =WARNING REPORT==== 27-Feb-2019::11:16:02.653100 === application: kernel; duplicate parameter: key1 $ erl -config dupapps.config -s erlang halt 2019-02-27 11:16:02.653100 duplicate application config: kernel =WARNING REPORT==== 27-Feb-2019::11:16:02.653100 === duplicate application config: kernel Prior to this patch, the behaviour was unspecified, and duplicate keys and duplicate apps would behave different depending on the amount of config, the name of the config files, and how those configs would be listed. The goal is to raise an error in the future. | |||
2019-02-22 | Merge branch 'bmk/20190204/socket_as_nif/OTP-14831' | Micael Karlberg | |
2019-02-22 | [logger] Change timestamp from erlang:system_time to os:system_time | Siri Hansen | |
This is to align the timestamps with external logs. | |||
2019-02-21 | Merge branch 'maint' | Siri Hansen | |
2019-02-21 | Merge branch 'siri/logger/check-inode-of-log/ERL-850/OTP-15578' into maint | Siri Hansen | |
* siri/logger/check-inode-of-log/ERL-850/OTP-15578: [logger] Keep track of inode for logger_std_h log file | |||
2019-02-21 | Merge branch 'siri/cuddle-master' | Siri Hansen | |
* siri/cuddle-master: Update sasl/test/test_lib.hrl with recent versions of kernel and stdlib [logger] Fix faulty report_cb in logger_disk_log_h_SUITE:logging/1 [cdv] Update compiler directive for release compatibility [reltool] Make test pass when $ERL_LIBS is set | |||
2019-02-21 | [logger] Fix faulty report_cb in logger_disk_log_h_SUITE:logging/1 | Siri Hansen | |
2019-02-19 | Merge branch 'maint' | Siri Hansen | |
2019-02-19 | Merge branch 'siri/logger/pretty-print-config/OTP-15600' into maint | Siri Hansen | |
* siri/logger/pretty-print-config/OTP-15600: [logger] Add pretty print function for configuration | |||
2019-02-19 | [logger] Add pretty print function for configuration | Siri Hansen | |
2019-02-13 | [logger] Keep track of inode for logger_std_h log file | Siri Hansen | |
If the inode changes, the file is now reopened. This may happen, for instance, if the log file is opened and saved by an editor. | |||
2019-02-04 | Merge branch 'bmk/20180918/nififying_inet/OTP-14831' into ↵ | Micael Karlberg | |
bmk/20190204/socket_as_nif/OTP-14831 | |||
2019-01-23 | Merge branch 'maint' | Lukas Larsson | |
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 | erts: Fix cleanup of the inet MultiTimer | Lukas Larsson | |
2019-01-21 | Merge branch 'maint' | Siri Hansen | |
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] Move out overload protection macros from logger_h_common.hrl | Siri Hansen | |
The new file logger_olp.hrl is added. | |||
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-09 | Merge branch 'maint' | John Högberg | |
* maint: 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-19 | inet_db: fix a bug when .hosts file is never reloaded | Maxim Fedorov | |
If .hosts file does not exist when kernel application starts, it will never get reloaded. | |||
2018-12-06 | Merge branch 'maint' | Raimo Niskanen | |
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-05 | Merge branch 'maint' | Lukas Larsson | |
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 'maint' | Sverker Eriksson | |
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 'maint' | Siri Hansen | |
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 'maint' | Raimo Niskanen | |