1. bfc0e44 Remove duplicated variable test from makefile by WHR · 6 years ago
  2. 41fd378 Manually sync makefile from upstream; add make variable FIO_FORCE_POLL by WHR · 6 years ago
  3. 8ea22b0 Don't print 'Press ^C' hit on start by WHR · 6 years ago
  4. e8ae5a8 Merge commit '8b93e00' into rivoreo-fork by WHR · 6 years ago
  5. 8b93e00 Fix missing include for sendfile(2) when USE_SENDFILE_* macro is defined from command line by WHR · 6 years ago
  6. 592cfc0 improve `sendfile` detection by Bo · 6 years ago
  7. b028f99 Merge branch 'master' of https://github.com/boazsegev/facil.io by Bo · 6 years ago
  8. 8e751f3 Merge pull request #49 from Low-power/fix-sendfile by Bo · 6 years ago
  9. 3b91be2 print state during startup (INFO level) by Bo · 6 years ago
  10. fa251df Fix sendfile(2) fallback by WHR · 6 years ago
  11. 8f08388 Fix FreeBSD style sendfile(2) test macros by WHR · 6 years ago
  12. 3bf6580 Fix FreeBSD style sendfile(2) test macros by WHR · 6 years ago
  13. 144a3c6 Merge remote-tracking branch 'upstream' into rivoreo-fork by WHR · 6 years ago
  14. 7617827 fix poll test by Bo · 6 years ago
  15. 8d2bb8f Fix #48, in a different way by Bo · 6 years ago
  16. 4270b8a Make SO_REUSEADDR useful by WHR · 6 years ago
  17. 46e10f2 Deprecate FIO_LOG_STATE by Bo · 6 years ago
  18. f738058 mostly style by Bo · 6 years ago
  19. 7938978 hmm by Bo · 6 years ago
  20. 484b6f5 docs by Bo · 6 years ago
  21. 6dbdf67 docs and improved signal handler access by Bo · 6 years ago
  22. e5abad3 propagate signals to pre-existing handlers by Bo · 6 years ago
  23. 4494cbd docs / typos by Bo · 6 years ago
  24. 8e785bd Makefile: set library name for shared library; change some internal includes in header files to reduce the number of necessary '-I' when compiling; don't try to bind(2) IPv4 addresses on IPv6 socket; fix fio_atomic_xchange(3) for older C implementations; disable command line usage hint by WHR · 6 years ago
  25. 42ca865 Adjust make rules by WHR · 6 years ago
  26. b08b9c7 Fix more format warnings by WHR · 6 years ago
  27. cf82539 Port to Solaris by WHR · 6 years ago
  28. 3aab653 hmm... undecided by Bo · 6 years ago
  29. 6cfc9e7 house-keeping by Bo · 6 years ago
  30. 996c6c9 improved pub/sub memory usage by Bo · 6 years ago
  31. bb434b9 optimize array concat for simple arrays by Bo · 6 years ago
  32. e54815d fix packet counter by Bo · 6 years ago
  33. cd32437 improve slowloris detection scheme by Bo · 6 years ago
  34. ae7f17e initial hpack parser by Bo · 6 years ago
  35. 65504de right by Bo · 6 years ago
  36. 6196b91 cool by Bo · 6 years ago
  37. 7ee8d57 fix log truncation message and `fio_str_resize` by Bo · 6 years ago
  38. 5450275 rollback to `fio_str_resize`'s original limitations by Bo · 6 years ago
  39. d89ce93 fix `fio_str_resize` "misuse" by Bo · 6 years ago
  40. 7d99996 fixes for JSON and redis by Bo · 6 years ago
  41. 6f7e76c housekeeping by Bo · 6 years ago
  42. 1892886 docs by Bo · 6 years ago
  43. ee198bf fix loop in Redis engine translation unit by Bo · 6 years ago
  44. c026b83 docs by Bo · 6 years ago
  45. 4e1c5ea docs by Bo · 6 years ago
  46. 7847c9a docs by Bo · 6 years ago
  47. e4728cf isolate reconnection lock by Bo · 6 years ago
  48. b683590 docs by Bo · 6 years ago
  49. 0a57ada fix redis reconnection by Bo · 6 years ago
  50. 2e8ca82 better logging by Bo · 6 years ago
  51. 96b9c48 style by Bo · 6 years ago
  52. e6b3235 Style by Bo · 6 years ago
  53. 12a12cc Style by Bo · 6 years ago
  54. 0bd7067 move branches to the end of functions by Bo · 6 years ago
  55. f1eea8d smarter slowloris detection by Bo · 6 years ago
  56. a6b342a leave open-file limit headroom by Bo · 6 years ago
  57. cf2c696 docs by Bo · 6 years ago
  58. b57cda8 better slowloris protection and setrlimit by Bo · 6 years ago
  59. c3b2c63 house-keeping by Bo · 6 years ago
  60. b417968 http/1 slow client throttling by Bo · 6 years ago
  61. 9d48ccc Update slowloris.c by Bo · 6 years ago
  62. 57cb94e remove unused by Bo · 6 years ago
  63. 622dce8 always initialize memory by Bo · 6 years ago
  64. 45fa464 remove unused and uninitialized kqueue message by Bo · 6 years ago
  65. 7cb3041 improve slowloris protection detection by Bo · 6 years ago
  66. a5b5dff add poll to CI by Bo · 6 years ago
  67. ae6869a possible kqueue issues on macOS by Bo · 6 years ago
  68. cc368d0 housekeeping by Bo · 6 years ago
  69. 78504cd Nicer output by Bo · 6 years ago
  70. 8320fe2 Move less likely code away from the main body of the function by Bo · 6 years ago
  71. 078401a Test against concurrent attacks by Bo · 6 years ago
  72. 7283fdd fix single attacker code by Bo · 6 years ago
  73. f91c857 warn about attack detection by Bo · 6 years ago
  74. c2208c4 add slowloris mitigation to core library by Bo · 6 years ago
  75. 5e00f22 Merge pull request #45 from svenefftinge/patch-1 by Bo · 6 years ago
  76. 21db6e7 [reame] fixed broken link by Sven Efftinge · 6 years ago
  77. 4d9b49f prevent unwrapped lines from breaking UI by Bo · 6 years ago
  78. b98f9f6 Merge pull request #44 from 0xflotus/patch-1 by Bo · 6 years ago
  79. c18ef00 fixed submodule by 0xflotus · 6 years ago
  80. 80cb469 DRYer by Bo · 6 years ago
  81. f084039 Fix boazsegev/iodine#50 Credit to @elfring by Bo · 6 years ago
  82. fb1c561 Fix #43 , add error handling to example. by Bo · 6 years ago
  83. 377b256 Merge pull request #42 from faso/patch-1 by Bo · 6 years ago
  84. 97c4a80 typo by faso · 6 years ago
  85. 3c007c2 fllow a FIO_NO_TLS compilation flag by Bo · 6 years ago
  86. 4ff9752 fix HTTP mime collision detection and add debug message by Bo · 6 years ago
  87. 20b3308 Risky Hash draft 2... by Bo · 7 years ago
  88. 45f2422 code used for testing fio_rand by Bo · 7 years ago
  89. 9192e3f make random generator thread bound by Bo · 7 years ago
  90. 8f6d080 use `register` keyword by Bo · 7 years ago
  91. 9aba35b docs by Bo · 7 years ago
  92. 7fe5671 improve random speed by Bo · 7 years ago
  93. dee9482 docs by Bo · 7 years ago
  94. c252641 Risky: prefer consumption out of order by Bo · 7 years ago
  95. c849678 use uint64_t instead of uintptr_t by Bo · 7 years ago
  96. 09bc2e3 docs by Bo · 7 years ago
  97. 205948f thoughts about Risky Hash by Bo · 7 years ago
  98. 7e7d187 docs by Bo · 7 years ago
  99. eb546e6 docs by Bo · 7 years ago
  100. 202931c fix reader byte ordering by Bo · 7 years ago