summaryrefslogtreecommitdiffstats
path: root/modules/dav/fs/repos.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Allow mod_dav_fs to tolerate race conditions between PROPFIND and anJoe Orton2023-07-061-0/+14
* Add RFC4331 quotas for mod_dav_fsmanu2023-03-021-5/+80
* dav_get_liveprop_info() returns a long not an int.Christophe Jaillet2022-05-041-3/+3
* * 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-281-14/+13
* Fix spelling errors found by codespell. [skip ci]Mike Rumph2020-02-131-1/+1
* * Replace apr_psprintf with apr_pstrcat where the format strings onlyRuediger Pluem2019-06-281-4/+6
* 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
* 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
* 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
* Fix broken "creationdate" property in mod_dav_fs andRainer Jung2010-08-201-11/+10
* Intel's compiler warns about assigning the non-enum value 0 to the Jeff Trawick2010-08-061-4/+4
* Look ma, portable code.William A. Rowe Jr2010-04-071-8/+4
* * Fix compiler warning on 64 bit environmentsRuediger Pluem2010-03-301-1/+2
* Create new files with APR_OS_DEFAULT permissions.Stefan Fritsch2010-03-281-2/+26
* Remove errno from dav_error interface. Calls to dav_new_error()Jeff Trawick2009-11-191-65/+79
* When moving a file over device boundaries and unlinking the source file failsStefan Fritsch2009-11-101-2/+15
* Fix compiler warningStefan Fritsch2009-11-091-1/+1
* Fix litmus warning: According to RFC2518, COPY to non-existant collectionStefan Fritsch2009-11-091-0/+1
* Don't delete the whole file if a PUT with content-range failed.Stefan Fritsch2009-11-091-1/+15
* Make PUT with DAV_MODE_WRITE_TRUNC create a temporary file first and, when theStefan Fritsch2009-11-091-11/+57
* Instead of checking device ids, try rename first and in case of EXDEV,Stefan Fritsch2009-11-091-40/+13
* fixed dav_hooks_repository_fs struct member order, fixed comments.Guenter Knauf2009-10-271-3/+3
* mod_dav: Provide a mechanism to obtain the request_rec and pathnameGraham Leggett2009-10-091-0/+10
* * modules/dav/fs/repos.c (DAV_FINFO_MASK): Define macro.Joe Orton2008-08-121-1/+11
* mod_dav_fs: Retrieve minimal system information about directory Jeff Trawick2008-08-071-3/+1
* * Adjust etag generation to produce identical results on 32-bit and 64-bitRuediger Pluem2007-12-291-5/+7
* update license header textRoy T. Fielding2006-07-111-6/+6
* * server/core.c (default_handler): Use apr_brigade_insert_file() toJoe Orton2006-06-141-5/+1
* Update the copyright year in all .c, .h and .xml filesColm MacCarthaigh2006-04-191-1/+1
* No functional Change: Removing trailing whitespace. This alsoJim Jagielski2005-11-101-22/+22
* fix 64bit build warnings in modules/davAndreas Steinmetz2005-08-231-3/+3
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* repos.c: In function `dav_fs_copymove_file':André Malo2004-03-141-4/+3
* Fix litmus test copy_nodestcoll; 2518 requires that MKCOL MUST failJoe Orton2004-03-131-0/+5
* Forward-port from mod_dav 1.0: maintain the {DAV:}executable propertyJoe Orton2004-03-131-2/+30
* * modules/dav/fs/repos.c (MAP_IO2HTTP): New macro.Joe Orton2004-03-121-21/+18
* * modules/dav/fs/repos.c (dav_fs_copymove_file): Update for the factJoe Orton2004-03-111-4/+4
* 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
* switch to APR 1.0 API (which is still in flux)Jeff Trawick2003-09-031-2/+2
* finished that boring job:André Malo2003-02-031-1/+1