aboutsummaryrefslogtreecommitdiffstats
path: root/log.h
AgeCommit message (Expand)AuthorFilesLines
2018-08-15Fix compilation on centos 7Manish Dusane1-0/+1
2018-06-05log: fix signedness issueJens Axboe1-2/+2
2017-12-29debug: make debug=io readable with multiple threadsRobert Elliott1-0/+1
2017-05-23log: make log_buf() return how much it wroteJens Axboe1-7/+9
2015-12-10log: remove log_local_buf()Jens Axboe1-1/+0
2015-10-27log: abstract out and use generic buffer loggerJens Axboe1-0/+1
2015-10-27Proper size return from output buffersJens Axboe1-5/+5
2015-10-27Enable the use of multiple output formatsJens Axboe1-0/+11
2013-09-11debug: ensure that __dprint() is also logged over the networkJens Axboe1-1/+0
2013-04-26Add log_info_flush()Vincent Kang Fu1-0/+1
2013-04-15log: add printf() attribute to log_*() functionsJens Axboe1-3/+3
2012-03-26Add named log levelJens Axboe1-0/+3
2012-03-03Add new net command for text loggingJens Axboe1-0/+6
2011-10-10server: improve pidfile and log handlingJens Axboe1-0/+1
2011-10-04log: needs stdarg include for va_listJens Axboe1-0/+1
2011-10-03server: initial support for daemonizingJens Axboe1-2/+1
2011-10-01server/client: add FD_NET debug cluesJens Axboe1-0/+1
2011-09-30Server logging cleanup/functionalityJens Axboe1-12/+2
2011-01-02First snapshot of FIO for WindowsBruce Cran1-5/+5
2010-03-19Add log_valist()Jens Axboe1-0/+1
2010-03-19Make the dprint() processing out-of-lineJens Axboe1-0/+2
2008-02-27Add --debug=parse for option parsing debugJens Axboe1-0/+21