summaryrefslogtreecommitdiff
path: root/modules/dav/fs/mod_dav_fs.c
Commit message (Expand)AuthorAgeFilesLines
* dav_fs_cmds is declared twice in the file... VS 2022 complains about it.Jean-Frederic Clere2023-05-051-2/+0
* Add RFC4331 quotas for mod_dav_fsmanu2023-03-021-2/+119
* Fix use of StateDir directive after r1852982:Joe Orton2019-04-181-5/+21
* * modules/dav/fs/mod_dav_fs.c (dav_fs_create_server_config): UseJoe Orton2018-10-051-6/+6
* Third try, follows up 1694901 and 1694902Gregg Lewis Smith2015-08-091-1/+1
* followup to r1694901, it was too greedyGregg Lewis Smith2015-08-091-1/+1
* ap_config_auto.h is not used/created in non-Autoconf compilers like MSVCGregg Lewis Smith2015-08-091-0/+2
* * mod_dav_fs: set default value of DavLockDB using installation layoutJan Kaluža2015-04-171-1/+10
* Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to takeStefan Fritsch2010-06-061-1/+1
* update license header textRoy T. Fielding2006-07-111-6/+6
* Update the copyright year in all .c, .h and .xml filesColm MacCarthaigh2006-04-191-1/+1
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* fix name of The Apache Software FoundationAndré Malo2004-02-091-1/+1
* apply Apache License, Version 2.0André Malo2004-02-061-49/+10
* update license to 2004.André Malo2004-01-011-1/+1
* finished that boring job:André Malo2003-02-031-1/+1
* Detabbify. With extreme prejudice.William A. Rowe Jr2002-10-291-6/+6
* Eliminate potential ap_server_root_relative segfaults, with the inputWilliam A. Rowe Jr2002-03-161-1/+6
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* Canonicalization will now occur on all sub_req_lookup_file() calls,William A. Rowe Jr2001-08-231-1/+0
* Update copyright to 2001Roy T. Fielding2001-02-161-1/+1
* The big change. This is part 3 of the apr-util symbols rename, pleaseWilliam A. Rowe Jr2001-01-191-5/+5
* Provide apr_pool_t arg to register_hooks, since anything they do in thatWilliam A. Rowe Jr2001-01-171-2/+2
* adjust remaining modules to use the new handler hook method (Alan Edwards)Doug MacEachern2001-01-081-1/+0
* 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-111-2/+2
* clean up the provider stuff some more: don't allow pick-and-choose ofGreg Stein2000-10-071-3/+0
* The "get resource" functionality is no longer a hook. Instead, providersGreg Stein2000-09-091-2/+1
* prefix libapr functions and types with apr_Doug MacEachern2000-08-021-4/+4
* complete the removal of the old dav_dyn crap. dav plugins are nowGreg Stein2000-07-101-0/+5
* new liveprop namespace registration and lookup. modules register eachGreg Stein2000-07-101-1/+4
* get rid of more of the old module/provider mechanisms -- use ap_hooks toGreg Stein2000-07-081-0/+2
* do the "get resource" via a hook rather than through the repository hookGreg Stein2000-07-071-1/+1
* turn dav/fs/ into a real moduleGreg Stein2000-07-071-0/+137