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