summaryrefslogtreecommitdiff
path: root/client.h
AgeCommit message (Expand)Author
2015-03-06Add support for verify triggers and verify state savingJens Axboe
2015-03-06client: partial revert of 9899aff3e345Jens Axboe
2015-03-06client: get rid of (now) unused client->nr_statJens Axboe
2015-03-06Add support for --remote-configJens Axboe
2013-04-11client: move jobs_eta to the end of client_etaJens Axboe
2012-11-14Merge branch 'master' into gfioJens Axboe
2012-08-26client: support per-client job filesJens Axboe
2012-03-27gfio: start of being able to update optionsJens Axboe
2012-03-21gfio: update for handling files, connections, statesJens Axboe
2012-03-19server: make client connections fork offJens Axboe
2012-03-14gfio: Add support for sending logs over the networkJens Axboe
2012-03-14client/server: pass type of client to the backendJens Axboe
2012-03-14client: unify cmd handling opsJens Axboe
2012-03-12gfio: improve Job menuJens Axboe
2012-03-09client: make ETA interval poll period configurage in fio_client_opsJens Axboe
2012-03-09gfio: hold a reference to the fio_client structureJens Axboe
2012-03-09gfio: handle clients individuallyJens Axboe
2012-03-09gfio: start of support for notebooked jobsJens Axboe
2012-03-08Separate the act of adding and starting a jobJens Axboe
2012-03-08gfio: improve stop handlingJens Axboe
2012-03-05Add client referencesJens Axboe
2012-03-05Pass in client for thread/group status opJens Axboe
2012-03-04Store specific client ops in the fio_client structureJens Axboe
2012-03-03Convert net commands in the generic command handlerJens Axboe
2012-03-03Add new net command for text loggingJens Axboe
2012-03-02Terminate clients when 'Disconnect' is clickedJens Axboe
2012-03-02Add support for client timed out opsJens Axboe
2012-03-02Add more job infoJens Axboe
2012-03-01More gui changesJens Axboe
2012-02-29Update GUI to attempt to graphically handle ETA outputJens Axboe
2012-02-29Move client structure into client.hJens Axboe
2012-02-29Various GUI updatesJens Axboe
2012-02-24fio: Use a progress bar instead of a labelStephen M. Cameron
2012-02-24fio: capture thread status displayStephen M. Cameron
2012-02-24fio: make client operations pluggableStephen M. Cameron