gfio: make notebooks scrollable if there are too many
[fio.git] / server.h
2012-03-08 Jens AxboeSeparate the act of adding and starting a job
2012-03-08 Jens Axboeserver: rename CMD_RUN to CMD_SERVER_START
2012-03-08 Jens Axboeclient/server: pass back packed thread_options in add_job()
2012-03-03 Jens AxboeAdd new net command for text logging
2012-03-02 Jens AxboeAdd more job info
2012-03-01 Jens AxboeMore gui changes
2012-02-29 Jens AxboeUpdate GUI to attempt to graphically handle ETA output
2012-02-29 Jens AxboeMerge branch 'master' into gfio
2012-02-24 Jens AxboeMerge branch 'master' into gfio
2012-02-24 Stephen M. Cameronfio: factor out FIO_NET_PORT
2012-02-24 Stephen M. Cameronfio: make client operations pluggable
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