1. 40419bf Oops... remove debug message by Bo · 8 years ago
  2. c3bd131 Update default limits and values by Bo · 8 years ago
  3. 6c85f89 Cache hash values for small strings as well by Bo · 8 years ago
  4. f961e56 Avoid packet pool lock contention by Bo · 8 years ago
  5. 114db81 Leverage lazy stack initialization in `fiobj_each2` by Bo · 8 years ago
  6. 9655379 Limit timeout review to once per second by Bo · 8 years ago
  7. d19ad26 Rearm polling on fired state rather than both by Bo · 8 years ago
  8. ddc673c It seems the usual use case is quite small by Bo · 8 years ago
  9. 4f729da Minor refactoring + SO_REUSEPORT by Bo · 8 years ago
  10. bec8485 Shrink facil CPU core limit to 7 cores (8 processes) by Bo · 8 years ago
  11. 84fdc44 Large clusters : accept clients while spawning and enhanced error detection logic by Bo · 8 years ago 0.6.0.beta.5
  12. 0ec30ae Rollback by Bo · 8 years ago 0.6.0.beta.4
  13. 5323caf Pack the enum? by Bo · 8 years ago
  14. c9d6452 Require less bits to allow for a smaller enum type by Bo · 8 years ago
  15. 1b18604 Docs and minorities by Bo · 8 years ago
  16. 8353e37 Websocket Client 🎉 by Bo · 8 years ago 0.6.0.beta.3
  17. 16d5cfe Forking updates... by Bo · 8 years ago
  18. df4385d Missed a spot by Bo · 8 years ago
  19. a39cde6 Styling by Bo · 8 years ago
  20. 81ab371 oops... test both dashes, not just one. by Bo · 8 years ago
  21. c1c390f Also JSON data to update an existing FIOBJ hash by Bo · 8 years ago
  22. d23e1b8 Refactor + support `fiobj_data_slice` writing by Bo · 8 years ago
  23. c753a3b request `params` should always be a Hash by Bo · 8 years ago
  24. 45f2814 Docs by Bo · 8 years ago
  25. 42b44d9 Cluster mode fixes and tweaks by Bo · 8 years ago 0.6.0.beta.2
  26. bea8de2 Fix issue with large forking (where locks might be locked) by Bo · 8 years ago
  27. e1046d2 Avoid warning by Bo · 8 years ago
  28. 3b251fe Fixes for the pub/sub Redis engine and related concerns by Bo · 8 years ago
  29. 6b133ae Don't work if content-type is shorter than any supported type by Bo · 8 years ago
  30. f4909e2 Add body parsing and fix filename detection in form-data parsing by Bo · 8 years ago
  31. 685cba4 License, Fix dates and Capitalize surname by Bo · 8 years ago
  32. 5147c4a Slice drafting by Bo · 8 years ago
  33. aea8924 Drafting... I'm drafting data slices by Bo · 8 years ago
  34. e5af412 Fixing some values. by Bo · 8 years ago
  35. 58e731f Make decoding optional by Bo · 8 years ago
  36. e8bd929 solidus escaping isn't strictly required by Bo · 8 years ago
  37. 6f014a5 Form Multipart (MIME) parser by Bo · 8 years ago
  38. c8c264c Add helpers for query and complex parameter name parsing by Bo · 8 years ago
  39. 95ba7e4 Fix JSON fromating for non-object NULL by Bo · 8 years ago
  40. b93d053 Simplified the child worker sentinel observation logic by Bo · 8 years ago
  41. c0a9ae5 Add date to http_finish by Bo · 8 years ago
  42. 1cab7ab Test request method (allow GET/HEAD/OPTIONS) by Bo · 8 years ago
  43. 9f38e30 Add some `const` keywords to allow for compiler optimizations by Bo · 8 years ago
  44. 86e6c9f `memset` is faster than realloc (first impression) by Bo · 8 years ago
  45. 2885092 Minimize keep-alive allocations by reusing the header hashes by Bo · 8 years ago
  46. 698bcec Defer stack allocation until proof of nesting by Bo · 8 years ago
  47. 661f568 Styles and some error handling by Bo · 8 years ago
  48. c64d5f4 Never resume after a hijacking by Bo · 8 years ago
  49. e5fb40f Hash no longer caches keys when empty by Bo · 8 years ago
  50. c877f6b We never need holes at the end of the Hash by Bo · 8 years ago
  51. a0ef797 Allow the HashMap to double as a stack (yes, I use this). by Bo · 8 years ago
  52. acc3d60 Test random, SHA and Base64 by Bo · 8 years ago
  53. f4bac67 Typos, testing and fix fiobj_iseq for hash keys by Bo · 8 years ago
  54. 36c0cf2 Fix duplicate header names by Bo · 8 years ago
  55. 6b63666 More minorites by Bo · 8 years ago
  56. c2c369b Fix `.gz` evaluation, credit to @64 by Bo · 8 years ago
  57. c487641 Less pre knowledge about `P_tmpdir` values by Bo · 8 years ago
  58. e92f539 Fix some tests and an edge case memory leak by Bo · 8 years ago
  59. 6a1371e Reserve bytes in struct for possible TLS/SSL arguments by Bo · 8 years ago
  60. 137d484 Order macros according to documentation by Bo · 8 years ago
  61. e4a94cc Minorities by Bo · 8 years ago
  62. eeb761e Fixing warnings for better code by Bo · 8 years ago
  63. 19a6647 More housekeeping by Bo · 8 years ago
  64. aacea98 Cleanup debug printouts and some styling issues by Bo · 8 years ago
  65. 64709af Use fallthrough comment instead of attribute by Matthew Staveley-Taylor · 8 years ago
  66. 3469563 Fix tautological equality comparison and fallthrough warnings by Matthew Staveley-Taylor · 8 years ago
  67. de894b9 Fix pipelining by processing even when `sock_read` fails by Bo · 8 years ago
  68. f8d1c6f Limit pipelined requests per cycle by Bo · 8 years ago
  69. 8e7451d Prevent `shutdown` on cluster client start + fchmod for unix socket by Bo · 8 years ago
  70. 1343915 Minorities by Bo · 8 years ago
  71. 21145c2 Isn't it always UTF-8 (required)? by Bo · 8 years ago
  72. 5ce9758 Fix epoll ONESHOT by Bo · 8 years ago
  73. 3a0fb2c Minorities by Bo · 8 years ago
  74. f7f4038 Fix `fiobj_strprintf` (oops) by Bo · 8 years ago
  75. 59cb30d Allow negative values to indicate partial concurrency value automation by Bo · 8 years ago
  76. 36e3b18 Enforce nesting limit at 32 bits by Bo · 8 years ago
  77. e728dad Don't print errors except when debugging by Bo · 8 years ago
  78. 4f7b17f Enforce key as non-complex. by Bo · 8 years ago
  79. 29e6a4d Fix virtual table access for NULL and primitives by Bo · 8 years ago
  80. 398f40e Implement `fiobj_iseq` by Bo · 8 years ago
  81. 6114f57 Tweaks to String handling by Bo · 8 years ago
  82. 8623825 Fix string seeking by Bo · 8 years ago
  83. 0aa7f47 Refactor JSON for future maintainers by Bo · 8 years ago
  84. f6f012f Fix lazy initialization by Bo · 8 years ago
  85. 092aa8c Exit on testing error by Bo · 8 years ago
  86. 9df8d56 Zero linux warnings by Bo · 8 years ago
  87. b5601de Cleanup some warnings by Bo · 8 years ago
  88. f9a150b GNU Source by Bo · 8 years ago
  89. ff566d8 Linux and gcc fixes by Bo · 8 years ago
  90. 8cbae53 Fix sock test by Bo · 8 years ago
  91. 4f68114 `sock_touch` was overrides by `facil`, so live testing is impossible by Bo · 8 years ago
  92. 885b387 Output passed by Bo · 8 years ago
  93. c2aaf28 oops... arithmetics only by Bo · 8 years ago
  94. ebe24c5 Access socket address by Bo · 8 years ago
  95. 2fb5afe Add basic tests by Bo · 8 years ago
  96. ed25ef5 Names by Bo · 8 years ago
  97. 38aa954 Deprecate `websocket_write_each` and `websocket_each` by Bo · 8 years ago
  98. 41f57a0 Docs by Bo · 8 years ago
  99. 99d49f9 Names and minorities by Bo · 8 years ago
  100. 5a1bab6 Tested and fixed http_pause/resume 🎉 by Bo · 8 years ago