1. a03cf20 Minor fix by Bo · 8 years ago
  2. 5e5797b Fixed the `sock_rw_hook_set` implementation + added a `set_rw_hook` callback to separate Transport Layer from Protocol by Bo · 8 years ago
  3. abb6730 Place `"Connection: close"` benchmark commands in comments by Bo · 8 years ago
  4. 8a24f1a strengthen `packet_s` fragility in the `sock_buffer_*` functions. by Bo · 8 years ago
  5. 29f6039 Close `evio` when done. by Bo · 8 years ago
  6. 05a8928 Add missing `static` keywords + check for `defer_perform_in_fork` nesting by Bo · 8 years ago
  7. 2aa2689 bscrypt can be friendlier towards older *nix compilers by Bo · 8 years ago
  8. 6607272 Add missing copy rite notice by Bo · 8 years ago
  9. 4fe5c29 Docs by Bo · 8 years ago
  10. 3b44347 Check for HTTP/1.0, fix Date, Apache parser compatible headers by Bo · 8 years ago 0.4.1
  11. ee666fd Healthier thread throttling when no tasks are in the defer Queue by Bo · 8 years ago
  12. 862ed55 Fix for streamed response logging by Bo · 8 years ago
  13. e1a8d4e oops... fixed the sock_on_close in the header file and added `__attribute__((weak))` for good measure. by Bo · 8 years ago
  14. 2379c1a docs by Bo · 8 years ago
  15. bac1eae Don't they all have `PATH_MAX`? by Bo · 8 years ago
  16. 8c3f864 Merge pull request #7 from boazsegev/core-rewrite by Bo · 8 years ago
  17. b3bfeee Mostly documentation by Bo · 8 years ago
  18. 4411870 tests by Bo · 8 years ago
  19. a693b17 Fix `facil_each` and `websocket_write_each` where origin is negative. by Bo · 8 years ago
  20. ee4070d No need for protocol object in `websocket_count` by Bo · 8 years ago
  21. e213540 Updated tests and minor fixes by Bo · 8 years ago
  22. 04ab203 Update the websocket API for a more unified experience with the new API. by Bo · 8 years ago
  23. baf2aec Log using cached address data. by Bo · 8 years ago
  24. db93efa Retain address data from `accept` and `connect` by Bo · 8 years ago
  25. 4ae16d7 Docs by Bo · 8 years ago
  26. 22295f9 Updated task API (`facil_each` and `facil_defer`) by Bo · 8 years ago
  27. 952d678 Fix grammer in message (singular vs. plural) by Bo · 8 years ago
  28. 9fae44e State thread use on startup by Bo · 8 years ago
  29. 29c683e Shutdown messages v.2 by Bo · 8 years ago
  30. 99d5b56 Nicer shutdown messages by Bo · 8 years ago
  31. babbbc7 Fruitless hunting + `facil_get_timeout` is back... by Bo · 8 years ago
  32. 1a7c3e1 Warnings on linux... by Bo · 8 years ago
  33. 8c8c3bd Bug hunting by Bo · 8 years ago
  34. 09ecf66 Docs + housekeeping by Bo · 8 years ago
  35. 16b1672 Tweaks for friendlier integration with external code by Bo · 8 years ago
  36. 67fdea8 Web sockets are back... probably :-) by Bo · 8 years ago
  37. 3b126da Benchmark logs to file - same as nginx by Bo · 8 years ago
  38. 3363563 Handle the `Connection: close` header by Bo · 8 years ago
  39. 223b135 Benchmarks... by Bo · 8 years ago
  40. 5dd8a82 Fix pipelining support + minor changes by Bo · 8 years ago
  41. 97f2609 http & sendfile seem to work (stress tested, but no leak testing) by Bo · 8 years ago
  42. fb2b240 Linux Compatibility and bug hunting by Bo · 8 years ago
  43. 91af855 This design will make support for HTTP/2 easier. by Bo · 8 years ago
  44. b218c50 A step at a time by Bo · 8 years ago
  45. cc576fe Slowly... we'll get there... by Bo · 8 years ago
  46. c39ee55 Refactoring more than rewriting... but we're on our way towards HTTP/1.1 by Bo · 8 years ago
  47. e960d6c What to do with the old code? Recycle or rewrite? by Bo · 8 years ago
  48. 3b11ffc Add `facil_count` (ugg..) and minor cleanup by Bo · 8 years ago
  49. bb4f599 Use two task arguments to allow for cheaper facil.io connection tasks by Bo · 8 years ago
  50. 370a87a Tested facil.io connection tasks by Bo · 8 years ago
  51. a2d0cfd Docs by Bo · 8 years ago
  52. 82fa304 Cleaner, encapsulated code is easier to maintain by Bo · 8 years ago
  53. 1b7a426 Tested timers + docs by Bo · 8 years ago
  54. 056dd60 update tree structure by Bo · 8 years ago
  55. 84131a1 Docs by Bo · 8 years ago
  56. ca271c5 A fragmented fuzzy timeout review by Bo · 8 years ago 0.3.2
  57. 7f9c1ab `evio` timeout should be dynamic by Bo · 8 years ago
  58. e750805 Starting new core libs by Bo · 8 years ago
  59. ec82f19 Docs by Bo · 8 years ago
  60. 8d7340d Access the evio state by Bo · 8 years ago
  61. 6bfe70a Callbacks can be a bad idea when used too often... by Bo · 8 years ago
  62. 8633b33 Add a fork cleanup callback to defer by Bo · 8 years ago
  63. e02e7f9 Dynamic throttle for defer threads by Bo · 8 years ago
  64. f561a1f Add `fork` support to defer by Bo · 8 years ago
  65. e3b20b2 A quite rewrite by Bo · 8 years ago
  66. 57efbac Development folder by Bo · 8 years ago
  67. 2fd668e Housekeeping by Bo · 8 years ago
  68. bf9f893 Allow C++ access to the defer ABI by Bo · 8 years ago
  69. 02e49e9 Cleaner builtin check for atomic sync by Bo · 8 years ago
  70. 0c66c62 Test pool for leaks by Bo · 8 years ago
  71. 1a92d3a minor by Bo · 8 years ago
  72. e1f90aa Tested defer and new spnlock on Ubuntu trusty, gcc 4.8 by Bo · 8 years ago
  73. 5df5a73 Fix some gcc warnings by Bo · 8 years ago
  74. ae77d2e Client mode test code by Bo · 8 years ago
  75. 51b7e18 Client mode fixed by Bo · 8 years ago
  76. ffa8172 Styling (oops) and experimental client mode by Bo · 8 years ago
  77. 4f6b220 Implement a separated thread pool support + update tests. by Bo · 8 years ago
  78. 721236f Extract defer logic by Bo · 8 years ago
  79. 01d4997 style by Bo · 8 years ago
  80. 3511259 Set theme jekyll-theme-modernist by Bo · 8 years ago
  81. cbb0104 Set theme jekyll-theme-hacker by Bo · 8 years ago
  82. dd56b19 Docs by Bo · 8 years ago
  83. 458e7a6 Docs by Bo · 8 years ago
  84. 7c2321a Set theme jekyll-theme-dinky by Bo · 8 years ago
  85. 9968871 Create CNAME by Bo · 8 years ago
  86. 9b582c2 Docs by Bo · 8 years ago
  87. 4608244 Docs by Bo · 8 years ago
  88. e8794b6 Fix typo, credit to @jmoriau for pointing it out by Bo · 8 years ago
  89. 5d7f6da Docs by Bo · 8 years ago
  90. d885927 Docs by Bo · 8 years ago
  91. 0b50316 Spinlock memory fence update by Bo · 8 years ago
  92. 08b24f9 While debugging, I wrote this useless test... by Bo · 8 years ago
  93. dc36ebe Test that `arg` wasn't overwritten by Bo · 8 years ago
  94. 33da307 Used when testing the `server_task` method. by Bo · 8 years ago
  95. dc712f1 Add volatile keyword for packet pool (nice to have) by Bo · 8 years ago
  96. f39ced9 Make sure we have a protocol object by Bo · 8 years ago
  97. cbb3cdb Remove excess `;` by Bo · 8 years ago
  98. 88bdf1f Fix count == 0 race condition and cleaner branches by Bo · 8 years ago
  99. 27fae81 Docs by Bo · 8 years ago
  100. 87c45a1 Maintain is_text state through test + test callbacks by Bo · 8 years ago