1. 951c822 fio_read: save errno for errors; makefile: allow override LD_OPTION_SONAME from environment variable by WHR · 6 years ago rivoreo-fork
  2. 2ca3b1e Merge branch 'fix-atomic-xchange-fallback' of ssh://45.62.110.101:29259/Low-power/facil.io.git into 'rivoreo-fork' by WHR · 6 years ago
  3. ab6885c Fix fio_atomic_xchange for older GCC by WHR · 6 years ago
  4. 39faa8d Fix errno of bind(2) fail in 'fio_listen' by WHR · 6 years ago
  5. dc8264f Merge remote-tracking branch 'github-proxy/solaris-port' into rivoreo-fork by WHR · 6 years ago
  6. d0d7ec3 Port to Solaris; compat GCC version < 4.5 by WHR · 6 years ago
  7. 3696104 Merge remote-tracking branch 'upstream/master' into 'rivoreo-fork' by WHR · 6 years ago
  8. 25f1229 style by Bo · 6 years ago
  9. 8ee549e update with credit to @Low-power #51 by Bo · 6 years ago
  10. 8ea22b0 Don't print 'Press ^C' hit on start by WHR · 6 years ago
  11. e8ae5a8 Merge commit '8b93e00' into rivoreo-fork by WHR · 6 years ago
  12. 8b93e00 Fix missing include for sendfile(2) when USE_SENDFILE_* macro is defined from command line by WHR · 6 years ago
  13. 592cfc0 improve `sendfile` detection by Bo · 6 years ago
  14. b028f99 Merge branch 'master' of https://github.com/boazsegev/facil.io by Bo · 6 years ago
  15. 3b91be2 print state during startup (INFO level) by Bo · 6 years ago
  16. fa251df Fix sendfile(2) fallback by WHR · 6 years ago
  17. 8f08388 Fix FreeBSD style sendfile(2) test macros by WHR · 6 years ago
  18. 3bf6580 Fix FreeBSD style sendfile(2) test macros by WHR · 6 years ago
  19. 144a3c6 Merge remote-tracking branch 'upstream' into rivoreo-fork by WHR · 6 years ago
  20. 8d2bb8f Fix #48, in a different way by Bo · 6 years ago
  21. 4270b8a Make SO_REUSEADDR useful by WHR · 6 years ago
  22. 46e10f2 Deprecate FIO_LOG_STATE by Bo · 6 years ago
  23. f738058 mostly style by Bo · 6 years ago
  24. 6dbdf67 docs and improved signal handler access by Bo · 6 years ago
  25. e5abad3 propagate signals to pre-existing handlers by Bo · 6 years ago
  26. 4494cbd docs / typos by Bo · 6 years ago
  27. 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
  28. b08b9c7 Fix more format warnings by WHR · 6 years ago
  29. cf82539 Port to Solaris by WHR · 6 years ago
  30. 3aab653 hmm... undecided by Bo · 6 years ago
  31. 996c6c9 improved pub/sub memory usage by Bo · 6 years ago
  32. bb434b9 optimize array concat for simple arrays by Bo · 6 years ago
  33. e54815d fix packet counter by Bo · 6 years ago
  34. cd32437 improve slowloris detection scheme by Bo · 6 years ago
  35. ae7f17e initial hpack parser by Bo · 6 years ago
  36. 65504de right by Bo · 6 years ago
  37. 6196b91 cool by Bo · 6 years ago
  38. 7ee8d57 fix log truncation message and `fio_str_resize` by Bo · 6 years ago
  39. 5450275 rollback to `fio_str_resize`'s original limitations by Bo · 6 years ago
  40. d89ce93 fix `fio_str_resize` "misuse" by Bo · 6 years ago
  41. 7d99996 fixes for JSON and redis by Bo · 6 years ago
  42. 6f7e76c housekeeping by Bo · 6 years ago
  43. ee198bf fix loop in Redis engine translation unit by Bo · 6 years ago
  44. e4728cf isolate reconnection lock by Bo · 6 years ago
  45. b683590 docs by Bo · 6 years ago
  46. 0a57ada fix redis reconnection by Bo · 6 years ago
  47. 2e8ca82 better logging by Bo · 6 years ago
  48. 12a12cc Style by Bo · 6 years ago
  49. 0bd7067 move branches to the end of functions by Bo · 6 years ago
  50. f1eea8d smarter slowloris detection by Bo · 6 years ago
  51. a6b342a leave open-file limit headroom by Bo · 6 years ago
  52. b57cda8 better slowloris protection and setrlimit by Bo · 6 years ago
  53. c3b2c63 house-keeping by Bo · 6 years ago
  54. b417968 http/1 slow client throttling by Bo · 6 years ago
  55. 622dce8 always initialize memory by Bo · 6 years ago
  56. 45fa464 remove unused and uninitialized kqueue message by Bo · 6 years ago
  57. a5b5dff add poll to CI by Bo · 6 years ago
  58. ae6869a possible kqueue issues on macOS by Bo · 6 years ago
  59. cc368d0 housekeeping by Bo · 6 years ago
  60. 8320fe2 Move less likely code away from the main body of the function by Bo · 6 years ago
  61. f91c857 warn about attack detection by Bo · 6 years ago
  62. c2208c4 add slowloris mitigation to core library by Bo · 6 years ago
  63. 80cb469 DRYer by Bo · 6 years ago
  64. f084039 Fix boazsegev/iodine#50 Credit to @elfring by Bo · 6 years ago
  65. 4ff9752 fix HTTP mime collision detection and add debug message by Bo · 6 years ago
  66. 20b3308 Risky Hash draft 2... by Bo · 6 years ago
  67. 9192e3f make random generator thread bound by Bo · 7 years ago
  68. 8f6d080 use `register` keyword by Bo · 7 years ago
  69. 7fe5671 improve random speed by Bo · 7 years ago
  70. dee9482 docs by Bo · 7 years ago
  71. c252641 Risky: prefer consumption out of order by Bo · 7 years ago
  72. c849678 use uint64_t instead of uintptr_t by Bo · 7 years ago
  73. 205948f thoughts about Risky Hash by Bo · 7 years ago
  74. ac2831c fixed RiskyHash tail reading and initialization by Bo · 7 years ago
  75. cb046a8 version bump for further development by Bo · 7 years ago
  76. 1565e28 set host only if available by Bo · 7 years ago
  77. ad00ac8 avoid debug message by Bo · 7 years ago
  78. 28a396e client WebSockets have no pub/sub optimization by Bo · 7 years ago
  79. e4e819a fix network byte order by Bo · 7 years ago
  80. 13c2284 OpenSSL variations and headaches by Bo · 7 years ago
  81. e17efad OpenSSL docs and tests by Bo · 7 years ago
  82. 33c4ad2 http_url_parse deprecation through MACRO by Bo · 7 years ago
  83. 94b6f64 fix udata for WebSocket client hangup by Bo · 7 years ago
  84. 1fcc102 marking deprecation by Bo · 7 years ago
  85. c11e855 support arrays in header data by Bo · 7 years ago
  86. a338f50 set cookie header for client by Bo · 7 years ago
  87. afb1649 support Unix Sockets for HTTP clients by Bo · 7 years ago
  88. a2544e7 test Set against partial collision attacks by Bo · 7 years ago
  89. af96911 move `http_parse_url` to core library by Bo · 7 years ago
  90. 872cadd get local hostname by Bo · 7 years ago
  91. f389450 TLS updates by Bo · 7 years ago
  92. cd23e96 add tls extension support to fio.c by Bo · 7 years ago
  93. 89b6db7 expose TLS reference count by Bo · 7 years ago
  94. 65273bc gracefullyy handle hash value 0 by Bo · 7 years ago
  95. 9740a6b small by Bo · 7 years ago
  96. 7000b1b docs by Bo · 7 years ago
  97. aa6843f review random keys in hashing by Bo · 7 years ago
  98. ee2c112 collision protection by Bo · 7 years ago
  99. f2c2b03 avoid lower bit collision attacks by Bo · 7 years ago
  100. ff66f3d address possible full hash collision attacks by Bo · 7 years ago