1. ee71b68 faster URL decoding by Boaz Segev · 10 years ago
  2. fd30906 use bit shifting by Boaz Segev · 10 years ago
  3. 10ac72e minor fixes and changes by Boaz Segev · 10 years ago
  4. a2b1ee2 more cpp compatibility by Boaz Segev · 10 years ago
  5. 9f20af6 cpp compatibility by Boaz Segev · 10 years ago
  6. 15dfbdc cpp compatibility by Boaz Segev · 10 years ago
  7. 4fb91f9 c++ compatibility updates by Boaz Segev · 10 years ago
  8. 77383bf docs by Boaz Segev · 10 years ago
  9. 62608ce docs by Boaz Segev · 10 years ago
  10. 93ae63c libsock updates by Boaz Segev · 10 years ago
  11. 4814c0d rw_hooks and API updates by Boaz Segev · 10 years ago
  12. 243bc69 prep for client code by Boaz Segev · 10 years ago
  13. 6eaf93d http static file service logging support by Boaz Segev · 10 years ago
  14. 4af800d start logging support by Boaz Segev · 10 years ago
  15. 73faca9 implement `connect` by Boaz Segev · 10 years ago
  16. 0d9dd24 debug messages by Boaz Segev · 10 years ago
  17. 4ec61d3 no content-length on certain response codes by Boaz Segev · 10 years ago
  18. 781d5d9 nicer messages by Boaz Segev · 10 years ago
  19. a6fe1ff zero out memory on pool allocation by Boaz Segev · 10 years ago
  20. ed75517 fix unwanted free by Boaz Segev · 10 years ago
  21. a19dd14 make sure data is printed by using `stderr` by Boaz Segev · 10 years ago
  22. f644022 fix linux sendfile by Boaz Segev · 10 years ago
  23. 6155ca1 resource limiter for lib sock packets by Boaz Segev · 10 years ago
  24. e185f2c sock flushing pre hijack by Boaz Segev · 10 years ago
  25. cbc9585 minor fixes by Boaz Segev · 10 years ago
  26. cdc6943 docs by Boaz Segev · 10 years ago
  27. 40d0781 docs by Boaz Segev · 10 years ago
  28. a3903b9 docs by Boaz Segev · 10 years ago
  29. f0fba03 docs by Boaz Segev · 10 years ago
  30. 2650b54 optimizations by Boaz Segev · 10 years ago
  31. 27e9153 docs by Boaz Segev · 10 years ago
  32. aff5cc6 minor fix for apple sendfile review by Boaz Segev · 10 years ago
  33. ee67756 docs and optimizations by Boaz Segev · 10 years ago
  34. a266dc4 docs by Boaz Segev · 10 years ago
  35. b2f3688 fixes and refinements by Boaz Segev · 10 years ago
  36. 9a025f3 A lot of changes, some API breaks by Boaz Segev · 10 years ago
  37. 6b13f7f oops, strlen only if we have a public folder string by Boaz Segev · 10 years ago
  38. 66dbd42 lib sock fixes by Boaz Segev · 10 years ago
  39. e43e7b3 see changeling commit by Boaz Segev · 10 years ago
  40. 056d7e8 docs by Boaz Segev · 10 years ago
  41. 31e9587 Busy flag now atomic instead of Mutex protected by Boaz Segev · 10 years ago
  42. 6984553 move pool to atomic pre-initialized by Boaz Segev · 10 years ago
  43. 8cefa66 deprecate objpool by Boaz Segev · 10 years ago
  44. 70e1865 deprecate objpool by Boaz Segev · 10 years ago
  45. d14af39 move pooling away from protocol implementation by Boaz Segev · 10 years ago
  46. 98ccef0 deprecate http-objpool by Boaz Segev · 10 years ago
  47. ff61035 dump should check user home folder `~` by Boaz Segev · 10 years ago
  48. 6a42fd5 move demo code and makefile out of library source by Boaz Segev · 10 years ago
  49. 453feba better helpers (fdump + xor_crypt) by Boaz Segev · 10 years ago
  50. b15e36a review hex helpers by Boaz Segev · 10 years ago
  51. 06ab57c minor helper functions by Boaz Segev · 10 years ago
  52. a317b62 add socket shutdown before close by Boaz Segev · 10 years ago
  53. bbdbbda adopt libsock, drop lib-buffer, deprecate RW hooks. by Boaz Segev · 10 years ago
  54. 1350400 minor code cleanup by Boaz Segev · 10 years ago 0.3.1
  55. 64b5fb8 fixes for group tasks by Boaz Segev · 10 years ago
  56. 31de7f9 ws layer udata and buffer fixes by Boaz Segev · 10 years ago
  57. 048b9e0 docs by Boaz Segev · 10 years ago
  58. d09970a ws: fix timeout to match settings by Boaz Segev · 10 years ago
  59. f34da9a manage content-length circumvention by Boaz Segev · 10 years ago
  60. 713c902 allow external ws function override by Boaz Segev · 10 years ago
  61. 526478d allow response to avoid Content-Length by Boaz Segev · 10 years ago
  62. bc8eec4 allow non-NULL header names by Boaz Segev · 10 years ago
  63. bf11d92 set/get udata updates by Boaz Segev · 10 years ago
  64. 930f5c6 fix group tasks by Boaz Segev · 10 years ago
  65. 3767104 docs by Boaz Segev · 10 years ago
  66. 6e8fc54 docs by Boaz Segev · 10 years ago
  67. 3f896ca close file on error by Boaz Segev · 10 years ago
  68. e0caf41 last-modified + sendfile support by Boaz Segev · 10 years ago
  69. d10554e docs by Boaz Segev · 10 years ago
  70. acad4fd fix group task allocation and avoid function call by Boaz Segev · 10 years ago
  71. 411607d fix warning by Boaz Segev · 10 years ago
  72. 93d8acc docs by Boaz Segev · 10 years ago
  73. c05b5c9 ws access to the server and uuid by Boaz Segev · 10 years ago
  74. c2e05d8 docs by Boaz Segev · 10 years ago
  75. 36d870a buffer cleanup pre-close by Boaz Segev · 10 years ago
  76. b32fe9b docs + timeout resetting on read hook by Boaz Segev · 10 years ago
  77. cea0078 fix NULL path compilation error by Boaz Segev · 10 years ago
  78. 4f16302 avoid the C++ `new` keyword by Boaz Segev · 10 years ago
  79. 2a2fffb Fix memory-leak on pool destruction by Boaz Segev · 10 years ago
  80. 89957f4 docs by Boaz Segev · 10 years ago
  81. fe174be docs by Boaz Segev · 10 years ago
  82. b0339ca docs by Boaz Segev · 10 years ago
  83. 1472db1 nicer stop-log by Boaz Segev · 10 years ago
  84. 70a1a6b version typo by Boaz Segev · 10 years ago
  85. 9223ceb error checks by Boaz Segev · 10 years ago
  86. 6801d40 minor fixes by Boaz Segev · 10 years ago
  87. c4f11fd minor fixes by Boaz Segev · 10 years ago
  88. aca0f57 update include for Linux (uint64_t) by Boaz Segev · 10 years ago
  89. f2f14fb Major update - server v. 0.3.0, with connection UUID by Boaz Segev · 10 years ago
  90. 9bf391c docs by Boaz Segev · 10 years ago
  91. e7496f0 docs by Boaz Segev · 10 years ago
  92. 6132853 minor changes by Boaz Segev · 10 years ago
  93. fef2f96 avoid some warnings by Boaz Segev · 10 years ago
  94. 5d3bcdc docs by Boaz Segev · 10 years ago
  95. 57a3399 support the `~` for the home folder by Boaz Segev · 10 years ago
  96. 9539596 optimize short responses by Boaz Segev · 10 years ago
  97. 587afad fix memory clearing for new group task logic by Boaz Segev · 10 years ago
  98. d5619d3 prevent ws tasks from running on non ws by Boaz Segev · 10 years ago
  99. e3e2c0d fix ws message size information by Boaz Segev · 10 years ago
  100. 915fe86 simple broadcast for testing by Boaz Segev · 10 years ago