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