1. 21 Sep, 2016 2 commits
  2. 20 Sep, 2016 1 commit
  3. 19 Sep, 2016 3 commits
  4. 17 Sep, 2016 9 commits
  5. 15 Sep, 2016 2 commits
  6. 13 Sep, 2016 4 commits
  7. 12 Sep, 2016 2 commits
  8. 11 Sep, 2016 2 commits
  9. 10 Sep, 2016 2 commits
  10. 09 Sep, 2016 2 commits
  11. 07 Sep, 2016 1 commit
  12. 06 Sep, 2016 2 commits
  13. 03 Sep, 2016 2 commits
  14. 01 Sep, 2016 1 commit
  15. 31 Aug, 2016 1 commit
  16. 30 Aug, 2016 3 commits
  17. 29 Aug, 2016 1 commit
    • Jacob Champion's avatar
      mpm_winnt: clear OVERLAPPED structs before reuse · 82764bd9
      Jacob Champion authored
      MSDN documentation states that
      
          Any unused members of [an OVERLAPPED] structure should always be
          initialized to zero before the structure is used in a function call.
          Otherwise, the function may fail and return ERROR_INVALID_PARAMETER.
      
      Prior to this patch, the internal state left over from previous
      overlapped I/O was passed into the next call. It's unclear what effect
      this might have, if any. (I have not personally witnessed an
      ERROR_INVALID_PARAMETER myself.)
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1758310 13f79535-47bb-0310-9956-ffa450edef68
      82764bd9