summaryrefslogtreecommitdiffstats
path: root/modules/dav (follow)
Commit message (Expand)AuthorAgeFilesLines
* stop using apr_sockaddr_port_get() accessor function, as it willJeff Trawick2003-12-051-1/+1
* * modules/dav/main/mod_dav.c (dav_method_copymove): For a 401 on theJoe Orton2003-11-251-0/+9
* * modules/dav/main/util.c (dav_validate_resource_state): Simplify weakJoe Orton2003-11-251-11/+4
* get rid of _FOREACHCliff Woolley2003-11-161-1/+4
* switch to APR 1.0 API (which is still in flux)Jeff Trawick2003-09-032-3/+3
* axe some warnings:Cliff Woolley2003-08-282-3/+1
* drop the test, whether apr_brigade_create returns NULL. It does neverAndré Malo2003-08-061-40/+33
* use bucket brigades directly when reading PUT data. This avoidsAndré Malo2003-08-061-35/+52
* Switch ap_filter_flush() to ap_pass_brigade(). This removes a layer ofGreg Stein2003-07-161-2/+6
* Have mod_dav deal with errors that happen during a streamy providerGreg Stein2003-06-191-5/+28
* Fix a crasher introduced on June 3.Greg Stein2003-06-191-1/+2
* mod_dav improvement: make dav_method_propfind stream its response,Greg Stein2003-06-042-67/+148
* mod_dav providers define a 'can_be_activity' callback. Unfortunately,Sander Striker2003-05-211-0/+9
* Fix a problem with namespace mappings being dropped in mod_dav_fs;Jeff Trawick2003-05-021-2/+1
* Fix a typo in the weak entity check. The prefix is W/" not "W/.Justin Erenkrantz2003-04-221-8/+6
* After discussions at length on dev@apr/httpd, it is determined thatWilliam A. Rowe Jr2003-03-112-21/+3
* After consultations on the APR list, it was decided that /map files areWilliam A. Rowe Jr2003-02-202-10/+10
* foo.dbgmark turned out to be the same 8.3 name as foo.dbg itself, whichWilliam A. Rowe Jr2003-02-182-4/+4
* *) Introduce debugging symbols for Win32 release builds, both .pdbWilliam A. Rowe Jr2003-02-072-12/+30
* Fix up load dependancies to avoid LoadModule orderingBradley Nicholes2003-02-062-0/+2
* finished that boring job:André Malo2003-02-0313-13/+13
* fix misuse of const in a recent commitJeff Trawick2003-01-311-6/+9
* Allow mod_dav to do weak entity comparison function rather than a strongJustin Erenkrantz2003-01-291-1/+28
* Fix If header parsing when a non-mod_dav lock token is passed to it. We'llJustin Erenkrantz2003-01-291-2/+10
* Missed a word in a comment.Justin Erenkrantz2003-01-231-1/+1
* Create a subpool when we open the propdb, but we can't clear it until the restJustin Erenkrantz2003-01-231-4/+9
* Catch up with the changes to apr/build/win32ver.awk and name all loadableWilliam A. Rowe Jr2003-01-202-4/+4
* Add mod_dav_lock to the NetWare buildBradley Nicholes2003-01-171-0/+262
* When unlocking, the auto-checkin code does not need to refer to theGreg Stein2003-01-071-5/+5
* Um, that should have been a 'no' - you should have to explicitly enableJustin Erenkrantz2003-01-061-7/+1
* Add a generic locking provider to DAV - mod_dav_lock. Other DAV providersJustin Erenkrantz2003-01-056-0/+1508
* Per Greg's request, add a version string component to the ap_provider.hJustin Erenkrantz2002-11-301-2/+2
* Detabbify. With extreme prejudice.William A. Rowe Jr2002-10-299-2263/+2261
* Adding the current version string to the link of each NLMBradley Nicholes2002-10-172-2/+2
* Updating the NLM descriptions in the NetWare make filesBradley Nicholes2002-10-161-1/+1
* Code a bit more defensively. If dav_lookup_uri() ever placed userGreg Stein2002-10-161-4/+4
* Allow CGI scripts that use POST and mod_dav to exist in the same location.Ryan Bloom2002-09-301-3/+13
* Add ap_register_provider and ap_lookup_provider functions which resolveJustin Erenkrantz2002-09-201-22/+4
* If a body arrives with an OPTIONS request, and it contains anGreg Stein2002-09-191-1/+1
* We need to set r->handler to indicate that we'll be handling theGreg Stein2002-09-171-28/+50
* Simplify mod_dav's handler.Greg Stein2002-09-061-58/+32
* Switch hook from type_checker to fixups.Justin Erenkrantz2002-09-051-4/+2
* Allow mod_dav to be involved with sub-requests.Justin Erenkrantz2002-09-051-2/+2
* catch up with the apr_atoll -> apr_atoi64 renameWilliam A. Rowe Jr2002-08-031-4/+4
* In some application environments, the mod_dav hook structures areGreg Stein2002-07-254-2/+56
* Replace atol() calls which should return long long with apr_atoll() calls.Wilfredo Sanchez2002-07-241-5/+4
* Continue the Bill Rowe apr_size_t crusade.Victor J. Orlikowski2002-07-102-6/+5
* Renames Pending:Ian Holsman2002-07-061-1/+1
* Prevent us from getting stuck in a NULL provider hash.William A. Rowe Jr2002-06-281-0/+5
* Whoops... removal of the last compat was just this bit premature.William A. Rowe Jr2002-06-232-8/+8