1. 06 Oct, 2005 1 commit
  2. 25 Sep, 2005 3 commits
  3. 12 Sep, 2005 2 commits
  4. 05 Sep, 2005 2 commits
  5. 01 Sep, 2005 4 commits
  6. 31 Aug, 2005 9 commits
  7. 30 Aug, 2005 7 commits
  8. 29 Aug, 2005 5 commits
  9. 28 Aug, 2005 5 commits
  10. 27 Aug, 2005 2 commits
    • Colm MacCarthaigh's avatar
      · bf32ccfe
      Colm MacCarthaigh authored
      Update CHANGES to reflect that worker now supports graceful-stop, that Bill
      wrote some of the graceful-stop code I stole from Ken, and to get rid of
      exraneous `'`'s.
      
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@241820 13f79535-47bb-0310-9956-ffa450edef68
      bf32ccfe
    • Colm MacCarthaigh's avatar
      · f48624a7
      Colm MacCarthaigh authored
      Implement a graceful-stop for the worker MPM. We close our listeners, and then
      ask each child process to do the same. We then monitor until all children have
      exited.
      
      The change to ap_start_shutdown(void) to ap_start_shutdown(int) may look like
      an external API change, but the function is defined static, and used only in
      one place.
      
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@241819 13f79535-47bb-0310-9956-ffa450edef68
      f48624a7