| Commit message (Expand) | Author | Age | Files | Lines |
* | fix the function name in the prototype for dav_get_search_hooks() | Jeff Trawick | 2002-04-08 | 1 | -1/+1 |
* | Add DASL(SEARCH) support to mod_dav. | Sander Striker | 2002-04-06 | 3 | -3/+126 |
* | Port over some fixes to mod_dav 1.0 so that the Apache 2.0 DAV code | Greg Stein | 2002-04-06 | 1 | -0/+7 |
* | BUCKET FREELISTS | Cliff Woolley | 2002-03-29 | 1 | -3/+4 |
* | Update callers of apr_explode_gmt to apr_time_exp_gmt. The | Sander Striker | 2002-03-21 | 1 | -1/+1 |
* | Commit 1 of 2 to: | Bill Stoddard | 2002-03-20 | 1 | -7/+7 |
* | First commit to introduce accessor function to set r->content_type.. | Bill Stoddard | 2002-03-20 | 1 | -7/+7 |
* | The underlying change here was to add the new WebDAV/DeltaV methods | Greg Stein | 2002-03-19 | 1 | -36/+13 |
* | Change the REPORT handling APIs to deliver the content directly into | Greg Stein | 2002-03-18 | 2 | -23/+24 |
* | Eliminate potential ap_server_root_relative segfaults, with the input | William A. Rowe Jr | 2002-03-16 | 1 | -1/+6 |
* | Import file for NetWare | Bradley Nicholes | 2002-03-14 | 1 | -0/+19 |
* | Update our copyright for this year. | Roy T. Fielding | 2002-03-13 | 13 | -13/+13 |
* | * mod_dav.c (dav_handle_err): look through the error stack for some | Greg Stein | 2002-03-08 | 1 | -5/+10 |
* | Big style patch. | Sander Striker | 2002-03-07 | 1 | -1291/+1328 |
* | apr-utils rename apr_ansi_time_to_apr_time and | Ian Holsman | 2002-03-06 | 1 | -1/+1 |
* | Switching from a project build file to GNU make files | Bradley Nicholes | 2002-03-01 | 2 | -0/+542 |
* | Give mod_dav the ability to output both standard and customized | Greg Stein | 2002-03-01 | 3 | -7/+97 |
* | Get rid of the DAVParam support. That was a concept to help out | Greg Stein | 2002-02-09 | 2 | -37/+0 |
* | APR might not return everything we're asking for. Let that slide... | Greg Stein | 2002-01-27 | 1 | -2/+4 |
* | Fix some serious, hard-core breakage :-( I don't even know how it | Greg Stein | 2002-01-25 | 1 | -14/+24 |
* | Some extra tweaks to the DAV code file/path handling (to continue the | Greg Stein | 2002-01-25 | 4 | -12/+26 |
* | The clean solution. | William A. Rowe Jr | 2002-01-24 | 1 | -11/+16 |
* | If you only mean to ask one question, why ask a dozen? | William A. Rowe Jr | 2002-01-24 | 1 | -2/+2 |
* | Omitted this argument and const'ness. All looks well now. | William A. Rowe Jr | 2002-01-24 | 1 | -3/+3 |
* | Cause dav_fs_get_parent_resource to fail if the file path is entirely | William A. Rowe Jr | 2002-01-24 | 1 | -3/+11 |
* | set the variable before looking at it | Jeff Trawick | 2002-01-23 | 1 | -2/+2 |
* | Eliminate a large number of Win32-isms. In large part, these can apply | William A. Rowe Jr | 2002-01-23 | 2 | -50/+81 |
* | dav_xml_get_cdata() is an exported function, so mark it as such with | Greg Stein | 2002-01-22 | 2 | -4/+9 |
* | If the provider returns an error, then we should propagate it (rather | Greg Stein | 2002-01-20 | 1 | -1/+1 |
* | Revamp how mod_dav asks its provider to generate a GET response. | Greg Stein | 2002-01-14 | 3 | -179/+96 |
* | *) Split all Win32 modules [excluding the core components mod_core, | William A. Rowe Jr | 2002-01-10 | 2 | -4/+4 |
* | Fix how mod_dav examines methods in the request -- use the method number | Greg Stein | 2002-01-07 | 1 | -21/+46 |
* | Remove old kludge for AIX, since the rtl flags handles this nicely now. | Victor J. Orlikowski | 2001-12-18 | 1 | -4/+0 |
* | Modify post_config hook so that it can return a error, | Ian Holsman | 2001-11-23 | 1 | -1/+2 |
* | include the appropriate header files for ntohs and htons to prevent | Greg Ames | 2001-11-21 | 1 | -0/+3 |
* | This patch changes the apr_table_elts macro so that it provides | Ian Holsman | 2001-11-11 | 1 | -6/+6 |
* | Don't change the type of the new resource. The provider will update it | Greg Stein | 2001-11-02 | 1 | -8/+0 |
* | Get rid of some byterange handling code; it doesn't apply in Apache 2.0. | Greg Stein | 2001-10-09 | 1 | -58/+2 |
* | Don't set r->status_line. Apache uses that in preference to any other status | Greg Stein | 2001-10-09 | 1 | -1/+0 |
* | Simplify dav_propdb_define_namespaces(); since we're putting the value in | Greg Stein | 2001-09-18 | 1 | -10/+4 |
* | Revamp the API that mod_dav uses to talk to back end deadprop (propdb) | Greg Stein | 2001-09-18 | 3 | -586/+755 |
* | Now that we have apr_datum_t, convert some uses of dav_datum over to | Greg Stein | 2001-09-18 | 3 | -39/+46 |
* | Need to store the pool into the xmlns structure. | Greg Stein | 2001-09-18 | 1 | -0/+1 |
* | Add an opaque datatype for managing a set of XML namespace declarations. | Greg Stein | 2001-09-11 | 2 | -0/+108 |
* | Toggle the /Zi flag to allow all supportd versions of VC (5, 6, 7) to | William A. Rowe Jr | 2001-08-26 | 2 | -2/+2 |
* | Canonicalization will now occur on all sub_req_lookup_file() calls, | William A. Rowe Jr | 2001-08-23 | 2 | -7/+3 |
* | adjust to apr_uri_ rename | Doug MacEachern | 2001-08-19 | 1 | -5/+5 |
* | adjust to UNP_ -> APR_URI_UNP_ rename | Doug MacEachern | 2001-08-19 | 1 | -1/+1 |
* | Based on the VC6 switch - and pulling the win32 make files from cvs | William A. Rowe Jr | 2001-08-17 | 2 | -2/+10 |
* | The purpose of this patch is to toggle the debugging mode (default) to | William A. Rowe Jr | 2001-08-17 | 2 | -18/+14 |