index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
dav
/
main
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix bug #55304 with the provided patch, slightly reformatted.
Greg Stein
2013-07-24
1
-2
/
+3
*
Fix indentation (plus now needed line-wrap).
Rainer Jung
2013-06-28
1
-2
/
+3
*
Clarify the existing behavior.
Graham Leggett
2013-05-24
1
-0
/
+4
*
Reverting as per veto in http://svn.apache.org/r1486021.
Graham Leggett
2013-05-24
1
-2
/
+4
*
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: Make sure the URI length is calculated correctly.
Graham Leggett
2013-04-30
1
-3
/
+5
*
mod_dav: Do not segfault on PROPFIND with a zero length DBM. PR 52559
Graham Leggett
2013-04-27
1
-4
/
+4
*
mod_dav: PROPPATCH delete (svn propdel) silently discards errors. PR 53525
Graham Leggett
2013-04-27
1
-4
/
+2
*
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: Make sure that when we prepare an If URL for Etag comparison,
Graham Leggett
2013-04-23
1
-0
/
+7
*
mod_dav: Improve error handling in dav_method_put(), add new
Jeff Trawick
2013-04-04
3
-16
/
+54
*
[Test] First try : remove extra ';'
Christophe Jaillet
2012-10-11
1
-1
/
+1
*
NetWare build tweaks.
Guenter Knauf
2012-08-09
1
-2
/
+2
*
Add lots of unique tags to error log messages
Stefan Fritsch
2011-12-03
2
-46
/
+46
*
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
2
-13
/
+13
*
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
*
Create dav.imp dynamically from header to catch all exports.
Guenter Knauf
2011-03-20
1
-64
/
+0
*
Removed dav_get_limit_xml_body() from mod_dav.h.
Guenter Knauf
2011-03-20
1
-3
/
+0
*
More NetWare build fixes.
Guenter Knauf
2011-03-20
1
-6
/
+6
*
Use a var INSTALLBASE to simplify NetWare installation rules.
Guenter Knauf
2011-03-18
1
-1
/
+1
*
Use var for prelude so its possible to change it at one place.
Guenter Knauf
2011-03-18
1
-1
/
+1
*
NetWare build overhaul in order to compile on Linux.
Guenter Knauf
2011-03-09
1
-1
/
+1
*
NetWare build overhaul in order to compile on Linux.
Guenter Knauf
2011-03-08
1
-1
/
+1
*
NetWare build overhaul in order to compile on Linux.
Guenter Knauf
2011-03-08
1
-7
/
+7
*
revert r1026746:
Stefan Fritsch
2011-02-12
1
-32
/
+0
*
Remove mis-placed period.
Daniel Earl Poirier
2010-11-02
1
-1
/
+1
*
Add to modules' help text (displayed by ./configure -h) more
Daniel Earl Poirier
2010-11-01
1
-1
/
+1
*
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
*
Fix broken "creationdate" property in mod_dav_fs and
Rainer Jung
2010-08-20
1
-7
/
+3
*
- Remove a load of unused variables (or variables that are set but never read).
Stefan Fritsch
2010-08-03
1
-5
/
+3
*
CVE-2010-1452: Fix handling of missing path segments in the parsed URI struct...
Paul Querna
2010-07-21
1
-1
/
+2
*
re-order many struct members for better alignment on 64bit
Stefan Fritsch
2010-07-01
1
-4
/
+4
*
Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to take
Stefan Fritsch
2010-06-06
2
-0
/
+3
*
more NetWare makefile cleanups.
Guenter Knauf
2009-12-01
1
-3
/
+1
*
Remove errno from dav_error interface. Calls to dav_new_error()
Jeff Trawick
2009-11-19
5
-81
/
+77
*
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
*
fixed dav_hooks_repository_fs struct member order, fixed comments.
Guenter Knauf
2009-10-27
1
-2
/
+2
*
mod_dav: Provide a mechanism to obtain the request_rec and pathname
Graham Leggett
2009-10-09
1
-0
/
+6
*
mod_dav: Allow other modules to become providers and add resource types
Graham Leggett
2009-09-19
3
-39
/
+103
*
mod_dav: Allow other modules to add things to the DAV or Allow headers
Graham Leggett
2009-09-14
3
-0
/
+77
[next]