1. 14 10月, 2015 1 次提交
    • E
      [Change] Heap allocation on demand. · de0965bd
      Enrico Giordani 提交于
      This commit removes the support for the maxheap configuration flag since
      now the heap memory is allocated on demand and not on startup in one single
      large allocation.
      de0965bd
  2. 13 10月, 2015 4 次提交
  3. 15 9月, 2015 2 次提交
  4. 11 9月, 2015 1 次提交
  5. 04 9月, 2015 1 次提交
    • E
      [Fix] Redis crashes at startup. · 2f3f9c72
      Enrico Giordani 提交于
      A previous commit that fixed a socketstate leak exposed another existing bug:
      if FDAPI_AcceptEx() fails the socketstate is accessed after the socket has
      already been closed and the socketstate memory has been released, causing
      a heap corruption exception .
      
      [Fix] Improved error handlingin WSIOCP_Listen().
      2f3f9c72
  6. 02 9月, 2015 13 次提交
  7. 20 8月, 2015 18 次提交