| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow mod_dav_fs to tolerate race conditions between PROPFIND and an | Joe Orton | 2023-07-06 | 1 | -0/+14 |
* | Add RFC4331 quotas for mod_dav_fs | manu | 2023-03-02 | 1 | -5/+80 |
* | dav_get_liveprop_info() returns a long not an int. | Christophe Jaillet | 2022-05-04 | 1 | -3/+3 |
* | * modules/dav/fs/repos.c (dav_fs_open_stream): Add specific logs for | Joe Orton | 2020-09-15 | 1 | -1/+15 |
* | Be defensive when the request is missing. | Graham Leggett | 2020-06-29 | 1 | -1/+1 |
* | "[mod_dav_fs etag handling] should really honor the FileETag setting". | Graham Leggett | 2020-06-28 | 1 | -14/+13 |
* | Fix spelling errors found by codespell. [skip ci] | Mike Rumph | 2020-02-13 | 1 | -1/+1 |
* | * Replace apr_psprintf with apr_pstrcat where the format strings only | Ruediger Pluem | 2019-06-28 | 1 | -4/+6 |
* | core, modules: like r1657897 but for core and other modules than mod_proxy. | Yann Ylavic | 2015-03-10 | 1 | -1/+1 |
* | Fix indent. | Christophe Jaillet | 2014-11-11 | 1 | -6/+7 |
* | Fix PR 56480: PROPFIND walker doesn't encode hrefs properly | Ben Reser | 2014-06-13 | 1 | -21/+8 |
* | Followup to r1529559: mod_dav_fs: Fix encoding of hrefs in PROPFIND response. | Ben Reser | 2013-10-12 | 1 | -4/+17 |
* | Fix PR 55397: dav_resource->uri treated as an unparsed uri. | Ben Reser | 2013-10-06 | 1 | -4/+4 |
* | Change default FileETag to be "size mtime", i.e. remove the inode. Adjust the | Stefan Fritsch | 2011-11-08 | 1 | -2/+2 |
* | Cleanup effort in prep for GA push: | Jim Jagielski | 2011-09-23 | 1 | -5/+5 |
* | refactor to pull setting of Accept-Ranges header into http_protocol.c which | Eric Covener | 2011-09-08 | 1 | -1/+1 |
* | Various code cleanup | Stefan Fritsch | 2011-06-22 | 1 | -2/+1 |
* | Fix broken "creationdate" property in mod_dav_fs and | Rainer Jung | 2010-08-20 | 1 | -11/+10 |
* | Intel's compiler warns about assigning the non-enum value 0 to the | Jeff Trawick | 2010-08-06 | 1 | -4/+4 |
* | Look ma, portable code. | William A. Rowe Jr | 2010-04-07 | 1 | -8/+4 |
* | * Fix compiler warning on 64 bit environments | Ruediger Pluem | 2010-03-30 | 1 | -1/+2 |
* | Create new files with APR_OS_DEFAULT permissions. | Stefan Fritsch | 2010-03-28 | 1 | -2/+26 |
* | Remove errno from dav_error interface. Calls to dav_new_error() | Jeff Trawick | 2009-11-19 | 1 | -65/+79 |
* | When moving a file over device boundaries and unlinking the source file fails | Stefan Fritsch | 2009-11-10 | 1 | -2/+15 |
* | Fix compiler warning | Stefan Fritsch | 2009-11-09 | 1 | -1/+1 |
* | Fix litmus warning: According to RFC2518, COPY to non-existant collection | Stefan Fritsch | 2009-11-09 | 1 | -0/+1 |
* | Don't delete the whole file if a PUT with content-range failed. | Stefan Fritsch | 2009-11-09 | 1 | -1/+15 |
* | Make PUT with DAV_MODE_WRITE_TRUNC create a temporary file first and, when the | Stefan Fritsch | 2009-11-09 | 1 | -11/+57 |
* | Instead of checking device ids, try rename first and in case of EXDEV, | Stefan Fritsch | 2009-11-09 | 1 | -40/+13 |
* | fixed dav_hooks_repository_fs struct member order, fixed comments. | Guenter Knauf | 2009-10-27 | 1 | -3/+3 |
* | mod_dav: Provide a mechanism to obtain the request_rec and pathname | Graham Leggett | 2009-10-09 | 1 | -0/+10 |
* | * modules/dav/fs/repos.c (DAV_FINFO_MASK): Define macro. | Joe Orton | 2008-08-12 | 1 | -1/+11 |
* | mod_dav_fs: Retrieve minimal system information about directory | Jeff Trawick | 2008-08-07 | 1 | -3/+1 |
* | * Adjust etag generation to produce identical results on 32-bit and 64-bit | Ruediger Pluem | 2007-12-29 | 1 | -5/+7 |
* | update license header text | Roy T. Fielding | 2006-07-11 | 1 | -6/+6 |
* | * server/core.c (default_handler): Use apr_brigade_insert_file() to | Joe Orton | 2006-06-14 | 1 | -5/+1 |
* | Update the copyright year in all .c, .h and .xml files | Colm MacCarthaigh | 2006-04-19 | 1 | -1/+1 |
* | No functional Change: Removing trailing whitespace. This also | Jim Jagielski | 2005-11-10 | 1 | -22/+22 |
* | fix 64bit build warnings in modules/dav | Andreas Steinmetz | 2005-08-23 | 1 | -3/+3 |
* | Update copyright year to 2005 and standardize on current copyright owner line. | Justin Erenkrantz | 2005-02-04 | 1 | -1/+2 |
* | repos.c: In function `dav_fs_copymove_file': | André Malo | 2004-03-14 | 1 | -4/+3 |
* | Fix litmus test copy_nodestcoll; 2518 requires that MKCOL MUST fail | Joe Orton | 2004-03-13 | 1 | -0/+5 |
* | Forward-port from mod_dav 1.0: maintain the {DAV:}executable property | Joe Orton | 2004-03-13 | 1 | -2/+30 |
* | * modules/dav/fs/repos.c (MAP_IO2HTTP): New macro. | Joe Orton | 2004-03-12 | 1 | -21/+18 |
* | * modules/dav/fs/repos.c (dav_fs_copymove_file): Update for the fact | Joe Orton | 2004-03-11 | 1 | -4/+4 |
* | fix name of The Apache Software Foundation | André Malo | 2004-02-09 | 1 | -1/+1 |
* | apply Apache License, Version 2.0 | André Malo | 2004-02-06 | 1 | -49/+10 |
* | update license to 2004. | André Malo | 2004-01-01 | 1 | -1/+1 |
* | switch to APR 1.0 API (which is still in flux) | Jeff Trawick | 2003-09-03 | 1 | -2/+2 |
* | finished that boring job: | André Malo | 2003-02-03 | 1 | -1/+1 |