summaryrefslogtreecommitdiff
path: root/modules/dav
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-026-8/+233
* Fix NULL derefernece for anonymous usersmanu2023-03-021-1/+1
* Fix signedness formatting check in mod_dav code.Stefan Eissing2023-02-161-4/+4
* Fix warning for NULL pointermanu2023-02-151-1/+1
* Fix warningsmanu2023-02-151-15/+4
* Turn msext_opts into a bitfieldmanu2023-02-141-21/+19
* Add MS-WDV supportmanu2023-02-137-4/+932
* * modules/dav/main/util.c (dav_process_if_header): Fix errorJoe Orton2023-01-091-1/+7
* Open the lock database read-only when possiblemanu2022-11-111-4/+2
* Initialize allow_lockdiscovery as unsetmanu2022-11-091-2/+0
* Turn DavLockDiscovery into a flagmanu2022-11-091-31/+14
* mod_dav: Follow up to r1904638: Fix duplicated APLOGNO.Yann Ylavic2022-10-171-1/+1
* mod_dav: Allow to disable lock discovery via an DAVLockDiscovery expression.Yann Ylavic2022-10-173-8/+70
* dav_get_liveprop_info() returns a long not an int.Christophe Jaillet2022-05-041-3/+3
* * Fix a typoRuediger Pluem2022-02-091-1/+1
* Revert 1897156.Graham Leggett2022-01-201-93/+2
* mod_dav: Follow up to r1897156: Fix warning.Yann Ylavic2022-01-181-1/+1
* * Allocate the dav_liveprop_elem structure only once in the lifetime of theRuediger Pluem2022-01-181-2/+8
* core: Allow an optional expression to be specified for an effectiveGraham Leggett2022-01-171-2/+93
* Clarify where the element can be obtained.Graham Leggett2021-09-261-2/+2
* Add dav_get_liveprop_element() to hide the implementation by whichGraham Leggett2021-09-262-9/+18
* * Correctly handle errors returned by dav providers on REPORT requests.Ruediger Pluem2021-09-241-21/+23
* Add log tags.Graham Leggett2021-06-242-2/+2
* dbm: Split the loading of a dbm driver from the opening of a dbm file. WhenGraham Leggett2021-06-242-1/+52
* * modules/dav/fs/repos.c (dav_fs_open_stream): Add specific logs forJoe Orton2020-09-151-1/+15
* mod_dav: Some DAV extensions, like CalDAV, specify both documentGraham Leggett2020-07-152-0/+32
* mod_dav: Add utility functions dav_validate_root_ns(),Graham Leggett2020-07-152-7/+66
* Extend method_precondition hook to be called during the PROPFINDGraham Leggett2020-07-052-4/+29
* mod_dav: Allow other DAV modules to use dav_get_resource().Graham Leggett2020-07-032-1/+4
* Begone foul tabs.Graham Leggett2020-06-291-26/+26
* mod_dav: Add method_precondition hook. WebDAV extensions defineGraham Leggett2020-06-292-18/+205
* Be defensive when the request is missing.Graham Leggett2020-06-291-1/+1
* Add implementation of deliver_report and gather_reports to mod_dav.c.Graham Leggett2020-06-281-97/+157
* Add hooks deliver_report and gather_reports to mod_dav.h. Allows otherGraham Leggett2020-06-282-4/+47
* Add dav_get_provider(), dav_open_lockdb() and dav_close_lockdb() mod_dav.h.Graham Leggett2020-06-282-3/+15
* "[mod_dav_fs etag handling] should really honor the FileETag setting".Graham Leggett2020-06-271-14/+13
* Follow up to r1879074: don't let dav_process_if_header() go above root.Yann Ylavic2020-06-241-0/+1
* Add ap_normalize_path() to replace ap_getparents() (with options).Yann Ylavic2020-06-221-1/+6
* core,modules: provide/use ap_parse_strict_length() helper.Yann Ylavic2020-05-201-16/+7
* Add missing pool tags to help debugging.Yann Ylavic2020-04-161-0/+1
* * module/dav/main/util.c (dav_check_bufsize): Don't callJoe Orton2020-02-171-1/+5
* Fix spelling errors found by codespell. [skip ci]Mike Rumph2020-02-133-5/+5
* PR62989: DOCTYPE tags in server-generated HTML. Eric Covener2020-01-311-1/+1
* * Replace apr_psprintf with apr_pstrcat where the format strings onlyRuediger Pluem2019-06-286-47/+55