server: attempt to handle client ctrl-c
[fio.git] / server.c
2011-10-03 Jens Axboeserver: attempt to handle client ctrl-c
2011-10-03 Jens Axboeserver: send network copy of run_str[]
2011-10-03 Jens Axboeserver: add ETA as a specific command
2011-10-03 Jens Axboeserver: package defrag fix
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 Axboeserver: malloc/free fix
2011-10-01 Jens Axboeserver/client: add FD_NET debug clues
2011-10-01 Jens Axboeserver: exit gracefully on ctrl-c
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 Axboeserver: serial is a 64-bit field
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-10-01 Jens AxboeUse length guarded sprintf functions
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 AxboeProperly log errors in server
2011-09-30 Jens AxboeClose listen socket when done
2011-09-30 Jens AxboeUse poll() for connect loop
2011-09-30 Jens AxboeHide things not appropriate behind is_backend
2011-09-29 Jens AxboeStart of client/server