fio.git
2011-10-07 Jens AxboeSplit version into separate include fio
2011-10-07 Jens AxboeRemember to clear client cookie
2011-10-07 Jens Axboeserver: fix bad interpretation of local socket binding
2011-10-07 Jens AxboeUnify client/server argument
2011-10-06 Jens Axboeserver: fix += -> + typo
2011-10-06 Jens AxboeUpdate TODO
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 Axboenet: support for unix domain sockets
2011-10-06 Jens Axboeclient: add hashes for fd/name lookups
2011-10-06 Jens AxboeAdd jhash (Jenkins hash) and use that for file names
2011-10-06 Jens AxboeCorrectly handle multiple clients for various command...
2011-10-06 Jens AxboeOnly print usage() on error
2011-10-05 Jens AxboeFio 1.99.1 fio-1.99.1
2011-10-05 Jens Axboeserver: quit on !block and backend exit
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 Axboeserver: send quit if we don't add a job
2011-10-05 Jens Axboeclient: ensure that cmd line arguments are always run
2011-10-05 Jens Axboeparser: always use the fio logging instead of stderr...
2011-10-05 Jens Axboeclient: check and error out on exceeding number of...
2011-10-05 Martin SteigerwaldEscape minus signs in manpage to fix lintian warning:
2011-10-05 Martin SteigerwaldEscape minus signs in manpage to fix lintian warning:
2011-10-05 Jens AxboeFix for hosed end-of-run log numbers
2011-10-05 Jens AxboeAdd support for write_iops_log
2011-10-05 Jens AxboeMove endian support out of server.h
2011-10-05 Jens AxboeEndian sanity check
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 AxboeFio 1.99 fio-1.99
2011-10-05 Jens AxboeRemove float conversion from TODO
2011-10-05 Jens AxboeFio 1.59 fio-1.59
2011-10-05 Jens AxboeAdd IEEE 754 test case
2011-10-05 Jens AxboeRe-enable -O2 optimization
2011-10-05 Jens Axboet/stest: add log.o smaller helper
2011-10-05 Jens AxboePrint usage if no arguments are given
2011-10-05 Jens AxboeMerge branch 'master' into client-server
2011-10-05 Jens AxboeDon't overwrite -t timeout setting in fill_def_thread()
2011-10-05 Jens AxboeChange network transmitted doubles to fio_fp64_t IEEE...
2011-10-05 Jens AxboeAdd IEEE 754 pack and unpack helpers
2011-10-04 Jens AxboeRemove endianness TODO, should be done now
2011-10-04 Jens AxboeAIX fixes
2011-10-04 Jens AxboeAssume AIX is big endian
2011-10-04 Jens AxboeAdd fio_socklen_t
2011-10-04 Jens Axboelog: don't use vsyslog
2011-10-04 Jens Axboeserver: portability fixups
2011-10-04 Jens AxboeFinalize (?) byte swap/endian stuff
2011-10-04 Jens Axboeserver: log locally if connection isn't up yet
2011-10-04 Jens AxboeGeneric endianness typo
2011-10-04 Jens AxboeUpdate TODO
2011-10-04 Jens Axboeserver: cast sockaddr_in for accept()
2011-10-04 Jens Axboeserver: log where connection is coming from
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 AxboeMore endianness for platforms
2011-10-04 Jens AxboeWider endianness support
2011-10-04 Jens AxboeHPUX endianness
2011-10-04 Jens Axboelog: needs stdarg include for va_list
2011-10-04 Jens AxboeMove endianness check to OS parts
2011-10-04 Jens Axboeserver: more debug dumping
2011-10-04 Jens AxboeFix bad indexing of options
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 Axboeserver: improve exit handling
2011-10-04 Jens Axboeclient: improve poll() loop
2011-10-04 Jens Axboeserver: send return quit when asked to leave
2011-10-04 Jens Axboeserver: initial support for command line passing
2011-10-04 Jens AxboeStyle fixup
2011-10-04 Jens Axboeserver: fix for non zero appended strings
2011-10-04 Jens Axboeparser: use logging infrastructure
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: silence mem debug warning
2011-10-03 Jens Axboeserver: remove some debug statements
2011-10-03 Jens Axboepoll: break on EINTR without complaining
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: send network copy of run_str[]
2011-10-03 Jens Axboeserver: add ETA as a specific command
2011-10-03 Jens AxboeAbstract out calculation of ETA from display of ETA
2011-10-03 Jens AxboeAdd TODO list
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 Axboeclient: fixup quit
2011-10-03 Jens Axboeserver: transmit status as structures, not text
2011-10-03 Jens AxboeAllocate thread_stat name arrays statically
2011-10-03 Jens AxboeMove getrusage() out of thread_stat
2011-10-03 Jens AxboeMove stat_io_bytes/time to thread_data
2011-10-03 Jens Axboeserver: unify shm setup
2011-10-03 Jens Axboeserver: endianness bug and exit command
2011-10-03 Jens Axboeclient: don't setup shared mem area for just the frontend
2011-10-03 Jens Axboeserver: start conversion of data structures to network...
2011-10-03 Jens Axboeserver: initial support for daemonizing
2011-10-02 Jens Axboeserver: make struct group_run_stats network transfer...
2011-10-02 Jens AxboeStyle fixup
2011-10-01 Jens Axboeserver: malloc/free fix
2011-10-01 Jens AxboeFixup some bad file naming
next