summaryrefslogtreecommitdiff
path: root/modules/dav/fs
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
* * Fix 'warning: suggest parentheses around assignment used as truth value'Ruediger Pluem2023-03-071-1/+1
* Use ap_parse_strict_length() to parse client-supplied Content-Lengthmanu2023-03-071-6/+14
* Remove usuless double check of APR_FINFO_NAME neing setmanu2023-03-071-6/+0
* Add RFC4331 quotas for mod_dav_fsmanu2023-03-021-9/+6
* Add RFC4331 quotas for mod_dav_fsmanu2023-03-021-0/+359
* Add RFC4331 quotas for mod_dav_fsmanu2023-03-025-8/+229
* dav_get_liveprop_info() returns a long not an int.Christophe Jaillet2022-05-041-3/+3
* Add log tags.Graham Leggett2021-06-241-1/+1
* dbm: Split the loading of a dbm driver from the opening of a dbm file. WhenGraham Leggett2021-06-241-1/+26
* * modules/dav/fs/repos.c (dav_fs_open_stream): Add specific logs forJoe Orton2020-09-151-1/+15
* Be defensive when the request is missing.Graham Leggett2020-06-291-1/+1
* "[mod_dav_fs etag handling] should really honor the FileETag setting".Graham Leggett2020-06-271-14/+13
* Fix spelling errors found by codespell. [skip ci]Mike Rumph2020-02-132-2/+2
* * Replace apr_psprintf with apr_pstrcat where the format strings onlyRuediger Pluem2019-06-282-12/+18
* 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
* core, modules: like r1657897 but for core and other modules than mod_proxy.Yann Ylavic2015-03-101-1/+1
* Fix indent.Christophe Jaillet2014-11-111-6/+7
* Fix PR 56480: PROPFIND walker doesn't encode hrefs properlyBen Reser2014-06-131-21/+8
* As in 'dav_generic_do_refresh', add missing break in 'dav_fs_do_refresh' to a...Christophe Jaillet2014-01-091-0/+1
* more apr_file_write_full() simplification (like r1542413)Jeff Trawick2013-11-151-4/+2
* Followup to r1529559: mod_dav_fs: Fix encoding of hrefs in PROPFIND response.Ben Reser2013-10-121-4/+17
* Fix PR 55397: dav_resource->uri treated as an unparsed uri.Ben Reser2013-10-061-4/+4
* mod_dav: Do not fail PROPPATCH when prop namespace is not known. PR 52559Graham Leggett2013-04-271-1/+9
* mod_dav: When a PROPPATCH attempts to remove a non-existent deadGraham Leggett2013-04-271-0/+4
* NetWare build tweaks.Guenter Knauf2012-08-091-3/+3
* Replace use of apr_file_write() with apr_file_write_full() to preventStefan Fritsch2012-04-261-1/+1
* Make APACHE_MODULE() accept an optional prerequisite module for configure.Stefan Fritsch2012-01-201-1/+1
* Add lots of unique tags to error log messagesStefan Fritsch2011-12-021-3/+3
* Change default FileETag to be "size mtime", i.e. remove the inode. Adjust theStefan Fritsch2011-11-081-2/+2
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-231-5/+5
* refactor to pull setting of Accept-Ranges header into http_protocol.c whichEric Covener2011-09-081-1/+1
* Various code cleanupStefan Fritsch2011-06-221-2/+1
* Log the proper module name on errorsStefan Fritsch2011-06-071-0/+1
* Log a more obvious message if apr cannot load its dbm shared library.Stefan Fritsch2011-06-071-0/+3
* Don't return an undefined value if opening of a read-only database fails.Stefan Fritsch2011-06-071-1/+1
* Fix various "variable 'x' set but not used" warnings.Stefan Fritsch2011-05-221-1/+5
* More NetWare build fixes.Guenter Knauf2011-03-201-4/+3
* Use a var INSTALLBASE to simplify NetWare installation rules.Guenter Knauf2011-03-181-1/+1
* Use var for prelude so its possible to change it at one place.Guenter Knauf2011-03-181-1/+1
* NetWare build overhaul in order to compile on Linux.Guenter Knauf2011-03-091-1/+2
* NetWare build overhaul in order to compile on Linux.Guenter Knauf2011-03-081-1/+1
* NetWare build overhaul in order to compile on Linux.Guenter Knauf2011-03-081-7/+7
* Add to modules' help text (displayed by ./configure -h) moreDaniel Earl Poirier2010-11-011-1/+1
* Fix broken "creationdate" property in mod_dav_fs andRainer Jung2010-08-202-12/+11