Skip to content
  1. Jan 23, 2003
    • Cliff Woolley's avatar
      Fix a problem whereby multiple MMapFile directives would cause a segfault · 51b0fe2e
      Cliff Woolley authored
      on startup.
      
      mod_file_cache keeps a hash table in the cmd->pool and puts an entry in
      that hash table for each of its files and mmaps, all of which are opened
      into cmd->pool.  But it registered a cleanup on cmd->pool that would walk
      the hash table and close each file and delete each mmap, even though by
      the time that happened those things would have been done already anyway
      by the files' and mmaps' own cleanups on cmd->pool.  So it was deleting
      mmaps that were already cleaned up and closing files that were already
      cleaned up in all cases.  This has never been valid... amazed it ever
      worked.  But apparently the true bogosity wasn't revealed until the new
      mmap cleanup code went into APR.
      
      PR: 16313
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98463 13f79535-47bb-0310-9956-ffa450edef68
      51b0fe2e
  2. Jan 21, 2003
  3. Jan 20, 2003
  4. Jan 18, 2003
  5. Jan 17, 2003
  6. Jan 15, 2003
  7. Jan 13, 2003
  8. Jan 09, 2003
  9. Jan 06, 2003
    • William A. Rowe Jr's avatar
      · a7d94b8c
      William A. Rowe Jr authored
        Bring forward the IndexOptions IgnoreCase option to mod_autoindex
        from Apache 1.3 for both 2.0 and 2.1 (since the patch/feature was
        previously accepted for 1.3, I'm committing without the usual vote
        specific to 2.0.)  Only small modification of David's patch to avoid
        future reformatting of the options list and better handle the strnatcmp
        side effects.
      
      PR: 14276
      Obtained from:
      Submitted by:	David Shane Holden <dpejesh@yahoo.com>
      Reviewed by:
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98181 13f79535-47bb-0310-9956-ffa450edef68
      a7d94b8c
  10. Jan 04, 2003
    • Justin Erenkrantz's avatar
      Add a generic locking provider to DAV - mod_dav_lock. Other DAV providers · f7fcbeca
      Justin Erenkrantz authored
      can use the dav_hooks_locks_generic structure to implement locking in a
      non-optimal, but compliant fashion.  (Use 'dav-lock', 'generic', '0' to
      ap_lookup_provider to retrieve it.)
      
      Use the DavGenericLockDB directive to configure the location of the lock
      database (may be server-relative or absolute).
      
      This allows all DAV providers to use a baseline locking API rather than roll
      their own.
      
      This code is based mainly off the mod_dav_fs locking code (which uses the
      on-disk storage for locking), but removing components that aren't needed in a
      non-file-backed repository (such as recording inodes).
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98161 13f79535-47bb-0310-9956-ffa450edef68
      f7fcbeca
  11. Jan 03, 2003
  12. Jan 01, 2003
  13. Dec 19, 2002
  14. Dec 18, 2002
  15. Dec 17, 2002
  16. Dec 15, 2002
  17. Dec 14, 2002
  18. Dec 12, 2002
  19. Dec 11, 2002
  20. Dec 09, 2002
  21. Dec 05, 2002
  22. Dec 03, 2002
  23. Dec 02, 2002
  24. Nov 30, 2002
  25. Nov 29, 2002
  26. Nov 25, 2002