client: unify cmd handling ops
[fio.git] / client.c
2012-03-14 Jens Axboeclient: unify cmd handling ops
2012-03-13 Jens AxboeMerge branch 'master' into gfio
2012-03-13 Jens AxboeClient reference fixes
2012-03-12 Jens Axboegfio: improve Job menu
2012-03-09 Jens Axboeclient: make ETA interval poll period configurage in...
2012-03-09 Jens Axboeclient: send probe from fio_client_connect()
2012-03-09 Jens Axboegfio: hold a reference to the fio_client structure
2012-03-09 Jens Axboeclient: return more errors
2012-03-09 Jens Axboeclient: return errno on connection failure
2012-03-09 Jens Axboegfio: handle clients individually
2012-03-09 Jens Axboegfio: start of support for notebooked jobs
2012-03-08 Jens AxboeSeparate the act of adding and starting a job
2012-03-08 Jens Axboeserver: rename CMD_RUN to CMD_SERVER_START
2012-03-08 Jens Axboeclient/server: store/convert/send jobs_eta->nr_threads too
2012-03-08 Jens Axboegfio: improve stop handling
2012-03-06 Jens AxboeAdd client references
2012-03-05 Jens Axboegfio: start of proper end results data display
2012-03-05 Jens AxboeAdd client references
2012-03-05 Jens AxboePass in client for thread/group status op
2012-03-04 Jens AxboeStore specific client ops in the fio_client structure
2012-03-03 Jens AxboeConvert net commands in the generic command handler
2012-03-03 Jens AxboeAdd new net command for text logging
2012-03-02 Jens AxboeAdd support for client timed out ops
2012-03-02 Jens AxboeAdd more job info
2012-03-01 Jens AxboeMore gui changes
2012-02-29 Jens AxboeUpdate GUI to attempt to graphically handle ETA output
2012-02-29 Jens AxboeMove client structure into client.h
2012-02-29 Jens AxboeVarious GUI updates
2012-02-29 Jens AxboeMerge branch 'master' into gfio
2012-02-24 Jens AxboeMerge branch 'master' into gfio
2012-02-24 Stephen M. Cameronfio: Use a progress bar instead of a label
2012-02-24 Stephen M. Cameronfio: capture thread status display
2012-02-24 Stephen M. Cameronfio: make client operations pluggable
2012-02-23 Jens Axboeclient: exit if no jobs were sent and client is idle
2012-02-20 Bruce CranMove Windows port to MinGW
2011-11-07 Anton BlanchardFix big endian build
2011-10-24 Jens Axboeclient/server: IPv6 support
2011-10-17 Jens AxboeFix possible use-after-free on client disconnect
2011-10-17 Jens Axboeclient: pass back server side error to client exit...
2011-10-16 Jens Axboeclient/server: send back nr_jobs and error exit code
2011-10-15 Jens AxboeDon't request ETA until server has started jobs
2011-10-13 Jens AxboeAdd disk utilization to terse format output
2011-10-13 Jens Axboeclient/server: add support for passing disk_util structures
2011-10-12 Jens AxboeMerge branch 'master' into client-server
2011-10-11 Jens Axboeclient: cleanup bit printing
2011-10-11 Jens Axboeserver: include 32/64-bit in probe
2011-10-11 Jens Axboeclient/server: fix ptr <-> uint64_t casting warnings...
2011-10-11 Jens Axboeclient: dec sum_stat_clients if one a client is disconn...
2011-10-11 Jens Axboeclient: display summed total of all clients when all...
2011-10-11 Jens Axboeclient/server: track and handle command timeouts
2011-10-10 Jens Axboeclient: duplicate arguments to "empty" clients
2011-10-10 Jens Axboeclient: properly assign client eta in flight
2011-10-10 Jens Axboeclient/server: few select speedups
2011-10-10 Jens Axboeclient: track pending ETA requests
2011-10-09 Jens Axboeclient/server: request ETA instead of having the server...
2011-10-09 Jens Axboeclient: sum running ETA of jobs
2011-10-09 Jens Axboeclient: fix jobs_eta conversion typo
2011-10-08 Jens AxboeAdd protocol support for an arbitrary number of command...
2011-10-07 Jens Axboeclient: used hostname passed back in probe as log prefix
2011-10-07 Jens Axboeclient: pretty up probe output
2011-10-07 Jens Axboeclient: don't clear client->addr after it's been set
2011-10-07 Jens Axboeserver: ensure to set proper port
2011-10-07 Jens AxboePass arch/os in probe
2011-10-07 Jens Axboeclient: fix mem leak
2011-10-07 Jens Axboeclient: remove leftover debug printf()
2011-10-07 Jens AxboeUnify client/server argument
2011-10-06 Jens AxboeRemember to close sockets on error
2011-10-06 Jens AxboeAdd support for client/server connection over unix...
2011-10-06 Jens Axboeclient: add hashes for fd/name lookups
2011-10-05 Jens Axboeserver: require poll before fio_net_recv_cmd()
2011-10-05 Jens Axboeclient: improve handling of multiple clients
2011-10-05 Jens Axboeclient: disconnect on read failure
2011-10-05 Jens Axboeclient: ensure that cmd line arguments are always run
2011-10-05 Jens Axboeclient: check and error out on exceeding number of...
2011-10-05 Jens Axboeclient: prefix server text messages with <hostname>
2011-10-05 Jens AxboeFix warnings about unused fwrite() return value
2011-10-05 Jens AxboeMerge branch 'master' into client-server
2011-10-05 Jens AxboeChange network transmitted doubles to fio_fp64_t IEEE...
2011-10-04 Jens AxboeAIX fixes
2011-10-04 Jens Axboeserver: fix sk typo and add endian type to probe
2011-10-04 Jens AxboeNeed signal.h for sigaction()
2011-10-04 Jens Axboeserver: more debug dumping
2011-10-04 Jens Axboeserver: add a few more debug logging statements
2011-10-04 Jens Axboeclient: improve handling of non-newline text strings
2011-10-04 Jens Axboeclient: improve poll() loop
2011-10-04 Jens Axboeserver: initial support for command line passing
2011-10-04 Jens Axboeserver: fix for non zero appended strings
2011-10-04 Jens Axboeserver: idle loop support
2011-10-04 Jens Axboeclient: probe command support
2011-10-04 Jens Axboeserver: error handling and probe command
2011-10-04 Jens Axboeclient: handle connection failure
2011-10-03 Jens Axboeserver: fix typos in conversion
2011-10-03 Jens Axboeserver: attempt to handle client ctrl-c
2011-10-03 Jens Axboeserver: add ETA as a specific command
2011-10-03 Jens AxboeAdd type checking to 16/32/64 endianness converters
2011-10-03 Jens Axboeclient: fixup quit
2011-10-03 Jens Axboeserver: transmit status as structures, not text
2011-10-01 Jens Axboeserver: malloc/free fix
2011-10-01 Jens Axboeserver/client: add FD_NET debug clues
2011-10-01 Jens Axboeclient: re-setup poll fd array in case a client disappears
next