1. 64b5fb8 fixes for group tasks by Boaz Segev · 10 years ago
  2. 31de7f9 ws layer udata and buffer fixes by Boaz Segev · 10 years ago
  3. 048b9e0 docs by Boaz Segev · 10 years ago
  4. d09970a ws: fix timeout to match settings by Boaz Segev · 10 years ago
  5. f34da9a manage content-length circumvention by Boaz Segev · 10 years ago
  6. 713c902 allow external ws function override by Boaz Segev · 10 years ago
  7. 526478d allow response to avoid Content-Length by Boaz Segev · 10 years ago
  8. bc8eec4 allow non-NULL header names by Boaz Segev · 10 years ago
  9. bf11d92 set/get udata updates by Boaz Segev · 10 years ago
  10. 930f5c6 fix group tasks by Boaz Segev · 10 years ago
  11. 3767104 docs by Boaz Segev · 10 years ago
  12. 6e8fc54 docs by Boaz Segev · 10 years ago
  13. 3f896ca close file on error by Boaz Segev · 10 years ago
  14. e0caf41 last-modified + sendfile support by Boaz Segev · 10 years ago
  15. d10554e docs by Boaz Segev · 10 years ago
  16. acad4fd fix group task allocation and avoid function call by Boaz Segev · 10 years ago
  17. 411607d fix warning by Boaz Segev · 10 years ago
  18. 93d8acc docs by Boaz Segev · 10 years ago
  19. c05b5c9 ws access to the server and uuid by Boaz Segev · 10 years ago
  20. c2e05d8 docs by Boaz Segev · 10 years ago
  21. 36d870a buffer cleanup pre-close by Boaz Segev · 10 years ago
  22. b32fe9b docs + timeout resetting on read hook by Boaz Segev · 10 years ago
  23. cea0078 fix NULL path compilation error by Boaz Segev · 10 years ago
  24. 4f16302 avoid the C++ `new` keyword by Boaz Segev · 10 years ago
  25. 2a2fffb Fix memory-leak on pool destruction by Boaz Segev · 10 years ago
  26. 89957f4 docs by Boaz Segev · 10 years ago
  27. fe174be docs by Boaz Segev · 10 years ago
  28. b0339ca docs by Boaz Segev · 10 years ago
  29. 1472db1 nicer stop-log by Boaz Segev · 10 years ago
  30. 70a1a6b version typo by Boaz Segev · 10 years ago
  31. 9223ceb error checks by Boaz Segev · 10 years ago
  32. 6801d40 minor fixes by Boaz Segev · 10 years ago
  33. c4f11fd minor fixes by Boaz Segev · 10 years ago
  34. aca0f57 update include for Linux (uint64_t) by Boaz Segev · 10 years ago
  35. f2f14fb Major update - server v. 0.3.0, with connection UUID by Boaz Segev · 10 years ago
  36. 9bf391c docs by Boaz Segev · 10 years ago
  37. e7496f0 docs by Boaz Segev · 10 years ago
  38. 6132853 minor changes by Boaz Segev · 10 years ago
  39. fef2f96 avoid some warnings by Boaz Segev · 10 years ago
  40. 5d3bcdc docs by Boaz Segev · 10 years ago
  41. 57a3399 support the `~` for the home folder by Boaz Segev · 10 years ago
  42. 9539596 optimize short responses by Boaz Segev · 10 years ago
  43. 587afad fix memory clearing for new group task logic by Boaz Segev · 10 years ago
  44. d5619d3 prevent ws tasks from running on non ws by Boaz Segev · 10 years ago
  45. e3e2c0d fix ws message size information by Boaz Segev · 10 years ago
  46. 915fe86 simple broadcast for testing by Boaz Segev · 10 years ago
  47. 37d9db6 call on_close even if no upgrade was performed by Boaz Segev · 10 years ago
  48. ef6328c reset header flags by Boaz Segev · 10 years ago
  49. 243f745 fix group task pooling by Boaz Segev · 10 years ago
  50. 912104a fix possible deadlock by Boaz Segev · 10 years ago
  51. 2e50eb6 mmmm by Boaz Segev · 10 years ago
  52. c9a474e Websocket.each works by Boaz Segev · 10 years ago
  53. fd617e1 updates to the tasking API (each) by Boaz Segev · 10 years ago
  54. 62d0cec move ws create/destroy code by Boaz Segev · 10 years ago
  55. f7fa358 on_idle only once per idle event? by Boaz Segev · 10 years ago
  56. 5ddc975 soon... maybe... by Boaz Segev · 10 years ago
  57. 414d202 Get ready for websockets (wait for it...) by Boaz Segev · 10 years ago
  58. 5068db8 new `each` and tasks API! by Boaz Segev · 10 years ago
  59. c699587 easy header case control by Boaz Segev · 10 years ago
  60. 2820627 docs by Boaz Segev · 10 years ago
  61. 835e580 docs by Boaz Segev · 10 years ago
  62. da14650 slight optimizations by Boaz Segev · 10 years ago
  63. e9cff7c we're slower then we can be... by Boaz Segev · 10 years ago
  64. b68a8fb int -> size_t for loops by Boaz Segev · 10 years ago
  65. 9c5cd80 docs by Boaz Segev · 10 years ago
  66. 7d36bad SHA-2 Hashing, anyone? :) by Boaz Segev · 10 years ago
  67. 0bc7a6e slowly towards SHA-2 by Boaz Segev · 10 years ago
  68. ab5c130 stub code by Boaz Segev · 10 years ago
  69. 34f4b01 fix base64 encoder by Boaz Segev · 10 years ago
  70. 5becba8 names and docs by Boaz Segev · 10 years ago
  71. a1accb9 mini crypto library for future development by Boaz Segev · 10 years ago
  72. 6902433 docs by Boaz Segev · 10 years ago
  73. 8ed714b stub improvements by Boaz Segev · 10 years ago
  74. 5625a0f add an https macro, for future implementation by Boaz Segev · 10 years ago
  75. 31c4c0f R/W hooks and stub tested by Boaz Segev · 10 years ago
  76. c4ed81d stub scaffold for TLS by Boaz Segev · 10 years ago
  77. b072021 read should reset timeout by Boaz Segev · 10 years ago
  78. c665c2d Read/Write, not Write/Read by Boaz Segev · 10 years ago
  79. 6b21a2b Goodbye to the old by Boaz Segev · 10 years ago
  80. a02d9ac remove make writing task by Boaz Segev · 10 years ago
  81. 39666f5 more portable subfolders make rule by Boaz Segev · 10 years ago
  82. 4e4c2fa docs by Boaz Segev · 10 years ago
  83. 6e8c3bf move folder by Boaz Segev · 10 years ago