]> granicus.if.org Git - apache/history - modules/dav
rebuild
[apache] / modules / dav /
2016-01-19 Rainer JungAdded many log numbers to log statements that
2015-11-24 Yann YlavicFollow up to r1715880: revert abusive ap_casecmpstr...
2015-11-23 Yann YlavicMore ap_casecmpstr[n]() usages (follow up to r1715876).
2015-11-21 Christophe JailletRemove some useless 'return' statements.
2015-09-30 Christophe JailletFix some style issues on files that can easily be synch...
2015-09-08 Christophe JailletIn order to save a few cycles, delay a hash table looku...
2015-08-09 Gregg Lewis SmithThird try, follows up 1694901 and 1694902
2015-08-09 Gregg Lewis Smithfollowup to r1694901, it was too greedy
2015-08-09 Gregg Lewis Smithap_config_auto.h is not used/created in non-Autoconf...
2015-06-06 Christophe JailletSave a few bytes in conf pool
2015-05-03 Ben Resermod_dav: Avoid doing the walk on a COPY source for...
2015-04-17 Jan Kaluža* mod_dav_fs: set default value of DavLockDB using...
2015-03-13 Christophe JailletAvoid a potential integer underflow in the lock timeout...
2015-03-10 Yann Ylaviccore, modules: like r1657897 but for core and other...
2015-01-09 Joe Orton* modules/dav/main/config.m4: Remove long-redundant...
2014-11-11 Christophe JailletFix indent.
2014-10-22 Christophe Jaillettab vs space
2014-06-13 Ben ReserFix PR 56480: PROPFIND walker doesn't encode hrefs...
2014-05-06 Ben Resermod_dav: Fix invalid Location header when a resource...
2014-04-21 Christophe JailletTypo in comment
2014-01-11 Christophe JailletStyle, indentation. No functional change.
2014-01-09 Christophe JailletAdd missing break in 'dav_generic_do_refresh' to avoid...
2014-01-09 Christophe JailletAs in 'dav_generic_do_refresh', add missing break in...
2014-01-08 Ben ReserSECURITY: CVE-2013-6438 (cve.mitre.org)
2013-11-15 Jeff Trawickmore apr_file_write_full() simplification (like r1542413)
2013-10-12 Ben ReserFollowup to r1529559: mod_dav_fs: Fix encoding of hrefs...
2013-10-06 Ben ReserFix PR 55397: dav_resource->uri treated as an unparsed...
2013-10-03 Ben Resermod_dav: Fix PR 55306.
2013-09-30 Jan Kalužamod_dav: set r->status_line in dav_error_response.
2013-07-24 Greg SteinFix bug #55304 with the provided patch, slightly reform...
2013-06-27 Rainer JungFix indentation (plus now needed line-wrap).
2013-05-24 Graham LeggettClarify the existing behavior.
2013-05-24 Graham LeggettReverting as per veto in http://svn.apache.org/r1486021.
2013-05-23 Graham LeggettCVE-2013-1896
2013-05-14 Graham Leggettcore: Stop the HTTP_IN filter from attempting to write...
2013-04-30 Graham Leggettmod_dav: mod_dav overrides dav_fs response on PUT failu...
2013-04-30 Graham Leggettmod_dav: Make sure the URI length is calculated correctly.
2013-04-27 Graham Leggettmod_dav: Do not segfault on PROPFIND with a zero length...
2013-04-27 Graham Leggettmod_dav: Do not fail PROPPATCH when prop namespace...
2013-04-27 Graham Leggettmod_dav: When a PROPPATCH attempts to remove a non...
2013-04-27 Graham Leggettmod_dav: PROPPATCH delete (svn propdel) silently discar...
2013-04-27 Graham Leggettmod_dav: Ensure URI is correctly uriencoded on return...
2013-04-27 Graham Leggettmod_dav: Sending an If or If-Match header with an inval...
2013-04-23 Graham Leggettmod_dav: Make sure that when we prepare an If URL for...
2013-04-04 Jeff Trawickmod_dav: Improve error handling in dav_method_put(...
2012-10-11 Christophe Jaillet[Test] First try : remove extra ';'
2012-08-09 Guenter KnaufNetWare build tweaks.
2012-04-26 Stefan FritschReplace use of apr_file_write() with apr_file_write_ful...
2012-01-20 Stefan FritschMake APACHE_MODULE() accept an optional prerequisite...
2011-12-02 Stefan FritschAdd lots of unique tags to error log messages
2011-11-08 Stefan FritschRemove some ap_add_version_component() calls that don...
2011-11-08 Stefan FritschDon't send a 500 if there is a timeout
2011-11-08 Stefan FritschChange default FileETag to be "size mtime", i.e. remove...
2011-09-23 Stefan FritschMore cleanup: Expand tabs and some more indentation...
2011-09-23 Jim JagielskiCleanup effort in prep for GA push:
2011-09-08 Eric Covenerrefactor to pull setting of Accept-Ranges header into...
2011-07-13 Stefan Fritschadjustments of build priorities of modules without...
2011-06-22 Stefan FritschVarious code cleanup
2011-06-13 Stefan FritschAvoid some memory allocations by using apr_table_setn...
2011-06-07 Stefan FritschLog the proper module name on errors
2011-06-07 Stefan FritschLog a more obvious message if apr cannot load its dbm...
2011-06-07 Stefan FritschDon't return an undefined value if opening of a read...
2011-05-22 Stefan FritschFix various "variable 'x' set but not used" warnings.
2011-05-15 Stefan FritschImprovements found by cppcheck:
2011-03-20 Guenter KnaufCreate dav.imp dynamically from header to catch all...
2011-03-20 Guenter KnaufRemoved dav_get_limit_xml_body() from mod_dav.h.
2011-03-20 Guenter KnaufMore NetWare build fixes.
2011-03-18 Guenter KnaufUse a var INSTALLBASE to simplify NetWare installation...
2011-03-18 Guenter KnaufUse var for prelude so its possible to change it at...
2011-03-09 Guenter KnaufNetWare build overhaul in order to compile on Linux.
2011-03-08 Guenter KnaufNetWare build overhaul in order to compile on Linux.
2011-03-08 Guenter KnaufNetWare build overhaul in order to compile on Linux.
2011-02-12 Stefan Fritschrevert r1026746:
2010-11-02 Daniel Earl PoirierRemove mis-placed period.
2010-11-01 Daniel Earl PoirierAdd to modules' help text (displayed by ./configure...
2010-10-24 Stefan FritschIf an unknown Content-* header is received for a PUT...
2010-10-24 Stefan FritschIf a malformed Content-Range header is received for...
2010-08-20 Rainer JungFix broken "creationdate" property in mod_dav_fs and
2010-08-06 Jeff TrawickIntel's compiler warns about assigning the non-enum...
2010-08-03 Stefan Fritsch- Remove a load of unused variables (or variables that...
2010-07-22 Guenter KnaufRemoved obsolete include paths from NetWare makefiles.
2010-07-21 Paul QuernaCVE-2010-1452: Fix handling of missing path segments...
2010-06-30 Stefan Fritschre-order many struct members for better alignment on...
2010-06-06 Stefan FritschUse the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros...
2010-04-07 William A. Rowe JrLook ma, portable code.
2010-03-30 Ruediger Pluem* Fix compiler warning on 64 bit environments
2010-03-28 Stefan FritschCreate new files with APR_OS_DEFAULT permissions.
2009-12-01 Guenter Knaufmore NetWare makefile cleanups.
2009-11-19 Jeff TrawickRemove errno from dav_error interface. Calls to dav_ne...
2009-11-10 Stefan FritschWhen moving a file over device boundaries and unlinking...
2009-11-10 Stefan FritschRevert removal of the key_type byte in the lock key...
2009-11-09 Stefan Fritschmod_dav_fs: Include uri when logging a PUT error due...
2009-11-09 Stefan FritschReturn 409 instead of 500 for a LOCK request if the...
2009-11-09 Stefan FritschFix compiler warning
2009-11-09 Stefan FritschFix litmus warning: According to RFC2518, COPY to non...
2009-11-09 Stefan FritschDon't delete the whole file if a PUT with content-range...
2009-11-09 Stefan FritschMake PUT with DAV_MODE_WRITE_TRUNC create a temporary...
2009-11-09 Stefan FritschInstead of checking device ids, try rename first and...
2009-10-27 Guenter Knauffixed dav_hooks_repository_fs struct member order,...
2009-10-09 Graham Leggettmod_dav: Provide a mechanism to obtain the request_rec...
next