index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
dav
/
main
/
mod_dav.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
mod_dav: Add dav_get_provider_name() function to obtain the name
Graham Leggett
2016-06-12
1
-0
/
+6
*
Rename ap_casecmpstr[n]() to ap_cstr_casecmp[n](), update with APR doxygen
William A. Rowe Jr
2016-06-09
1
-3
/
+3
*
mod_dav: Add support for childtags to dav_error.
Graham Leggett
2016-05-31
1
-8
/
+25
*
Added many log numbers to log statements that
Rainer Jung
2016-01-19
1
-0
/
+1
*
More ap_casecmpstr[n]() usages (follow up to r1715876).
Yann Ylavic
2015-11-23
1
-3
/
+3
*
Save a few bytes in conf pool
Christophe Jaillet
2015-06-06
1
-1
/
+1
*
core, modules: like r1657897 but for core and other modules than mod_proxy.
Yann Ylavic
2015-03-10
1
-3
/
+6
*
tab vs space
Christophe Jaillet
2014-10-22
1
-2
/
+2
*
Fix PR 56480: PROPFIND walker doesn't encode hrefs properly
Ben Reser
2014-06-13
1
-3
/
+5
*
mod_dav: Fix invalid Location header when a resource is created by passing an
Ben Reser
2014-05-06
1
-1
/
+1
*
Fix PR 55397: dav_resource->uri treated as an unparsed uri.
Ben Reser
2013-10-06
1
-10
/
+7
*
mod_dav: Fix PR 55306.
Ben Reser
2013-10-03
1
-1
/
+2
*
mod_dav: set r->status_line in dav_error_response.
Jan Kaluža
2013-09-30
1
-0
/
+1
*
Fix bug #55304 with the provided patch, slightly reformatted.
Greg Stein
2013-07-24
1
-2
/
+3
*
CVE-2013-1896
Graham Leggett
2013-05-23
1
-5
/
+6
*
core: Stop the HTTP_IN filter from attempting to write error buckets
Graham Leggett
2013-05-14
1
-3
/
+5
*
mod_dav: mod_dav overrides dav_fs response on PUT failure. PR 35981.
Graham Leggett
2013-04-30
1
-6
/
+11
*
mod_dav: Ensure URI is correctly uriencoded on return. PR 54611
Graham Leggett
2013-04-27
1
-1
/
+3
*
mod_dav: Sending an If or If-Match header with an invalid ETag doesn't
Graham Leggett
2013-04-27
1
-11
/
+11
*
mod_dav: Improve error handling in dav_method_put(), add new
Jeff Trawick
2013-04-04
1
-16
/
+15
*
Add lots of unique tags to error log messages
Stefan Fritsch
2011-12-03
1
-45
/
+45
*
Remove some ap_add_version_component() calls that don't provide any information
Stefan Fritsch
2011-11-09
1
-2
/
+0
*
Don't send a 500 if there is a timeout
Stefan Fritsch
2011-11-08
1
-5
/
+14
*
More cleanup: Expand tabs and some more indentation fixes
Stefan Fritsch
2011-09-23
1
-16
/
+16
*
Cleanup effort in prep for GA push:
Jim Jagielski
2011-09-23
1
-11
/
+11
*
Various code cleanup
Stefan Fritsch
2011-06-22
1
-2
/
+2
*
Avoid some memory allocations by using apr_table_setn where the string arguments
Stefan Fritsch
2011-06-13
1
-3
/
+3
*
Improvements found by cppcheck:
Stefan Fritsch
2011-05-15
1
-1
/
+1
*
revert r1026746:
Stefan Fritsch
2011-02-12
1
-32
/
+0
*
If an unknown Content-* header is received for a PUT request, we must not
Stefan Fritsch
2010-10-24
1
-0
/
+32
*
If a malformed Content-Range header is received for a PUT request, we
Stefan Fritsch
2010-10-24
1
-15
/
+27
*
- Remove a load of unused variables (or variables that are set but never read).
Stefan Fritsch
2010-08-03
1
-5
/
+3
*
Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to take
Stefan Fritsch
2010-06-06
1
-0
/
+2
*
Remove errno from dav_error interface. Calls to dav_new_error()
Jeff Trawick
2009-11-19
1
-29
/
+22
*
mod_dav_fs: Include uri when logging a PUT error due to connection abort.
Stefan Fritsch
2009-11-09
1
-3
/
+8
*
Return 409 instead of 500 for a LOCK request if the parent resource does not
Stefan Fritsch
2009-11-09
1
-0
/
+15
*
mod_dav: Allow other modules to add things to the DAV or Allow headers
Graham Leggett
2009-09-14
1
-0
/
+39
*
Remove unused conf variable.
Paul Querna
2009-09-01
1
-4
/
+0
*
* Prevent a segfault if the destination URI of a copy / move operation is
Ruediger Pluem
2008-04-02
1
-0
/
+5
*
* Set character set for HTML outputs generated by mod_ldap,
Ruediger Pluem
2007-12-24
1
-1
/
+1
*
update license header text
Roy T. Fielding
2006-07-11
1
-6
/
+6
*
Update the copyright year in all .c, .h and .xml files
Colm MacCarthaigh
2006-04-19
1
-1
/
+1
*
Clean up some code in mod_dav.
Garrett Rooney
2006-02-13
1
-6
/
+0
*
No functional Change: Removing trailing whitespace. This also
Jim Jagielski
2005-11-10
1
-10
/
+10
*
* Fix a null pointer dereference in dav_method_mkcol during the handling of
Ruediger Pluem
2005-11-05
1
-1
/
+1
*
* modules/dav/main/mod_dav.h: Wrap all public functions in
Justin Erenkrantz
2005-02-25
1
-6
/
+6
*
Improve interaction with caches in mod_dav.
Sander Striker
2005-02-14
1
-0
/
+7
*
Update copyright year to 2005 and standardize on current copyright owner line.
Justin Erenkrantz
2005-02-04
1
-1
/
+2
*
use new apr_strtoff function to parse PUT ranges correctly.
André Malo
2004-05-25
1
-6
/
+18
*
* modules/dav/main/mod_dav.c (dav_method_put): Fix segfault
Joe Orton
2004-05-21
1
-1
/
+1
[next]