| Commit message (Expand) | Author | Age | Files | Lines |
| * | No functional Change: Removing trailing whitespace. This also | Jim Jagielski | 2005-11-10 | 4 | -52/+52 |
| * | No functional change: simple detabbing of indented code. | Jim Jagielski | 2005-11-10 | 1 | -4/+4 |
| * | * Fix a null pointer dereference in dav_method_mkcol during the handling of | Ruediger Pluem | 2005-11-05 | 1 | -1/+1 |
| * | Fix handling of unknown state tokens in If headers: | Joe Orton | 2005-10-30 | 2 | -5/+18 |
| * | Doxygen fixup / cleanup | Ian Holsman | 2005-08-28 | 1 | -3/+10 |
| * | fix 64bit build warnings in modules/dav | Andreas Steinmetz | 2005-08-23 | 4 | -19/+19 |
| * | Reintroduce stack frame construction with /Oy- (removal was implied by /O2). | William A. Rowe Jr | 2005-05-15 | 1 | -1/+1 |
| * | Update the NetWare dav.imp export/import file according to the DAV_DECLARE's ... | Bradley Nicholes | 2005-04-11 | 1 | -5/+13 |
| * | Update the mod_dav import file for NetWare | Bradley Nicholes | 2005-04-08 | 1 | -16/+44 |
| * | * modules/dav/main/mod_dav.h: Wrap all public functions in | Justin Erenkrantz | 2005-02-25 | 8 | -124/+155 |
| * | Improve interaction with caches in mod_dav. | Sander Striker | 2005-02-14 | 1 | -0/+7 |
| * | Update copyright year to 2005 and standardize on current copyright owner line. | Justin Erenkrantz | 2005-02-04 | 8 | -8/+16 |
| * | FINALLY Correct ap_http_method()! It is NOT a method, it's a SCHEME! | William A. Rowe Jr | 2005-01-02 | 1 | -1/+1 |
| * | Allow APR to exist and build outside of the httpd/srclib file structure | Bradley Nicholes | 2004-11-30 | 1 | -3/+2 |
| * | Remove the .cvsignore files. | Joe Orton | 2004-11-19 | 1 | -20/+0 |
| * | use new apr_strtoff function to parse PUT ranges correctly. | André Malo | 2004-05-25 | 1 | -6/+18 |
| * | * modules/dav/main/mod_dav.c (dav_method_put): Fix segfault | Joe Orton | 2004-05-21 | 1 | -1/+1 |
| * | Fix up the DAV import/export files for the NetWare build | Bradley Nicholes | 2004-04-28 | 1 | -19/+28 |
| * | Forward-port from mod_dav 1.0: | Joe Orton | 2004-03-14 | 1 | -1/+1 |
| * | * modules/dav/main/mod_dav.c (dav_finish_multistatus): New function; | Joe Orton | 2004-03-11 | 1 | -9/+17 |
| * | fix name of The Apache Software Foundation | André Malo | 2004-02-09 | 8 | -8/+8 |
| * | apply Apache License, version 2.0 | André Malo | 2004-02-06 | 8 | -392/+80 |
| * | * modules/dav/main/mod_dav.c (dav_handler): Reject request if the | Joe Orton | 2004-01-08 | 1 | -0/+10 |
| * | update license to 2004. | André Malo | 2004-01-01 | 8 | -8/+8 |
| * | stop using apr_sockaddr_port_get() accessor function, as it will | Jeff Trawick | 2003-12-05 | 1 | -1/+1 |
| * | * modules/dav/main/mod_dav.c (dav_method_copymove): For a 401 on the | Joe Orton | 2003-11-25 | 1 | -0/+9 |
| * | * modules/dav/main/util.c (dav_validate_resource_state): Simplify weak | Joe Orton | 2003-11-25 | 1 | -11/+4 |
| * | get rid of _FOREACH | Cliff Woolley | 2003-11-16 | 1 | -1/+4 |
| * | drop the test, whether apr_brigade_create returns NULL. It does never | André Malo | 2003-08-06 | 1 | -40/+33 |
| * | use bucket brigades directly when reading PUT data. This avoids | André Malo | 2003-08-06 | 1 | -35/+52 |
| * | Switch ap_filter_flush() to ap_pass_brigade(). This removes a layer of | Greg Stein | 2003-07-16 | 1 | -2/+6 |
| * | Have mod_dav deal with errors that happen during a streamy provider | Greg Stein | 2003-06-19 | 1 | -5/+28 |
| * | Fix a crasher introduced on June 3. | Greg Stein | 2003-06-19 | 1 | -1/+2 |
| * | mod_dav improvement: make dav_method_propfind stream its response, | Greg Stein | 2003-06-03 | 2 | -67/+148 |
| * | mod_dav providers define a 'can_be_activity' callback. Unfortunately, | Sander Striker | 2003-05-20 | 1 | -0/+9 |
| * | Fix a typo in the weak entity check. The prefix is W/" not "W/. | Justin Erenkrantz | 2003-04-22 | 1 | -8/+6 |
| * | After discussions at length on dev@apr/httpd, it is determined that | William A. Rowe Jr | 2003-03-11 | 1 | -11/+2 |
| * | After consultations on the APR list, it was decided that /map files are | William A. Rowe Jr | 2003-02-20 | 1 | -5/+5 |
| * | foo.dbgmark turned out to be the same 8.3 name as foo.dbg itself, which | William A. Rowe Jr | 2003-02-18 | 1 | -2/+2 |
| * | *) Introduce debugging symbols for Win32 release builds, both .pdb | William A. Rowe Jr | 2003-02-07 | 1 | -6/+15 |
| * | finished that boring job: | André Malo | 2003-02-03 | 8 | -8/+8 |
| * | fix misuse of const in a recent commit | Jeff Trawick | 2003-01-31 | 1 | -6/+9 |
| * | Allow mod_dav to do weak entity comparison function rather than a strong | Justin Erenkrantz | 2003-01-29 | 1 | -1/+28 |
| * | Fix If header parsing when a non-mod_dav lock token is passed to it. We'll | Justin Erenkrantz | 2003-01-29 | 1 | -2/+10 |
| * | Missed a word in a comment. | Justin Erenkrantz | 2003-01-23 | 1 | -1/+1 |
| * | Create a subpool when we open the propdb, but we can't clear it until the rest | Justin Erenkrantz | 2003-01-23 | 1 | -4/+9 |
| * | Catch up with the changes to apr/build/win32ver.awk and name all loadable | William A. Rowe Jr | 2003-01-20 | 1 | -2/+2 |
| * | When unlocking, the auto-checkin code does not need to refer to the | Greg Stein | 2003-01-07 | 1 | -5/+5 |
| * | Per Greg's request, add a version string component to the ap_provider.h | Justin Erenkrantz | 2002-11-30 | 1 | -2/+2 |
| * | Detabbify. With extreme prejudice. | William A. Rowe Jr | 2002-10-29 | 5 | -1545/+1545 |