1. 04 Apr, 2003 8 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 4 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
    • William A. Rowe Jr's avatar
      · 01055437
      William A. Rowe Jr authored
        Allow any mutex to accept a 'filename' ... and always root it to the
        server root unless we are using posixsem, which can't handle big paths.
        This reorganization should make the code much more readable because
        all of the common code is at the beginning and end of the function,
        simplifing the long conditional test case block.
      
        This patch allows SSLMutex default:logs/ssl_mutex syntax.  It also
        removes the mod_ssl historical '.pid' suffixes - that isn't how Apache2
        specifies files.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99094 13f79535-47bb-0310-9956-ffa450edef68
      01055437
    • Greg Ames's avatar
      ap_rgetline_core: set the number of bytes read & copied into the caller's · 09ce3fd2
      Greg Ames authored
      buffer when returning APR_ENOSPC.  This prevents seg faults in
      ap_get_mime_headers_core in an error path which handles headers that are too
      long.
      
      Submitted by:	Jeff Trawick
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99079 13f79535-47bb-0310-9956-ffa450edef68
      09ce3fd2