summaryrefslogtreecommitdiffhomepage
path: root/src/http/modules/ngx_http_dav_module.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-30All known output headers can be linked lists now.Maxim Dounin1-0/+1
2021-05-24Location header escaping in redirects (ticket #882).Ruslan Ermilov1-1/+24
2019-12-23Dav: added checks for chunked to body presence conditions.Maxim Dounin1-3/+5
2019-12-16Saved some memory allocations.Ruslan Ermilov1-26/+5
2019-12-16Dav: fixed Location in successful MKCOL response.Ruslan Ermilov1-1/+2
2018-08-02Dav: removed dead store after 8e7a5de61664.Sergey Kandaurov1-2/+0
2018-08-01Dav: changed COPY of a file to preserve access mask.Maxim Dounin1-1/+1
2018-02-07Dav: added error logging.Roman Arutyunyan1-1/+10
2017-04-20Cleaned up r->headers_out.headers allocation error handling.Sergey Kandaurov1-0/+1
2016-12-22Fixed missing "Location" field with some relative redirects.Ruslan Ermilov1-6/+3
2016-05-16Dav: return 501 on PUT with ranges (ticket #948).Maxim Dounin1-0/+6
2016-03-30Style.Ruslan Ermilov1-5/+5
2015-06-11Moved ngx_http_parse_time() to core, renamed accordingly.Maxim Dounin1-1/+1
2014-07-30Dav: ngx_http_map_uri_to_path() errors were not checked.FengGu1-4/+16
2013-12-23Dav: emit a warning about unsafe URI.Ruslan Ermilov1-1/+1
2013-10-02Unused macro and variable removed.Sergey Kandaurov1-2/+0
2012-11-21Dav: fixed segfault on PUT if body was already read (ticket #238).Maxim Dounin1-0/+5
2012-01-18Copyright updated.Maxim Konovalov1-0/+1
2011-09-19Replaced "can not" with "cannot" and "could not" in a bunch of places.Ruslan Ermilov1-1/+1
2010-06-10allow Destination URL without hostIgor Sysoev1-0/+7
2010-05-24remove r->zero_in_uriIgor Sysoev1-4/+0
2010-04-22use lstat() for WebDAV DELETE, COPY, and MOVE to handle symlinksIgor Sysoev1-7/+7
2009-10-06omit '\0' from "Location" header on MKCOL requestIgor Sysoev1-0/+1
2009-09-25check unsafe DestinationIgor Sysoev1-5/+11
2009-08-20fix copy destination name length, introduced in r3025Igor Sysoev1-0/+2
2009-08-12allow cross device temporary files atomic copying:Igor Sysoev1-99/+16
2009-06-02return NULL instead of NGX_CONF_ERROR on a create conf failureIgor Sysoev1-1/+1
2009-04-29uniform ngx_file_info() interface with ngx_fd_info()Igor Sysoev1-4/+4
2009-04-18remove TODO commentsIgor Sysoev1-1/+0
2008-12-10use ngx_ext_rename_file() for single file MOVEIgor Sysoev1-1/+27
2008-06-17*) back out r2040Igor Sysoev1-1/+1
2008-05-15*) host in request line has priorityIgor Sysoev1-10/+8
2008-03-03C++ compatibilityIgor Sysoev1-1/+1
2008-01-22fix building by msvc introduced in r1817Igor Sysoev1-1/+1
2008-01-08style fix: remove trailing spaceIgor Sysoev1-1/+1
2008-01-05fix commentIgor Sysoev1-1/+1
2008-01-03use ngx_ext_rename_file() in PUTIgor Sysoev1-81/+12
2008-01-03do not delete target until all tests will be done,Igor Sysoev1-49/+78
2008-01-03add logIgor Sysoev1-0/+5
2008-01-03add commentIgor Sysoev1-0/+5
2008-01-03test URI/Destination collection/non-collection and DepthIgor Sysoev1-4/+26
2008-01-03axe useless codeIgor Sysoev1-6/+0
2008-01-03change orderIgor Sysoev1-48/+48
2008-01-03change status code, add log message, and test collection URIIgor Sysoev1-8/+11
2008-01-03style fixIgor Sysoev1-3/+0
2007-12-30min_delete_depthIgor Sysoev1-10/+43
2007-12-30log DELETE errorsIgor Sysoev1-5/+16
2007-12-30axe useless codeIgor Sysoev1-6/+0
2007-12-30change status code and add log messageIgor Sysoev1-1/+3
2007-12-29several changes in server_name:Igor Sysoev1-9/+15