Activity
From 2016-07-25 to 2016-07-31
2016-07-31
- 12:40 Revision ccd817d3: - next is 1.4.42
- 06:41 Revision 29fa8056: [doc] NEWS
- 06:28 Revision fbae795d: [cmake] set cmake_minimum_required to 2.8.2
- CHECK_SYMBOL_EXISTS() is available in CMake >= 2.8.0
Clang is supported in CMake >= 2.8.2 - 03:42 Revision 46b0e012: [cmake] enable warnings for GCC and Clang
- Also set -Wno-cast-align for lemon; lemon is only the parser generator, either
it crashes or it works.
2016-07-30
- 12:20 Revision f7b37455: [cmake] always define _GNU_SOURCE
- first.h only defines _GNU_SOURCE if no config.h is present.
- 08:11 Revision 5863d05e: [security] encode quoting chars in HTML and XML
- (affects mod_dirlisting, mod_ssi, mod_status)
- 08:02 Revision 375022a1: fix buffer.c comments to match encoded_chars_*
- fix buffer.c comments to match encoded_chars_* changes made in 3943de28
- 06:48 Revision ebf3af8b: [core] fix buffer_copy_string_hex() assert (fixes #2742)
- fix buffer_copy_string_hex() passing incorrect length to li_tohex()
(thx Isibaar)
x-ref:
"Assert wrongly triggere... - 06:10 Revision acd5e450: [security] disable stat_cache if !follow-symlink (fixes #2724)
- disable stat_cache if server.follow-symlink = "disable"
if server.stat-cache-engine = "simple". Caching is still ena... - 06:10 Revision 558bfc4e: [security] ensure gid != 0 if server.username set (fixes #2725)
- server.username can not be root or 0.
server.groupname can not be root or 0.
If server.username is set, previous beh...
2016-07-29
- 19:01 Revision f7410da5: [core] set chunkqueue tempdirs at startup /var/tmp
- If server.upload-dirs is not configured, then attempt to use TMPDIR
from the environment, if set, or else use /var/tm... - 16:48 Revision ad6d4189: [core] check if EAI_ADDRFAMILY is defined
- (EAI_ADDRFAMILY is not available on FreeBSD)
2016-07-28
- 07:57 Revision c8e647ad: [core] set chunkqueue tempdirs at startup
- If server.upload-dirs is not configured, then attempt to use TMPDIR
from the environment, if set, or else use /tmp. ... - 02:26 Revision a62bff98: [core] fix result copy from getaddrinfo()
- (thx avij)
2016-07-27
- 19:37 Revision a69a803e: [core] try AF_INET after AF_INET6 if use-ipv6
- try AF_INET after AF_INET6 if server.use-ipv6 = "enable" and
getaddrinfo() fails EAI_ADDRFAMILY when hints.ai_family ... - 10:00 Revision a95aaa9d: [TLS] read all available records from SSL_read()
- read all available records from SSL_read(), even if larger than
MAX_READ_LIMIT, since the data is already in memory. ... - 06:24 Revision bce293e4: [TLS] better handling of SSL_ERROR_WANT_READ/WRITE
- better handling of SSL_ERROR_WANT_READ and SSL_ERROR_WANT_WRITE
2016-07-26
2016-07-25
- 05:01 Revision 38139fa1: [core] permit IPv6 address scope identifier
- getaddrinfo() on permits a scope identifier to be part of the IPv6
address string, so permit this syntax in $SERVER["...
Also available in: Atom