Fix compile warnings on Windows
[fio.git] / server.h
2013-01-08 Jens Axboeserver: move fio_net_cmd to the end of fio_net_int_cmd
2013-01-08 Jens AxboeUse variable[] instead of GCC variable[0] syntax
2012-11-14 Jens Axboeclient/server: fixup "All clients" reporting
2012-08-26 Jens Axboeclient: support per-client job files
2012-05-11 Jens Axboeeta: ETA bandwidth was off by 1.024
2012-04-16 Jens AxboeEnlarge probe version field
2012-04-16 Jens AxboeGet rid of fio_version.h
2011-10-24 Jens Axboeclient/server: IPv6 support
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 Axboeclient/server: add support for passing disk_util structures
2011-10-12 Jens AxboeMerge branch 'master' into client-server
2011-10-11 Jens Axboeserver: include 32/64-bit in probe
2011-10-11 Jens Axboeserver: error handling fixes
2011-10-11 Jens Axboeclient/server: track and handle command timeouts
2011-10-10 Jens Axboeserver: improve pidfile and log handling
2011-10-10 Jens Axboeserver: write pid file for backgrounded server to speci...
2011-10-09 Jens Axboeclient/server: request ETA instead of having the server...
2011-10-08 Jens AxboeAdd protocol support for an arbitrary number of command...
2011-10-07 Jens AxboePass arch/os in probe
2011-10-07 Jens Axboeserver: increase default max pdu length to 1024
2011-10-07 Jens AxboeUnify client/server argument
2011-10-06 Jens AxboeAdd support for client/server connection over unix...
2011-10-05 Jens AxboeFio 1.99.1 fio-1.99.1
2011-10-05 Jens Axboeserver: require poll before fio_net_recv_cmd()
2011-10-05 Jens Axboeclient: check and error out on exceeding number of...
2011-10-05 Jens AxboeMove endian support out of server.h
2011-10-05 Jens AxboeMerge branch 'master' into client-server
2011-10-04 Jens Axboeserver: portability fixups
2011-10-04 Jens Axboeserver: fix sk typo and add endian type to probe
2011-10-04 Jens AxboeWider endianness support
2011-10-04 Jens AxboeMove endianness check to OS parts
2011-10-04 Jens Axboeserver: initial support for command line passing
2011-10-04 Jens Axboeserver: idle loop support
2011-10-04 Jens Axboeserver: error handling and probe command
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 Axboeserver: transmit status as structures, not text
2011-10-03 Jens Axboeserver: endianness bug and exit command
2011-10-03 Jens Axboeserver: initial support for daemonizing
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: switch to 16-bit crc
2011-10-01 Jens Axboeserver: debug fixes
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
2011-09-30 Jens AxboeUse poll() for connect loop
2011-09-29 Jens AxboeStart of client/server