]> granicus.if.org Git - apache/history - modules/dav/main/mod_dav.h
Add DASL(SEARCH) support to mod_dav.
[apache] / modules / dav / main / mod_dav.h
2002-04-06 Sander StrikerAdd DASL(SEARCH) support to mod_dav.
2002-03-18 Greg SteinChange the REPORT handling APIs to deliver the content...
2002-03-13 Roy T. FieldingUpdate our copyright for this year.
2002-03-01 Greg SteinGive mod_dav the ability to output both standard and...
2002-02-09 Greg SteinGet rid of the DAVParam support. That was a concept...
2002-01-22 Greg Steindav_xml_get_cdata() is an exported function, so mark...
2002-01-14 Greg SteinRevamp how mod_dav asks its provider to generate a...
2001-09-18 Greg SteinRevamp the API that mod_dav uses to talk to back end...
2001-09-11 Greg SteinAdd an opaque datatype for managing a set of XML namesp...
2001-07-31 William A. Rowe Jr Clean up mod_dav error reporting to HTML/XHTML cross...
2001-05-05 Greg Steinclarify the use of some of the members of the dav_provi...
2001-04-17 Greg Steinallow non-absolute URIs to occur in some of the request...
2001-04-14 Greg SteinFix up the auto-versioning stuff. The new scheme more...
2001-04-14 Greg SteinImplement the MERGE method: fill in dav_method_merge...
2001-03-28 Jeff Trawickclean up some warnings dealing with
2001-03-28 Greg SteinPatch to sync with some changes to mod_dav 1.1:
2001-03-26 Greg Steinrevise the set of predefined PROPID values based on...
2001-02-16 Roy T. FieldingUpdate copyright to 2001
2001-02-12 Jeff Trawicktrailing commas in enum declarations aren't portable
2001-02-07 Greg SteinRevamp the CHECKOUT method handling and various support...
2001-02-05 Greg Stein*) add activity handling: OPTIONS and MKACTIVITY
2001-01-26 Greg SteinProvide a way to allow get_resource and get_parent_reso...
2001-01-20 Greg Steinsome stylistic tweaks post- John's patch
2001-01-20 Greg Stein- implement DeltaV OPTIONS extensions
2001-01-19 William A. Rowe Jr The big change. This is part 3 of the apr-util symbo...
2001-01-12 Greg SteinFix a problem found by Ryan when deleting collections...
2000-12-06 Greg Steinswitch to apr_dbm.h and the updated naming
2000-11-27 Greg Stein*) make find_liveprop() hook take a dav_resource rather...
2000-11-27 Greg Steinliveprops are handled via hooks, not the dav_provider...
2000-11-25 Greg Steinfix spelling: "writable" is the proper form
2000-11-23 Greg Steinshift some processing of "core" WebDAV properties out...
2000-11-23 Greg Steindav_resource should carry around a pool for allocations...
2000-11-23 Greg SteinMore revamping of live properties. Focused around the...
2000-11-19 Greg Steinclean out some liveprop hooks which are now handled...
2000-11-18 Greg Steinadd some docco from John Vasta
2000-11-15 Greg SteinApply a patch from John Vasta for adding (some/more...
2000-11-09 Greg Steinfinal round of walker cleanup: fix the provider API...
2000-11-09 Greg Steinone more round of walker cleanup: remove some items...
2000-11-09 Greg Steinfirst round whack at cleaning up the walker interface
2000-10-11 William A. Rowe Jr Here it is, mod_dav should build quite nicely on...
2000-10-10 Greg Steinadd DAV_RESOURCE_TYPE_PRIVATE.
2000-10-10 Greg Steinuse the APR type
2000-10-07 Greg Steinclean up the provider stuff some more: don't allow...
2000-10-07 Greg Steinforward-port John Vasta's checkin to mod_dav 1.1.x...
2000-09-09 Greg SteinThe "get resource" functionality is no longer a hook...
2000-09-09 Greg Steinupdate the WebDAV versioning support:
2000-08-02 Doug MacEachernprefix libapr functions and types with apr_
2000-07-10 Greg Steincomplete the removal of the old dav_dyn crap. dav plugi...
2000-07-10 Greg Steintorch just about all of the old dav_dyn stuff. temporar...
2000-07-10 Greg Steinnew liveprop namespace registration and lookup. modules...
2000-07-08 Greg Steinget rid of more of the old module/provider mechanisms...
2000-07-07 Greg Steindo the "get resource" via a hook rather than through...
2000-07-07 Greg Steinturn dav/fs/ into a real module
2000-07-07 Greg Steinuse ap_size_t rather than plain size_t
2000-07-03 Greg SteinJoe Orton writes:
2000-07-02 Greg Steinrun DAV's type_checker first so that it can grab the...
2000-06-29 Greg Steinalways include limits.h for the INT_MAX value.
2000-06-28 Greg Steinget the DAV stuff to compile for Apache 2.0. some unple...
2000-06-28 Greg Steinfirst, obvious step: alter the license/copyright on...
2000-06-28 Greg Steininitial checkin of the new Apache DAV code. this is...