summaryrefslogtreecommitdiff
path: root/modules/dav/main
Commit message (Expand)AuthorAgeFilesLines
* No functional Change: Removing trailing whitespace. This alsoJim Jagielski2005-11-104-52/+52
* No functional change: simple detabbing of indented code.Jim Jagielski2005-11-101-4/+4
* * Fix a null pointer dereference in dav_method_mkcol during the handling ofRuediger Pluem2005-11-051-1/+1
* Fix handling of unknown state tokens in If headers:Joe Orton2005-10-302-5/+18
* Doxygen fixup / cleanupIan Holsman2005-08-281-3/+10
* fix 64bit build warnings in modules/davAndreas Steinmetz2005-08-234-19/+19
* Reintroduce stack frame construction with /Oy- (removal was implied by /O2).William A. Rowe Jr2005-05-151-1/+1
* Update the NetWare dav.imp export/import file according to the DAV_DECLARE's ...Bradley Nicholes2005-04-111-5/+13
* Update the mod_dav import file for NetWareBradley Nicholes2005-04-081-16/+44
* * modules/dav/main/mod_dav.h: Wrap all public functions inJustin Erenkrantz2005-02-258-124/+155
* Improve interaction with caches in mod_dav.Sander Striker2005-02-141-0/+7
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-048-8/+16
* FINALLY Correct ap_http_method()! It is NOT a method, it's a SCHEME!William A. Rowe Jr2005-01-021-1/+1
* Allow APR to exist and build outside of the httpd/srclib file structureBradley Nicholes2004-11-301-3/+2
* Remove the .cvsignore files.Joe Orton2004-11-191-20/+0
* use new apr_strtoff function to parse PUT ranges correctly.André Malo2004-05-251-6/+18
* * modules/dav/main/mod_dav.c (dav_method_put): Fix segfaultJoe Orton2004-05-211-1/+1
* Fix up the DAV import/export files for the NetWare buildBradley Nicholes2004-04-281-19/+28
* Forward-port from mod_dav 1.0:Joe Orton2004-03-141-1/+1
* * modules/dav/main/mod_dav.c (dav_finish_multistatus): New function;Joe Orton2004-03-111-9/+17
* fix name of The Apache Software FoundationAndré Malo2004-02-098-8/+8
* apply Apache License, version 2.0André Malo2004-02-068-392/+80
* * modules/dav/main/mod_dav.c (dav_handler): Reject request if theJoe Orton2004-01-081-0/+10
* update license to 2004.André Malo2004-01-018-8/+8
* 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
* 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-032-67/+148
* mod_dav providers define a 'can_be_activity' callback. Unfortunately,Sander Striker2003-05-201-0/+9
* 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-111-11/+2
* After consultations on the APR list, it was decided that /map files areWilliam A. Rowe Jr2003-02-201-5/+5
* foo.dbgmark turned out to be the same 8.3 name as foo.dbg itself, whichWilliam A. Rowe Jr2003-02-181-2/+2
* *) Introduce debugging symbols for Win32 release builds, both .pdbWilliam A. Rowe Jr2003-02-071-6/+15
* finished that boring job:André Malo2003-02-038-8/+8
* 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-201-2/+2
* When unlocking, the auto-checkin code does not need to refer to theGreg Stein2003-01-071-5/+5
* 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-295-1545/+1545