]> granicus.if.org Git - apache/history - modules/dav
Provide apr_pool_t arg to register_hooks, since anything they do in that
[apache] / modules / dav /
2001-01-17 William A. Rowe Jr Provide apr_pool_t arg to register_hooks, since anyth...
2001-01-12 Greg SteinFix a problem found by Ryan when deleting collections...
2001-01-08 Doug MacEachernadjust remaining modules to use the new handler hook...
2001-01-05 Ryan BloomStop copying file names that we get from apr_file_t...
2000-12-21 William A. Rowe Jr Last of the Win32 goodness I've noticed
2000-12-21 William A. Rowe Jr Out of the sandbox and into prime time. Note......
2000-12-21 William A. Rowe Jr Correction, commited the vc5. Need vc6 in the tree...
2000-12-21 William A. Rowe Jr The Win32 overhaul, in summary;
2000-12-17 Ryan BloomRename the apr_opendir symbol to apr_dir_open. This...
2000-12-14 Jeff TrawickThe local_addr and remote_addr fields in the conn_rec...
2000-12-12 Greg Steinsdbm.h is now apr_sdbm.h
2000-12-08 William A. Rowe Jr Back out the .dsp changes (my bad - jumped to fast.)
2000-12-08 William A. Rowe Jr Adjustments to dav for apr_dbm_open args change
2000-12-06 Greg Steinswitch to apr_dbm.h and the updated naming
2000-12-06 Greg Steinapache_need_sdbm is no longer applicable. clean it...
2000-12-05 William A. Rowe Jr The -big- fix, all the proper linkages for BaseAddr...
2000-12-05 William A. Rowe Jr A bit of inclusion for the apr-util package.
2000-12-05 William A. Rowe Jr This patch illustrates the new locations, and makes...
2000-11-29 William A. Rowe Jr Make Win32 build again
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-27 Greg Steintoss dbm. use the new apu_dbm interfaces.
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-23 Greg Stein*) fix subtle crasher in COPY method
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-18 Greg Steinadd some docco from John Vasta
2000-11-16 Greg Steinuse apr_size_t and a few minor tweaks
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 Steinshould be DAV_WALKTYPE_NORMAL, not _ALL
2000-11-09 Greg Steinfirst round whack at cleaning up the walker interface
2000-11-05 Greg Steinoops. only do the slash management if dir != NULL
2000-10-16 Greg Steinthe zero-length hash key is valid. use (-1) as the...
2000-10-14 David ReidGet dav-fs building again.
2000-10-11 William A. Rowe Jr Here it is, mod_dav should build quite nicely on...
2000-10-11 William A. Rowe Jr Read the /D symbol declaration in this patch with...
2000-10-11 William A. Rowe Jr These don't do anything until the patch on the table...
2000-10-10 Greg Steinadd DAV_RESOURCE_TYPE_PRIVATE.
2000-10-10 Greg Stein*) fix GET handling: cache the provider; test through...
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-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-10-06 Greg Stein*) convert fs/lock.c to use APR UUIDs for the opaque...
2000-09-09 Greg SteinThe "get resource" functionality is no longer a hook...
2000-09-09 Greg Steinthe DAV directive now takes the name of a repository...
2000-09-09 Greg Steinupdate the WebDAV versioning support:
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-25 William A. Rowe Jr Add APR_EOL_STR for a platform specific text delimite...
2000-07-17 Keith WannamakerFix copy/move depth infinity lock propagation problem.
2000-07-15 Greg Steinadd ap_full_read() and ap_full_write(). they guarantee...
2000-07-13 Greg Steinupdate for APR-ized SDBM interfaces
2000-07-12 Greg Steinfix problems with placing stuff across multiple lines.
2000-07-11 Greg Steinshift the LimitXMLRequestBody directive to the core...
2000-07-10 Greg Steineek. don't include carriage returns in the m4 macro...
2000-07-10 Greg Steincomplete the removal of the old dav_dyn crap. dav plugi...
2000-07-10 Greg Steinliveprop namespace indexes are 1-based. make room in...
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 Steindo the config/build for module stuff "right"
2000-07-07 Greg Steinturn dav/fs/ into a real module
2000-07-07 Greg SteinI bunged up Joe's patch. Use the right size in the...
2000-07-07 Greg Steinuse ap_size_t rather than plain size_t
2000-07-07 Greg SteinAPR-ize repos.c and lock.c. trim back repos.h. Original...
2000-07-04 Greg Steinadd ap_get_status_line() so that modules can get a...
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-02 Greg Steinrun DAV's type_checker first so that it can grab the...
2000-07-01 Greg Steinconfig magic for enabling DAV, Expat, and SDBM.
2000-07-01 Greg Steinno need for relative includes. the directories will...
2000-06-29 Greg Steinalways include limits.h for the INT_MAX value.
2000-06-28 Greg Steinturn this off for now; the stuff compiles but doesn...
2000-06-28 Greg Steinget the DAV stuff to compile for Apache 2.0. some unple...
2000-06-28 Greg Steininitial whack at the config/build stuff.
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...