1. 01 Aug, 2002 6 commits
  2. 31 Jul, 2002 19 commits
  3. 30 Jul, 2002 13 commits
  4. 29 Jul, 2002 2 commits
    • Joshua Slive's avatar
      Update transformation. · 68b6356b
      Joshua Slive authored
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96230 13f79535-47bb-0310-9956-ffa450edef68
      68b6356b
    • William A. Rowe Jr's avatar
      · d8b71578
      William A. Rowe Jr authored
          The PRIOR commit ommitted the following [necessary] comments;
      
          Refactored out the child behavior from mpm_winnt.  This is the first
          step in making a legible multiprocess windows mpm, or at least
          structuring the code to always begin a new child as an old one is
          going to die soon, rather than waiting for it's final dying breath.
      
          The only code that had to be affected [due to the split and general
          structure of the code] was merging the set_listeners_noninherited()
          code directly into the get_listeners_from_parent code, and also into
          the apr socket.c code for winnt.  For the most part the code split
          rather nicely.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96229 13f79535-47bb-0310-9956-ffa450edef68
      d8b71578