summaryrefslogtreecommitdiffstats
path: root/modules/dav (follow)
Commit message (Expand)AuthorAgeFilesLines
* clarify the use of some of the members of the dav_provider structure.Greg Stein2001-05-051-3/+4
* Initialize a local variable to prevent a gcc warning aboutJeff Trawick2001-05-011-1/+1
* Completely revamp configure so that it preserves the standard makeRoy T. Fielding2001-04-291-1/+1
* Pass the perms arg to apr_dbm_openWilliam A. Rowe Jr2001-04-281-1/+2
* fast-path some cases, primarily to avoid an allocation when it isn't needed.Greg Stein2001-04-271-5/+26
* allow non-absolute URIs to occur in some of the requests. RFC 2518 statesGreg Stein2001-04-173-35/+51
* If mod_dav is not enabled, then don't enable mod_dav_fs.Ryan Bloom2001-04-151-3/+7
* Fix up the auto-versioning stuff. The new scheme more closely matches theGreg Stein2001-04-144-244/+481
* Implement the MERGE method: fill in dav_method_merge(); add merge() functionGreg Stein2001-04-142-4/+147
* Force the dav/fs config.m4 file to be added to the configure script afterRyan Bloom2001-04-121-0/+0
* Make the dav/main config.m4 file be added to the configure script afterRyan Bloom2001-04-121-1/+7
* It's critical that apps use the APR_STATUS_IS_EFOO() canonicalizationWilliam A. Rowe Jr2001-04-121-1/+1
* Backing my earlier change out; There exists the possibility forVictor J. Orlikowski2001-04-081-0/+4
* Time to refresh mak on Win32William A. Rowe Jr2001-04-052-112/+111
* Since ap_parse_uri_components() now guarantees port will be filled in,Victor J. Orlikowski2001-04-041-4/+0
* clean up some warnings dealing withJeff Trawick2001-03-284-4/+7
* Patch to sync with some changes to mod_dav 1.1:Greg Stein2001-03-284-151/+157
* revise the set of predefined PROPID values based on DeltaV Internet Draft #14Greg Stein2001-03-261-16/+23
* This should wrap this freshen upWilliam A. Rowe Jr2001-03-222-97/+98
* fix a sprintf() format string; use APR_OFF_T_FMT for apr_off_t as %ldJeff Trawick2001-03-141-1/+1
* *) mod_dav.c: allow PUT to a WORKING resource (this actually the only validGreg Stein2001-03-133-9/+7
* Refreshing the .mak files. Dang... should have done this in the a.m.William A. Rowe Jr2001-03-081-0/+1
* Goodbye ap_send_http_headerWilliam A. Rowe Jr2001-02-281-26/+4
* A patch to clean up much bogusity in Win32. Eliminates absolute cd "/..."William A. Rowe Jr2001-02-252-43/+28
* Refresh all .mak files should we choose to roll again shortly.William A. Rowe Jr2001-02-252-204/+234
* include apr_lib.h for apr_isspace() definitionJeff Trawick2001-02-241-0/+1
* use apr_off_t and APR_OFF_T_FMT (for portability to 64-bit off_t systems)Greg Stein2001-02-231-9/+15
* fix a warning in a call to apr_psprintf()Jeff Trawick2001-02-231-1/+1
* Clean up a bunch of incompatible pointer type warnings.Brian Havard2001-02-232-4/+4
* Remove "no" from many APACHE_MODULE() invocations to allow them to beGreg Stein2001-02-182-2/+2
* Update copyright to 2001Roy T. Fielding2001-02-1613-13/+13
* Use apr_want.h to get the declarations for ntohs et al instead ofJeff Trawick2001-02-131-6/+3
* include <arpa/inet.h> for the declarations for htons() et al; OS/390 hasJeff Trawick2001-02-121-0/+3
* trailing commas in enum declarations aren't portableJeff Trawick2001-02-121-1/+1
* Clean up some of the includes:Greg Stein2001-02-103-3/+13
* more APR-izationGreg Stein2001-02-101-12/+15
* apr_make_array->apr_array_makeJeff Trawick2001-02-081-1/+1
* *) make sure the status line is set on custom responsesGreg Stein2001-02-081-1/+5
* renaming various functions for consistency sakeDoug MacEachern2001-02-087-54/+54
* Revamp the CHECKOUT method handling and various support functions for it.Greg Stein2001-02-074-140/+223
* $enable_dav can be one of: yes, shared, no. We want to adjust the INCLUDESGreg Stein2001-02-071-1/+1
* Back out previous change. dav/main/config.m4 adds its directory the theGreg Stein2001-02-071-2/+0
* Fix for dav/fs to find the mod_dav.h ionclude fileMartin Kraemer2001-02-061-0/+2
* *) add activity handling: OPTIONS and MKACTIVITYGreg Stein2001-02-052-3/+78
* Eliminate all assumptions that finfo.protection reflects the existanceWilliam A. Rowe Jr2001-01-311-11/+10
* Provide a way to allow get_resource and get_parent_resource to return errorsGreg Stein2001-01-265-108/+158
* we only need to worry about infinite-depth PROPFINDs if they are targeting aGreg Stein2001-01-261-1/+1
* - change the prototype for apr_dbm_geterror() [and update dav/fs/dbm.c]Greg Stein2001-01-241-1/+3
* Add apr_dbm_get_usednames() so that apr_dbm users can figure out whatGreg Stein2001-01-241-17/+1
* Accomodate the change to the apr_read_dir() arguments, and change allWilliam A. Rowe Jr2001-01-231-11/+13