summaryrefslogtreecommitdiffstats
path: root/modules/dav (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix the function name in the prototype for dav_get_search_hooks()Jeff Trawick2002-04-081-1/+1
* Add DASL(SEARCH) support to mod_dav.Sander Striker2002-04-063-3/+126
* Port over some fixes to mod_dav 1.0 so that the Apache 2.0 DAV codeGreg Stein2002-04-061-0/+7
* BUCKET FREELISTSCliff Woolley2002-03-291-3/+4
* Update callers of apr_explode_gmt to apr_time_exp_gmt. TheSander Striker2002-03-211-1/+1
* Commit 1 of 2 to:Bill Stoddard2002-03-201-7/+7
* First commit to introduce accessor function to set r->content_type..Bill Stoddard2002-03-201-7/+7
* The underlying change here was to add the new WebDAV/DeltaV methodsGreg Stein2002-03-191-36/+13
* Change the REPORT handling APIs to deliver the content directly intoGreg Stein2002-03-182-23/+24
* Eliminate potential ap_server_root_relative segfaults, with the inputWilliam A. Rowe Jr2002-03-161-1/+6
* Import file for NetWareBradley Nicholes2002-03-141-0/+19
* Update our copyright for this year.Roy T. Fielding2002-03-1313-13/+13
* * mod_dav.c (dav_handle_err): look through the error stack for someGreg Stein2002-03-081-5/+10
* Big style patch.Sander Striker2002-03-071-1291/+1328
* apr-utils rename apr_ansi_time_to_apr_time andIan Holsman2002-03-061-1/+1
* Switching from a project build file to GNU make filesBradley Nicholes2002-03-012-0/+542
* Give mod_dav the ability to output both standard and customizedGreg Stein2002-03-013-7/+97
* Get rid of the DAVParam support. That was a concept to help outGreg Stein2002-02-092-37/+0
* APR might not return everything we're asking for. Let that slide...Greg Stein2002-01-271-2/+4
* Fix some serious, hard-core breakage :-( I don't even know how itGreg Stein2002-01-251-14/+24
* Some extra tweaks to the DAV code file/path handling (to continue theGreg Stein2002-01-254-12/+26
* The clean solution.William A. Rowe Jr2002-01-241-11/+16
* If you only mean to ask one question, why ask a dozen?William A. Rowe Jr2002-01-241-2/+2
* Omitted this argument and const'ness. All looks well now.William A. Rowe Jr2002-01-241-3/+3
* Cause dav_fs_get_parent_resource to fail if the file path is entirelyWilliam A. Rowe Jr2002-01-241-3/+11
* set the variable before looking at itJeff Trawick2002-01-231-2/+2
* Eliminate a large number of Win32-isms. In large part, these can applyWilliam A. Rowe Jr2002-01-232-50/+81
* dav_xml_get_cdata() is an exported function, so mark it as such withGreg Stein2002-01-222-4/+9
* If the provider returns an error, then we should propagate it (ratherGreg Stein2002-01-201-1/+1
* Revamp how mod_dav asks its provider to generate a GET response.Greg Stein2002-01-143-179/+96
* *) Split all Win32 modules [excluding the core components mod_core,William A. Rowe Jr2002-01-102-4/+4
* Fix how mod_dav examines methods in the request -- use the method numberGreg Stein2002-01-071-21/+46
* Remove old kludge for AIX, since the rtl flags handles this nicely now.Victor J. Orlikowski2001-12-181-4/+0
* Modify post_config hook so that it can return a error,Ian Holsman2001-11-231-1/+2
* include the appropriate header files for ntohs and htons to preventGreg Ames2001-11-211-0/+3
* This patch changes the apr_table_elts macro so that it providesIan Holsman2001-11-111-6/+6
* Don't change the type of the new resource. The provider will update itGreg Stein2001-11-021-8/+0
* Get rid of some byterange handling code; it doesn't apply in Apache 2.0.Greg Stein2001-10-091-58/+2
* Don't set r->status_line. Apache uses that in preference to any other statusGreg Stein2001-10-091-1/+0
* Simplify dav_propdb_define_namespaces(); since we're putting the value inGreg Stein2001-09-181-10/+4
* Revamp the API that mod_dav uses to talk to back end deadprop (propdb)Greg Stein2001-09-183-586/+755
* Now that we have apr_datum_t, convert some uses of dav_datum over toGreg Stein2001-09-183-39/+46
* Need to store the pool into the xmlns structure.Greg Stein2001-09-181-0/+1
* Add an opaque datatype for managing a set of XML namespace declarations.Greg Stein2001-09-112-0/+108
* Toggle the /Zi flag to allow all supportd versions of VC (5, 6, 7) toWilliam A. Rowe Jr2001-08-262-2/+2
* Canonicalization will now occur on all sub_req_lookup_file() calls,William A. Rowe Jr2001-08-232-7/+3
* adjust to apr_uri_ renameDoug MacEachern2001-08-191-5/+5
* adjust to UNP_ -> APR_URI_UNP_ renameDoug MacEachern2001-08-191-1/+1
* Based on the VC6 switch - and pulling the win32 make files from cvsWilliam A. Rowe Jr2001-08-172-2/+10
* The purpose of this patch is to toggle the debugging mode (default) toWilliam A. Rowe Jr2001-08-172-18/+14