summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* - merged -r1090:1091 => add --with-webdav-locksMarcus Rückert2006-10-092-3/+3
* save the old errno of the sendfile() call in case that the attr_get()Jan Kneschke2006-10-081-0/+4
* the patch attached to #119 was right. If we Jan Kneschke2006-10-071-4/+10
* fixed writev() on FreeBSD 4.x and older (FreeBSD-port: PR103758)Jan Kneschke2006-10-071-0/+2
* don't force a Content-Length header in HEAD requests (#119)Jan Kneschke2006-10-071-1/+2
* no one really liked this warning :(Jan Kneschke2006-10-071-7/+0
* only set the etag if we have oneJan Kneschke2006-10-071-7/+10
* mkcol/mkdir in mod_webdav now honors the umask aswell.Marcus Rückert2006-10-071-9/+10
* added content-type to the .stat() and decoded the st_mode Jan Kneschke2006-10-061-2/+28
* added lighty.stat() which uses the stat-cache to reduce the number of syscallsJan Kneschke2006-10-061-0/+72
* added the original URI, before the rewrite, to the env.Jan Kneschke2006-10-061-0/+3
* disable chunked encoding header on a HEAD requestJan Kneschke2006-10-051-0/+5
* provide a useful error-msg when sqlite3_open failsJan Kneschke2006-10-041-1/+3
* fixed some allocations in the ssl-part before lighty exits to make valgrind h...Jan Kneschke2006-10-041-1/+17
* - white space cleanup part 2 this time 1.4 ;)Marcus Rückert2006-10-04105-7541/+7541
* added $apr1$ support for htpasswd (fixes #870)Jan Kneschke2006-10-041-0/+196
* merged [270] (fixes #871)Jan Kneschke2006-10-042-5/+13
* added summary-tag to all tables in dirlisting and statusJan Kneschke2006-10-042-5/+5
* remove fragments from the request-uri (fixes #869)Jan Kneschke2006-10-041-2/+8
* allocate a byte more, to match the ioctl() reportJan Kneschke2006-10-041-1/+1
* - properly find fastcgi.h in /usr/include/fastcgiMarcus Rückert2006-10-031-0/+8
* - mark a few params as unusedMarcus Rückert2006-10-031-5/+6
* - remove unused variableMarcus Rückert2006-10-031-1/+1
* - cast ptrdiff_t to size_t to avoid a signed comparison warningMarcus Rückert2006-10-031-1/+1
* - dont use int for a enum typeMarcus Rückert2006-10-031-1/+2
* - marked parameter as unusedMarcus Rückert2006-10-031-0/+1
* - mark a few parameters as unusedMarcus Rückert2006-10-031-0/+4
* - remove unused variableMarcus Rückert2006-10-031-3/+0
* fixed off-by-one bug when the second CRLF after a HTTP-header is in a second ...Jan Kneschke2006-10-031-1/+1
* added a better comment about the current (incomplete) state of LOCK supportJan Kneschke2006-09-281-11/+11
* fixed the 501 code for a LOCK requestJan Kneschke2006-09-281-0/+3
* added a check for uuid.h to the scons buildJan Kneschke2006-09-281-1/+1
* - configure.in:Marcus Rückert2006-09-271-1/+1
* use the right return-value for an errorJan Kneschke2006-09-231-2/+2
* make the config-options arrays instead of stringsJan Kneschke2006-09-231-18/+33
* improved error-msgs if on type-mismatchJan Kneschke2006-09-231-4/+4
* changed name of shadowed variableJan Kneschke2006-09-231-5/+5
* merged [1078] Jan Kneschke2006-09-231-0/+3
* fixed connections falling back to non-ssl when keep-alive + ssl was usedJan Kneschke2006-09-231-0/+6
* handle follow-symlink in the stat-cacheJan Kneschke2006-09-212-22/+31
* removed buggy optimizationJan Kneschke2006-09-211-3/+0
* removed duplicate lua-load calls which crash lua 5.0Jan Kneschke2006-09-211-6/+0
* handle connection-close after after a broken header in keep-alive likeJan Kneschke2006-09-211-10/+10
* - mod_webdav honors the umask now.Marcus Rückert2006-09-211-4/+4
* - fix logging of the path when using stat_cache debugging.Marcus Rückert2006-09-211-1/+10
* fixed SSL_ERROR_WANT_READ handlingJan Kneschke2006-09-212-24/+27
* added append_buffer_weak() which take the buffer directly instead of copying itJan Kneschke2006-09-212-0/+18
* removed debug infoJan Kneschke2006-09-211-4/+0
* fixed crash with invalid hostmask is used (fixes #854)Jan Kneschke2006-09-201-1/+1
* reverted [1312] as it led to seg-faultsJan Kneschke2006-09-201-79/+91