Activity
From 2016-07-31 to 2016-08-06
2016-08-06
- 08:28 Revision 4bc06bfc: [core] check if client half-closed TCP if POLLHUP (#2743)
- Check if client half-closed TCP connection if POLLHUP is received.
This more robustly handles if client called shutdo... - 06:24 Revision 1de652f4: [mod_proxy,mod_scgi] shutdown remote only if local (#2743)
- shutdown(fd, SHUT_WR) after sending request to proxy or SCGI
only if remote is local and platform is not *BSD or Darw...
2016-08-03
- 02:32 Revision 156bea38: [TLS] SSL_shutdown() only if handshake finished
- avoid noise in logs due to calling SSL_shutdown() on a connection
that has not yet completed TLS handshake
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.
Also available in: Atom