aboutsummaryrefslogtreecommitdiffstats
path: root/client.h
AgeCommit message (Expand)AuthorFilesLines
2023-07-31use 'const' where it is requiredDenis Pronin1-4/+4
2018-09-07client: switch to per-client bufferJens Axboe1-0/+2
2018-06-05client: remove 'cmd' argument to stop handlerJens Axboe1-1/+2
2018-03-21Refactor #includes and headersSitsofe Wheeler1-4/+2
2017-11-30client: ignore a client timeout, if the last thing we saw as a triggerJens Axboe1-0/+1
2017-06-22client/server: bool conversionJens Axboe1-5/+6
2016-08-15Various cleanupsJens Axboe1-1/+0
2016-08-15gfio: fix link errorJens Axboe1-0/+4
2016-04-13client: bool conversionJens Axboe1-3/+3
2015-12-17client/server: transparent handling of storing compressed logsJens Axboe1-3/+0
2015-12-15client/server: pass back job options to clientJens Axboe1-0/+2
2015-12-14client: make SEND_ETA timeout non-fatalJens Axboe1-0/+1
2015-08-14client: make it explicit that we don't reuse 'eta' after freeing itJens Axboe1-1/+0
2014-11-11Add support for verify triggers and verify state savingJens Axboe1-0/+1
2014-10-13client: partial revert of 9899aff3e345Jens Axboe1-0/+1
2014-10-13client: get rid of (now) unused client->nr_statJens Axboe1-1/+0
2014-10-07Add support for --remote-configJens Axboe1-4/+9
2013-04-11client: move jobs_eta to the end of client_etaJens Axboe1-1/+1
2012-11-14Merge branch 'master' into gfioJens Axboe1-0/+2
2012-08-26client: support per-client job filesJens Axboe1-0/+4
2012-03-27gfio: start of being able to update optionsJens Axboe1-0/+6
2012-03-21gfio: update for handling files, connections, statesJens Axboe1-1/+2
2012-03-19server: make client connections fork offJens Axboe1-0/+1
2012-03-14gfio: Add support for sending logs over the networkJens Axboe1-0/+3
2012-03-14client/server: pass type of client to the backendJens Axboe1-0/+7
2012-03-14client: unify cmd handling opsJens Axboe1-27/+18
2012-03-12gfio: improve Job menuJens Axboe1-0/+4
2012-03-09client: make ETA interval poll period configurage in fio_client_opsJens Axboe1-0/+3
2012-03-09gfio: hold a reference to the fio_client structureJens Axboe1-0/+2
2012-03-09gfio: handle clients individuallyJens Axboe1-0/+1
2012-03-09gfio: start of support for notebooked jobsJens Axboe1-0/+4
2012-03-08Separate the act of adding and starting a jobJens Axboe1-0/+11
2012-03-08gfio: improve stop handlingJens Axboe1-0/+2
2012-03-05Add client referencesJens Axboe1-0/+1
2012-03-05Pass in client for thread/group status opJens Axboe1-2/+2
2012-03-04Store specific client ops in the fio_client structureJens Axboe1-6/+8
2012-03-03Convert net commands in the generic command handlerJens Axboe1-1/+0
2012-03-03Add new net command for text loggingJens Axboe1-2/+1
2012-03-02Terminate clients when 'Disconnect' is clickedJens Axboe1-0/+2
2012-03-02Add support for client timed out opsJens Axboe1-0/+2
2012-03-02Add more job infoJens Axboe1-8/+2
2012-03-01More gui changesJens Axboe1-0/+19
2012-02-29Update GUI to attempt to graphically handle ETA outputJens Axboe1-1/+12
2012-02-29Move client structure into client.hJens Axboe1-1/+39
2012-02-29Various GUI updatesJens Axboe1-1/+1
2012-02-24fio: Use a progress bar instead of a labelStephen M. Cameron1-1/+1
2012-02-24fio: capture thread status displayStephen M. Cameron1-0/+3
2012-02-24fio: make client operations pluggableStephen M. Cameron1-0/+32