summaryrefslogtreecommitdiff
path: root/server.c
AgeCommit message (Expand)Author
2015-03-06server: use fio_gettime() for timeout variablesJens Axboe
2015-03-06mutex: add __fio_mutex_remove()Jens Axboe
2015-03-06Bump disk util stats from 32 to 64-bit valuesJens Axboe
2015-03-06verify: verify_state_gen_name() should check sizeJens Axboe
2015-03-06Add support for verify triggers and verify state savingJens Axboe
2015-03-06client/server: percentile_precision wasn't net convertedJens Axboe
2015-03-06Make fio -Wshadow cleanJens Axboe
2015-03-06server/client: don't use __ conversion functions if not neededJens Axboe
2015-03-06stat: add dropped ios to the standard outputJens Axboe
2015-03-06Add support for --remote-configJens Axboe
2015-03-06server: fix wrong use of exit() in server when daemonizedJens Axboe
2015-03-06Add support for storing compressed logsJens Axboe
2015-03-06Add option for including byte offset for each log entryJens Axboe
2015-03-06Add a get_jobs_eta() to return jobs eta informationJens Axboe
2015-03-06Ensure we have enough room for the ETA runstrJens Axboe
2015-03-06Fix regression introduced by commit 334185eJens Axboe
2014-04-14server: ensure that incoming iolog name is NULL terminatedJens Axboe
2014-04-14server: sanity check incoming command size (and payload)Jens Axboe
2014-04-14Error check fcntl() callsJens Axboe
2014-04-14server: fix missing comma in fio_server_ops[] stringsJens Axboe
2014-04-14server: fix potential buffer overrun in socket setup pathJens Axboe
2014-04-14server: fix potential buffer overrun in bind stringJens Axboe
2014-04-14server: ensure that dus->name is always NULL terminatedJens Axboe
2014-04-11diskutil: separate out stats from nameJens Axboe
2014-04-11server: ensure that server pid file mem is always freedJens Axboe
2014-04-08server: fix fd leak in error caseJens Axboe
2014-03-25server: unlink sock file if interrupted earlyJens Axboe
2014-03-25server: dump where we attempted to bind in case of failureJens Axboe
2014-03-25server: correct comment typo on port being after ':'Jens Axboe
2014-03-14Bump length of description field to 256 charsJens Axboe
2014-03-03server: fix warnings on some platforms on incompatible pointer typeJens Axboe
2014-01-24client/server: don't reset ipv6 expectationsJens Axboe
2014-01-24server: fix wrong error return on host lookup failureJens Axboe
2014-01-23server: make the connect code fully IPv6Jens Axboe
2013-12-09Add options to have fio latency profile a deviceJens Axboe
2013-11-07server: make job/connection lists privateJens Axboe
2013-11-06server: get rid of compile warning on platforms where pid_t isn't intJens Axboe
2013-04-15Fixup bad logging typesJens Axboe
2013-04-15eta: improve output for threads sitting in TD_SETTING_UPJens Axboe
2013-04-12server: include uio.h for writev()Bruce Cran
2013-04-12Make use of zlib optionalJens Axboe
2013-04-12server: fix 32-bit build warningAaron Carroll
2013-04-11client/server: pass ->unit_base properlyJens Axboe
2013-04-11client/server: pass je->rate[] and je->iops[] over the netJens Axboe
2013-04-09Merge branch 'master' into gfioJens Axboe
2013-04-09implement 'unit_base' option to select between KB and Kbit et. al.Steven Noonan
2013-03-04Merge branch 'master' into gfioJens Axboe
2013-02-25Fixup wrong types for dprint()Jens Axboe
2013-01-31Merge branch 'master' into gfioJens Axboe
2013-01-30Fix bugs in [v]snprintf usageKen Raeburn