Add IEEE 754 pack and unpack helpers
[fio.git] / server.h
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