1. 122c772 server: make client connections fork off by Jens Axboe · 12 years ago
  2. 2f122b1 Add thread number ID to appropriate network commands by Jens Axboe · 12 years ago
  3. 53bd8db server: add vectored fio_send_cmd_ext_pdu() by Jens Axboe · 12 years ago
  4. 1b42725 gfio: Add support for sending logs over the network by Jens Axboe · 12 years ago
  5. 46bcd49 client/server: pass type of client to the backend by Jens Axboe · 12 years ago
  6. b9d2f30 Separate the act of adding and starting a job by Jens Axboe · 12 years ago
  7. 5d7793a server: rename CMD_RUN to CMD_SERVER_START by Jens Axboe · 12 years ago
  8. dcaeb60 client/server: pass back packed thread_options in add_job() by Jens Axboe · 12 years ago
  9. 084d1c6 Add new net command for text logging by Jens Axboe · 12 years ago
  10. 807f997 Add more job info by Jens Axboe · 12 years ago
  11. 3ec62ec More gui changes by Jens Axboe · 12 years ago
  12. 3e47bd2 Update GUI to attempt to graphically handle ETA output by Jens Axboe · 12 years ago
  13. 5adc244 fio: factor out FIO_NET_PORT by Stephen M. Cameron · 12 years ago
  14. dd36672 fio: make client operations pluggable by Stephen M. Cameron · 12 years ago
  15. 811826b client/server: IPv6 support by Jens Axboe · 13 years ago
  16. 11e950b client/server: send back nr_jobs and error exit code by Jens Axboe · 13 years ago
  17. 01be038 Don't request ETA until server has started jobs by Jens Axboe · 13 years ago
  18. d09a64a client/server: add support for passing disk_util structures by Jens Axboe · 13 years ago
  19. 38fdef2 server: include 32/64-bit in probe by Jens Axboe · 13 years ago
  20. 7b82168 server: error handling fixes by Jens Axboe · 13 years ago
  21. 89c1707 client/server: track and handle command timeouts by Jens Axboe · 13 years ago
  22. 13755d9 server: improve pidfile and log handling by Jens Axboe · 13 years ago
  23. 402668f server: write pid file for backgrounded server to specified file by Jens Axboe · 13 years ago
  24. af9c9fb client/server: request ETA instead of having the server send it automatically by Jens Axboe · 13 years ago
  25. fa2ea80 Add protocol support for an arbitrary number of command line arguments by Jens Axboe · 13 years ago
  26. cca8464 Pass arch/os in probe by Jens Axboe · 13 years ago
  27. 5cf6be7 server: increase default max pdu length to 1024 by Jens Axboe · 13 years ago
  28. bebe639 Unify client/server argument by Jens Axboe · 13 years ago
  29. 87aa8f1 Add support for client/server connection over unix domain sockets by Jens Axboe · 13 years ago
  30. 178cde9 Fio 1.99.1 by Jens Axboe · 13 years ago
  31. e951bdc server: require poll before fio_net_recv_cmd() by Jens Axboe · 13 years ago
  32. 7a4b824 client: check and error out on exceeding number of command line args to pass by Jens Axboe · 13 years ago
  33. 8111092 Move endian support out of server.h by Jens Axboe · 13 years ago
  34. fd60bf3 server: portability fixups by Jens Axboe · 13 years ago
  35. 6eb2479 server: fix sk typo and add endian type to probe by Jens Axboe · 13 years ago
  36. ff24519 Wider endianness support by Jens Axboe · 13 years ago
  37. 610a730 Move endianness check to OS parts by Jens Axboe · 13 years ago
  38. 81179ee server: initial support for command line passing by Jens Axboe · 13 years ago
  39. 70e0c31 server: idle loop support by Jens Axboe · 13 years ago
  40. c28e8e8 server: error handling and probe command by Jens Axboe · 13 years ago
  41. cc0df00 server: attempt to handle client ctrl-c by Jens Axboe · 13 years ago
  42. cf451d1 server: add ETA as a specific command by Jens Axboe · 13 years ago
  43. ddcc0b6 Add type checking to 16/32/64 endianness converters by Jens Axboe · 13 years ago
  44. a64e88d server: transmit status as structures, not text by Jens Axboe · 13 years ago
  45. d795918 server: endianness bug and exit command by Jens Axboe · 13 years ago
  46. e46d809 server: initial support for daemonizing by Jens Axboe · 13 years ago
  47. a37f69b client: continue support for multiple connections by Jens Axboe · 13 years ago
  48. b66570d client: initial support for multiple connections by Jens Axboe · 13 years ago
  49. 794d69c server: ensure payload larger than max is broken into pieces by Jens Axboe · 13 years ago
  50. fcee5ff server: switch to 16-bit crc by Jens Axboe · 13 years ago
  51. 82fa6b2 server: debug fixes by Jens Axboe · 13 years ago
  52. 4d8f878 Pass more arguments to fio_init_net_cmd() by Jens Axboe · 13 years ago
  53. 142575e Server logging cleanup/functionality by Jens Axboe · 13 years ago
  54. 37db14f Start of functional client by Jens Axboe · 13 years ago
  55. 132159a Add start of client, start of real protocol by Jens Axboe · 13 years ago
  56. 009b1be Use poll() for connect loop by Jens Axboe · 13 years ago
  57. 50d1697 Start of client/server by Jens Axboe · 13 years ago