Skip to content
  1. Aug 05, 2001
  2. Aug 02, 2001
  3. Aug 01, 2001
    • William A. Rowe Jr's avatar
      · 172e8981
      William A. Rowe Jr authored
        Solve the merge bugs, by storing a copy bit to save us a ton of
        reallocation in the merge config phase.  Should keep most of the
        savings realized by moving to tables.
      
        Need others to vet this code, please!  Look at this and the prior
        patch as a single diff (-r n -r n-2) to see the overall changes.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89865 13f79535-47bb-0310-9956-ffa450edef68
      172e8981
  4. Jul 31, 2001
  5. Jul 30, 2001
  6. Jul 28, 2001
  7. Jul 26, 2001
  8. Jul 24, 2001
  9. Jul 23, 2001
  10. Jul 22, 2001
  11. Jul 21, 2001
  12. Jul 19, 2001
  13. Jul 18, 2001
  14. Jul 13, 2001
    • Bill Stoddard's avatar
      Win32: Prevent listening sockets from being inherited by · f0d05926
      Bill Stoddard authored
      the Apache child process, CGI scripts, rotatelog process
      etc.  If the Apache child process segfaults, any processes
      that the child started are not reaped. Prior to this fix,
      these processes inherited the listening sockets which sometimes
      prevented the restarted Apache child process from accepting
      connections (ie, the server would hang).
      
      The Sleep(1000) is a bit of a hack but it is sufficient I believe. All
      that is really necessary is for the parent to give up its quantum and
      allow the child to run. I could not get WaitForInputIdle to work properly.
      Will investigate alternative solutions later.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89547 13f79535-47bb-0310-9956-ffa450edef68
      f0d05926
  15. Jul 12, 2001
  16. Jul 11, 2001
  17. Jul 10, 2001
  18. Jul 09, 2001
  19. Jul 06, 2001
  20. Jul 05, 2001
  21. Jul 02, 2001
  22. Jun 28, 2001