| Commit message (Expand) | Author | Age | Files | Lines |
* | adjust remaining modules to use the new handler hook method (Alan Edwards) | Doug MacEachern | 2001-01-09 | 2 | -8/+5 |
* | Stop copying file names that we get from apr_file_t's and apr_dir_t's. | Ryan Bloom | 2001-01-05 | 1 | -1/+1 |
* | Last of the Win32 goodness I've noticed | William A. Rowe Jr | 2000-12-21 | 2 | -4/+4 |
* | Out of the sandbox and into prime time. Note... these should always and | William A. Rowe Jr | 2000-12-21 | 2 | -0/+1176 |
* | Correction, commited the vc5. Need vc6 in the tree. Humble appologies. | William A. Rowe Jr | 2000-12-21 | 2 | -6/+8 |
* | The Win32 overhaul, in summary; | William A. Rowe Jr | 2000-12-21 | 2 | -38/+34 |
* | Rename the apr_opendir symbol to apr_dir_open. This makes more sense, | Ryan Bloom | 2000-12-17 | 1 | -1/+1 |
* | The local_addr and remote_addr fields in the conn_rec are now | Jeff Trawick | 2000-12-14 | 1 | -1/+2 |
* | sdbm.h is now apr_sdbm.h | Greg Stein | 2000-12-12 | 1 | -1/+1 |
* | Back out the .dsp changes (my bad - jumped to fast.) | William A. Rowe Jr | 2000-12-08 | 2 | -6/+8 |
* | Adjustments to dav for apr_dbm_open args change | William A. Rowe Jr | 2000-12-08 | 3 | -11/+9 |
* | switch to apr_dbm.h and the updated naming | Greg Stein | 2000-12-06 | 2 | -16/+16 |
* | apache_need_sdbm is no longer applicable. clean it out. | Greg Stein | 2000-12-06 | 1 | -4/+0 |
* | The -big- fix, all the proper linkages for BaseAddr.ref plus a bit. | William A. Rowe Jr | 2000-12-05 | 2 | -8/+8 |
* | A bit of inclusion for the apr-util package. | William A. Rowe Jr | 2000-12-05 | 2 | -4/+4 |
* | This patch illustrates the new locations, and makes the majority of the | William A. Rowe Jr | 2000-12-05 | 2 | -25/+25 |
* | Make Win32 build again | William A. Rowe Jr | 2000-11-29 | 2 | -6/+10 |
* | *) make find_liveprop() hook take a dav_resource rather than "r" | Greg Stein | 2000-11-27 | 6 | -12/+25 |
* | liveprops are handled via hooks, not the dav_provider structure. clear it | Greg Stein | 2000-11-27 | 2 | -12/+13 |
* | toss dbm. use the new apu_dbm interfaces. | Greg Stein | 2000-11-27 | 1 | -63/+40 |
* | *) Compensate for recent changes in the APR headers. Specifically, some | Greg Stein | 2000-11-26 | 4 | -8/+26 |
* | fix spelling: "writable" is the proper form | Greg Stein | 2000-11-26 | 4 | -15/+15 |
* | shift some processing of "core" WebDAV properties out of the generic | Greg Stein | 2000-11-23 | 6 | -139/+313 |
* | dav_resource should carry around a pool for allocations related to it | Greg Stein | 2000-11-23 | 2 | -1/+14 |
* | More revamping of live properties. Focused around the fact that a provider's | Greg Stein | 2000-11-23 | 4 | -188/+319 |
* | *) fix subtle crasher in COPY method | Greg Stein | 2000-11-23 | 2 | -3/+3 |
* | minor cleaning: provider ids are no longer used | Greg Stein | 2000-11-22 | 1 | -10/+0 |
* | clean out some liveprop hooks which are now handled by AP_HOOK functions | Greg Stein | 2000-11-19 | 2 | -41/+38 |
* | Some signedness issues - consistify the size_t references | William A. Rowe Jr | 2000-11-18 | 2 | -13/+13 |
* | add some docco from John Vasta | Greg Stein | 2000-11-18 | 1 | -6/+66 |
* | use apr_size_t and a few minor tweaks | Greg Stein | 2000-11-16 | 1 | -7/+12 |
* | Apply a patch from John Vasta for adding (some/more) DeltaV support to | Greg Stein | 2000-11-15 | 5 | -153/+1066 |
* | final round of walker cleanup: fix the provider API to match what is Right. | Greg Stein | 2000-11-09 | 5 | -37/+42 |
* | one more round of walker cleanup: remove some items that are internal to the | Greg Stein | 2000-11-09 | 2 | -53/+88 |
* | should be DAV_WALKTYPE_NORMAL, not _ALL | Greg Stein | 2000-11-09 | 1 | -1/+1 |
* | first round whack at cleaning up the walker interface | Greg Stein | 2000-11-09 | 5 | -202/+255 |
* | oops. only do the slash management if dir != NULL | Greg Stein | 2000-11-05 | 1 | -15/+22 |
* | the zero-length hash key is valid. use (-1) as the discrimnator for | Greg Stein | 2000-10-16 | 2 | -6/+7 |
* | Get dav-fs building again. | David Reid | 2000-10-14 | 1 | -2/+2 |
* | Here it is, mod_dav should build quite nicely on Win32 (two last mild | William A. Rowe Jr | 2000-10-11 | 7 | -59/+100 |
* | Read the /D symbol declaration in this patch with the next patch to | William A. Rowe Jr | 2000-10-11 | 2 | -4/+4 |
* | These don't do anything until the patch on the table is resolved, but | William A. Rowe Jr | 2000-10-11 | 2 | -0/+248 |
* | add DAV_RESOURCE_TYPE_PRIVATE. | Greg Stein | 2000-10-10 | 1 | -8/+10 |
* | *) fix GET handling: cache the provider; test through the provider rather | Greg Stein | 2000-10-10 | 1 | -29/+45 |
* | use the APR type | Greg Stein | 2000-10-10 | 1 | -1/+1 |
* | clean up the provider stuff some more: don't allow pick-and-choose of | Greg Stein | 2000-10-07 | 5 | -76/+63 |
* | forward-port John Vasta's checkin to mod_dav 1.1.x (on Sep 25, 2000). this | Greg Stein | 2000-10-07 | 5 | -264/+417 |
* | recent changes bungled the state of the EEXIST test. | Greg Stein | 2000-10-06 | 1 | -6/+8 |
* | Back out or finish up a few non-apr tests. Won't touch proxy at this | William A. Rowe Jr | 2000-10-06 | 1 | -2/+4 |
* | Completed review for new tests: | William A. Rowe Jr | 2000-10-06 | 1 | -1/+1 |