1. 12 Jan, 2003 3 commits
  2. 11 Jan, 2003 1 commit
  3. 10 Jan, 2003 1 commit
  4. 09 Jan, 2003 9 commits
  5. 08 Jan, 2003 10 commits
  6. 07 Jan, 2003 1 commit
  7. 06 Jan, 2003 10 commits
  8. 05 Jan, 2003 4 commits
  9. 04 Jan, 2003 1 commit
    • 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