summaryrefslogtreecommitdiff
path: root/lib/kernel/src/group_history.erl
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearErlang/OTP2023-02-141-1/+1
* Simplify some calls to application:get_env/2Björn Gustavsson2023-01-311-4/+1
* Update copyright yearErlang/OTP2022-03-161-1/+1
* Return empty history when failing to create a logFrank Hunleth2022-03-161-1/+2
* Update copyright yearRickard Green2021-12-131-1/+1
* kernel: Catch disk_log shutdown if size test failsLukas Larsson2021-03-221-1/+5
* kernel: Expand error strings in shell_historyLukas Larsson2021-03-081-9/+6
* kernel: Fix bug in shell_history with corrupt disk_log chunkLukas Larsson2021-03-081-0/+12
* kernel: Output shell_history errors to logger instead of stderrLukas Larsson2021-03-081-1/+3
* kernel: Make dynamic shell_history provider more robustLukas Larsson2021-03-081-15/+56
* kernel: Update group_history after disk_log changeHans Bolinder2021-03-031-19/+53
* shell history: allow configurable history moduleMaxim Fedorov2020-12-221-6/+10
* kernel: Adjust code after removal of distributed disk logsHans Bolinder2020-10-051-2/+1
* kernel: Fix accidental disabling of shell historyJohn Högberg2019-09-111-5/+9
* Do not crash/warn in group_history during disk_log shutdownJosé Valim2019-08-231-3/+15
* kernel: Correct contracts and a bug in group_historyHans Bolinder2018-01-221-2/+2
* kernel: Improve handling of Unicode filenamesHans Bolinder2017-06-091-2/+2
* Add persistence to history of the non-legacy shellFred Hebert2017-05-171-0/+341