gfio: start of being able to update options
[fio.git] / client.c
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
2011-10-01 Jens Axboeclient: continue support for multiple connections
2011-10-01 Jens Axboeclient: initial support for multiple connections
2011-10-01 Jens Axboeserver: ensure payload larger than max is broken into...
2011-10-01 Jens Axboeserver: quit client when job run is complete
2011-10-01 Jens Axboeclient: fix error in logging output
2011-10-01 Jens AxboePass more arguments to fio_init_net_cmd()
2011-09-30 Jens AxboeServer logging cleanup/functionality
2011-09-30 Jens AxboeStart of functional client
2011-09-30 Jens AxboeAdd start of client, start of real protocol