| Commit message (Expand) | Author | Age | Files | Lines |
* | more NetWare makefile cleanups. | Guenter Knauf | 2009-12-01 | 3 | -9/+3 |
* | Remove errno from dav_error interface. Calls to dav_new_error() | Jeff Trawick | 2009-11-19 | 9 | -180/+187 |
* | When moving a file over device boundaries and unlinking the source file fails | Stefan Fritsch | 2009-11-10 | 1 | -2/+15 |
* | Revert removal of the key_type byte in the lock key. There is no need to break | Stefan Fritsch | 2009-11-10 | 1 | -6/+17 |
* | mod_dav_fs: Include uri when logging a PUT error due to connection abort. | Stefan Fritsch | 2009-11-09 | 1 | -3/+8 |
* | Return 409 instead of 500 for a LOCK request if the parent resource does not | Stefan Fritsch | 2009-11-09 | 1 | -0/+15 |
* | Fix compiler warning | Stefan Fritsch | 2009-11-09 | 1 | -1/+1 |
* | Fix litmus warning: According to RFC2518, COPY to non-existant collection | Stefan Fritsch | 2009-11-09 | 1 | -0/+1 |
* | Don't delete the whole file if a PUT with content-range failed. | Stefan Fritsch | 2009-11-09 | 1 | -1/+15 |
* | Make PUT with DAV_MODE_WRITE_TRUNC create a temporary file first and, when the | Stefan Fritsch | 2009-11-09 | 2 | -106/+70 |
* | Instead of checking device ids, try rename first and in case of EXDEV, | Stefan Fritsch | 2009-11-09 | 1 | -40/+13 |
* | fixed dav_hooks_repository_fs struct member order, fixed comments. | Guenter Knauf | 2009-10-27 | 2 | -5/+5 |
* | mod_dav: Provide a mechanism to obtain the request_rec and pathname | Graham Leggett | 2009-10-09 | 2 | -0/+16 |
* | mod_dav: Allow other modules to become providers and add resource types | Graham Leggett | 2009-09-19 | 3 | -39/+103 |
* | mod_dav: Allow other modules to add things to the DAV or Allow headers | Graham Leggett | 2009-09-14 | 3 | -0/+77 |
* | Remove unused conf variable. | Paul Querna | 2009-09-01 | 1 | -4/+0 |
* | Always make mod_*.h files available where they exist, modpath by modpath | William A. Rowe Jr | 2009-08-28 | 1 | -2/+1 |
* | Bring back OS/2 support. | Brian Havard | 2009-08-26 | 2 | -0/+16 |
* | remove OS/2 platform support | Jeff Trawick | 2009-03-27 | 2 | -16/+0 |
* | * modules/dav/fs/repos.c (DAV_FINFO_MASK): Define macro. | Joe Orton | 2008-08-12 | 1 | -1/+11 |
* | mod_dav_fs: Retrieve minimal system information about directory | Jeff Trawick | 2008-08-07 | 1 | -3/+1 |
* | * Prevent a segfault if the destination URI of a copy / move operation is | Ruediger Pluem | 2008-04-02 | 1 | -0/+5 |
* | * Avoid SEGFAULT as hooks->set_headers can be NULL. Furthermore do not set the | Ruediger Pluem | 2008-01-01 | 1 | -8/+21 |
* | * Style police. No functional changes. | Ruediger Pluem | 2007-12-29 | 1 | -5/+7 |
* | mod_dav: Fix evaluation of If-Match * and If-None-Match * conditionals. | Nick Kew | 2007-12-29 | 1 | -1/+41 |
* | * Adjust etag generation to produce identical results on 32-bit and 64-bit | Ruediger Pluem | 2007-12-29 | 1 | -5/+7 |
* | * Set character set for HTML outputs generated by mod_ldap, | Ruediger Pluem | 2007-12-24 | 1 | -1/+1 |
* | Adding the last two, missing mod_filter and mod_dav_lock infos | William A. Rowe Jr | 2007-08-24 | 1 | -0/+127 |
* | Multiple trivial fixes from Christophe JAILLET | Nick Kew | 2007-07-20 | 2 | -12/+6 |
* | removed obsolete -prefix; minor cosmetic changes. | Guenter Knauf | 2007-03-22 | 3 | -60/+57 |
* | Implement a BASEDIR build environment variable to allow the NetWare build to ... | Bradley Nicholes | 2007-02-01 | 3 | -3/+3 |
* | Embed the .manifest files of all httpd binaries as a post-build | William A. Rowe Jr | 2007-01-11 | 2 | -8/+32 |
* | update license header text | Roy T. Fielding | 2006-07-11 | 16 | -96/+96 |
* | Revert Revision 397647 | William A. Rowe Jr | 2006-07-06 | 2 | -4/+4 |
* | * server/core.c (default_handler): Use apr_brigade_insert_file() to | Joe Orton | 2006-06-14 | 1 | -5/+1 |
* | This resource /D syntax was pretty horridly imported into VS 2005, | William A. Rowe Jr | 2006-04-27 | 2 | -4/+4 |
* | Remove all /machine:I386 references, these are getting in the way | William A. Rowe Jr | 2006-04-27 | 2 | -10/+10 |
* | s|/GX |/EHsc | because they were always synonyms, and Visual Studio | William A. Rowe Jr | 2006-04-20 | 2 | -2/+2 |
* | Remove a host of dependencies upon awk, using the same template for | William A. Rowe Jr | 2006-04-20 | 2 | -64/+6 |
* | Update the copyright year in all .c, .h and .xml files | Colm MacCarthaigh | 2006-04-19 | 16 | -16/+16 |
* | Clean up some code in mod_dav. | Garrett Rooney | 2006-02-13 | 1 | -6/+0 |
* | No functional change: remove "internal" tab spacing/formatting. | Jim Jagielski | 2005-11-16 | 1 | -36/+36 |
* | No functional Change: Removing trailing whitespace. This also | Jim Jagielski | 2005-11-10 | 8 | -91/+91 |
* | No functional change: simple detabbing of indented code. | Jim Jagielski | 2005-11-10 | 2 | -528/+528 |
* | * 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-29 | 3 | -9/+28 |
* | fix 64bit build warnings in modules/dav | Andreas Steinmetz | 2005-08-23 | 6 | -27/+27 |
* | Reintroduce stack frame construction with /Oy- (removal was implied by /O2). | William A. Rowe Jr | 2005-05-15 | 2 | -2/+2 |
* | Link to the correct socket library depending on which one is selected | Bradley Nicholes | 2005-04-18 | 1 | -1/+6 |