1. 23 Jul, 2003 2 commits
  2. 22 Jul, 2003 1 commit
  3. 21 Jul, 2003 3 commits
  4. 16 Jul, 2003 1 commit
  5. 15 Jul, 2003 4 commits
  6. 14 Jul, 2003 9 commits
  7. 12 Jul, 2003 2 commits
  8. 09 Jul, 2003 4 commits
  9. 08 Jul, 2003 1 commit
    • 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. 07 Jul, 2003 2 commits
  11. 01 Jul, 2003 3 commits
  12. 29 Jun, 2003 2 commits
  13. 27 Jun, 2003 1 commit
    • Paul J. Reder's avatar
      · 4eecfa1c
      Paul J. Reder authored
      Correct the code in ap_check_cache_feshness to check max_age, smax_age,
      and expires correctly.
      Submitted by:   Thomas Castelle  <tcastelle@generali.fr>
      Reviewed and altered by: Paul J. Reder
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100380 13f79535-47bb-0310-9956-ffa450edef68
      4eecfa1c
  14. 25 Jun, 2003 1 commit
  15. 23 Jun, 2003 2 commits
  16. 20 Jun, 2003 1 commit
  17. 07 Jun, 2003 1 commit
    • 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