Update TODO
[fio.git] / client.c
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
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