Skip to content
  1. 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
  2. Jan 03, 2003
  3. Jan 01, 2003
  4. Dec 19, 2002
  5. Dec 18, 2002
  6. Dec 17, 2002
  7. Dec 15, 2002
  8. Dec 14, 2002
  9. Dec 12, 2002
  10. Dec 11, 2002
  11. Dec 09, 2002
  12. Dec 05, 2002
  13. Dec 03, 2002
  14. Dec 02, 2002
  15. Nov 30, 2002
  16. Nov 29, 2002
  17. Nov 25, 2002
  18. Nov 22, 2002
  19. Nov 21, 2002
  20. Nov 18, 2002
  21. Nov 17, 2002
  22. Nov 15, 2002
  23. Nov 14, 2002