Skip to content
Snippets Groups Projects
  1. Nov 29, 2016
    • Craig Tiller's avatar
      Fix races on tcp server shutdown on Windows · cbafdd10
      Craig Tiller authored
      - we were treating an int as atomic, which is dubious at best
      - it was possible to shutdown while an accept was being handled, and
      process that shutdown accept before the real accept finished, leading to
      a use-after-free up the stack
      cbafdd10
    • Craig Tiller's avatar
      Flush platform stuff after timer events · da81d1a4
      Craig Tiller authored
      It can happen that a timer event causes something to be queued to an
      IOCP, which means that on Windows we need to flush that queue each time
      a timer event fires during shutdown.
      da81d1a4
  2. Nov 28, 2016
  3. Nov 24, 2016
  4. Nov 23, 2016
  5. Nov 22, 2016
Loading