]> granicus.if.org Git - apache/history - modules/dav/fs/repos.c
Fix litmus test copy_nodestcoll; 2518 requires that MKCOL MUST fail
[apache] / modules / dav / fs / repos.c
2004-03-13 Joe OrtonFix litmus test copy_nodestcoll; 2518 requires that...
2004-03-13 Joe OrtonForward-port from mod_dav 1.0: maintain the {DAV:}execu...
2004-03-12 Joe Orton* modules/dav/fs/repos.c (MAP_IO2HTTP): New macro.
2004-03-11 Joe Orton* modules/dav/fs/repos.c (dav_fs_copymove_file): Update...
2004-02-09 André Malofix name of The Apache Software Foundation
2004-02-06 André Maloapply Apache License, Version 2.0
2004-01-01 André Maloupdate license to 2004.
2003-09-03 Jeff Trawickswitch to APR 1.0 API (which is still in flux)
2003-02-03 André Malofinished that boring job:
2002-10-29 William A. Rowe Jr Detabbify. With extreme prejudice.
2002-07-25 Greg SteinIn some application environments, the mod_dav hook...
2002-06-23 William A. Rowe Jr Whoops... removal of the last compat was just this...
2002-04-06 Sander StrikerAdd DASL(SEARCH) support to mod_dav.
2002-03-29 Cliff WoolleyBUCKET FREELISTS
2002-03-21 Sander StrikerUpdate callers of apr_explode_gmt to apr_time_exp_gmt...
2002-03-13 Roy T. FieldingUpdate our copyright for this year.
2002-03-06 Ian Holsmanapr-utils rename apr_ansi_time_to_apr_time and
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 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-14 Greg SteinRevamp how mod_dav asks its provider to generate a...
2001-05-16 Jeff TrawickAccount for changes to the name of field "private"...
2001-04-12 William A. Rowe Jr It's critical that apps use the APR_STATUS_IS_EFOO...
2001-03-14 Jeff Trawickfix a sprintf() format string; use APR_OFF_T_FMT for...
2001-02-23 Brian HavardClean up a bunch of incompatible pointer type warnings.
2001-02-16 Roy T. FieldingUpdate copyright to 2001
2001-02-10 Greg Steinmore APR-ization
2001-02-08 Doug MacEachernrenaming various functions for consistency sake
2001-02-07 Greg SteinRevamp the CHECKOUT method handling and various support...
2001-01-31 William A. Rowe Jr Eliminate all assumptions that finfo.protection refle...
2001-01-26 Greg SteinProvide a way to allow get_resource and get_parent_reso...
2001-01-23 William A. Rowe Jr Accomodate the change to the apr_read_dir() arguments...
2001-01-20 William A. Rowe Jr The changes required for the APR_FINFO_wanted argument to
2001-01-20 Greg Steinsome stylistic tweaks post- John's patch
2001-01-20 Greg Stein- implement DeltaV OPTIONS extensions
2001-01-12 Greg SteinFix a problem found by Ryan when deleting collections...
2001-01-05 Ryan BloomStop copying file names that we get from apr_file_t...
2000-12-17 Ryan BloomRename the apr_opendir symbol to apr_dir_open. This...
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-26 Greg Stein*) Compensate for recent changes in the APR headers...
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-22 Greg Steinminor cleaning: provider ids are no longer used
2000-11-19 Greg Steinclean out some liveprop hooks which are now handled...
2000-11-18 William A. Rowe Jr Some signedness issues - consistify the size_t references
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-07 Greg Steinclean up the provider stuff some more: don't allow...
2000-10-06 Greg Steinrecent changes bungled the state of the EEXIST test.
2000-10-06 William A. Rowe Jr Back out or finish up a few non-apr tests. Won't...
2000-10-06 William A. Rowe Jr Completed review for new tests:
2000-09-09 Greg SteinThe "get resource" functionality is no longer a hook...
2000-08-09 Bill StoddardFix compile break
2000-08-08 Bill StoddardUpdated patch to fix compile warnings from not includin...
2000-08-06 William A. Rowe Jr Remaining cleanup of ap_ -> apr_ and AP_ -> APR_...
2000-08-02 Doug MacEachernprefix libapr functions and types with apr_
2000-07-15 Greg Steinadd ap_full_read() and ap_full_write(). they guarantee...
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 SteinAPR-ize repos.c and lock.c. trim back repos.h. Original...
2000-07-03 Greg SteinJoe Orton writes:
2000-07-03 Greg Steinre-enable the "move by rename" optimization (now that...
2000-07-03 Greg SteinAPR-ize dav_format_time()
2000-07-03 Greg Steinmisc const cleanups and others issues found using maint...
2000-07-01 Greg Steinno need for relative includes. the directories will...
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...