Skip to content
  1. Jul 23, 2003
  2. Jul 22, 2003
  3. Jul 21, 2003
  4. Jul 16, 2003
  5. Jul 15, 2003
  6. Jul 14, 2003
  7. Jul 12, 2003
  8. Jul 09, 2003
  9. Jul 08, 2003
    • Paul J. Reder's avatar
      · 9c2f26b8
      Paul J. Reder authored
      Update the header token parsing code to allow LWS between the token word
      and the ':' seperator.  [PR 16520]
      [submitted: Kris Verbeeck <kris.verbeeck@advalvas.be> and
                  Nicel KM <mnicel@yahoo.com>]
      [Reviewed: <coad@measurement-factory.com> and
                 Paul J. Reder]
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100492 13f79535-47bb-0310-9956-ffa450edef68
      9c2f26b8
  10. Jul 07, 2003
  11. Jul 01, 2003
  12. Jun 29, 2003
  13. Jun 27, 2003
  14. Jun 25, 2003
  15. Jun 23, 2003
  16. Jun 20, 2003
  17. Jun 07, 2003
    • Jeff Trawick's avatar
      Unix: Handle permissions settings for flock-based mutexes in · b704f57c
      Jeff Trawick authored
      unixd_set_global|proc_mutex_perms().  Allow the functions to be
      called for any type of mutex.
      
      This resolves a fatal problem with mod_rewrite on systems where
      APR uses flock-based mutex.
      
      It simplifies mod_ssl as well, which had special logic to perform
      the chown().  It fixed an init error with mod_ssl on systems where
      flock is used when the user had no SSLMutex directive.
      
      The Unix MPMs continue to call unixd_set_global|proc_mutex_perms()
      only for SysV sems.  There is no permission problem with flock-based
      accept mutexes since the child init logic for the MPMs is done
      prior to switching identity.
      
      PR:              20312
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100189 13f79535-47bb-0310-9956-ffa450edef68
      b704f57c