aboutsummaryrefslogtreecommitdiffstats
path: root/lib/kernel/src/disk_log.erl
AgeCommit message (Expand)Author
2018-01-22kernel: Correct contracts and a bug in group_historyHans Bolinder
2017-05-17add option 'quiet' to disk_logFred Hebert
2017-05-04Update copyright yearRaimo Niskanen
2016-11-29Pass log format through from handle()Richard Carlsson
2016-11-29Use pattern matching for records where suitableRichard Carlsson
2016-11-29Eliminate more code duplicationRichard Carlsson
2016-11-29Simplify for rflatRichard Carlsson
2016-11-29Clarify that the type for disk log data is iodata()Richard Carlsson
2016-11-17Pass through known size instead of recomputingRichard Carlsson
2016-11-17Use iolist_size instead of local functionRichard Carlsson
2016-11-17Only read log format once in collect loopRichard Carlsson
2016-11-17Eliminate some code duplicationRichard Carlsson
2016-11-17Rename internal function for clarityRichard Carlsson
2015-10-08Update Kernel and STDLIBHans Bolinder
2015-06-18Change license text to APLv2Bruce Yinhe
2013-05-06Fix unmatched_returns warnings in STDLIB and KernelHans Bolinder
2013-04-05Use erlang:demonitor(Ref, [flush]) where applicableLoïc Hoguin
2013-01-25Update copyright yearsBjörn-Egil Dahlberg
2013-01-25Make adjustments for UnicodeHans Bolinder
2012-10-05Fix Dialyzer warningsHans Bolinder
2012-07-02Correct the type of the disk log headerHans Bolinder
2012-03-20Make sure disk_log does not write too much dataHans Bolinder
2011-12-07Remove debug printoutHans Bolinder
2011-12-04Make sure disk_log does not write too much dataHans Bolinder
2011-09-01Fix two minor disk_log bugsHans Bolinder
2011-05-09Types and specifications have been modified and addedHans Bolinder
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP