summaryrefslogtreecommitdiffstats
path: root/modules/dav (follow)
Commit message (Expand)AuthorAgeFilesLines
* adjust remaining modules to use the new handler hook method (Alan Edwards)Doug MacEachern2001-01-092-8/+5
* Stop copying file names that we get from apr_file_t's and apr_dir_t's.Ryan Bloom2001-01-051-1/+1
* Last of the Win32 goodness I've noticedWilliam A. Rowe Jr2000-12-212-4/+4
* Out of the sandbox and into prime time. Note... these should always andWilliam A. Rowe Jr2000-12-212-0/+1176
* Correction, commited the vc5. Need vc6 in the tree. Humble appologies.William A. Rowe Jr2000-12-212-6/+8
* The Win32 overhaul, in summary;William A. Rowe Jr2000-12-212-38/+34
* Rename the apr_opendir symbol to apr_dir_open. This makes more sense,Ryan Bloom2000-12-171-1/+1
* The local_addr and remote_addr fields in the conn_rec are nowJeff Trawick2000-12-141-1/+2
* sdbm.h is now apr_sdbm.hGreg Stein2000-12-121-1/+1
* Back out the .dsp changes (my bad - jumped to fast.)William A. Rowe Jr2000-12-082-6/+8
* Adjustments to dav for apr_dbm_open args changeWilliam A. Rowe Jr2000-12-083-11/+9
* switch to apr_dbm.h and the updated namingGreg Stein2000-12-062-16/+16
* apache_need_sdbm is no longer applicable. clean it out.Greg Stein2000-12-061-4/+0
* The -big- fix, all the proper linkages for BaseAddr.ref plus a bit.William A. Rowe Jr2000-12-052-8/+8
* A bit of inclusion for the apr-util package.William A. Rowe Jr2000-12-052-4/+4
* This patch illustrates the new locations, and makes the majority of theWilliam A. Rowe Jr2000-12-052-25/+25
* Make Win32 build againWilliam A. Rowe Jr2000-11-292-6/+10
* *) make find_liveprop() hook take a dav_resource rather than "r"Greg Stein2000-11-276-12/+25
* liveprops are handled via hooks, not the dav_provider structure. clear itGreg Stein2000-11-272-12/+13
* toss dbm. use the new apu_dbm interfaces.Greg Stein2000-11-271-63/+40
* *) Compensate for recent changes in the APR headers. Specifically, someGreg Stein2000-11-264-8/+26
* fix spelling: "writable" is the proper formGreg Stein2000-11-264-15/+15
* shift some processing of "core" WebDAV properties out of the genericGreg Stein2000-11-236-139/+313
* dav_resource should carry around a pool for allocations related to itGreg Stein2000-11-232-1/+14
* More revamping of live properties. Focused around the fact that a provider'sGreg Stein2000-11-234-188/+319
* *) fix subtle crasher in COPY methodGreg Stein2000-11-232-3/+3
* minor cleaning: provider ids are no longer usedGreg Stein2000-11-221-10/+0
* clean out some liveprop hooks which are now handled by AP_HOOK functionsGreg Stein2000-11-192-41/+38
* Some signedness issues - consistify the size_t referencesWilliam A. Rowe Jr2000-11-182-13/+13
* add some docco from John VastaGreg Stein2000-11-181-6/+66
* use apr_size_t and a few minor tweaksGreg Stein2000-11-161-7/+12
* Apply a patch from John Vasta for adding (some/more) DeltaV support toGreg Stein2000-11-155-153/+1066
* final round of walker cleanup: fix the provider API to match what is Right.Greg Stein2000-11-095-37/+42
* one more round of walker cleanup: remove some items that are internal to theGreg Stein2000-11-092-53/+88
* should be DAV_WALKTYPE_NORMAL, not _ALLGreg Stein2000-11-091-1/+1
* first round whack at cleaning up the walker interfaceGreg Stein2000-11-095-202/+255
* oops. only do the slash management if dir != NULLGreg Stein2000-11-051-15/+22
* the zero-length hash key is valid. use (-1) as the discrimnator forGreg Stein2000-10-162-6/+7
* Get dav-fs building again.David Reid2000-10-141-2/+2
* Here it is, mod_dav should build quite nicely on Win32 (two last mildWilliam A. Rowe Jr2000-10-117-59/+100
* Read the /D symbol declaration in this patch with the next patch toWilliam A. Rowe Jr2000-10-112-4/+4
* These don't do anything until the patch on the table is resolved, butWilliam A. Rowe Jr2000-10-112-0/+248
* add DAV_RESOURCE_TYPE_PRIVATE.Greg Stein2000-10-101-8/+10
* *) fix GET handling: cache the provider; test through the provider ratherGreg Stein2000-10-101-29/+45
* use the APR typeGreg Stein2000-10-101-1/+1
* clean up the provider stuff some more: don't allow pick-and-choose ofGreg Stein2000-10-075-76/+63
* forward-port John Vasta's checkin to mod_dav 1.1.x (on Sep 25, 2000). thisGreg Stein2000-10-075-264/+417
* recent changes bungled the state of the EEXIST test.Greg Stein2000-10-061-6/+8
* Back out or finish up a few non-apr tests. Won't touch proxy at thisWilliam A. Rowe Jr2000-10-061-2/+4
* Completed review for new tests:William A. Rowe Jr2000-10-061-1/+1