index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
dav
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
clarify the use of some of the members of the dav_provider structure.
Greg Stein
2001-05-05
1
-3
/
+4
*
Initialize a local variable to prevent a gcc warning about
Jeff Trawick
2001-05-01
1
-1
/
+1
*
Completely revamp configure so that it preserves the standard make
Roy T. Fielding
2001-04-29
1
-1
/
+1
*
Pass the perms arg to apr_dbm_open
William A. Rowe Jr
2001-04-28
1
-1
/
+2
*
fast-path some cases, primarily to avoid an allocation when it isn't needed.
Greg Stein
2001-04-27
1
-5
/
+26
*
allow non-absolute URIs to occur in some of the requests. RFC 2518 states
Greg Stein
2001-04-17
3
-35
/
+51
*
If mod_dav is not enabled, then don't enable mod_dav_fs.
Ryan Bloom
2001-04-15
1
-3
/
+7
*
Fix up the auto-versioning stuff. The new scheme more closely matches the
Greg Stein
2001-04-14
4
-244
/
+481
*
Implement the MERGE method: fill in dav_method_merge(); add merge() function
Greg Stein
2001-04-14
2
-4
/
+147
*
Force the dav/fs config.m4 file to be added to the configure script after
Ryan Bloom
2001-04-12
1
-0
/
+0
*
Make the dav/main config.m4 file be added to the configure script after
Ryan Bloom
2001-04-12
1
-1
/
+7
*
It's critical that apps use the APR_STATUS_IS_EFOO() canonicalization
William A. Rowe Jr
2001-04-12
1
-1
/
+1
*
Backing my earlier change out; There exists the possibility for
Victor J. Orlikowski
2001-04-08
1
-0
/
+4
*
Time to refresh mak on Win32
William A. Rowe Jr
2001-04-05
2
-112
/
+111
*
Since ap_parse_uri_components() now guarantees port will be filled in,
Victor J. Orlikowski
2001-04-04
1
-4
/
+0
*
clean up some warnings dealing with
Jeff Trawick
2001-03-28
4
-4
/
+7
*
Patch to sync with some changes to mod_dav 1.1:
Greg Stein
2001-03-28
4
-151
/
+157
*
revise the set of predefined PROPID values based on DeltaV Internet Draft #14
Greg Stein
2001-03-26
1
-16
/
+23
*
This should wrap this freshen up
William A. Rowe Jr
2001-03-22
2
-97
/
+98
*
fix a sprintf() format string; use APR_OFF_T_FMT for apr_off_t as %ld
Jeff Trawick
2001-03-14
1
-1
/
+1
*
*) mod_dav.c: allow PUT to a WORKING resource (this actually the only valid
Greg Stein
2001-03-13
3
-9
/
+7
*
Refreshing the .mak files. Dang... should have done this in the a.m.
William A. Rowe Jr
2001-03-08
1
-0
/
+1
*
Goodbye ap_send_http_header
William A. Rowe Jr
2001-02-28
1
-26
/
+4
*
A patch to clean up much bogusity in Win32. Eliminates absolute cd "/..."
William A. Rowe Jr
2001-02-25
2
-43
/
+28
*
Refresh all .mak files should we choose to roll again shortly.
William A. Rowe Jr
2001-02-25
2
-204
/
+234
*
include apr_lib.h for apr_isspace() definition
Jeff Trawick
2001-02-24
1
-0
/
+1
*
use apr_off_t and APR_OFF_T_FMT (for portability to 64-bit off_t systems)
Greg Stein
2001-02-23
1
-9
/
+15
*
fix a warning in a call to apr_psprintf()
Jeff Trawick
2001-02-23
1
-1
/
+1
*
Clean up a bunch of incompatible pointer type warnings.
Brian Havard
2001-02-23
2
-4
/
+4
*
Remove "no" from many APACHE_MODULE() invocations to allow them to be
Greg Stein
2001-02-18
2
-2
/
+2
*
Update copyright to 2001
Roy T. Fielding
2001-02-16
13
-13
/
+13
*
Use apr_want.h to get the declarations for ntohs et al instead of
Jeff Trawick
2001-02-13
1
-6
/
+3
*
include <arpa/inet.h> for the declarations for htons() et al; OS/390 has
Jeff Trawick
2001-02-12
1
-0
/
+3
*
trailing commas in enum declarations aren't portable
Jeff Trawick
2001-02-12
1
-1
/
+1
*
Clean up some of the includes:
Greg Stein
2001-02-10
3
-3
/
+13
*
more APR-ization
Greg Stein
2001-02-10
1
-12
/
+15
*
apr_make_array->apr_array_make
Jeff Trawick
2001-02-08
1
-1
/
+1
*
*) make sure the status line is set on custom responses
Greg Stein
2001-02-08
1
-1
/
+5
*
renaming various functions for consistency sake
Doug MacEachern
2001-02-08
7
-54
/
+54
*
Revamp the CHECKOUT method handling and various support functions for it.
Greg Stein
2001-02-07
4
-140
/
+223
*
$enable_dav can be one of: yes, shared, no. We want to adjust the INCLUDES
Greg Stein
2001-02-07
1
-1
/
+1
*
Back out previous change. dav/main/config.m4 adds its directory the the
Greg Stein
2001-02-07
1
-2
/
+0
*
Fix for dav/fs to find the mod_dav.h ionclude file
Martin Kraemer
2001-02-06
1
-0
/
+2
*
*) add activity handling: OPTIONS and MKACTIVITY
Greg Stein
2001-02-05
2
-3
/
+78
*
Eliminate all assumptions that finfo.protection reflects the existance
William A. Rowe Jr
2001-01-31
1
-11
/
+10
*
Provide a way to allow get_resource and get_parent_resource to return errors
Greg Stein
2001-01-26
5
-108
/
+158
*
we only need to worry about infinite-depth PROPFINDs if they are targeting a
Greg Stein
2001-01-26
1
-1
/
+1
*
- change the prototype for apr_dbm_geterror() [and update dav/fs/dbm.c]
Greg Stein
2001-01-24
1
-1
/
+3
*
Add apr_dbm_get_usednames() so that apr_dbm users can figure out what
Greg Stein
2001-01-24
1
-17
/
+1
*
Accomodate the change to the apr_read_dir() arguments, and change all
William A. Rowe Jr
2001-01-23
1
-11
/
+13
[next]