Commit Graph

949 Commits (41271d5cf691e1758c14f3ce428ddafe5ccb8440)
 

Author SHA1 Message Date
Jan Kneschke 41bcf415c4 added content-type to the .stat() and decoded the st_mode
17 years ago
Jan Kneschke bf0f7832c1 added lighty.stat() which uses the stat-cache to reduce the number of syscalls
17 years ago
Jan Kneschke 0780de8bfa added the original URI, before the rewrite, to the env.
17 years ago
Jan Kneschke ba52eb0e41 disable chunked encoding header on a HEAD request
17 years ago
Marcus Rückert b8df99f3db - a few more whitespace cleanups
17 years ago
Jan Kneschke bb24041f92 provide a useful error-msg when sqlite3_open fails
17 years ago
Jan Kneschke 1398cb2e3e fixed some allocations in the ssl-part before lighty exits to make valgrind happy
17 years ago
Marcus Rückert 8cd1471cb3 - white space cleanup part 2 this time 1.4 ;)
17 years ago
Jan Kneschke fe6b7207d7 - next release is 1.4.13
17 years ago
Jan Kneschke 3a152b3b76 added $apr1$ support for htpasswd (fixes #870)
17 years ago
Jan Kneschke 68033b8e62 merged [270] (fixes #871)
17 years ago
Jan Kneschke 874173ce56 added summary-tag to all tables in dirlisting and status
17 years ago
Jan Kneschke 55c90e4c60 remove fragments from the request-uri (fixes #869)
17 years ago
Jan Kneschke d766ee99ce allocate a byte more, to match the ioctl() report
17 years ago
Marcus Rückert 56de5af1cd - properly find fastcgi.h in /usr/include/fastcgi
17 years ago
Marcus Rückert b060b46dc9 - mark a few params as unused
17 years ago
Marcus Rückert acd628fe09 - remove unused variable
17 years ago
Marcus Rückert 7cefa9ce73 - cast ptrdiff_t to size_t to avoid a signed comparison warning
17 years ago
Marcus Rückert fe77777647 - dont use int for a enum type
17 years ago
Marcus Rückert 3e7e2d528d - marked parameter as unused
17 years ago
Marcus Rückert 15fde9cf07 - mark a few parameters as unused
17 years ago
Marcus Rückert 91776b2d10 - remove unused variable
17 years ago
Marcus Rückert 0bf00920a3 - if using gcc set the c standard to gnu99.
17 years ago
Marcus Rückert a4206f2ead - ignore Makefile and Makefile.in
17 years ago
Marcus Rückert 80c296a6e2 - added "tags" to the ignorelist
17 years ago
Marcus Rückert 1acecead61 - added configparser.h proc_open *.swp to the ignore list
17 years ago
Jan Kneschke 4581a73ab8 fixed off-by-one bug when the second CRLF after a HTTP-header is in a second read() call
17 years ago
Marcus Rückert b68f200c99 - this is our 1.4.x maintenance branch
17 years ago
Jan Kneschke 0ad43990ee added a better comment about the current (incomplete) state of LOCK support
17 years ago
Jan Kneschke a59faafd7d fixed the 501 code for a LOCK request
17 years ago
Jan Kneschke 0014a87d02 added a check for uuid.h to the scons build
17 years ago
Marcus Rückert 347f6479c2 - configure.in:
17 years ago
Jan Kneschke 75174f144e we have a release
17 years ago
Jan Kneschke 15a488a945 use the right return-value for an error
17 years ago
Jan Kneschke 634ec365f5 make the config-options arrays instead of strings
17 years ago
Jan Kneschke e332dce9bf improved error-msgs if on type-mismatch
17 years ago
Jan Kneschke 67079527f4 changed name of shadowed variable
17 years ago
Jan Kneschke f56e3907fe merged [1078]
17 years ago
Jan Kneschke dd35c9101c fixed connections falling back to non-ssl when keep-alive + ssl was used
17 years ago
Marcus Rückert 5130edf9d0 - added the webdav permissions fix
17 years ago
Jan Kneschke 9de3807438 handle follow-symlink in the stat-cache
17 years ago
Jan Kneschke 30d892061e merged [1174] and [1224]
17 years ago
Jan Kneschke 6ae9b8f58e removed buggy optimization
17 years ago
Jan Kneschke 9ddae28ab5 removed duplicate lua-load calls which crash lua 5.0
17 years ago
Jan Kneschke a3542afd31 handle connection-close after after a broken header in keep-alive like
17 years ago
Marcus Rückert b2239df913 - mod_webdav honors the umask now.
17 years ago
Marcus Rückert a57bb8202e - fix logging of the path when using stat_cache debugging.
17 years ago
Jan Kneschke e9cc9ed36c fixed SSL_ERROR_WANT_READ handling
17 years ago
Jan Kneschke 8517995f52 added append_buffer_weak() which take the buffer directly instead of copying it
17 years ago
Jan Kneschke 85775e6a5e removed debug info
17 years ago