index
:
delta/lighttpd-git.git
master
personal/gstrauss/master
personal/stbuehler/1.4.48-mod-proxy-fix
personal/stbuehler/ci-build
personal/stbuehler/cleanup-build
personal/stbuehler/fix-fdevent
personal/stbuehler/leaks
personal/stbuehler/mod-csrf
personal/stbuehler/mod-csrf-old
git.lighttpd.net: lighttpd/lighttpd1.4.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mod_webdav.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[build] _WIN32 __declspec(dllexport) *_plugin_init
Glenn Strauss
2023-05-03
1
-0
/
+1
*
[multiple] __MINGW32__ missing strftime() "%F %T"
Glenn Strauss
2023-05-03
1
-0
/
+4
*
[core] _WIN32 sys-unistd.h to wrap <unistd.h>
Glenn Strauss
2023-05-03
1
-1
/
+2
*
[multiple] _WIN32 Find*File() sys-dirent.h
Glenn Strauss
2023-05-03
1
-12
/
+4
*
[multiple] _WIN32 stat() compat sys-stat.h
Glenn Strauss
2023-05-03
1
-1
/
+1
*
[mod_webdav] send 409 Conflict if PUT miss parent
Glenn Strauss
2023-02-04
1
-1
/
+9
*
[mod_webdav] MOD_WEBDAV_BUILD_MINIMAL preproc opt
Glenn Strauss
2023-01-20
1
-0
/
+2
*
[mod_webdav] modify OPTIONS response if no db cfg
Glenn Strauss
2023-01-20
1
-12
/
+17
*
[multiple] spelling: github action check-spelling
Glenn Strauss
2023-01-09
1
-1
/
+1
*
[multiple] employ ck_calloc, ck_malloc shared code
Glenn Strauss
2022-12-10
1
-9
/
+5
*
[multiple] employ ck_realloc_u32() shared code
Glenn Strauss
2022-12-10
1
-16
/
+9
*
[multiple] mark mod_*_plugin_init() funcs cold
Glenn Strauss
2022-12-07
1
-0
/
+1
*
[mod_webdav] minor cleanups and adjustments
Glenn Strauss
2022-11-23
1
-9
/
+13
*
[core] manually calculate off_t max (fixes #3171)
Glenn Strauss
2022-09-15
1
-1
/
+1
*
[mod_webdav] build with Android NDK
Glenn Strauss
2022-07-22
1
-0
/
+8
*
[mod_webdav] webdav_reqbody_type_xml() fixes
Glenn Strauss
2022-07-01
1
-2
/
+4
*
[mod_webdav] check reqbody Content-Type is XML
Glenn Strauss
2022-06-11
1
-3
/
+28
*
[mod_webdav] cold func if xml reqbody w/o db conf
Glenn Strauss
2022-06-11
1
-8
/
+17
*
[mod_webdav] alt handling PROPFIND on collection
Glenn Strauss
2022-06-04
1
-35
/
+2
*
[mod_webdav] If-None-Match: * on non-existent
Glenn Strauss
2022-05-14
1
-2
/
+1
*
[multiple] use preferred syntax for Content-Type
Glenn Strauss
2022-05-11
1
-3
/
+3
*
[multiple] use buffer_append_char()
Glenn Strauss
2022-05-11
1
-21
/
+21
*
[mod_webdav] opt for partial PUT via copy/rename
Glenn Strauss
2022-04-12
1
-14
/
+98
*
[multiple] shared code for struct chunk and mmap
Glenn Strauss
2022-02-19
1
-66
/
+29
*
[multiple] pedantic chunk.c checks for 0-len chunk
Glenn Strauss
2022-02-19
1
-2
/
+3
*
[mod_webdav] no COPYFILE_CLONE_FORCE on OSX <10.12 (fixes #3142)
Glenn Strauss
2022-01-24
1
-10
/
+2
*
[mod_webdav] no sys/ioctl.h on _WIN32
Glenn Strauss
2022-01-10
1
-1
/
+1
*
[mod_webdav] define HAVE_RENAMEAT2 earlier
Glenn Strauss
2022-01-04
1
-4
/
+8
*
[mod_webdav] copy acceleration
Glenn Strauss
2022-01-04
1
-16
/
+238
*
[mod_webdav] copy_file_range() new in FreeBSD 13
Glenn Strauss
2022-01-02
1
-3
/
+1
*
[mod_webdav] copy_file_range() new in FreeBSD 13
Glenn Strauss
2022-01-01
1
-0
/
+7
*
[mod_webdav] detect truncated copy_file_range()
Glenn Strauss
2022-01-01
1
-1
/
+2
*
[multiple] remove r->physical.etag
Glenn Strauss
2021-12-12
1
-12
/
+8
*
[mod_webdav] If-None-Match on non-existent entity
Glenn Strauss
2021-12-09
1
-1
/
+1
*
[mod_webdav] ignore PROPFIND Depth for files
Glenn Strauss
2021-10-16
1
-3
/
+2
*
[multiple] fdevent_mkostemp()
Glenn Strauss
2021-09-30
1
-1
/
+1
*
[core] remove server.upload-temp-file-size limit
Glenn Strauss
2021-09-08
1
-3
/
+0
*
[core] chunkqueue_append_buffer always clears buf
Glenn Strauss
2021-09-08
1
-1
/
+1
*
[multiple] Y2038 32-bit signed time_t mitigations
Glenn Strauss
2021-09-04
1
-1
/
+1
*
[core] http_date_time_append() convenience macro
Glenn Strauss
2021-08-27
1
-3
/
+1
*
[multiple] reduce use of BUFFER_INTLEN_PTR
Glenn Strauss
2021-08-27
1
-2
/
+1
*
[multiple] reduce redundant NULL buffer checks
Glenn Strauss
2021-08-27
1
-91
/
+89
*
[core] simplify buffer_path_simplify()
Glenn Strauss
2021-05-08
1
-1
/
+1
*
[mod_webdav] quiet pedantic compiler warning
Glenn Strauss
2021-04-27
1
-1
/
+1
*
[mod_webdav] accept alt syntax in webdav.opts
Glenn Strauss
2021-04-25
1
-1
/
+1
*
[mod_expires,mod_webdav] fix truncated date string
Glenn Strauss
2021-04-24
1
-3
/
+3
*
[mod_webdav] always define webdav_mmap_file_chunk
Glenn Strauss
2021-04-07
1
-2
/
+2
*
[multiple] more reuse of http_date_time_to_str()
Glenn Strauss
2021-04-05
1
-10
/
+8
*
[mod_webdav] limit mem use under extreme condition
Glenn Strauss
2021-04-05
1
-57
/
+82
*
[mod_webdav] webdav_log_xml_response()
Glenn Strauss
2021-04-05
1
-10
/
+41
[next]