1. f7183a1 touch socket when resuming from defer by Bo 路 9 years ago
  2. 1e51eb7 Touch socket while deferring pipelined data by Bo 路 9 years ago
  3. 498b6e6 Pub/sub updates and fragmenting the websocket handler to multiple events. by Bo 路 9 years ago
  4. 239cfae 馃帀 Websocket pub/sub support is here! by Bo 路 9 years ago
  5. be88323 We don't need this (`defer_perform` clears the registers), but just in case... by Bo 路 9 years ago
  6. c9e73a6 Allow source code to be dumped into a single folder (avoid name collisions?) by Bo 路 9 years ago
  7. 2515471 API callback clarity, some helpers and docs by Bo 路 9 years ago
  8. 996e007 Don't decode the `+` for file name resolution. by Bo 路 9 years ago
  9. a5999e7 Funny. by Bo 路 9 years ago
  10. 3a90a96 Typos and secrets by Bo 路 9 years ago
  11. 2918165 Updated pubsub API to allow for two `udata` objects (like `defer`) by Bo 路 9 years ago
  12. ceaed6a API changes mean we have to bump the minor version :-/ by Bo 路 9 years ago
  13. 290cb6b Prefer `__atomic_*` over `__sync_*` when available by Bo 路 9 years ago
  14. f8f8137 Oops by Bo 路 9 years ago
  15. 1dc50ee Cleaner `on_finish_rw` by Bo 路 9 years ago
  16. 16a7921 oops by Bo 路 9 years ago
  17. d028849 Fix inline function declaration and missing `stdint`, credit to @OwenDelahoy for exposing this issue by Bo 路 9 years ago
  18. 0697c75 Copy `port` data, since we're printing it after the fact and it might be dynamically allocated. by Bo 路 9 years ago
  19. 2e06afa Allow request object deeper access to protocol. by Bo 路 9 years ago
  20. b56dff4 tweaks by Bo 路 9 years ago
  21. b1ed9ab Test glob matching and fix it (again) by Bo 路 9 years ago
  22. 8e83324 Fix glob matching by Bo 路 9 years ago
  23. b55ca78 Detail license by Bo 路 9 years ago
  24. 87bd330 Fix simple glob matching by Bo 路 9 years ago
  25. 25a900f Publish to patterns even if channel object doesn't exist (no clients) by Bo 路 9 years ago
  26. 012ac67 So far by Bo 路 9 years ago
  27. 6e8c3bf move folder by Boaz Segev 路 10 years ago
  28. f6781bd folder organization by Boaz Segev 路 10 years ago
  29. 10dcf35 prevent compiler warning for macro by Boaz Segev 路 10 years ago
  30. 00addc8 comments by Boaz Segev 路 10 years ago
  31. ff62a5d fix debug output by Boaz Segev 路 10 years ago
  32. 7851784 Oh.. it's needed (printing was the issue) by Boaz Segev 路 10 years ago
  33. 3b829f8 don't print debug info by Boaz Segev 路 10 years ago
  34. 5dd6461 make sure _GNU_SOURCE is defined by Boaz Segev 路 10 years ago
  35. aaa0539 reversing byte-order isn't required? by Boaz Segev 路 10 years ago
  36. c23cda1 remove some "ignoring write" warnings by Boaz Segev 路 10 years ago
  37. f189531 fix include uint_32 for SHA-1 by Boaz Segev 路 10 years ago
  38. 0857592 performance test code by Boaz Segev 路 10 years ago
  39. a35a847 hmm by Boaz Segev 路 10 years ago
  40. f645129 set_cookie helper by Boaz Segev 路 10 years ago
  41. 04772d7 docs by Boaz Segev 路 10 years ago
  42. 44b87c8 Docs by Boaz Segev 路 10 years ago
  43. c0b4819 docs by Boaz Segev 路 10 years ago
  44. fa85a0e better API naming by Boaz Segev 路 10 years ago
  45. 7f8caf3 docs by Boaz Segev 路 10 years ago
  46. d2a3dce RW hooks for future SSL/TLS support by Boaz Segev 路 10 years ago
  47. b3b0f9e minor API changes by Boaz Segev 路 10 years ago
  48. ca79ee3 update for Buffer API is_empty by Boaz Segev 路 10 years ago
  49. 73e1aee http busy message by Boaz Segev 路 10 years ago
  50. b4f261b docs by Boaz Segev 路 10 years ago
  51. f01bdad upper-case vs. lower-case headers? by Boaz Segev 路 10 years ago
  52. 753ce5b docs by Boaz Segev 路 10 years ago
  53. 350be14 docs by Boaz Segev 路 10 years ago
  54. 0c51b2c HttpResponse updates by Boaz Segev 路 10 years ago
  55. ac34279 better Server.write return value by Boaz Segev 路 10 years ago
  56. f96242c more http support by Boaz Segev 路 10 years ago
  57. 3a5a5da fallback if task isn't performed by Boaz Segev 路 10 years ago
  58. be7f866 SHA-1 works by Boaz Segev 路 10 years ago
  59. d3b57c1 tested base64 decoding and encoding by Boaz Segev 路 10 years ago
  60. 92cb237 SHA1 and Base64 for Websockets by Boaz Segev 路 10 years ago
  61. 2ea212e make sure data is read/written to RAM by Boaz Segev 路 10 years ago
  62. c1cdb06 prevent protocol upgrade for closed connections by Boaz Segev 路 10 years ago
  63. 7ba2ecd no need to set the data on close by Boaz Segev 路 10 years ago
  64. fb17591 validate request object by Boaz Segev 路 10 years ago
  65. 4fc839a set_protocol returns -1 on error by Boaz Segev 路 10 years ago
  66. 9b67f83 some documentation fixes by Boaz Segev 路 10 years ago
  67. 2a983ac rewrote the Buffer.flush by Boaz Segev 路 10 years ago
  68. aa8ca9b nothing yet by Boaz Segev 路 10 years ago
  69. fcca1bd better signal handling by Boaz Segev 路 10 years ago
  70. 90c2e2b Specify default cache control of 1 hour by Boaz Segev 路 10 years ago
  71. 0fdc342 don't stop server more then once. by Boaz Segev 路 10 years ago
  72. c4c4326 add signal to forward declr by Boaz Segev 路 10 years ago
  73. c4ee579 avoid double unlock by Boaz Segev 路 10 years ago
  74. 4cbba35 new libasync and minor adjustments by Boaz Segev 路 10 years ago
  75. eea5a5d fixed stop signal by Boaz Segev 路 10 years ago
  76. 7877d89 remove todo when done by Boaz Segev 路 10 years ago
  77. 2786b9c unlock mutex before return by Boaz Segev 路 10 years ago
  78. b2f13e7 just in case... ignore SIGPIPE by Boaz Segev 路 10 years ago
  79. 3c1aec3 docs by Boaz Segev 路 10 years ago
  80. 649d9a8 avoid half closed pipe by Boaz Segev 路 10 years ago
  81. ca6d631 NULL could be an issue by Boaz Segev 路 10 years ago
  82. 6714c74 some comments by Boaz Segev 路 10 years ago
  83. c9d457b oops by Boaz Segev 路 10 years ago
  84. 332d4f8 queue should now auto-expand when full by Boaz Segev 路 10 years ago
  85. ff175be hmmm by Boaz Segev 路 10 years ago
  86. 9d47381 fixed for new Async return values by Boaz Segev 路 10 years ago
  87. 754a6ca fixed for pipe overflow by Boaz Segev 路 10 years ago
  88. 4fe8b4d error checks and optional listening by Boaz Segev 路 10 years ago
  89. b90c7d2 update minor version by Boaz Segev 路 10 years ago
  90. 974427f Copy friendly pooling buffer by Boaz Segev 路 10 years ago
  91. 69a38aa buffer containers can be pooled by Boaz Segev 路 10 years ago
  92. 3d92683 request object pooling for HTTP by Boaz Segev 路 10 years ago
  93. 217e6da non-performant fix for timers on Linux by Boaz Segev 路 10 years ago
  94. 6e8efbb snprintf for sendfile by Boaz Segev 路 10 years ago
  95. 990a1d0 close only if owned. by Boaz Segev 路 10 years ago
  96. c260c9b don't write to dead sockets by Boaz Segev 路 10 years ago
  97. 3e25fb6 slight pipelining support by Boaz Segev 路 10 years ago
  98. 8af1b1a docs by Boaz Segev 路 10 years ago
  99. 6873a6d doxy comments by Boaz Segev 路 10 years ago
  100. 0067e12 doxy comments by Boaz Segev 路 10 years ago