1. 82f973d minicbypt name update by Boaz Segev · 8 years ago
  2. 79812a6 clear out experimental stuff by Boaz Segev · 8 years ago
  3. 59e0a62 updated minicrypt API by Boaz Segev · 8 years ago
  4. 3ae93d8 I can't seem to make up my makemind by Boaz Segev · 8 years ago
  5. 6fec94b fix pointer to int types by Boaz Segev · 8 years ago
  6. 6c7e4ed fixed pipelining by Boaz Segev · 8 years ago
  7. 0535617 nicer makefile by Boaz Segev · 8 years ago
  8. 0f98528 Avoid strlen when length is unknown by Boaz Segev · 8 years ago
  9. 7de212a show static file logs by Boaz Segev · 8 years ago
  10. ee71b68 faster URL decoding by Boaz Segev · 8 years ago
  11. fd30906 use bit shifting by Boaz Segev · 8 years ago
  12. 10ac72e minor fixes and changes by Boaz Segev · 8 years ago
  13. a2b1ee2 more cpp compatibility by Boaz Segev · 8 years ago
  14. 9f20af6 cpp compatibility by Boaz Segev · 8 years ago
  15. 15dfbdc cpp compatibility by Boaz Segev · 8 years ago
  16. 4fb91f9 c++ compatibility updates by Boaz Segev · 8 years ago
  17. 77383bf docs by Boaz Segev · 8 years ago
  18. 45f9979 docs by Boaz Segev · 8 years ago
  19. 62608ce docs by Boaz Segev · 8 years ago
  20. 93ae63c libsock updates by Boaz Segev · 8 years ago
  21. 4814c0d rw_hooks and API updates by Boaz Segev · 8 years ago
  22. 243bc69 prep for client code by Boaz Segev · 8 years ago
  23. 319fc3f docs by Boaz Segev · 8 years ago
  24. 6eaf93d http static file service logging support by Boaz Segev · 8 years ago
  25. 4af800d start logging support by Boaz Segev · 8 years ago
  26. 73faca9 implement `connect` by Boaz Segev · 8 years ago
  27. 6cc6ec7 docs by Boaz Segev · 8 years ago
  28. 0d9dd24 debug messages by Boaz Segev · 8 years ago
  29. 4ec61d3 no content-length on certain response codes by Boaz Segev · 8 years ago
  30. 781d5d9 nicer messages by Boaz Segev · 8 years ago
  31. a6fe1ff zero out memory on pool allocation by Boaz Segev · 8 years ago
  32. ed75517 fix unwanted free by Boaz Segev · 8 years ago
  33. a19dd14 make sure data is printed by using `stderr` by Boaz Segev · 8 years ago
  34. f644022 fix linux sendfile by Boaz Segev · 8 years ago
  35. 6155ca1 resource limiter for lib sock packets by Boaz Segev · 8 years ago
  36. e185f2c sock flushing pre hijack by Boaz Segev · 8 years ago
  37. cbc9585 minor fixes by Boaz Segev · 8 years ago
  38. cdc6943 docs by Boaz Segev · 8 years ago
  39. 40d0781 docs by Boaz Segev · 8 years ago
  40. a3903b9 docs by Boaz Segev · 8 years ago
  41. f0fba03 docs by Boaz Segev · 8 years ago
  42. 2650b54 optimizations by Boaz Segev · 8 years ago
  43. 27e9153 docs by Boaz Segev · 8 years ago
  44. 10f09e7 x by Boaz Segev · 8 years ago
  45. aff5cc6 minor fix for apple sendfile review by Boaz Segev · 8 years ago
  46. ee67756 docs and optimizations by Boaz Segev · 8 years ago
  47. a266dc4 docs by Boaz Segev · 8 years ago
  48. b2f3688 fixes and refinements by Boaz Segev · 8 years ago
  49. 9a025f3 A lot of changes, some API breaks by Boaz Segev · 8 years ago
  50. 3061ba7 fixed demo file dump by Boaz Segev · 8 years ago
  51. 6b13f7f oops, strlen only if we have a public folder string by Boaz Segev · 8 years ago
  52. 66dbd42 lib sock fixes by Boaz Segev · 8 years ago
  53. e43e7b3 see changeling commit by Boaz Segev · 8 years ago
  54. 056d7e8 docs by Boaz Segev · 8 years ago
  55. 31e9587 Busy flag now atomic instead of Mutex protected by Boaz Segev · 8 years ago
  56. 6984553 move pool to atomic pre-initialized by Boaz Segev · 8 years ago
  57. 3acc7e3 docs by Boaz Segev · 8 years ago
  58. 8551e12 docs by Boaz Segev · 8 years ago
  59. 8cefa66 deprecate objpool by Boaz Segev · 8 years ago
  60. 70e1865 deprecate objpool by Boaz Segev · 8 years ago
  61. d14af39 move pooling away from protocol implementation by Boaz Segev · 8 years ago
  62. 98ccef0 deprecate http-objpool by Boaz Segev · 8 years ago
  63. ff61035 dump should check user home folder `~` by Boaz Segev · 8 years ago
  64. 6a42fd5 move demo code and makefile out of library source by Boaz Segev · 8 years ago
  65. 4d8861a create changelog by Boaz Segev · 8 years ago
  66. 453feba better helpers (fdump + xor_crypt) by Boaz Segev · 8 years ago
  67. b15e36a review hex helpers by Boaz Segev · 8 years ago
  68. 06ab57c minor helper functions by Boaz Segev · 8 years ago
  69. a317b62 add socket shutdown before close by Boaz Segev · 8 years ago
  70. b7810cc docs by Boaz Segev · 8 years ago
  71. 5b78baf lib buffer is no more... by Boaz Segev · 8 years ago
  72. bbdbbda adopt libsock, drop lib-buffer, deprecate RW hooks. by Boaz Segev · 8 years ago
  73. 1350400 minor code cleanup by Boaz Segev · 8 years ago 0.3.1
  74. 64b5fb8 fixes for group tasks by Boaz Segev · 8 years ago
  75. 31de7f9 ws layer udata and buffer fixes by Boaz Segev · 8 years ago
  76. 048b9e0 docs by Boaz Segev · 8 years ago
  77. d09970a ws: fix timeout to match settings by Boaz Segev · 8 years ago
  78. f34da9a manage content-length circumvention by Boaz Segev · 8 years ago
  79. 713c902 allow external ws function override by Boaz Segev · 8 years ago
  80. 526478d allow response to avoid Content-Length by Boaz Segev · 8 years ago
  81. aa8cfaf docs by Boaz Segev · 8 years ago
  82. bc8eec4 allow non-NULL header names by Boaz Segev · 8 years ago
  83. 8a0bc04 docs by Boaz Segev · 8 years ago
  84. bf11d92 set/get udata updates by Boaz Segev · 8 years ago
  85. 930f5c6 fix group tasks by Boaz Segev · 8 years ago
  86. f393902 link to docs by Boaz Segev · 8 years ago
  87. 3767104 docs by Boaz Segev · 8 years ago
  88. 58c4040 docs by Boaz Segev · 8 years ago
  89. 6e8fc54 docs by Boaz Segev · 8 years ago
  90. 3f896ca close file on error by Boaz Segev · 8 years ago
  91. e0caf41 last-modified + sendfile support by Boaz Segev · 8 years ago
  92. d10554e docs by Boaz Segev · 8 years ago
  93. a08efa8 docs by Boaz Segev · 8 years ago
  94. 56bc983 docs by Boaz Segev · 8 years ago
  95. 2ee040e docs by Boaz Segev · 8 years ago
  96. 4979fc5 docs by Boaz Segev · 8 years ago
  97. 75962e6 docs by Boaz Segev · 8 years ago
  98. 10fa043 docs by Boaz Segev · 8 years ago
  99. 927dd0f docs by Boaz Segev · 8 years ago
  100. e957b81 docs by Boaz Segev · 8 years ago