]> granicus.if.org Git - apache/history - modules/dav
Upon further review, it seems silly to add z the here when we didn't add
[apache] / modules / dav /
2002-09-06 Greg SteinSimplify mod_dav's handler.
2002-09-05 Justin ErenkrantzSwitch hook from type_checker to fixups.
2002-09-05 Justin ErenkrantzAllow mod_dav to be involved with sub-requests.
2002-08-03 William A. Rowe Jr catch up with the apr_atoll -> apr_atoi64 rename
2002-07-25 Greg SteinIn some application environments, the mod_dav hook...
2002-07-24 Wilfredo SanchezReplace atol() calls which should return long long...
2002-07-10 Victor J. OrlikowskiContinue the Bill Rowe apr_size_t crusade.
2002-07-06 Ian HolsmanRenames Pending:
2002-06-28 William A. Rowe Jr Prevent us from getting stuck in a NULL provider...
2002-06-23 William A. Rowe Jr Whoops... removal of the last compat was just this...
2002-06-23 William A. Rowe Jr The real pain. ap->apr xml and text types.
2002-06-23 William A. Rowe Jr That's apr, not ap (any longer)
2002-06-07 Ryan BloomCall ap_discard_request_body from ap_finalize_request...
2002-06-05 William A. Rowe Jr cvs up/diff gets pretty hard to track with vc7 builds.
2002-05-17 Jeff Trawickstop using APLOG_NOERRNO in calls to ap_log_[pr]error()
2002-05-17 Jeff Trawickstop using APLOG_NOERRNO in calls to ap_log_[pr]error()
2002-04-08 Jeff Trawickfix the function name in the prototype for dav_get_sear...
2002-04-06 Sander StrikerAdd DASL(SEARCH) support to mod_dav.
2002-04-06 Greg SteinPort over some fixes to mod_dav 1.0 so that the Apache...
2002-03-29 Cliff WoolleyBUCKET FREELISTS
2002-03-21 Sander StrikerUpdate callers of apr_explode_gmt to apr_time_exp_gmt...
2002-03-20 Bill StoddardCommit 1 of 2 to:
2002-03-20 Bill StoddardFirst commit to introduce accessor function to set...
2002-03-19 Greg SteinThe underlying change here was to add the new WebDAV...
2002-03-18 Greg SteinChange the REPORT handling APIs to deliver the content...
2002-03-16 William A. Rowe Jr Eliminate potential ap_server_root_relative segfaults...
2002-03-14 Bradley NicholesImport file for NetWare
2002-03-13 Roy T. FieldingUpdate our copyright for this year.
2002-03-08 Greg Stein* mod_dav.c (dav_handle_err): look through the error...
2002-03-07 Sander StrikerBig style patch.
2002-03-06 Ian Holsmanapr-utils rename apr_ansi_time_to_apr_time and
2002-03-01 Bradley NicholesSwitching from a project build file to GNU make files
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-27 Greg SteinAPR might not return everything we're asking for. Let...
2002-01-25 Greg SteinFix some serious, hard-core breakage :-( I don't even...
2002-01-24 Greg SteinSome extra tweaks to the DAV code file/path handling...
2002-01-24 William A. Rowe Jr The clean solution.
2002-01-24 William A. Rowe Jr If you only mean to ask one question, why ask a dozen?
2002-01-24 William A. Rowe Jr Omitted this argument and const'ness. All looks...
2002-01-24 William A. Rowe Jr Cause dav_fs_get_parent_resource to fail if the file...
2002-01-23 Jeff Trawickset the variable before looking at it
2002-01-23 William A. Rowe Jr Eliminate a large number of Win32-isms. In large...
2002-01-22 Greg Steindav_xml_get_cdata() is an exported function, so mark...
2002-01-20 Greg SteinIf the provider returns an error, then we should propag...
2002-01-14 Greg SteinRevamp how mod_dav asks its provider to generate a...
2002-01-10 William A. Rowe Jr *) Split all Win32 modules [excluding the core compon...
2002-01-07 Greg SteinFix how mod_dav examines methods in the request --...
2001-12-17 Victor J. OrlikowskiRemove old kludge for AIX, since the rtl flags handles...
2001-11-23 Ian HolsmanModify post_config hook so that it can return a error,
2001-11-21 Greg Amesinclude the appropriate header files for ntohs and...
2001-11-11 Ian HolsmanThis patch changes the apr_table_elts macro so that...
2001-11-02 Greg SteinDon't change the type of the new resource. The provider...
2001-10-09 Greg SteinGet rid of some byterange handling code; it doesn't...
2001-10-08 Greg SteinDon't set r->status_line. Apache uses that in preferenc...
2001-09-18 Greg SteinSimplify dav_propdb_define_namespaces(); since we're...
2001-09-18 Greg SteinRevamp the API that mod_dav uses to talk to back end...
2001-09-18 Greg SteinNow that we have apr_datum_t, convert some uses of...
2001-09-18 Greg SteinNeed to store the pool into the xmlns structure.
2001-09-11 Greg SteinAdd an opaque datatype for managing a set of XML namesp...
2001-08-26 William A. Rowe Jr Toggle the /Zi flag to allow all supportd versions...
2001-08-23 William A. Rowe Jr Canonicalization will now occur on all sub_req_lookup...
2001-08-19 Doug MacEachernadjust to apr_uri_ rename
2001-08-19 Doug MacEachernadjust to UNP_ -> APR_URI_UNP_ rename
2001-08-17 William A. Rowe Jr Based on the VC6 switch - and pulling the win32 make...
2001-08-17 William A. Rowe Jr The purpose of this patch is to toggle the debugging...
2001-08-17 William A. Rowe Jr Given a choice between chasing my tail to keep these...
2001-08-16 William A. Rowe Jr Ignore goodness
2001-08-16 William A. Rowe Jr More Versioning
2001-08-15 Victor J. OrlikowskiWorks under AIX as a DSO now.
2001-08-14 Brian HavardOS/2: Allow mod_dav_fs to build as a DLL. It needs...
2001-08-11 Ryan BloomFix the new method code. We need to cast 1 to an apr_i...
2001-08-07 William A. Rowe Jr Update for the 2.0.23 tag
2001-08-02 William A. Rowe Jr Need some context for the iterator! Finally get...
2001-08-01 Victor J. OrlikowskiDo this the traditional/correct way.
2001-07-31 Victor J. OrlikowskiGet dav_fs to follow options for dav.
2001-07-31 William A. Rowe Jr Clean up mod_dav error reporting to HTML/XHTML cross...
2001-07-31 William A. Rowe Jr Provide some cast safety tests and close the _last_...
2001-07-23 Victor J. OrlikowskiFix a couple of compiler warnings, since these are...
2001-07-20 William A. Rowe Jr Update for latest structure changes for 2.0.21
2001-06-28 William A. Rowe Jr Refresh .mak files for tagging 2.0.19
2001-05-22 Roy T. FieldingMoved util_uri to apr-util/uri/apr_uri, which means...
2001-05-18 Greg SteinMake mod_dav_fs mirror whatever mod_dav was enabled...
2001-05-16 Jeff TrawickAccount for changes to the name of field "private"...
2001-05-05 Greg Steinclarify the use of some of the members of the dav_provi...
2001-05-01 Jeff TrawickInitialize a local variable to prevent a gcc warning...
2001-04-29 Roy T. FieldingCompletely revamp configure so that it preserves the...
2001-04-28 William A. Rowe Jr Pass the perms arg to apr_dbm_open
2001-04-27 Greg Steinfast-path some cases, primarily to avoid an allocation...
2001-04-17 Greg Steinallow non-absolute URIs to occur in some of the request...
2001-04-15 Ryan BloomIf mod_dav is not enabled, then don't enable mod_dav_fs.
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-04-12 Ryan BloomForce the dav/fs config.m4 file to be added to the...
2001-04-12 Ryan BloomMake the dav/main config.m4 file be added to the config...
2001-04-12 William A. Rowe Jr It's critical that apps use the APR_STATUS_IS_EFOO...
2001-04-08 Victor J. OrlikowskiBacking my earlier change out; There exists the possibi...
2001-04-05 William A. Rowe Jr Time to refresh mak on Win32
2001-04-04 Victor J. OrlikowskiSince ap_parse_uri_components() now guarantees port...
2001-03-28 Jeff Trawickclean up some warnings dealing with
next