1. c026b83 docs by Bo · 6 years ago
  2. 4e1c5ea docs by Bo · 6 years ago
  3. 2e8ca82 better logging by Bo · 6 years ago
  4. 96b9c48 style by Bo · 6 years ago
  5. e6b3235 Style by Bo · 6 years ago
  6. 9d48ccc Update slowloris.c by Bo · 6 years ago
  7. 57cb94e remove unused by Bo · 6 years ago
  8. 7cb3041 improve slowloris protection detection by Bo · 6 years ago
  9. cc368d0 housekeeping by Bo · 6 years ago
  10. 78504cd Nicer output by Bo · 6 years ago
  11. 078401a Test against concurrent attacks by Bo · 6 years ago
  12. 7283fdd fix single attacker code by Bo · 6 years ago
  13. c2208c4 add slowloris mitigation to core library by Bo · 6 years ago
  14. fb1c561 Fix #43 , add error handling to example. by Bo · 6 years ago
  15. 45f2422 code used for testing fio_rand by Bo · 6 years ago
  16. c849678 use uint64_t instead of uintptr_t by Bo · 6 years ago
  17. 205948f thoughts about Risky Hash by Bo · 6 years ago
  18. 202931c fix reader byte ordering by Bo · 6 years ago
  19. fcc2882 hmm... by Bo · 6 years ago
  20. 7000b1b docs by Bo · 6 years ago
  21. 59fddd0 replace Risky Hash by Bo · 6 years ago
  22. 22b99a1 centralize hashing function selection by Bo · 6 years ago
  23. 613ec4d hmm... by Bo · 6 years ago
  24. 02b67e4 simplified RiskyHash by Bo · 6 years ago
  25. 56b409c We have a hashing draft by Bo · 6 years ago
  26. 24afb6c baby steps by Bo · 6 years ago
  27. df6cc96 risky hash needs more work... by Bo · 6 years ago
  28. 2d0a0d4 testing hashes for improvements by Bo · 6 years ago
  29. 1d13f51 tested risky hash by Bo · 6 years ago
  30. 2791fe5 testing some hashing function by Bo · 6 years ago
  31. 0e02b06 WIP: mustache padding support by Bo · 6 years ago
  32. dbf8806 fix+test missing template for mustache loader by Bo · 6 years ago
  33. b21a28c improve mustache template loading by Bo · 6 years ago
  34. b6c8db7 optimize memory allocator logic by Bo · 6 years ago
  35. eb47bff (tmp) improved memory pool control by Bo · 6 years ago
  36. cf775e2 Update CLI API and docs by Bo · 6 years ago
  37. ceeffc8 Test mime registry initialization by Bo · 6 years ago
  38. eaf1506 test and fix updated mustache by Bo · 6 years ago
  39. 69f951a FIOBJ mustache templates by Bo · 6 years ago
  40. 5c7d82d names and minorities by Bo · 6 years ago
  41. 27db32f it's all about names by Bo · 6 years ago
  42. 827e5a5 housekeeping & docs by Bo · 6 years ago
  43. 0f5ae35 Docs and Names by Bo · 6 years ago
  44. 78b87f9 finding odd insects and testing / fixing redis by Bo · 6 years ago
  45. 2eff63c RESP parser missing _GNU_SOURCE by Bo · 6 years ago
  46. 07cb14b test stuff by Bo · 6 years ago
  47. 93d08a4 Commiting the remastered 0.7.0 to a branch by Bo · 6 years ago
  48. a623c89 Hashing speed tests by Bo · 6 years ago
  49. cc6d280 Can't remember why I needed a Set by Bo · 6 years ago
  50. 966d51c `replace` instead of insert/overwite API by Bo · 6 years ago
  51. b21a884 minorities by Bo · 6 years ago
  52. 6d3e8f7 indicate mustache test start by Bo · 6 years ago
  53. 6e5b31a tested build logic by Bo · 6 years ago
  54. 5ada82a test delimiter change by Bo · 6 years ago
  55. 7355fa1 fix `open` arguments for Linux by Bo · 6 years ago
  56. 00c3f27 include ordering... by Bo · 6 years ago
  57. 432185e no loops in mustache parser test by Bo · 6 years ago
  58. 7e3b873 partial test for mustache by Bo · 6 years ago
  59. 2e6c8d3 test linked list by Bo · 6 years ago
  60. 1886ce7 move roundtrip test to new API by Bo · 6 years ago
  61. 3b34c4c fio_sha might be faster, but my OpenSSL version is now older by Bo · 6 years ago
  62. 22e1aad test and fix Array by Bo · 6 years ago
  63. 145b4de test and fix some cluster data propagation issues by Bo · 6 years ago
  64. bafa3c9 Root process should know about all channels by Bo · 6 years ago
  65. 5023d54 broken redis, new pubsub by Bo · 6 years ago
  66. 48d7367 test mismatch by Bo · 6 years ago
  67. 4520de0 test core callbacks by Bo · 6 years ago
  68. f703b35 refactor cluster + fix listen and connect examples by Bo · 6 years ago
  69. f22a537 URI parsing by Bo · 6 years ago
  70. ab8210a API updates for facil. 0.7 by Bo · 6 years ago
  71. fa95268 Breaking API requires a version bump by Bo · 6 years ago
  72. aeed92a Fix typo by Bo · 6 years ago
  73. 42b7181 Fix `for` loop so gcc doesn't complain by Bo · 7 years ago
  74. 2404a62 Review live request parsing by Bo · 7 years ago
  75. 66dcb2d Repeat testing loop to allow for `malloc` pool performance. by Bo · 7 years ago
  76. dc1723a Incorporate custom memory allocator by Bo · 7 years ago
  77. c1443f7 Update library initialization and nothings by Bo · 7 years ago
  78. ee5d848 Fix facil.io memory allocator (Linux support and other optimizations) by Bo · 7 years ago
  79. c82bafe Performance review for facil.io's draft allocator. by Bo · 7 years ago
  80. 53b93f8 Drafting a basic custom memory allocator by Bo · 7 years ago
  81. acc3d60 Test random, SHA and Base64 by Bo · 7 years ago
  82. 36c0cf2 Fix duplicate header names by Bo · 7 years ago
  83. 6114f57 Tweaks to String handling by Bo · 7 years ago
  84. b5601de Cleanup some warnings by Bo · 7 years ago
  85. 9686b02 Add `make test` by Bo · 7 years ago
  86. a900308 Cleanup by Bo · 7 years ago
  87. 207dca8 Fix FIOBJ by Bo · 7 years ago
  88. 992dc3c Pausing and resuming... by Bo · 7 years ago
  89. 83eb606 Preparing for ws client by Bo · 7 years ago
  90. 9f1eaeb We have a naive HTTP client 🎉 by Bo · 7 years ago
  91. 28671ef `memchr` is faster after updates by Bo · 7 years ago
  92. 3a66bd8 Example updates by Bo · 7 years ago
  93. 30b8d29 Incomplete by Bo · 7 years ago
  94. 8dd3e01 Test snippets by Bo · 7 years ago
  95. e71b735 Housekeeping by Bo · 7 years ago
  96. 624e146 Testing ideas by Bo · 7 years ago
  97. 836b3cb Cache logging date string and refresh every 1 or 2 seconds by Bo · 7 years ago
  98. 537af7b Fix `facil_connect` by Bo · 7 years ago
  99. 239cfae 🎉 Websocket pub/sub support is here! by Bo · 7 years ago
  100. 2515471 API callback clarity, some helpers and docs by Bo · 7 years ago