1. 18 Sep, 2000 2 commits
  2. 17 Sep, 2000 3 commits
  3. 15 Sep, 2000 7 commits
  4. 14 Sep, 2000 8 commits
  5. 13 Sep, 2000 8 commits
  6. 12 Sep, 2000 5 commits
  7. 11 Sep, 2000 4 commits
  8. 10 Sep, 2000 2 commits
  9. 09 Sep, 2000 1 commit
    • Greg Stein's avatar
      The "get resource" functionality is no longer a hook. Instead, providers · 968738db
      Greg Stein authored
      register themselves by name with mod_dav. The user configures a particular
      provider for a location/directory. mod_dav looks up that provider and uses
      it explicitly. (the prior behavior simply asked "anybody" to satisfy the
      get_resource, but it did not mesh well with user-specified providers)
      
      *) add providers.c to deal with provider registration
      *) rejigger mod_dav.c to toss the hook and use the provider
      *) clean out dav/fs/ of the old scheme and have it register itself
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86195 13f79535-47bb-0310-9956-ffa450edef68
      968738db