1. 04 Apr, 2003 10 commits
  2. 03 Apr, 2003 7 commits
  3. 02 Apr, 2003 1 commit
  4. 01 Apr, 2003 3 commits
  5. 31 Mar, 2003 7 commits
  6. 30 Mar, 2003 3 commits
  7. 29 Mar, 2003 4 commits
  8. 28 Mar, 2003 3 commits
  9. 27 Mar, 2003 2 commits
    • William A. Rowe Jr's avatar
      · 0d3ea991
      William A. Rowe Jr authored
        Addendum to r1.21... I missed the fact that we blew away the init
        complete state too early in ssl_init_Module().
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99096 13f79535-47bb-0310-9956-ffa450edef68
      0d3ea991
    • William A. Rowe Jr's avatar
      · 9f455d29
      William A. Rowe Jr authored
        Fix a serious bug where the 'next' generation of the server would open
        a brand new mutex.  This patch creates a single mutex in the first config
        phase that survives for the life of the server (server->process->pool).
      
        Now one server generation to the next will respect the same mutex between
        one another, while the previous generation is still mopping up.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99095 13f79535-47bb-0310-9956-ffa450edef68
      9f455d29