xref: /lighttpd1.4/NEWS (revision 662710a9)
1bcdc6a3bSJan Kneschke
2bcdc6a3bSJan Kneschke====
3bcdc6a3bSJan KneschkeNEWS
4bcdc6a3bSJan Kneschke====
5bcdc6a3bSJan Kneschke
6*662710a9SGlenn Strauss- 1.4.69 - 2023-02-10
7*662710a9SGlenn Strauss  * [meson] remove t/test_mod_evasive.c
8*662710a9SGlenn Strauss  * [doc] remove references to removed modules
9*662710a9SGlenn Strauss  * [cmake] add doc/CMakeLists.txt to dist tar ball (#3181)
10*662710a9SGlenn Strauss  * [meson] add meson.build to install man pages (fixes #3181)
11*662710a9SGlenn Strauss  * [meson] fix typo in sbindir
12*662710a9SGlenn Strauss  * [core] update ls-hpack
13*662710a9SGlenn Strauss  * [cmake] remove -I/usr/include/mysql for mysql.h (#3181)
14*662710a9SGlenn Strauss  * [cmake] add -DWITH_LUA_VERSION= to specify lua ver (#3181)
15*662710a9SGlenn Strauss  * [cmake] use mysql_config cflags and ldflags (#3181)
16*662710a9SGlenn Strauss  * [cmake] do not link with fam if inotify or kqueue
17*662710a9SGlenn Strauss  * [TLS] fix spurious warning trace (fixes #3182)
18*662710a9SGlenn Strauss  * [multiple] codespell: correct spelling in comments
19*662710a9SGlenn Strauss  * [multiple] spelling: github action check-spelling
20*662710a9SGlenn Strauss  * [lemon] upgrade LEMON parser to SQLite maint ver
21*662710a9SGlenn Strauss  * [build] modify arguments to updated LEMON parser
22*662710a9SGlenn Strauss  * [core] build configparser.y w/ -Werror workarounds
23*662710a9SGlenn Strauss  * [lemon] fix -Wpendantic warnings for bad casts
24*662710a9SGlenn Strauss  * [core] avoid accept4() on ARM unless detected
25*662710a9SGlenn Strauss  * [cmake] use CMAKE_CURRENT_SOURCE_DIR
26*662710a9SGlenn Strauss  * [cmake] SERVER_SRC variable
27*662710a9SGlenn Strauss  * [multiple] quiet some coverity false positives
28*662710a9SGlenn Strauss  * [cmake] use LIGHTTPD_MODULES_DIR as relative path (fixes #3185)
29*662710a9SGlenn Strauss  * [core] add missed h2 state transition (fixes #3186)
30*662710a9SGlenn Strauss  * [core] remove cygwin O_NOFOLLOW workaround
31*662710a9SGlenn Strauss  * [multiple] clang -Wstrict-prototypes for C2x
32*662710a9SGlenn Strauss  * [core] reset SIGUSR1 to SIG_DFL before execve()
33*662710a9SGlenn Strauss  * [mod_webdav] modify OPTIONS response if no db cfg
34*662710a9SGlenn Strauss  * [mod_webdav] MOD_WEBDAV_BUILD_MINIMAL preproc opt
35*662710a9SGlenn Strauss  * [core] pass fdn to fdevent_sched_close,_unregister
36*662710a9SGlenn Strauss  * [core] disable sendfile() on TARGET_OS_IPHONE
37*662710a9SGlenn Strauss  * [core] iOS does not provide netinet/tcp_fsm.h
38*662710a9SGlenn Strauss  * [core] move headers to help isolate fdevent layer
39*662710a9SGlenn Strauss  * [core] avoid select() FD_ISSET repeat on active fds
40*662710a9SGlenn Strauss  * [core] gw_backend more precise backend env alloc
41*662710a9SGlenn Strauss  * [core] fdevent_poll_poll avoid potential race
42*662710a9SGlenn Strauss  * [tests] quickly exit tests/request.t if GET / fail
43*662710a9SGlenn Strauss  * [tests] adjust outdated opt in tests/lighttpd.conf
44*662710a9SGlenn Strauss  * [autotools] add mod_evhost to static build list
45*662710a9SGlenn Strauss  * [autotools] skip modules build if LIGHTTPD_STATIC
46*662710a9SGlenn Strauss  * [mod_cgi] cygwin supports CGI file I/O redirection
47*662710a9SGlenn Strauss  * [mod_dirlisting] use fdevent_rename() wrapper
48*662710a9SGlenn Strauss  * [core] path-info in debug trace may be unset
49*662710a9SGlenn Strauss  * [core] reset path-info for cgi.local-redir
50*662710a9SGlenn Strauss  * [autotools] fix typo in -I used --with-pcre2=/path (fixes #3190)
51*662710a9SGlenn Strauss  * [mod_webdav] send 409 Conflict if PUT miss parent
52*662710a9SGlenn Strauss  * [core] fix HTTP/2 HEADERS frame parsing bug
53*662710a9SGlenn Strauss  * [core] remove extra HTTP/2 HEADERS frame len check
54*662710a9SGlenn Strauss
556f6837d0SGlenn Strauss- 1.4.68 - 2023-01-03
566f6837d0SGlenn Strauss  * [cmake] compile lemon with native cc for x-compile
576f6837d0SGlenn Strauss  * [cmake] install man pages with CMake
586f6837d0SGlenn Strauss  * [cmake] let CMake handle the version number
596f6837d0SGlenn Strauss  * [cmake] set LIGHTTPD_VERSION_ID per version
606f6837d0SGlenn Strauss  * [meson] set LIGHTTPD_VERSION_ID per version
616f6837d0SGlenn Strauss  * [meson] add missing meson_version
626f6837d0SGlenn Strauss  * [meson] use feature options
636f6837d0SGlenn Strauss  * [meson] turn pcre into a combo option
646f6837d0SGlenn Strauss  * [meson] simplify header checking
656f6837d0SGlenn Strauss  * [meson] add wrapdb instructions
666f6837d0SGlenn Strauss  * [lighttpd-angel] waitpid after HUP before restart
676f6837d0SGlenn Strauss  * [core] use inotify_init() if missing IN_* defines
686f6837d0SGlenn Strauss  * [core] keep sockets w/ server.graceful-restart-bg
696f6837d0SGlenn Strauss  * [TLS] ssl.openssl.ssl-conf-cmd "DHParameters"
706f6837d0SGlenn Strauss  * [mod_wolfssl] check for cert must_staple
716f6837d0SGlenn Strauss  * [mod_mbedtls] config renegotiation;not recommended
726f6837d0SGlenn Strauss  * [mod_alias] fix typo in config error message
736f6837d0SGlenn Strauss  * [mod_proxy,mod_cgi] fix dummy Sec-WebSocket-Key
746f6837d0SGlenn Strauss  * [mod_wolfssl] cast to fix compile error
756f6837d0SGlenn Strauss  * [TLS] try DER format if reading PEM format fails
766f6837d0SGlenn Strauss  * [mod_openssl] libressl 3.6.0 ASN1_TIME_cmp_time_t
776f6837d0SGlenn Strauss  * [mod_deflate] skip cache for Cache-Control: private,no-store
786f6837d0SGlenn Strauss  * [mod_webdav] minor cleanups and adjustments
796f6837d0SGlenn Strauss  * [core] http_response_body_clear clears body flags
806f6837d0SGlenn Strauss  * [core] ignore server.max-worker = 1
816f6837d0SGlenn Strauss  * [doc/scripts/cert-staple.sh] *BSD date portability
826f6837d0SGlenn Strauss  * [doc/scripts/cert-staple.sh] short-circuit checks
836f6837d0SGlenn Strauss  * [doc/scripts/cert-staple.sh] add copyright header
846f6837d0SGlenn Strauss  * [meson] fix wrong array
856f6837d0SGlenn Strauss  * [meson] replace most has_function calls with loop
866f6837d0SGlenn Strauss  * [meson] use non string true/false
876f6837d0SGlenn Strauss  * [meson] use files()
886f6837d0SGlenn Strauss  * [meson] remove use of non-existent win32 xgetopt.c
896f6837d0SGlenn Strauss  * [meson] update comment for opts w/ type 'feature'
906f6837d0SGlenn Strauss  * [core] fix crash for invalid lighttpd.conf (fixes #3175)
916f6837d0SGlenn Strauss  * [build] do not check for pthread.h
926f6837d0SGlenn Strauss  * [cmake] use find_package() to include the PkgConfig module
936f6837d0SGlenn Strauss  * [cmake] use GNUInstallDirs to set defaults for several directories
946f6837d0SGlenn Strauss  * [cmake] use FindOpenSSL cmake module to search for OpenSSL
956f6837d0SGlenn Strauss  * [cmake] remove wolfssl code that would already be handled by CMake
966f6837d0SGlenn Strauss  * [cmake] improve searching for PostgreSQL
976f6837d0SGlenn Strauss  * [cmake] remove needless arguments from xconfig macro
986f6837d0SGlenn Strauss  * [cmake] prefer libpcre.pc over pcre-config
996f6837d0SGlenn Strauss  * [cmake] use CMake's provided FindZLIB
1006f6837d0SGlenn Strauss  * [cmake] use CMake's provided FindBZip2
1016f6837d0SGlenn Strauss  * [cmake] remove path hints where CMake searches by default
1026f6837d0SGlenn Strauss  * [cmake] remove use of non-existent win32 xgetopt.c
1036f6837d0SGlenn Strauss  * [mod_openssl] mod_openssl_write_err() shared code
1046f6837d0SGlenn Strauss  * [mod_openssl] use SSL_sendfile() if KTLS available
1056f6837d0SGlenn Strauss  * [mod_gnutls] use gnutls_record_send_file() if KTLS
1066f6837d0SGlenn Strauss  * [TLS] handle '+' on ssl-conf-cmd "Options"
1076f6837d0SGlenn Strauss  * [TLS] upgrade default cipher list to stronger set
1086f6837d0SGlenn Strauss  * [TLS] simplify TLS config; remove deprecated opts
1096f6837d0SGlenn Strauss  * [multiple] remove deprecated modules
1106f6837d0SGlenn Strauss  * [mod_magnet] remove lighty.r.req_attr["response.*"]
1116f6837d0SGlenn Strauss  * [core] remove libev fdevent option (ignore)
1126f6837d0SGlenn Strauss  * [core] _WIN32 impl of plugins_load()
1136f6837d0SGlenn Strauss  * [core] check for built-in plugins before dlopen
1146f6837d0SGlenn Strauss  * [core] build core modules into lighttpd executable
1156f6837d0SGlenn Strauss  * [core] reduce M_TOP_PAD to default on small system
1166f6837d0SGlenn Strauss  * [multiple] mark mod_*_plugin_init() funcs cold
1176f6837d0SGlenn Strauss  * [core] check ifndef NDEBUG before setting NDEBUG
1186f6837d0SGlenn Strauss  * [core] server_main_setup_signals() separate func
1196f6837d0SGlenn Strauss  * [core] server_main_setup_workers() separate func
1206f6837d0SGlenn Strauss  * [core] server_main_setup() variable scoping
1216f6837d0SGlenn Strauss  * [core] ck_calloc() ck_malloc() ck_realloc_u32()
1226f6837d0SGlenn Strauss  * [multiple] employ ck_realloc_u32() shared code
1236f6837d0SGlenn Strauss  * [core] mark gw_proc_free() cold
1246f6837d0SGlenn Strauss  * [core] use data_config_list for config
1256f6837d0SGlenn Strauss  * [build] omit unused vector.[ch] from build
1266f6837d0SGlenn Strauss  * [mod_wstunnel] store value in tmp before byteswap
1276f6837d0SGlenn Strauss  * [core] log_buffer_vsprintf tweaks
1286f6837d0SGlenn Strauss  * [multiple] employ ck_calloc, ck_malloc shared code
1296f6837d0SGlenn Strauss  * [core] create non-inlined vector_resize()
1306f6837d0SGlenn Strauss  * [lighttpd-angel] remove unused includes
1316f6837d0SGlenn Strauss  * [core] chunk.c tweaks
1326f6837d0SGlenn Strauss  * [core] config_check_cond_nocache_eval() tweak
1336f6837d0SGlenn Strauss  * [mod_openssl] CLOSE_NOTIFY handling with KTLS
1346f6837d0SGlenn Strauss  * [mod_wolfssl] match mod_openssl CLOSE_NOTIFY
1356f6837d0SGlenn Strauss  * [core] ignore config dir-listing.* if not enabled
1366f6837d0SGlenn Strauss  * [doc] default lighttpd.conf: omit server.use-ipv6
1376f6837d0SGlenn Strauss  * [lighttpd-angel] simplify
1386f6837d0SGlenn Strauss  * [tests] disable auth.delay-invalid-creds for tests
1396f6837d0SGlenn Strauss  * [mod_deflate] "deflate" should include zlib header
1406f6837d0SGlenn Strauss  * [tests] fix "deflate" tests for added zlib header
1416f6837d0SGlenn Strauss  * [tests] disable Nagle on client, remove sleeps
1426f6837d0SGlenn Strauss  * [core] save ptr to avoid static analyzer realloc warn
1436f6837d0SGlenn Strauss  * [core] wrap server_main_setup_workers w/ HAVE_FORK
1446f6837d0SGlenn Strauss  * [core] temporarily disable O_NOFOLLOW on Cygwin
1456f6837d0SGlenn Strauss
146fc4cdb76SGlenn Strauss- 1.4.67 - 2022-09-17
147fc4cdb76SGlenn Strauss  * Update comment about TCP_INFO on OpenBSD
148fc4cdb76SGlenn Strauss  * [mod_ajp13] fix crash with bad response headers (fixes #3170)
149fc4cdb76SGlenn Strauss  * [core] handle RDHUP when collecting chunked body
150fc4cdb76SGlenn Strauss  * [core] tweak streaming request body to backends
151fc4cdb76SGlenn Strauss  * [core] handle ENOSPC with pwritev() (#3171)
152fc4cdb76SGlenn Strauss  * [core] manually calculate off_t max (fixes #3171)
153fc4cdb76SGlenn Strauss  * [autoconf] force large file support (#3171)
154fc4cdb76SGlenn Strauss  * [multiple] quiet coverity warnings using casts
155fc4cdb76SGlenn Strauss  * [meson] add license keyword to project declaration
156fc4cdb76SGlenn Strauss
157807b3e9aSGlenn Strauss- 1.4.66 - 2022-08-07
158807b3e9aSGlenn Strauss  * [core] h2: optim: send window update in 16k units
159807b3e9aSGlenn Strauss  * [mod_magnet] reset for http-response-send-file
160807b3e9aSGlenn Strauss  * [multiple] fix json encoding
161807b3e9aSGlenn Strauss  * [core] buffer_append_bs_escaped_json()
162807b3e9aSGlenn Strauss  * [autoconf] update ax_prog_cc_for_build.m4
163807b3e9aSGlenn Strauss  * [doc] add libdeflate to INSTALL
164807b3e9aSGlenn Strauss  * [mod_webdav] cold func if xml reqbody w/o db conf
165807b3e9aSGlenn Strauss  * [mod_webdav] check reqbody Content-Type is XML
166807b3e9aSGlenn Strauss  * [doc] more consistent use of vars in examples
167807b3e9aSGlenn Strauss  * [core] do not load indexfile, dirlisting if unused
168807b3e9aSGlenn Strauss  * [mod_dirlisting] send ETag, Cache-Control w/ cache
169807b3e9aSGlenn Strauss  * [mod_openssl] compile compat w/ openssl < 1.1.0
170807b3e9aSGlenn Strauss  * [mod_webdav] webdav_reqbody_type_xml() fixes
171807b3e9aSGlenn Strauss  * [core] clarify server.username = "root" error msg
172807b3e9aSGlenn Strauss  * [mod_wolfssl] compat with older wolfssl versions
173807b3e9aSGlenn Strauss  * [core] fix li_base64_dec() on whitespace
174807b3e9aSGlenn Strauss  * [core] perf tweak buffer_eq_icase_ssn()
175807b3e9aSGlenn Strauss  * [mod_deflate] fix use of libdeflate for files>128k (fixes #3161)
176807b3e9aSGlenn Strauss  * [core] fix buffer_substr_replace() extend (fixes #3160)
177807b3e9aSGlenn Strauss  * [mod_webdav] build with Android NDK
178807b3e9aSGlenn Strauss  * [core] check r->http_status before handling Range
179807b3e9aSGlenn Strauss  * [core] preprocessor option to force crypto lib
180807b3e9aSGlenn Strauss  * [core] fix SIGUSR1 graceful restart w/ TLS (fixes #3164)
181807b3e9aSGlenn Strauss  * [mod_authn_gssapi] warn if no confidentiality flag (fixes #3163)
182807b3e9aSGlenn Strauss  * [mod_wstunnel] fix crash with bad hybivers (fixes #3165)
183807b3e9aSGlenn Strauss  * [core] perf: adjust max h2 stream send increment
184807b3e9aSGlenn Strauss  * [core] fix HTTP/2 downloads >= 4GiB (fixes #3166)
185807b3e9aSGlenn Strauss
186388aad08SGlenn Strauss- 1.4.65 - 2022-06-07
187b03fcc70SGlenn Strauss  * [build] meson: fix typo in variable name
188b03fcc70SGlenn Strauss  * [build] autoconf: report if building with zstd
189b03fcc70SGlenn Strauss  * [build] meson -Dlua_version=... to specify lua ver
190b03fcc70SGlenn Strauss  * [core] avoid CCRandomGenerateBytes on MacOS <10.12 (fixes #3140)
191b03fcc70SGlenn Strauss  * [core] use diff var name w/ CCRandomGenerateBytes (fixes #3141)
192b03fcc70SGlenn Strauss  * [core] parse conf cmds with SHELL or /bin/sh
193b03fcc70SGlenn Strauss  * [core] fix HMAC with openssl 3.0
194b03fcc70SGlenn Strauss  * [mod_webdav] no COPYFILE_CLONE_FORCE on OSX <10.12 (fixes #3142)
195b03fcc70SGlenn Strauss  * [mod_deflate] fix to return 304 with If-None-Match (fixes #3143)
196b03fcc70SGlenn Strauss  * [core] Illumos epoll incompatible w/ lighttpd impl
197b03fcc70SGlenn Strauss  * [core] feature flag to allow Range w/ HTTP/1.0
198b03fcc70SGlenn Strauss  * [mod_mbedtls] set usekeysize for mbedtls 3.2.0+
199b03fcc70SGlenn Strauss  * [mod_deflate] collect mmap code
200b03fcc70SGlenn Strauss  * [mod_deflate] prototype using libdeflate w/ mmap
201b03fcc70SGlenn Strauss  * [mod_deflate] --with-libdeflate to use libdeflate
202b03fcc70SGlenn Strauss  * [mod_deflate] mark input bytes const
203b03fcc70SGlenn Strauss  * [core] sys-setjmp.[ch]
204b03fcc70SGlenn Strauss  * [mod_magnet] check lighty.result.content b4 setjmp
205b03fcc70SGlenn Strauss  * [core] include guard consistency in sys-time.h
206b03fcc70SGlenn Strauss  * [core] network_write_file_chunk_remap separate fn
207b03fcc70SGlenn Strauss  * [multiple] use new sys_setjmp_eval3() interface
208b03fcc70SGlenn Strauss  * [multiple] pedantic chunk.c checks for 0-len chunk
209b03fcc70SGlenn Strauss  * [multiple] shared code for struct chunk and mmap
210b03fcc70SGlenn Strauss  * [mod_deflate] use pread if available
211b03fcc70SGlenn Strauss  * [mod_deflate] improve loop compressing file chunk
212b03fcc70SGlenn Strauss  * [core] prep server_tag at startup for h2 resp hdr
213b03fcc70SGlenn Strauss  * [mod_magnet] defer req_env init unless needed
214b03fcc70SGlenn Strauss  * [mod_magnet] reset after error attaching content
215b03fcc70SGlenn Strauss  * [mod_magnet] lua_tointegerx() avoids raising error
216b03fcc70SGlenn Strauss  * [mod_mbedtls] use newer mbedtls 3.2.0+ interfaces
217b03fcc70SGlenn Strauss  * [mod_magnet] adjust hot path for more inlining
218b03fcc70SGlenn Strauss  * [mod_magnet] collect chk for magnet lua_State init
219b03fcc70SGlenn Strauss  * [mod_magnet] use type returned from lua_getfield()
220b03fcc70SGlenn Strauss  * [core] chunk_file_pread() to wrap pread()
221b03fcc70SGlenn Strauss  * [core] disable keep-alive if forcing HTTP/1.0 resp
222b03fcc70SGlenn Strauss  * [mod_magnet] use lua_getextraspace() to store r
223b03fcc70SGlenn Strauss  * [core] fall back to getauxval(AT_RANDOM), if avail
224b03fcc70SGlenn Strauss  * [mod_magnet] keep message handler on stack
225b03fcc70SGlenn Strauss  * [doc] update external links
226b03fcc70SGlenn Strauss  * [mod_magnet] pass lighty table index, defer pops
227b03fcc70SGlenn Strauss  * [mod_magnet] clear and reuse script-env table
228b03fcc70SGlenn Strauss  * [mod_magnet] clear stack when reloading script
229b03fcc70SGlenn Strauss  * [mod_magnet] use lua_isnoneornil() in interfaces
230b03fcc70SGlenn Strauss  * [mod_magnet] fix lighty.c.cookie_tokens()
231b03fcc70SGlenn Strauss  * [mod_magnet] fix lighty.c.urldec_query()
232b03fcc70SGlenn Strauss  * [mod_magnet] remove duplicated NULL checks
233b03fcc70SGlenn Strauss  * [mod_magnet] adjust magnet_lighty_result_get()
234b03fcc70SGlenn Strauss  * [mod_magnet] magnet_tmpbuf_acquire(),release()
235b03fcc70SGlenn Strauss  * [mod_magnet] lighty.c.quotedenc(),dec() funcs
236b03fcc70SGlenn Strauss  * [mod_magnet] fix header,content legacy table clear
237b03fcc70SGlenn Strauss  * [mod_cgi] cgi.local-redir request_reset thru fnptr
238b03fcc70SGlenn Strauss  * [core] isolate plugins_*() funcs to main server
239b03fcc70SGlenn Strauss  * [mod_wolfssl] wolfssl v5.0.0 defines DH_set0_pqg()
240b03fcc70SGlenn Strauss  * [mod_auth] save letter-case diff in require config
241388aad08SGlenn Strauss  * [mod_magnet] magnet_push_quoted_string shared code
242388aad08SGlenn Strauss  * [mod_magnet] lighty.c.header_tokens convenience fn
243388aad08SGlenn Strauss  * [core] fill in un.sun_path after accept() (fixes #3147)
244388aad08SGlenn Strauss  * [mod_extforward] adjust trust check for HTTP/2
245388aad08SGlenn Strauss  * [mod_proxy] adjust handling of legacy X-* headers
246388aad08SGlenn Strauss  * [core] permit env w/ blank value (fix regression)
247388aad08SGlenn Strauss  * [TLS] consistent debug.log-ssl-noise config type
248388aad08SGlenn Strauss  * [mod_magnet] allow removal of req_env elt via nil
249388aad08SGlenn Strauss  * [core] compiler workarounds for very old gcc,glibc
250388aad08SGlenn Strauss  * [mod_mbedtls] use newer mbedtls 3.2.0+ interfaces
251388aad08SGlenn Strauss  * [mod_ssi] check http_chunk_transfer_cqlen for err
252388aad08SGlenn Strauss  * [core] chunkqueue_steal() handle unexpected 0 len
253388aad08SGlenn Strauss  * [core] discard DATA from REFUSED_STREAM at h2 init
254388aad08SGlenn Strauss  * [multiple] WebSockets over HTTP/2 (fixes #3151)
255388aad08SGlenn Strauss  * [multiple] immed connect to backend for streaming
256388aad08SGlenn Strauss  * [core] ensure socket ready before checking connect
257388aad08SGlenn Strauss  * [core] reduce trace on Upgrade backend connection
258388aad08SGlenn Strauss  * [core] adjust when TCP_CORK used on TLS connection
259388aad08SGlenn Strauss  * [mod_cgi] disable input optim if might Upgrade
260388aad08SGlenn Strauss  * [mod_cgi] immed start CGI if Upgrade
261388aad08SGlenn Strauss  * [mod_wolfssl] wolfssl v5.0.0 adds ASN1_TIME_diff()
262388aad08SGlenn Strauss  * [mod_openssl] libressl v3.5.0 adds ASN1_TIME_diff
263388aad08SGlenn Strauss  * [TLS] warn if leaf cert read is inactive/expired
264388aad08SGlenn Strauss  * [core] stricter conformance w/ upcoming HTTP/2 rev
265388aad08SGlenn Strauss  * [build] -D_DEFAULT_SOURCE consistency in builds
266388aad08SGlenn Strauss  * [mod_extforward] support addtl IPv6 syntax w/ "[]"
267388aad08SGlenn Strauss  * [core] build fix for cygwin and lmingw
268388aad08SGlenn Strauss  * [core] short-circuit earlier parsing h2 trailers
269388aad08SGlenn Strauss  * [core] reformat h2.h for cleaner enum additions
270388aad08SGlenn Strauss  * [core] consolidate trace for log-state-handling
271388aad08SGlenn Strauss  * [core] request_config bitmasks for smaller struct
272388aad08SGlenn Strauss  * [core] prefix (=^), suffix (=$) config conditions (fixes #3153)
273388aad08SGlenn Strauss  * [core] tighten config parsing loop
274388aad08SGlenn Strauss  * [core] convert simple config cond regex to pre/sfx
275388aad08SGlenn Strauss  * [tests] able to run tests when built w/o pcre
276388aad08SGlenn Strauss  * [core] allow redirect,rewrite ext subst w/o pcre
277388aad08SGlenn Strauss  * [mod_sockproxy] reset http vers, avoid rare crash (fixes #3152)
278388aad08SGlenn Strauss  * [core] HTTP/2 PRIORITY_UPDATE frame (experimental)
279388aad08SGlenn Strauss  * [core] send HTTP/2 SETTINGS_NO_RFC7540_PRIORITIES
280388aad08SGlenn Strauss  * [core] stricter check of HTTP/2 GOAWAY frame size
281388aad08SGlenn Strauss  * [mod_mbedtls] use newer mbedtls 3.2.0+ interfaces
282388aad08SGlenn Strauss  * [mod_webdav] opt for partial PUT via copy/rename
283388aad08SGlenn Strauss  * [core] quiet compiler warning
284388aad08SGlenn Strauss  * [multiple] recognize HTTP QUERY method
285388aad08SGlenn Strauss  * [multiple] limit scope of socket config options
286388aad08SGlenn Strauss  * [core] fix config typo reading large int from str
287388aad08SGlenn Strauss  * [core] h2 prio sort urgency, incr, then stream id
288388aad08SGlenn Strauss  * [core] send Priority resp hdr w/ .css, .js re-prio
289388aad08SGlenn Strauss  * [multiple] reset http vers, avoid rare crash (fixes #3152)
290388aad08SGlenn Strauss  * [core] delay response to http auth invalid creds
291388aad08SGlenn Strauss  * [core] connection_state_machine_h2 only if con->h2
292388aad08SGlenn Strauss  * [core] default server.max-keep-alive-requests 1000
293388aad08SGlenn Strauss  * [mod_magnet] set script env in func first upvalue
294388aad08SGlenn Strauss  * [mod_magnet] rewrite lighty.r as table of userdata
295388aad08SGlenn Strauss  * [mod_status] con->h2 instead of r->http_version
296388aad08SGlenn Strauss  * [mod_setenv] cleanup user-provided hdr sloppiness
297388aad08SGlenn Strauss  * [core] remove func decls duplicated in plugin.h
298388aad08SGlenn Strauss  * [mod_status] fix counting of HTTP/2 bytes written
299388aad08SGlenn Strauss  * [mod_magnet] no local server port on unix domain
300388aad08SGlenn Strauss  * [mod_extforward] unix domain socket pedantic chks
301388aad08SGlenn Strauss  * [core] sketch support for abstract sockets
302388aad08SGlenn Strauss  * [mod_magnet] magnet_plugin_stats_table() fn
303388aad08SGlenn Strauss  * [mod_magnet] magnet_script_setup_global_state() fn
304388aad08SGlenn Strauss  * [mod_magnet] lighty.server.* table w/ new function
305388aad08SGlenn Strauss  * [mod_accesslog] do not double-count hdr len in %I
306388aad08SGlenn Strauss  * [mod_magnet] reduce magnet_env_get_id() scanning
307388aad08SGlenn Strauss  * [mod_magnet] tighten magnet_env_get_buffer_by_id()
308388aad08SGlenn Strauss  * [mod_status] reusable code for r->state strings
309388aad08SGlenn Strauss  * [core] reusable code for r->state strings
310388aad08SGlenn Strauss  * [mod_magnet] expose r->state to lua scripts
311388aad08SGlenn Strauss  * [mod_magnet] tighten magnet_env_set()
312388aad08SGlenn Strauss  * [mod_magnet] lighty.r.req_item[] accessors
313388aad08SGlenn Strauss  * [mod_magnet] expose r->keep_alive to lua scripts
314388aad08SGlenn Strauss  * [mod_magnet] lighty.c.hrtime high-resolution time
315388aad08SGlenn Strauss  * [mod_magnet] lighty.r.resp_body.get
316388aad08SGlenn Strauss  * [mod_magnet] deprecate r.req_attr["response.*]
317388aad08SGlenn Strauss  * [mod_magnet] separate funcs for uri_path_raw
318388aad08SGlenn Strauss  * [mod_magnet] lighty.c.stat high precision time
319388aad08SGlenn Strauss  * [mod_magnet] format multiline err traceback
320388aad08SGlenn Strauss  * [mod_magnet] adjust p->conf.stage checks
321388aad08SGlenn Strauss  * [mod_magnet] further isolate legacy API result tbl
322388aad08SGlenn Strauss  * [core] buffer_append_char() convenience func
323388aad08SGlenn Strauss  * [mod_accesslog] accesslog.escaping = "json"
324388aad08SGlenn Strauss  * [multiple] use buffer_append_char()
325388aad08SGlenn Strauss  * [mod_accesslog] remove begin/end tags from %{}t
326388aad08SGlenn Strauss  * [core] fix configparser_simplify_regex() comment
327388aad08SGlenn Strauss  * [multiple] simplify bytes_in/bytes_out accounting
328388aad08SGlenn Strauss  * [mod_accesslog] reorder fields in switch()
329388aad08SGlenn Strauss  * [core] remove unused srv->con_* counters
330388aad08SGlenn Strauss  * [mod_magnet] read-only access to r->server_name
331388aad08SGlenn Strauss  * [core] buffer_append_bs_escaped()
332388aad08SGlenn Strauss  * [core] buffer_append_string_c_escaped ASCII optim
333388aad08SGlenn Strauss  * [mod_magnet] backspace-escape encode/decode
334388aad08SGlenn Strauss  * [mod_status] display HTTP/2 control stream w/ reqs
335388aad08SGlenn Strauss  * [multiple] use preferred syntax for Content-Type
336388aad08SGlenn Strauss  * [doc] regenerate doc/config/conf.d/mime.conf
337388aad08SGlenn Strauss  * [multiple] rename status_counter -> plugin_stats
338388aad08SGlenn Strauss  * [core] feature-flag server.metrics-high-precision
339388aad08SGlenn Strauss  * [mod_magnet] quiet coverity false positive
340388aad08SGlenn Strauss  * [mod_wolfssl] compile fix for OpenWRT
341388aad08SGlenn Strauss  * [mod_webdav] If-None-Match: * on non-existent
342388aad08SGlenn Strauss  * [mod_magnet] r.req_body .collect .get .set .add
343388aad08SGlenn Strauss  * [mod_cgi] fix detection of failing error handler (fixes #3157)
344388aad08SGlenn Strauss  * [core] "url-invalid-utf8-reject" normalization opt
345388aad08SGlenn Strauss  * [mod_magnet] skip req body collect warn if modsec3
346388aad08SGlenn Strauss  * [build] update descriptions to remove old lua ver
347388aad08SGlenn Strauss  * [core] use current dir if context->basedir blank
348388aad08SGlenn Strauss  * [multiple] application/javascript text/javascript
349388aad08SGlenn Strauss  * [core] reset internal flags after graceful restart
350388aad08SGlenn Strauss  * [TLS] inherit ssl.engine from global scope
351388aad08SGlenn Strauss  * [core] avoid server.use-ipv6 warning after SIGUSR1
352388aad08SGlenn Strauss  * [mod_webdav] alt handling PROPFIND on collection
353388aad08SGlenn Strauss  * [mod_mbedtls] fix crt chain construction logic
354388aad08SGlenn Strauss  * [core] h2 SETTINGS_INITIAL_WINDOW_SIZE 64k (fixes #3089)
355388aad08SGlenn Strauss  * [core] increase session window size to 256k
356388aad08SGlenn Strauss  * [core] h2: avoid sending small WINDOW_UPDATE frames
357388aad08SGlenn Strauss  * [core] h2: avoid sending tiny DATA frames
358388aad08SGlenn Strauss  * [core] update cached tables with Priority header
359388aad08SGlenn Strauss  * [tests] test stubs for http_header.c and http_kv.c
360b03fcc70SGlenn Strauss
36173bd6b41SGlenn Strauss- 1.4.64 - 2022-01-19
36273bd6b41SGlenn Strauss  * [core] fix trace issued for loading mod_auth (fixes #3121)
36373bd6b41SGlenn Strauss  * [meson] need -lrt with glibc < 2.17 (fixes #3120)
36473bd6b41SGlenn Strauss  * [core] adjust time jump detection (fixes #3123)
36573bd6b41SGlenn Strauss  * [core] make setrlimit() warn, not fatal
36673bd6b41SGlenn Strauss  * [core] add remote IP to some error msgs (fixes #3122)
36773bd6b41SGlenn Strauss  * [mod_webdav] If-None-Match on non-existent entity
36873bd6b41SGlenn Strauss  * [build] check getxattr before attr_get and -lattr
36973bd6b41SGlenn Strauss  * [doc] SELinux: setsebool -P httpd_setrlimit on
37073bd6b41SGlenn Strauss  * [build] create sha512sum file with release
37173bd6b41SGlenn Strauss  * [build] CI builds now use make -j 2
37273bd6b41SGlenn Strauss  * [core] http_response_send_file() takes const path
37373bd6b41SGlenn Strauss  * [core] use ETag response header to check cachable
37473bd6b41SGlenn Strauss  * [core] add more const to stat_cache_update_entry()
37573bd6b41SGlenn Strauss  * [multiple] remove r->physical.etag
37673bd6b41SGlenn Strauss  * [mod_magnet] interface to http_response_send_file
37773bd6b41SGlenn Strauss  * [build] add headers for sendfile() detect on MacOS
37873bd6b41SGlenn Strauss  * [core] http_response_write_prepare optimization
37973bd6b41SGlenn Strauss  * [core] define static_assert for uClibc (fixes #3127)
38073bd6b41SGlenn Strauss  * [build] -Wno-implicit-fallthrough for ls-hpack
38173bd6b41SGlenn Strauss  * [core] ignore pcre2 "bad JIT option" warning
38273bd6b41SGlenn Strauss  * [build] pcre2: use pkg-config before pcre2-config
38373bd6b41SGlenn Strauss  * [core] http_response_has_error_handler()
38473bd6b41SGlenn Strauss  * [core] consolidate request restart loop check
38573bd6b41SGlenn Strauss  * [core] defer retrieving Last-Modified until needed
38673bd6b41SGlenn Strauss  * [mod_dirlisting] fix logic inversion in cache
38773bd6b41SGlenn Strauss  * [core] mark expect cond in http_response_send_file
38873bd6b41SGlenn Strauss  * [core] connection_handle_read_state() tweak
38973bd6b41SGlenn Strauss  * [core] connection_state_machine_loop() tweaks
39073bd6b41SGlenn Strauss  * [core] connection_state_machine_h2() tweaks
39173bd6b41SGlenn Strauss  * [core] quiet coverity noise
39273bd6b41SGlenn Strauss  * [core] use lower limit for max-fds if !setrlimit
39373bd6b41SGlenn Strauss  * [build] do not check for prctl; HAVE_PRCTL unused
39473bd6b41SGlenn Strauss  * [core] server.core-files support on FreeBSD (fixes #3128)
39573bd6b41SGlenn Strauss  * [mod_extforward] support longer PROXY v2 TLV vec
39673bd6b41SGlenn Strauss  * [mod_webdav] detect truncated copy_file_range()
39773bd6b41SGlenn Strauss  * [mod_webdav] copy_file_range() new in FreeBSD 13
39873bd6b41SGlenn Strauss  * [mod_webdav] copy_file_range() new in FreeBSD 13
39973bd6b41SGlenn Strauss  * [build] feature consistency between build types
40073bd6b41SGlenn Strauss  * [build] cmake build now defaults to C11
40173bd6b41SGlenn Strauss  * [core] CCRandomGenerateBytes() for rand on macOS (fixes #3129)
40273bd6b41SGlenn Strauss  * [multiple] remove long-deprecated modules
40373bd6b41SGlenn Strauss  * [build] default --with-pcre2 unless --with-pcre
40473bd6b41SGlenn Strauss  * [core] "server.graceful-shutdown-timeout" => 8
40573bd6b41SGlenn Strauss  * [build] adjust trace for regex-conditionals
40673bd6b41SGlenn Strauss  * [build] update tests/SConscript
40773bd6b41SGlenn Strauss  * [core] errno_t detection on Illumos
40873bd6b41SGlenn Strauss  * [build] cmake build now defaults to C11
40973bd6b41SGlenn Strauss  * [build] meson: find pcre2 w/o pkg-config
41073bd6b41SGlenn Strauss  * [core] define __EXTENSIONS__ on Illumos
41173bd6b41SGlenn Strauss  * [build] cmake,meson socket libs for win32, Illumos (fixes #3130)
41273bd6b41SGlenn Strauss  * [core] hide bsd_accept_filter code on OpenBSD (fixes #3131)
41373bd6b41SGlenn Strauss  * [core] errno_t and rsize_t detection on Illumos
41473bd6b41SGlenn Strauss  * [mod_webdav] copy acceleration
41573bd6b41SGlenn Strauss  * [mod_webdav] define HAVE_RENAMEAT2 earlier
41673bd6b41SGlenn Strauss  * [build] meson misdetects mempcpy on some platforms
41773bd6b41SGlenn Strauss  * [build] cmake: skip "-Wl,-export-dynamic" Illumos
41873bd6b41SGlenn Strauss  * [build] adjust .gitignore for macOS
41973bd6b41SGlenn Strauss  * [build] meson crypt and dl detection on *BSD (fixes #3133)
42073bd6b41SGlenn Strauss  * [core] /dev/null is a symlink on Illumos (fixes #3132)
42173bd6b41SGlenn Strauss  * [core] server.core-files support for solaris (fixes #3135)
42273bd6b41SGlenn Strauss  * [build] feature consistency between build types
42373bd6b41SGlenn Strauss  * [build] Haiku build fix (fixes #3136)
42473bd6b41SGlenn Strauss  * [lemon] silence coverity warnings
42573bd6b41SGlenn Strauss  * [cmake] raise minimum version to 3.7
42673bd6b41SGlenn Strauss  * [cmake] add address/undefined sanitize compile options
42773bd6b41SGlenn Strauss  * [asan tests] fix memory leaks
42873bd6b41SGlenn Strauss  * [array] use speaking names for array "fn" vtables for better debugging experience
42973bd6b41SGlenn Strauss  * [ci] add cmake-asan build type
43073bd6b41SGlenn Strauss  * [core] buffer_copy_string() use "" if s is NULL
43173bd6b41SGlenn Strauss  * [mod_authn_gssapi] code reuse: fdevent_mkostemp()
43273bd6b41SGlenn Strauss  * [mod_authn_gssapi] reduce KRB5CCNAME mem alloc
43373bd6b41SGlenn Strauss  * [build] adjust help strings for pcre2 default
43473bd6b41SGlenn Strauss  * [core] (const char *) for srvconf.modules_dir
43573bd6b41SGlenn Strauss  * [multiple] remove buffer_init_string()
43673bd6b41SGlenn Strauss  * [multiple] remove buffer_init_buffer()
43773bd6b41SGlenn Strauss  * [mod_extforward] fix out-of-bounds (OOB) write (fixes #3134)
43873bd6b41SGlenn Strauss  * [build] use -fstack-protector-strong w/ extra warn
43973bd6b41SGlenn Strauss  * [build] collect Sun-specific headers and funcs
44073bd6b41SGlenn Strauss  * [build] collect Sun-specific headers and funcs
44173bd6b41SGlenn Strauss  * [build] rm redundant check for -lnetwork on Haiku
44273bd6b41SGlenn Strauss  * [build] check headers before some funcs
44373bd6b41SGlenn Strauss  * [core] allow LISTEN_PID to be ppid if TRACEME (fixes #3137)
44473bd6b41SGlenn Strauss  * [core] allow tests/tmp/bind.conf override (#3137)
44573bd6b41SGlenn Strauss  * [mod_webdav] no sys/ioctl.h on _WIN32
44673bd6b41SGlenn Strauss  * [tests] _WIN32 adjustments in LightyTest.pm
44773bd6b41SGlenn Strauss  * [tests] revert _WIN32 adjustments in LightyTest.pm
44873bd6b41SGlenn Strauss  * [mod_gnutls] lift size check out of DN loop
44973bd6b41SGlenn Strauss  * [mod_mbedtls] lift size check out of DN loop
45073bd6b41SGlenn Strauss  * [mbedtls] save (mbedtls_ssl_config *) in hctx
45173bd6b41SGlenn Strauss  * [multiple] permit UTF-8 in SSL_CLIENT_S_DN_*
45273bd6b41SGlenn Strauss  * [mod_openssl] do not esc UTF-8 in cert subject
45373bd6b41SGlenn Strauss  * [mod_mbedtls] reconstruct SSL_CLIENT_S_DN
45473bd6b41SGlenn Strauss  * [mod_mbedtls] changes to build with mbedtls 3.0.0
45573bd6b41SGlenn Strauss  * [mod_mbedtls] remove use of out_left in mbedtls 3
45673bd6b41SGlenn Strauss  * [mod_mbedtls] mbedtls_ssl_conf_groups for 3.1.0
45773bd6b41SGlenn Strauss
4580340dc94SGlenn Strauss- 1.4.63 - 2021-12-04
4590340dc94SGlenn Strauss  * [core] import xxHash v0.8.1
4600340dc94SGlenn Strauss  * [core] isolate use of sys/filio.h
4610340dc94SGlenn Strauss  * [core] fix reqpool mem corruption in 1.4.62 (fixes #3118)
4620340dc94SGlenn Strauss
463a8c93927SGlenn Strauss- 1.4.62 - 2021-12-01
464a8c93927SGlenn Strauss  * [mod_alias] fix use-after-free bug (fixes #3114)
465a8c93927SGlenn Strauss  * [core] clean up fdlog_st and log_error_st decls
466a8c93927SGlenn Strauss  * [core] 'struct log_error_st' -> 'log_error_st'
467a8c93927SGlenn Strauss  * [core] remove redundant asserts
468a8c93927SGlenn Strauss  * [core] explicitly include sys/cdefs.h
469a8c93927SGlenn Strauss  * [tests] t/test_mod_ssi
470a8c93927SGlenn Strauss  * [core] fdevent_socket_nb_cloexec_init()
471a8c93927SGlenn Strauss  * [core] fdevent_impl.c separate from fdevent.c
472a8c93927SGlenn Strauss  * [core] merge fdevent impls into fdevent_impl.c
473a8c93927SGlenn Strauss  * [core] fdevent_fdnode.c separate from fdevent.c
474a8c93927SGlenn Strauss  * [core] close backend socket fds more quickly
475a8c93927SGlenn Strauss  * [core] use TCP_CORK w/ TLS if cq length > 16k
476a8c93927SGlenn Strauss  * [core] warn if dynamic modules before mod_auth
477a8c93927SGlenn Strauss  * [mod_cgi] check fd-to-cgi not -1 before close
478a8c93927SGlenn Strauss  * [core] libev EV_ERROR conflicts with kqueue
479a8c93927SGlenn Strauss  * [tests] disable test_mod_ssi in cmake (temporary)
480a8c93927SGlenn Strauss  * [tests] disable test_mod_ssi in cmake (temporary)
481a8c93927SGlenn Strauss  * [tests] reenable test_mod_ssi in cmake
482a8c93927SGlenn Strauss  * [core] run plugin cleanup hooks in reverse
483a8c93927SGlenn Strauss  * [core] fix removal of server.pid-file when testing (fixes #3115)
484a8c93927SGlenn Strauss  * [doc] improve sample configs
485a8c93927SGlenn Strauss  * [doc] expand vhosts.template
486a8c93927SGlenn Strauss  * [doc] improve sample configs
487a8c93927SGlenn Strauss  * [core] use ck_assert() in vector.[ch]
488a8c93927SGlenn Strauss  * [tests] mod_ssi tests moved to src/t/test_mod_ssi
489a8c93927SGlenn Strauss  * [mod_ssi] 0-init ssi_val_t in ssi_ctx_t
490a8c93927SGlenn Strauss  * [mod_ssi] fix ancient bugs; replace cond parser
491a8c93927SGlenn Strauss  * [mod_ssi] remove mod_ssi parser generator file
492a8c93927SGlenn Strauss  * [mod_ssi] merge mod_ssi_expr.c into mod_ssi.c
493a8c93927SGlenn Strauss  * [core] uint_fast32_t tweaks
494a8c93927SGlenn Strauss  * [core] better asm for binary num to ascii string
495a8c93927SGlenn Strauss  * [tests] t/test_mod now runs all t/test_mod_*.c
496a8c93927SGlenn Strauss  * [tests] t/test_mod_alias.c
497a8c93927SGlenn Strauss  * [tests] remove unused mod from tests/lighttpd.conf
498a8c93927SGlenn Strauss  * [mod_evasive] smaller funcs for testing
499a8c93927SGlenn Strauss  * [tests] t/test_mod_evasive.c
500a8c93927SGlenn Strauss  * [mod_evasive] update comment to add references
501a8c93927SGlenn Strauss  * [tests] combine tests into test_common.c
502a8c93927SGlenn Strauss  * [core] get_http_method_key() tweak
503a8c93927SGlenn Strauss  * [mod_dirlisting] check for disabled cache at start
504a8c93927SGlenn Strauss  * [core] buffer_append_string_encoded_json()
505a8c93927SGlenn Strauss  * [mod_dirlisting] (experimental) json (disabled)
506a8c93927SGlenn Strauss  * [tests] t/test_mod needs -ldl on Debian
507a8c93927SGlenn Strauss  * [core] save config regex captures only if used
508a8c93927SGlenn Strauss  * [core] save pcre result state in config_pcre_match
509a8c93927SGlenn Strauss  * [core] use stack w/ pcre_exec unless save captures
510a8c93927SGlenn Strauss  * [core] extend pcre_keyvalue_ctx to pass more state
511a8c93927SGlenn Strauss  * [core] pcre2 support (--with-pcre2)
512a8c93927SGlenn Strauss  * [core] allocate one fewer cond_match_t, if needed
513a8c93927SGlenn Strauss  * [core] allocate pcre output vector on demand
514a8c93927SGlenn Strauss  * [build] configure.ac with AC_PROG_CC_C99 (fixes #3116)
515a8c93927SGlenn Strauss  * [build] CI builds now use pcre2 (upgrade pcre)
516a8c93927SGlenn Strauss  * [core] fix compiler warning in 32-bit build
517a8c93927SGlenn Strauss  * [build] fix CMake pcre2 detection
518a8c93927SGlenn Strauss  * [mod_auth] RFC7616 HTTP Digest username* userhash
519a8c93927SGlenn Strauss  * [mod_dirlisting] fix bug not showing HEADER.txt
520a8c93927SGlenn Strauss  * [tests] t/test_mod_ssi adjust to follow symlinks
521a8c93927SGlenn Strauss  * [mod_auth] quiet coverity warning
522a8c93927SGlenn Strauss  * [doc] refresh/update dependency lists in doc
523a8c93927SGlenn Strauss  * [core] fix crash when using lighttpd -1 with pipes (fixes #3117)
524a8c93927SGlenn Strauss
5253cf695d3SGlenn Strauss- 1.4.61 - 2021-10-28
5263cf695d3SGlenn Strauss  * [core] define __BEGIN_DECLS, __END_DECLS if needed
5273cf695d3SGlenn Strauss  * [core] Y2038: error log high-precision timestamps
5283cf695d3SGlenn Strauss  * [multiple] __attribute_nonnull__ now takes params
5293cf695d3SGlenn Strauss  * [core] bounds check while url-decoding
5303cf695d3SGlenn Strauss  * [mod_magnet] prefer lua_newuserdatauv() w/ lua 5.4
5313cf695d3SGlenn Strauss  * [core] earlier macOS need define for errno_t (fixes #3107)
5323cf695d3SGlenn Strauss  * [tests] force POSIX::WNOHANG() autovivification (fixes #3110)
5333cf695d3SGlenn Strauss  * [mod_dirlisting] sort "../" to top (fixes #3109)
5343cf695d3SGlenn Strauss  * [tests] force Fcntl::F_SETFD() autovivification (#3110)
5353cf695d3SGlenn Strauss  * [core] avoid repeated typedef for fdlog_st
5363cf695d3SGlenn Strauss  * [doc] update INSTALL
5373cf695d3SGlenn Strauss  * [mod_extforward] keep remote IP thru request reset
5383cf695d3SGlenn Strauss  * [core] fix HTTP/2 upload > 64k w/ max-request-size (fixes #3108)
5393cf695d3SGlenn Strauss  * [mod_auth] fix Basic auth passwd cache (fixes #3112)
5403cf695d3SGlenn Strauss  * [mod_ajp13,mod_fastcgi] comment: no response body
5413cf695d3SGlenn Strauss  * [mod_webdav] ignore PROPFIND Depth for files
5423cf695d3SGlenn Strauss  * [core] add comment to ck_memeq_const_time()
5433cf695d3SGlenn Strauss  * [core] accept up to 5 digit port num in host cond
5443cf695d3SGlenn Strauss  * [core] expose chunkqueue_remove_empty_chunks()
5453cf695d3SGlenn Strauss  * [core] short-circuit if response body recv w/ hdrs (fixes #3111)
5463cf695d3SGlenn Strauss  * [core] resched HTTP/2 streams w/ pending data (#3111)
5473cf695d3SGlenn Strauss  * [core] separate func for gw_authorizer_ok()
5483cf695d3SGlenn Strauss  * [core] make ck_memeq_const_time() more generic (#3112)
5493cf695d3SGlenn Strauss  * [mod_auth] revert adjustment to auth passwd cache (#3112)
5503cf695d3SGlenn Strauss  * [core] thwart h2c smuggling when Upgrade enabled
5513cf695d3SGlenn Strauss  * [core] separate funcs to check for valid chars
5523cf695d3SGlenn Strauss  * [core] thwart h2 request tunnelling
5533cf695d3SGlenn Strauss  * [core] clear shared log buffer after writes
5543cf695d3SGlenn Strauss  * [mod_nss] quiet trace for PR_END_OF_FILE_ERROR
5553cf695d3SGlenn Strauss  * [core] allow debug.log-state-handling in condition
5563cf695d3SGlenn Strauss  * [core] combine more dup header processing code
5573cf695d3SGlenn Strauss  * [mod_ajp13,mod_fastcgi] check resp w/ content len
5583cf695d3SGlenn Strauss  * [mod_proxy] Length Req if proxy forcing HTTP/1.0
5593cf695d3SGlenn Strauss  * [core] restart dead proc on connect error if local
5603cf695d3SGlenn Strauss  * [mod_ajp13,mod_fastcgi] recv_parse smaller funcs
5613cf695d3SGlenn Strauss  * [multiple] warn deprecated mods slated for removal
5623cf695d3SGlenn Strauss  * [core] remove redundant checks in same context
5633cf695d3SGlenn Strauss  * [core] tighten chunkqueue_steal* code; better asm
5643cf695d3SGlenn Strauss  * [build] check for preadv(), pwritev()
5653cf695d3SGlenn Strauss  * [core] pwritev w/ chunkqueue_steal_with_tempfiles
5663cf695d3SGlenn Strauss  * [core] tighten chunkqueue_mark_written; better asm
5673cf695d3SGlenn Strauss  * [doc] uncomment mod_auth load in conf.d/auth.conf
5683cf695d3SGlenn Strauss  * [core] tighten chunkqueue_small_resp_optim()
5693cf695d3SGlenn Strauss  * [core] chunkqueue_small_resp_optim if resp < 16k
5703cf695d3SGlenn Strauss  * [mod_auth] clear crypt() output if len >= 13
5713cf695d3SGlenn Strauss  * [multiple] add assert after malloc in two spots
5723cf695d3SGlenn Strauss  * [core] add HTTP/2 check resp finished w/ empty cq (#3111)
5733cf695d3SGlenn Strauss  * [core] chunkqueue_small_resp_optim() comment
5743cf695d3SGlenn Strauss
5751a6fd58eSGlenn Strauss- 1.4.60 - 2021-10-03
5761a6fd58eSGlenn Strauss  * [meson] add with_zstd to meson_options.txt
5771a6fd58eSGlenn Strauss  * [mod_magnet] reject stat() of empty string (fixes #3064)
5781a6fd58eSGlenn Strauss  * [mod_magnet] avoid infinite loop in atpanic (fixes #3065)
5791a6fd58eSGlenn Strauss  * [mod_magnet] do not call luaL_error outside pcall (#3065)
5801a6fd58eSGlenn Strauss  * [core] 101 upgrade fails if Content-Length incl (fixes #3063)
5811a6fd58eSGlenn Strauss  * [mod_gnutls,mod_mbedtls] recog common cipherstring
5821a6fd58eSGlenn Strauss  * [tests] remove stray option in test lighttpd.conf
5831a6fd58eSGlenn Strauss  * [mod_auth] close HTTP/2 connection after bad pass
5841a6fd58eSGlenn Strauss  * [build] fix SCons pkg-config err handling (fixes #3066)
5851a6fd58eSGlenn Strauss  * [core] inline funcs to decode h2 framing nums (fixes #3067)
5861a6fd58eSGlenn Strauss  * [build] use -pipe with gcc and clang
5871a6fd58eSGlenn Strauss  * [mod_mbedtls] preproc wrap ssl_parse_client_hello
5881a6fd58eSGlenn Strauss  * [build] augment configure.ac msgs to remove FAM (#3068)
5891a6fd58eSGlenn Strauss  * [core] allow '*' in "*:80" socket spec
5901a6fd58eSGlenn Strauss  * [core] rename local var
5911a6fd58eSGlenn Strauss  * [core] mark config registration funcs cold
5921a6fd58eSGlenn Strauss  * [core] fix -fsanitize=undefined pedantic warning (fixes #3069)
5931a6fd58eSGlenn Strauss  * [core] algo_hmac.[ch] wrapper (portability)
5941a6fd58eSGlenn Strauss  * [mod_secdownload] use algo_hmac.[ch]
5951a6fd58eSGlenn Strauss  * [mod_secdownload] use http_auth_const_time_memeq()
5961a6fd58eSGlenn Strauss  * [autoconf] add ajp13 to build msgs
5971a6fd58eSGlenn Strauss  * [mod_auth] send 401 if digest algo not supported
5981a6fd58eSGlenn Strauss  * [mod_deflate] do not cache 206 Partial Content
5991a6fd58eSGlenn Strauss  * [core] chunkqueue_append_cq_range()
6001a6fd58eSGlenn Strauss  * [core] http_range.[ch] RFC 7233 Range handling
6011a6fd58eSGlenn Strauss  * [core] RFC 7233 Range handling for non-streaming
6021a6fd58eSGlenn Strauss  * [TLS] fix crash for (broken) nested $SERVER[] cfg
6031a6fd58eSGlenn Strauss  * [core] ignore server.event-handler = "libev"
6041a6fd58eSGlenn Strauss  * [mod_openssl] use newer openssl 3.0.0 interfaces
6051a6fd58eSGlenn Strauss  * [core] quiet coverity warning
6061a6fd58eSGlenn Strauss  * [core] http_cgi_local_redir() rename
6071a6fd58eSGlenn Strauss  * [core] http_cgi.[ch] CGI interfaces (RFC 3875)
6081a6fd58eSGlenn Strauss  * [core] save parsed listen addrs at startup
6091a6fd58eSGlenn Strauss  * [core] http_cgi_encode_varname()
6101a6fd58eSGlenn Strauss  * [core] add some ifdefs in algo_hmac.c
6111a6fd58eSGlenn Strauss  * [core] use epoll_create1() if available
6121a6fd58eSGlenn Strauss  * [core] adjust stat_cache_get_entry() conditions
6131a6fd58eSGlenn Strauss  * [core] _WIN32 impl of read-only mmap(), munmap()
6141a6fd58eSGlenn Strauss  * [core] remove stream.[ch]
6151a6fd58eSGlenn Strauss  * [multiple] use binary '|' to reconstruct ts
6161a6fd58eSGlenn Strauss  * [core] check EAGAIN if unix socket connect() delay
6171a6fd58eSGlenn Strauss  * [multiple] prefer monotonic time for internal use
6181a6fd58eSGlenn Strauss  * [core] optimize buffer_urldecode_path()
6191a6fd58eSGlenn Strauss  * [mod_openssl] skip cert chain build if self-issued
6201a6fd58eSGlenn Strauss  * [mod_nss] avoid NSS crash w/ config file error
6211a6fd58eSGlenn Strauss  * [multiple] prefer monotonic time for internal use
6221a6fd58eSGlenn Strauss  * [core] http_response_handle_cachable() optim
6231a6fd58eSGlenn Strauss  * [core] fix chunkqueue_small_resp_optim partial rd
6241a6fd58eSGlenn Strauss  * [core] defer pcre_compile until after config parse
6251a6fd58eSGlenn Strauss  * [multiple] PCRE w/ PCRE_STUDY_JIT_COMPILE (fixes #2361)
6261a6fd58eSGlenn Strauss  * [mod_dirlisting, mod_trigger_b4_dl] use keyvalue
6271a6fd58eSGlenn Strauss  * [multiple] add attrs from gcc -Wsuggest-attribute=
6281a6fd58eSGlenn Strauss  * [mod_gnutls] quiet clang warning
6291a6fd58eSGlenn Strauss  * [core] http_response_physical_path_error()
6301a6fd58eSGlenn Strauss  * [multiple] buffer_has_slash_suffix()
6311a6fd58eSGlenn Strauss  * [core] modify path in-place checking for path-info
6321a6fd58eSGlenn Strauss  * [multiple] optimize primitives, buffer_extend()
6331a6fd58eSGlenn Strauss  * [multiple] do not clear physical.path if finished
6341a6fd58eSGlenn Strauss  * [core] http_kv.[ch] perf tuning
6351a6fd58eSGlenn Strauss  * [core] remove bad prototype from algo_splaytree.h
6361a6fd58eSGlenn Strauss  * [multiple] mark addtl funcs attr returns_nonnull
6371a6fd58eSGlenn Strauss  * [TLS] init STEK even if time is 1970 (fixes #3075)
6381a6fd58eSGlenn Strauss  * [core] restart if large large clock jump detected (#3075)
6391a6fd58eSGlenn Strauss  * [core] copy string and len directly from tmp_buf
6401a6fd58eSGlenn Strauss  * [core] move special case for Content-Type CGI hdr
6411a6fd58eSGlenn Strauss  * [mod_ssi] inline some buffers in ssi plugin_data
6421a6fd58eSGlenn Strauss  * [core] use monotonic secs for piped loggers start
6431a6fd58eSGlenn Strauss  * [mod_cml] use cached time from log_epoch_secs
6441a6fd58eSGlenn Strauss  * [mod_dirlisting] limit buffer use for large dirs
6451a6fd58eSGlenn Strauss  * [multiple] http_header APIs to reduce str copies
6461a6fd58eSGlenn Strauss  * [mod_userdir] use stat_cache_path_isdir()
6471a6fd58eSGlenn Strauss  * [mod_indexfile] reduce copying of base path
6481a6fd58eSGlenn Strauss  * [TLS] https_add_ssl_client_verify_err()
6491a6fd58eSGlenn Strauss  * [TLS] use stack for SSL_CLIENT_S_DN_* tag
6501a6fd58eSGlenn Strauss  * [core] buffer_append_strftime() perf annotations
6511a6fd58eSGlenn Strauss  * [mod_userdir] use 2-element cache
6521a6fd58eSGlenn Strauss  * [mod_magnet] use http_chunk_* APIs
6531a6fd58eSGlenn Strauss  * [mod_accesslog] reformat numeric timestamp
6541a6fd58eSGlenn Strauss  * [mod_accesslog] strftime %z for numeric timestamp
6551a6fd58eSGlenn Strauss  * [mod_accesslog] reformat numeric timestamp code
6561a6fd58eSGlenn Strauss  * [multiple] strftime %F and %T
6571a6fd58eSGlenn Strauss  * [mod_trigger_b4_dl] gdbm_reorganize once a day
6581a6fd58eSGlenn Strauss  * [mod_status] double-buffer large output to tmpfile
6591a6fd58eSGlenn Strauss  * [mod_ssi] shared code to wrap strftime()
6601a6fd58eSGlenn Strauss  * [mod_ssi] use intermediate chunkqueue to aggregate
6611a6fd58eSGlenn Strauss  * [multiple] pass len when copying constant strings
6621a6fd58eSGlenn Strauss  * [core] short-circuit encoding if nothing to encode
6631a6fd58eSGlenn Strauss  * [build] check for mempcpy()
6641a6fd58eSGlenn Strauss  * [core] buffer_append_* aggregates
6651a6fd58eSGlenn Strauss  * [core] config_vars_init()
6661a6fd58eSGlenn Strauss  * [multiple] use buffer_append_* aggregates
6671a6fd58eSGlenn Strauss  * [core] define __attribute_nonnull__
6681a6fd58eSGlenn Strauss  * [core] mark select buffer.[ch] funcs attr nonnull
6691a6fd58eSGlenn Strauss  * [core] mark select http_kv.[ch] funcs attr nonnull
6701a6fd58eSGlenn Strauss  * [core] mark some chunk.h funcs attr cold
6711a6fd58eSGlenn Strauss  * [core] remove an excess check
6721a6fd58eSGlenn Strauss  * [core] mark debug path unlikely
6731a6fd58eSGlenn Strauss  * [core] ignore empty headers unless pseudo-headers
6741a6fd58eSGlenn Strauss  * [multiple] buffer_copy_path_len2() aggregate
6751a6fd58eSGlenn Strauss  * [mod_dirlisting] process dir in subrequest handler
6761a6fd58eSGlenn Strauss  * [mod_dirlisting] restructure and keep state
6771a6fd58eSGlenn Strauss  * [mod_dirlisting] read dir in pieces; less blocking
6781a6fd58eSGlenn Strauss  * [mod_dirlisting] upper limit on parallel dirlist
6791a6fd58eSGlenn Strauss  * [mod_dirlisting] parse query string in javascript
6801a6fd58eSGlenn Strauss  * [mod_dirlisting] dir-listing.cache option
6811a6fd58eSGlenn Strauss  * [mod_webdav] webdav_log_xml_response()
6821a6fd58eSGlenn Strauss  * [mod_webdav] limit mem use under extreme condition
6831a6fd58eSGlenn Strauss  * [core] vector.h tweaks
6841a6fd58eSGlenn Strauss  * [mod_proxy] send HTTP/1.0 to backend if no Host
6851a6fd58eSGlenn Strauss  * [build] fix zstd option in meson (fixes #3076)
6861a6fd58eSGlenn Strauss  * [multiple] more reuse of http_date_time_to_str()
6871a6fd58eSGlenn Strauss  * [TLS] rename ssl.verifyclient.ca-*file options
6881a6fd58eSGlenn Strauss  * [mod_openssl] issue error trace if < openssl 1.1.1
6891a6fd58eSGlenn Strauss  * [mod_webdav] always define webdav_mmap_file_chunk
6901a6fd58eSGlenn Strauss  * [mod_dirlisting] ignore error if include file fail
6911a6fd58eSGlenn Strauss  * [multiple] quiet coverity warnings
6921a6fd58eSGlenn Strauss  * [scons] link lighttpd with pcre for fullstatic
6931a6fd58eSGlenn Strauss  * [scons] link lighttpd with pcre for static build
6941a6fd58eSGlenn Strauss  * [core] exit 0 upon shutdown if no connections open
6951a6fd58eSGlenn Strauss  * [mod_nss] define TLSv1_3 as bitflag
6961a6fd58eSGlenn Strauss  * [core] update ls-hpack
6971a6fd58eSGlenn Strauss  * [core] discard some HTTP/2 DATA after response (fixes #3078)
6981a6fd58eSGlenn Strauss  * [mod_expires,mod_webdav] fix truncated date string
6991a6fd58eSGlenn Strauss  * [mod_expire] accept time labels without plural 's'
7001a6fd58eSGlenn Strauss  * [mod_webdav] accept alt syntax in webdav.opts
7011a6fd58eSGlenn Strauss  * [core] recognize "enabled"/"disabled" for bool
7021a6fd58eSGlenn Strauss  * [mod_expire] check for default if mime not found
7031a6fd58eSGlenn Strauss  * [core] move timegm() impl inline in sys-time.h
7041a6fd58eSGlenn Strauss  * [mod_expire] send only Cache-Control to >=HTTP/1.1
7051a6fd58eSGlenn Strauss  * [mod_webdav] quiet pedantic compiler warning
7061a6fd58eSGlenn Strauss  * [core] reuse code to parse backend response
7071a6fd58eSGlenn Strauss  * [core] consistent inclusion of sys-time.h
7081a6fd58eSGlenn Strauss  * [mod_authn_file] wipe password/digest after use
7091a6fd58eSGlenn Strauss  * [TLS] ALPN h2 policy
7101a6fd58eSGlenn Strauss  * [core] tolerate dup array config values if match
7111a6fd58eSGlenn Strauss  * [multiple] static file optimization; reuse cache
7121a6fd58eSGlenn Strauss  * [mod_staticfile] move cold paths to separate func
7131a6fd58eSGlenn Strauss  * [build] --with-nss add test for /usr/include/nspr4
7141a6fd58eSGlenn Strauss  * [core] li_base64_decode similar to li_to_base64
7151a6fd58eSGlenn Strauss  * [core] li_base64_decode mark cold code path
7161a6fd58eSGlenn Strauss  * [core] li_to_base64 alt code to add padding
7171a6fd58eSGlenn Strauss  * [core] buffer_append_base64_encode_opt()
7181a6fd58eSGlenn Strauss  * [core] base64_charset enum supports only 2 tables
7191a6fd58eSGlenn Strauss  * [core] consolidate overflow checks in li_to_base64
7201a6fd58eSGlenn Strauss  * [mod_auth] include unistd.h for crypt() on Mac OS
7211a6fd58eSGlenn Strauss  * [core] tighten code in request_check_hostname()
7221a6fd58eSGlenn Strauss  * [core] merge http_response_send_file 0-size case
7231a6fd58eSGlenn Strauss  * [mod_extforward] shared mod_extforward_bad_request
7241a6fd58eSGlenn Strauss  * [core] http_response_send_file() mark cold paths
7251a6fd58eSGlenn Strauss  * [core] improve HTTP/2 behavior w/ max-request-size
7261a6fd58eSGlenn Strauss  * [tests] disable secdownload HMAC tests for NSS
7271a6fd58eSGlenn Strauss  * [core] check for Upgrade before h2 upgrade check
7281a6fd58eSGlenn Strauss  * [core] remove buffer_is_equal_right_len()
7291a6fd58eSGlenn Strauss  * [core] buffer_is_equal_string -> buffer_eq_slen
7301a6fd58eSGlenn Strauss  * [core] mark cold paths in http_response_config
7311a6fd58eSGlenn Strauss  * [core] http_response_prepare() OPTIONS *, CONNECT
7321a6fd58eSGlenn Strauss  * [core] mark some likely hot paths (better asm)
7331a6fd58eSGlenn Strauss  * [core] simplify buffer_path_simplify()
7341a6fd58eSGlenn Strauss  * [core] remove excess assertions in buffer_commit()
7351a6fd58eSGlenn Strauss  * [core] quiet coverity noise
7361a6fd58eSGlenn Strauss  * [mod_auth] include unistd.h for crypt() on *nix
7371a6fd58eSGlenn Strauss  * [cmake] improve cmake detection of timegm
7381a6fd58eSGlenn Strauss  * [cmake] update src/config.h.cmake
7391a6fd58eSGlenn Strauss  * [core] adjust r->http_host ptr caching
7401a6fd58eSGlenn Strauss  * [core] merge uri_raw and uri_clean hooks
7411a6fd58eSGlenn Strauss  * [core] reorder hook enum for better mem locality
7421a6fd58eSGlenn Strauss  * [core] remove redundant check for max_conns
7431a6fd58eSGlenn Strauss  * [multiple] mark con->srv_socket a const ptr
7441a6fd58eSGlenn Strauss  * [core] accept in network_server_handle_fdevent()
7451a6fd58eSGlenn Strauss  * [mod_*_dbi] fix sqlite3_dbdir spelling in comments
7461a6fd58eSGlenn Strauss  * [core] remove HANDLER_UNSET enum value
7471a6fd58eSGlenn Strauss  * [core] add option to read config file from stdin
7481a6fd58eSGlenn Strauss  * [mod_flv_streaming] check range before sending FLV
7491a6fd58eSGlenn Strauss  * [mod_magnet] use http_chunk_append_file_ref_range
7501a6fd58eSGlenn Strauss  * [core] range chk http_chunk_append_file_ref_range
7511a6fd58eSGlenn Strauss  * [core] remove some (now) unused http_chunk APIs
7521a6fd58eSGlenn Strauss  * [core] document error edge case for HTTP/1.0
7531a6fd58eSGlenn Strauss  * [core] fix kill workers and shutdown by signal
7541a6fd58eSGlenn Strauss  * [core] store int* ptr to common gw status counters
7551a6fd58eSGlenn Strauss  * [tests] quite coverity warning in test_request.c
7561a6fd58eSGlenn Strauss  * [core] tighter OS event poll loops (better asm)
7571a6fd58eSGlenn Strauss  * [core] omit fdevent select() code if poll() avail
7581a6fd58eSGlenn Strauss  * [core] adjust some array code (better asm)
7591a6fd58eSGlenn Strauss  * [core] base64 encode round-up for required space
7601a6fd58eSGlenn Strauss  * [core] base64 encode w/ reduced data dependencies
7611a6fd58eSGlenn Strauss  * [core] merge base64 encoding to li_base64_enc()
7621a6fd58eSGlenn Strauss  * [core] li_base64_dec() on 4 bytes at a time
7631a6fd58eSGlenn Strauss  * [core] load padding char from base64_table
7641a6fd58eSGlenn Strauss  * [core] remove size maint in algo_splaytree
7651a6fd58eSGlenn Strauss  * [core] remove excess counts from print config
7661a6fd58eSGlenn Strauss  * [core] consolidate config printing code
7671a6fd58eSGlenn Strauss  * [core] move data_{array,integer,string} to array.c
7681a6fd58eSGlenn Strauss  * [core] define __attribute_unused__ if needed
7691a6fd58eSGlenn Strauss  * [core] ck.[ch] - C11 Annex K wrappers
7701a6fd58eSGlenn Strauss  * [multiple] use thread-safe strerror where avail
7711a6fd58eSGlenn Strauss  * [multiple] move const time cmp funcs to ck.[ch]
7721a6fd58eSGlenn Strauss  * [multiple] rename safe_memclear() -> ck_memzero()
7731a6fd58eSGlenn Strauss  * [multiple] http_auth_digest_hex2bin -> li_hex2bin
7741a6fd58eSGlenn Strauss  * [mod_auth,mod_vhostdb] move helper funcs to mods
7751a6fd58eSGlenn Strauss  * [mod_auth*] rename http_auth.* -> mod_auth_api.*
7761a6fd58eSGlenn Strauss  * [mod_vhostdb*] rename http_vhostdb->mod_vhostdb_api
7771a6fd58eSGlenn Strauss  * [core] comment out ck_getenv_s() (unused)
7781a6fd58eSGlenn Strauss  * [mod_secdownload] include algo_hmac.c in mod
7791a6fd58eSGlenn Strauss  * [core] make insert_dup an optional array method
7801a6fd58eSGlenn Strauss  * [core] return entry from array_insert_data_at_pos
7811a6fd58eSGlenn Strauss  * [core] network_write optimizations
7821a6fd58eSGlenn Strauss  * [core] network_write prefer writev() over write()
7831a6fd58eSGlenn Strauss  * [core] connection_handle_read_state mark hot case
7841a6fd58eSGlenn Strauss  * [core] buffer_commit() optim; better asm
7851a6fd58eSGlenn Strauss  * [TLS] write_cq_ssl defer remove_finished_chunks
7861a6fd58eSGlenn Strauss  * [core] compare entire "/bin/sh" "-c" after execve
7871a6fd58eSGlenn Strauss  * [core] reduce repeated work in http_cgi_headers()
7881a6fd58eSGlenn Strauss  * [core] code reuse with array_match_value_prefix()
7891a6fd58eSGlenn Strauss  * [build] adjustments for autotools on Mac OS X
7901a6fd58eSGlenn Strauss  * [build] autoupdate; still autoconf 2.60 compatible
7911a6fd58eSGlenn Strauss  * [build] MacOS linker compat
7921a6fd58eSGlenn Strauss  * [core] http_header_hkey_get() perf (better asm)
7931a6fd58eSGlenn Strauss  * [TLS] reset stek_rotate_ts if clock moves backward
7941a6fd58eSGlenn Strauss  * [core] sock_addr_from_buffer_hints_numeric unused
7951a6fd58eSGlenn Strauss  * [core] tweaks writing response header (better asm)
7961a6fd58eSGlenn Strauss  * [core] adjust buffer use for hdr name for lshpack
7971a6fd58eSGlenn Strauss  * [core] comment out unused part of http_etag_remix
7981a6fd58eSGlenn Strauss  * [core] inline fam_dir_entry buffer 'name' member
7991a6fd58eSGlenn Strauss  * [multiple] reduce redundant NULL buffer checks
8001a6fd58eSGlenn Strauss  * [core] calculate backend host gw_hash at startup
8011a6fd58eSGlenn Strauss  * [core] gw_host_get() comment out devel debugging
8021a6fd58eSGlenn Strauss  * [core] request_config_reset()
8031a6fd58eSGlenn Strauss  * [mod_magnet] inline name and etag buffers in cache
8041a6fd58eSGlenn Strauss  * [mod_magnet] sync script load w/ stat_cache
8051a6fd58eSGlenn Strauss  * [core] clear etag in stat_cache_get_entry_open()
8061a6fd58eSGlenn Strauss  * [mod_auth] merge some repeated code; code reuse
8071a6fd58eSGlenn Strauss  * [core] add iovec wrappers to sys-crypto-md.h
8081a6fd58eSGlenn Strauss  * [core] li_base64_dec()
8091a6fd58eSGlenn Strauss  * [multiple] use <algo>_iov() digest funcs
8101a6fd58eSGlenn Strauss  * [mod_auth] mod_auth_digest_get()
8111a6fd58eSGlenn Strauss  * [mod_auth] mod_auth_algorithm_parse() w/ algo len
8121a6fd58eSGlenn Strauss  * [mod_authn_dbi] copy strings before escaping
8131a6fd58eSGlenn Strauss  * [mod_auth] refactor mod_auth_check_digest()
8141a6fd58eSGlenn Strauss  * [mod_auth] refactor mod_auth_check_basic()
8151a6fd58eSGlenn Strauss  * [build] look for memcpy and define HAVE_MEMCPY
8161a6fd58eSGlenn Strauss  * [core] buffer_path_simplify() quick(er) path
8171a6fd58eSGlenn Strauss  * [core] reduce memcmp in http_request_parse_header
8181a6fd58eSGlenn Strauss  * [build] look for port.h on Solaris, not sys/port.h
8191a6fd58eSGlenn Strauss  * [core] buffer_realloc() using power-2 realloc
8201a6fd58eSGlenn Strauss  * [core] lowercase r->http_host, r->uri.authority
8211a6fd58eSGlenn Strauss  * [multiple] buffer_copy_string_len_lc()
8221a6fd58eSGlenn Strauss  * [mod_magnet] cache script objects at config time
8231a6fd58eSGlenn Strauss  * [core] move backtrace and assert macros to ck.[ch]
8241a6fd58eSGlenn Strauss  * [core] allocate initial request pool w/ srv->conns
8251a6fd58eSGlenn Strauss  * [mod_extforward] inline some more data structures
8261a6fd58eSGlenn Strauss  * [mod_access] remove excess trace
8271a6fd58eSGlenn Strauss  * [multiple] reduce use of BUFFER_INTLEN_PTR
8281a6fd58eSGlenn Strauss  * [multiple] inline struct in con->dst_addr_buf
8291a6fd58eSGlenn Strauss  * [core] reset large path buffers from long URLs
8301a6fd58eSGlenn Strauss  * [core] construct file path after docroot hook
8311a6fd58eSGlenn Strauss  * [core] avoid inlining buffer_eq_icase_ssn()
8321a6fd58eSGlenn Strauss  * [core] order gw_proc members for packing and usage
8331a6fd58eSGlenn Strauss  * [core] order gw_host members for packing and usage
8341a6fd58eSGlenn Strauss  * [mod_proxy] proxy_response_headers load v earlier
8351a6fd58eSGlenn Strauss  * [core] proxy_create_env() tweaks
8361a6fd58eSGlenn Strauss  * [core] write_all() simpler loop; better asm
8371a6fd58eSGlenn Strauss  * [core] http_date_time_append() convenience macro
8381a6fd58eSGlenn Strauss  * [core] reduce excess cc inlining in http_chunk.c
8391a6fd58eSGlenn Strauss  * [core] const buffer * in config_check_cond_nocache
8401a6fd58eSGlenn Strauss  * [core] parse $HTTP["remote-ip"] CIDR mask at start
8411a6fd58eSGlenn Strauss  * [core] reduce $HTTP["host"] compare str scanning
8421a6fd58eSGlenn Strauss  * [multiple] http_method_buf()
8431a6fd58eSGlenn Strauss  * [core] config_check_cond_nocache() xor return code
8441a6fd58eSGlenn Strauss  * [core] refactor config_check_cond_nocache() flow
8451a6fd58eSGlenn Strauss  * [mod_deflate] use deflate.allowed-encodings order
8461a6fd58eSGlenn Strauss  * [mod_deflate] use ZSTD_c_strategy w/ compress lvl
8471a6fd58eSGlenn Strauss  * [mod_deflate] deflate.params per-encoder params
8481a6fd58eSGlenn Strauss  * [mod_deflate] use brotli quality 5 by default
8491a6fd58eSGlenn Strauss  * [mod_deflate] improve compress.*->deflate.* remap
8501a6fd58eSGlenn Strauss  * [mod_auth] detect and skip BWS (bad whitespace)
8511a6fd58eSGlenn Strauss  * [core] better trace if TLS received on clear port
8521a6fd58eSGlenn Strauss  * [core] replace strncasecmp w/ buffer_eq_icase_ssn
8531a6fd58eSGlenn Strauss  * [tests] use generated date in HTTP If conditionals
8541a6fd58eSGlenn Strauss  * [tests] update t/test_request.c
8551a6fd58eSGlenn Strauss  * [tests] mv tests from request.t to test_request.c
8561a6fd58eSGlenn Strauss  * [tests] t/test_mod_staticfile
8571a6fd58eSGlenn Strauss  * [tests] combine *.t using tests/lighttpd.conf
8581a6fd58eSGlenn Strauss  * [tests] combine *.t using tests/condition.conf
8591a6fd58eSGlenn Strauss  * [tests] speed up mod-fastcgi and mod-scgi tests
8601a6fd58eSGlenn Strauss  * [core] report Y2038 support in lighttpd -V
8611a6fd58eSGlenn Strauss  * [autoconf] add AC_SYS_LARGEFILE for lfs
8621a6fd58eSGlenn Strauss  * [multiple] Y2038 32-bit signed time_t mitigations
8631a6fd58eSGlenn Strauss  * [mod_deflate] use http_header_str_contains_token
8641a6fd58eSGlenn Strauss  * [core] tune http_response_process_headers()
8651a6fd58eSGlenn Strauss  * [core] use CLOCK_MONOTONIC_COARSE where available
8661a6fd58eSGlenn Strauss  * [core] log_clock_gettime->clock_gettime for 64-bit
8671a6fd58eSGlenn Strauss  * [core] Y2038: use _TIME_BITS=64 on 32-bit glibc
8681a6fd58eSGlenn Strauss  * [core] define _DEFAULT_SOURCE in first.h
8691a6fd58eSGlenn Strauss  * [build] check for sys/filio.h in CMake and meson
8701a6fd58eSGlenn Strauss  * [core] quiet compiler warnings
8711a6fd58eSGlenn Strauss  * [mod_openssl] no ALPN fatal error w/ mod_sockproxy (fixes #3081)
8721a6fd58eSGlenn Strauss  * [core] make missing mod_deflate not a fatal error
8731a6fd58eSGlenn Strauss  * [core] store time for last r/w to a backend socket
8741a6fd58eSGlenn Strauss  * [core] gw_backend_error() shared code
8751a6fd58eSGlenn Strauss  * [core] connect, write, read timeouts on backends (fixes #3086)
8761a6fd58eSGlenn Strauss  * [doc] https://wiki.lighttpd.net/Docs_Performance
8771a6fd58eSGlenn Strauss  * [core] tweak buffer merging to reduce mem
8781a6fd58eSGlenn Strauss  * [core] chunkqueue_append_buffer always clears buf
8791a6fd58eSGlenn Strauss  * [core] http_response_append_{buffer,mem}()
8801a6fd58eSGlenn Strauss  * [core] improve handling of suboptimal backend wr
8811a6fd58eSGlenn Strauss  * [core] http_response_read() indicate resp finished
8821a6fd58eSGlenn Strauss  * [mod_cgi] cgi.limits "read-timeout" "write-timeout" (#3086)
8831a6fd58eSGlenn Strauss  * [core] clarify error message in gw_backend.c
8841a6fd58eSGlenn Strauss  * [core] set min srv->max_fds = 32 (sanity check)
8851a6fd58eSGlenn Strauss  * [core] adjust server overload check
8861a6fd58eSGlenn Strauss  * [core] free fdwaitqueue list when empty
8871a6fd58eSGlenn Strauss  * [core] adjust srv->srvconf.max_conns at startup
8881a6fd58eSGlenn Strauss  * [core] conns_pool separate from conns list (#3084)
8891a6fd58eSGlenn Strauss  * [build] update ax_prog_cc_for_build.m4
8901a6fd58eSGlenn Strauss  * [core] add wolfssl-specific include
8911a6fd58eSGlenn Strauss  * [core] rename srv->max_conns -> srv->lim_conns
8921a6fd58eSGlenn Strauss  * [core] change srv->conns to doubly-linked-list
8931a6fd58eSGlenn Strauss  * [core] change con joblist to singly-linked-list
8941a6fd58eSGlenn Strauss  * [core] remove connection_list_append()
8951a6fd58eSGlenn Strauss  * [core] clear request,connection pools every 64 sec (#3084)
8961a6fd58eSGlenn Strauss  * [mod_wolfssl] wolfSSL_sk_X509_NAME_push change
8971a6fd58eSGlenn Strauss  * [core] clarify an error message
8981a6fd58eSGlenn Strauss  * [core] reduce optim inline of cold funcs
8991a6fd58eSGlenn Strauss  * [core] remove HANDLER_WAIT_FOR_FD
9001a6fd58eSGlenn Strauss  * [mod_cgi] reuse chunk buffers
9011a6fd58eSGlenn Strauss  * [mod_cgi] use linked list for process list
9021a6fd58eSGlenn Strauss  * [mod_uploadprogress] use splay_tree for req list
9031a6fd58eSGlenn Strauss  * [multiple] remove base.h include where not used
9041a6fd58eSGlenn Strauss  * [mod_indexfile] section into subroutines
9051a6fd58eSGlenn Strauss  * [mod_extforward] HAProxy PROXY env PP2_UNIQUE_ID
9061a6fd58eSGlenn Strauss  * [mod_magnet] reuse lighty lua table
9071a6fd58eSGlenn Strauss  * [core] li_hmac_sha512()
9081a6fd58eSGlenn Strauss  * [mod_magnet] expose md and hmac funcs to lua
9091a6fd58eSGlenn Strauss  * [mod_magnet] allow modification of request headers
9101a6fd58eSGlenn Strauss  * [mod_magnet] lighty.stat now returns userdata obj
9111a6fd58eSGlenn Strauss  * [mod_magnet] protect and control lighty table mod
9121a6fd58eSGlenn Strauss  * [mod_magnet] expose enc/dec str funcs to lua
9131a6fd58eSGlenn Strauss  * [mod_magnet] look up env id by strlen, then strcmp
9141a6fd58eSGlenn Strauss  * [core] reuse some cold duplicate hdr match code
9151a6fd58eSGlenn Strauss  * [core] use mod name in trace instead of mod_gw
9161a6fd58eSGlenn Strauss  * [mod_magnet] lighty.r.* interfaces to request
9171a6fd58eSGlenn Strauss  * [core] refuse excess h2 streams at con start (fixes #3093)
9181a6fd58eSGlenn Strauss  * [mod_magnet] lighty.c.cookie_tokens
9191a6fd58eSGlenn Strauss  * [mod_magnet] lighty.c.readdir
9201a6fd58eSGlenn Strauss  * [mod_magnet] use blank str for nil (do not panic)
9211a6fd58eSGlenn Strauss  * [mod_magnet] rename magnet_cgi_ to magnet_envvar_
9221a6fd58eSGlenn Strauss  * [mod_magnet] reset config cache for uri components
9231a6fd58eSGlenn Strauss  * [mod_magnet] reset config cache for remote addr
9241a6fd58eSGlenn Strauss  * [core] sock_addr_set_port()
9251a6fd58eSGlenn Strauss  * [mod_magnet] attrs for remote port and server port
9261a6fd58eSGlenn Strauss  * [mod_magnet] detect MAGNET_RESTART_REQUEST loops
9271a6fd58eSGlenn Strauss  * [mod_magnet] ignore 1xx return in response start
9281a6fd58eSGlenn Strauss  * [mod_echo] test module to echo request as response
9291a6fd58eSGlenn Strauss  * [core] base64url pad char is '='; change from '.'
9301a6fd58eSGlenn Strauss  * [mod_cgi] improve CGI offloading
9311a6fd58eSGlenn Strauss  * [mod_openssl] default disable client renegotiation
9321a6fd58eSGlenn Strauss  * [core] log_error_multiline()
9331a6fd58eSGlenn Strauss  * [tests] t/test_mod_indexfile
9341a6fd58eSGlenn Strauss  * [tests] IO::Socket::INET->new( Timeout => 1 )
9351a6fd58eSGlenn Strauss  * [mod_indexfile] update path with buffer path funcs
9361a6fd58eSGlenn Strauss  * [tests] move tests/docroot/www contents up 1 level
9371a6fd58eSGlenn Strauss  * [build] look for malloc.h and mallopt()
9381a6fd58eSGlenn Strauss  * [core] config mallopt(M_ARENA_MAX, 2) (#3084)
9391a6fd58eSGlenn Strauss  * [core] periodically malloc_trim() to release mem (fixes #3084)
9401a6fd58eSGlenn Strauss  * [build] propagate HAVE_DLFCN_H in builds
9411a6fd58eSGlenn Strauss  * [core] cfg server.bindhost after $SERVER["socket"]
9421a6fd58eSGlenn Strauss  * [core] TCP_CORK w/ MEM_CHUNK then FILE_CHUNK
9431a6fd58eSGlenn Strauss  * [core] remove server.upload-temp-file-size limit
9441a6fd58eSGlenn Strauss  * [core] expose ck_bt() for debugging
9451a6fd58eSGlenn Strauss  * [core] change backtrace format to put addr first
9461a6fd58eSGlenn Strauss  * [core] reduce stack use in main()
9471a6fd58eSGlenn Strauss  * [core] write all cq MEM_CHUNK if spill to tempfile
9481a6fd58eSGlenn Strauss  * [core] realloc buffer power-2 size + 1 for '\0'
9491a6fd58eSGlenn Strauss  * [mod_cgi] cgi.limits "tcp-fin-propagate" => "SIG"
9501a6fd58eSGlenn Strauss  * [core] consolidate more gw_host, gw_proc init code
9511a6fd58eSGlenn Strauss  * [core] mark cold more gateway maintenance code
9521a6fd58eSGlenn Strauss  * [core] reduce wait time in gw_spawn_connection()
9531a6fd58eSGlenn Strauss  * [core] remove redundant waitpid() on each backend
9541a6fd58eSGlenn Strauss  * [multiple] quiet coverity warnings
9551a6fd58eSGlenn Strauss  * [build] define rsize_t on FreeBSD
9561a6fd58eSGlenn Strauss  * [core] quiet coverity warnings
9571a6fd58eSGlenn Strauss  * [tests] skip time-sensitive test during CI testing
9581a6fd58eSGlenn Strauss  * [core] clear buffer after backend dechunk
9591a6fd58eSGlenn Strauss  * [core] update comment about server.max-write-idle
9601a6fd58eSGlenn Strauss  * [core] fdlog.[ch]; fdevent_*_logger_* -> fdlog_*
9611a6fd58eSGlenn Strauss  * [multiple] de-dup file and piped loggers (fixes #3101)
9621a6fd58eSGlenn Strauss  * [multiple] prefer r->tmp_buf to p->tmp_buf
9631a6fd58eSGlenn Strauss  * [core] shared temp buffer for log_*error*()
9641a6fd58eSGlenn Strauss  * [core] refuse excess initial streams only if block (fixes #3100)
9651a6fd58eSGlenn Strauss  * [core] quiet coverity warnings
9661a6fd58eSGlenn Strauss  * [core] reject HTTP/2 pseudo-header in trailers (#3102)
9671a6fd58eSGlenn Strauss  * [core] remove redundant check in h2_recv_headers()
9681a6fd58eSGlenn Strauss  * [core] reduce oversized mem alloc for backends
9691a6fd58eSGlenn Strauss  * [core] HTTP/2 GOAWAY after timeout before read (fixes #3102)
9701a6fd58eSGlenn Strauss  * [core] default backend "connect-timeout" to 8 (#3086)
9711a6fd58eSGlenn Strauss  * [core] HTTP/2 GOAWAY after timeout before read (#3102)
9721a6fd58eSGlenn Strauss  * [core] mark attr malloc, returns nonnull
9731a6fd58eSGlenn Strauss  * [core] separate mem pool for FILE_CHUNK reuse
9741a6fd58eSGlenn Strauss  * [core] retain largest chunk on oversized chunk lst
9751a6fd58eSGlenn Strauss  * [core] improve chunk buffer reuse from backends
9761a6fd58eSGlenn Strauss  * [multiple] internal control for backend read bytes
9771a6fd58eSGlenn Strauss  * [core] option: errorlog high precision timestamps
9781a6fd58eSGlenn Strauss  * [core] create temp file name in chunk buffer
9791a6fd58eSGlenn Strauss  * [core] chunkqueue_get_append_newtempfile()
9801a6fd58eSGlenn Strauss  * [core] remove redundant checks for tempfile chunk
9811a6fd58eSGlenn Strauss  * [multiple] fdevent_mkostemp()
9821a6fd58eSGlenn Strauss  * [build] check for pread(), pwrite(), splice()
9831a6fd58eSGlenn Strauss  * [multiple] _WIN32 fdevent_pipe_cloexec()
9841a6fd58eSGlenn Strauss  * [core] _WIN32 impl of fdevent_mkostemp()
9851a6fd58eSGlenn Strauss  * [multiple] check feature flags funcs; code reuse
9861a6fd58eSGlenn Strauss  * [multiple] avoid empty chunks in chunkqueue
9871a6fd58eSGlenn Strauss  * [core] splice() data from backends to tempfiles
9881a6fd58eSGlenn Strauss  * [core] fix chunked decoding from backend (#3044, #3046)
9891a6fd58eSGlenn Strauss  * [core] remove obsolete comment about r->gw_dechunk
9901a6fd58eSGlenn Strauss  * [core] improve chunk buffer reuse from backends
9911a6fd58eSGlenn Strauss  * [mod_cgi] improve chunk buffer reuse from backends
9921a6fd58eSGlenn Strauss  * [core] disable streaming response with authorizer (fixes #3106)
9931a6fd58eSGlenn Strauss  * [multiple] clarify error msg when no cert avail
9941a6fd58eSGlenn Strauss  * [core] disable server.graceful-restart-bg if spawn
9951a6fd58eSGlenn Strauss  * [tests] ignore SIGINT, SIGUSR1 in fcgi-responder
9961a6fd58eSGlenn Strauss  * [core] cap size of data framed for HTTP/2 response
9971a6fd58eSGlenn Strauss  * [core] fix typo in h2_send_cqdata()
9981a6fd58eSGlenn Strauss  * [core] use pread() to skip lseek()
9991a6fd58eSGlenn Strauss  * [core] h2_send_cqdata() returns how much data sent
10001a6fd58eSGlenn Strauss  * [core] allow up to 32k of data frames per stream
10011a6fd58eSGlenn Strauss  * [core] limit initial response header backend read
10021a6fd58eSGlenn Strauss  * [core] read files into mem when framed for HTTP/2
10031a6fd58eSGlenn Strauss  * [core] chunkqueue_mmap_chunk_len() for code reuse
10041a6fd58eSGlenn Strauss  * [core] chunkqueue_peek_data() mmap experiment
10051a6fd58eSGlenn Strauss  * [core] quiet coverity warnings
10061a6fd58eSGlenn Strauss  * [core] portability tweaks for various platforms/cc
10071a6fd58eSGlenn Strauss  * [core] fix chunked decoding from backend (#3044, #3046)
10081a6fd58eSGlenn Strauss  * [doc] update config files
10091a6fd58eSGlenn Strauss  * [mod_openssl] boringssl compat
10101a6fd58eSGlenn Strauss  * [core] adjust indent for clarity
10111a6fd58eSGlenn Strauss
1012529cf954SGlenn Strauss- 1.4.59 - 2021-02-02
1013529cf954SGlenn Strauss  * [mod_webdav] hide unused funcs depending on build
1014529cf954SGlenn Strauss  * [mod_mbedtls] include mbedtls/platform_util.h
1015529cf954SGlenn Strauss  * [mod_mbedtls] use local strncmp_const()
1016529cf954SGlenn Strauss  * [mod_gnutls] use local strncmp_const()
1017529cf954SGlenn Strauss  * [mod_dirlisting] place vars closer to where used
1018529cf954SGlenn Strauss  * [autotools] autoupdate; subst deprecated/obsolete
1019529cf954SGlenn Strauss  * [autoconf] update ax_prog_cc_for_build.m4
1020529cf954SGlenn Strauss  * [core] fix crash at shutdown w/ certain config
1021529cf954SGlenn Strauss  * [tests] use ephemeral ports in tests
1022529cf954SGlenn Strauss  * [mod_wolfssl] minor updates for wolfSSL v4.6.0
1023529cf954SGlenn Strauss  * [doc] create-mime.conf.pl improve case handling
1024529cf954SGlenn Strauss  * [mod_openssl] extend ssl.openssl.ssl-conf-cmd
1025529cf954SGlenn Strauss  * [mod_extforward] config warning for module order
1026529cf954SGlenn Strauss  * [mod_extforward] fix extforward.headers defaults (fixes #3051)
1027529cf954SGlenn Strauss  * [multiple] use HTTP_HEADER_* enum before strcmp
1028529cf954SGlenn Strauss  * [multiple] replace buffer_is_equal_caseless_string
1029529cf954SGlenn Strauss  * [mod_dirlisting] quiet coverity false positive
1030529cf954SGlenn Strauss  * [doc] create-mime.conf.pl improve case handling
1031529cf954SGlenn Strauss  * [autoconf] fix LT_INIT syntax
1032529cf954SGlenn Strauss  * [doc] create-mime.conf.pl -v for warnings
1033529cf954SGlenn Strauss  * [core] fix crash in error trace if backend is down (fixes #3052)
1034529cf954SGlenn Strauss  * [doc] create-mime.conf.pl -v silent for mult vnd
1035529cf954SGlenn Strauss  * [mod_openssl] update LIBRESSL_VERSION_NUMBER check
1036529cf954SGlenn Strauss  * [multiple] fix: honor CipherString for alt TLS lib
1037529cf954SGlenn Strauss  * [mod_openssl] set Ciphersuites once API available
1038529cf954SGlenn Strauss  * [mod_dirlisting] use fdopendir(), fstatat()
1039529cf954SGlenn Strauss  * [mod_deflate] support Accept-Encoding: zstd
1040529cf954SGlenn Strauss  * [mod_deflate] use zstd streaming API
1041529cf954SGlenn Strauss  * [mod_dirlisting] hide unused variable on MacOS
1042529cf954SGlenn Strauss  * [doc] add --with-zstd to INSTALL
1043529cf954SGlenn Strauss  * [mod_access] mark mod_access_check attribute pure
1044529cf954SGlenn Strauss  * [core] add decls in connections.h
1045529cf954SGlenn Strauss  * [build] update scripts/ci-build.sh
1046529cf954SGlenn Strauss  * [core] check ifdef WOLFSSL_SHA512 for SHA512 avail
1047529cf954SGlenn Strauss  * [build] scripts/ci-build.sh --with-nettle
1048529cf954SGlenn Strauss  * [mod_openssl] update LIBRESSL_VERSION_NUMBER check
1049529cf954SGlenn Strauss  * [build] scripts/ci-build.sh w/o --with-wolfssl
1050529cf954SGlenn Strauss  * [build] scripts/ci-build.sh adjustments
1051529cf954SGlenn Strauss  * [build] fix typo in src/CMakeLists.txt
1052529cf954SGlenn Strauss  * [build] adjust mbedtls vars in src/CMakeLists.txt
1053529cf954SGlenn Strauss  * [build] scripts/ci-build.sh adjustments
1054529cf954SGlenn Strauss  * [build] adjust crypto vars in src/CMakeLists.txt
1055529cf954SGlenn Strauss  * [core] avoid multiple definition of SHA512_CTX
1056529cf954SGlenn Strauss  * [build] adjust crypto vars in src/CMakeLists.txt
1057529cf954SGlenn Strauss  * [mod_alias] modify r->physical.path in place
1058529cf954SGlenn Strauss  * [build] scripts/ci-build.sh add --with-maxminddb
1059529cf954SGlenn Strauss  * build] scripts/ci-build.sh remove --with-maxminddb
1060529cf954SGlenn Strauss  * [mod_deflate] use zstd typedefs (minor cleanup)
1061529cf954SGlenn Strauss  * [mod_deflate] compat with zstd < v1.4.0
1062529cf954SGlenn Strauss  * [multiple] fix coverity warnings
1063529cf954SGlenn Strauss  * [multiple] fix TLS config string parsing
1064529cf954SGlenn Strauss  * [mod_gnutls] fix ssl.ca_dn_file data access
1065529cf954SGlenn Strauss  * [mod_wolfssl] wipe ssl_pemfile_pkey before free()
1066529cf954SGlenn Strauss  * [mod_wolfssl] fix syntax errors
1067529cf954SGlenn Strauss  * [multiple] fix TLS config string parsing
1068529cf954SGlenn Strauss  * [mod_gnutls] fix alt code for coverity
1069529cf954SGlenn Strauss  * [core] check more carefully after SSL_WANT_WRITE
1070529cf954SGlenn Strauss  * [core] fix 100% CPU spin if traffic limit hit
1071529cf954SGlenn Strauss  * [core] skip interest in POLLRDHUP after POLLRDHUP (#3059)
1072529cf954SGlenn Strauss  * [TLS] detect expired stapling file at startup (fixes #3056)
1073529cf954SGlenn Strauss  * [multiple] avoid duplicate parsing in trigger func (#3056)
1074529cf954SGlenn Strauss  * [multiple] quiet some clang-analyzer warnings
1075529cf954SGlenn Strauss  * [core] enable HTTP/2 by default
1076529cf954SGlenn Strauss  * [mod_ajp13] AJPv13 Tomcat connector for lighttpd
1077529cf954SGlenn Strauss  * [core] const data_unset *array_get_element_klen()
1078529cf954SGlenn Strauss  * [core] tighten struct data_config and related code
1079529cf954SGlenn Strauss  * [core] fix merging large headers across mult reads (fixes #3059)
1080529cf954SGlenn Strauss  * [mod_gnutls,mod_mbedtls] recog common cipherstring
1081529cf954SGlenn Strauss  * [build] fix typo in SConstruct (fixes #3061)
1082529cf954SGlenn Strauss  * [mod_wolfssl] wolfSSL might repeat SNI_Callback()
1083529cf954SGlenn Strauss  * [TLS] fix invalid cfg warning
1084529cf954SGlenn Strauss  * [mod_openssl] fix acme-tls/1 challenge bootstrap
1085529cf954SGlenn Strauss  * [TLS] set r->uri.authority empty str upon accept()
1086529cf954SGlenn Strauss  * [mod_gnutls] fix acme-tls/1 challenge bootstrap
1087529cf954SGlenn Strauss  * [mod_nss] fix acme-tls/1 challenge bootstrap
1088529cf954SGlenn Strauss  * [mod_wolfssl] copy stapling buf for OCSP resp
1089529cf954SGlenn Strauss  * [mod_mbedtls] fix acme-tls/1 challenge bootstrap
1090529cf954SGlenn Strauss  * [mod_mbedtls] fix acme-tls/1 challenge bootstrap
1091529cf954SGlenn Strauss  * [mod_cgi] fix assert if empty X-Sendfile path (fixes #3062)
1092529cf954SGlenn Strauss  * [mod_mbedtls] restore ALPN chk after client hello
1093529cf954SGlenn Strauss  * [core] re-validate h2 CONTINUATION frame len in cq
1094529cf954SGlenn Strauss  * [mod_mbedtls] remove redundant condition check
1095529cf954SGlenn Strauss  * [core] quiet coverity warning
1096529cf954SGlenn Strauss
1097992ba517SGlenn Strauss- 1.4.58 - 2020-12-27
1098992ba517SGlenn Strauss  * [mod_wolfssl] use wolfSSL TLS version defines
1099992ba517SGlenn Strauss  * [mod_wolfssl] compile with earlier wolfSSL vers
1100992ba517SGlenn Strauss  * [tests] collect code for "die-at-end" tests
1101992ba517SGlenn Strauss  * [tests] remove FastCGI test dependency on libfcgi
1102992ba517SGlenn Strauss  * [core] prefer IPv6+IPv4 func vs IPv4-specific func
1103992ba517SGlenn Strauss  * [tests] remove FastCGI test dependency on PHP
1104992ba517SGlenn Strauss  * [core] reuse large mem chunks (fix mem usage) (fixes #3033)
1105992ba517SGlenn Strauss  * [core] add comment for FastCGI mem use in hctx->rb (#3033)
1106992ba517SGlenn Strauss  * [mod_proxy] fix sending of initial reqbody chunked
1107992ba517SGlenn Strauss  * [multiple] fdevent_waitpid() wrapper
1108992ba517SGlenn Strauss  * [core] sys-time.h - localtime_r,gmtime_r macros
1109992ba517SGlenn Strauss  * [core] http_date.[ch] encapsulate HTTP-date parse
1110992ba517SGlenn Strauss  * [core] specialized strptime() for HTTP date fmts
1111992ba517SGlenn Strauss  * [multiple] employ http_date.h, sys-time.h
1112992ba517SGlenn Strauss  * [core] http_date_timegm() (portable timegm())
1113992ba517SGlenn Strauss  * buffer_append_path_len() to join paths
1114992ba517SGlenn Strauss  * [core] inet_ntop_cache -> sock_addr_cache
1115992ba517SGlenn Strauss  * [tests] slight speed up checking for server ready
1116992ba517SGlenn Strauss  * [tests] load required modules in alt .conf tests
1117992ba517SGlenn Strauss  * [multiple] etag.[ch] -> http_etag.[ch]; better imp
1118992ba517SGlenn Strauss  * [core] fix crash after specific err in config file
1119992ba517SGlenn Strauss  * [core] fix bug in FastCGI uploads (#3033)
1120992ba517SGlenn Strauss  * [tests] OpenBSD crypt() support limited to bcrypt
1121992ba517SGlenn Strauss  * [core] http_response_match_if_range()
1122992ba517SGlenn Strauss  * [mod_webdav] typedef off_t loff_t for FreeBSD
1123992ba517SGlenn Strauss  * [multiple] chunkqueue_write_chunk()
1124992ba517SGlenn Strauss  * [build] add GNUMAKEFLAGS=--no-print-directory
1125992ba517SGlenn Strauss  * [tests] consolidate some tests/ content
1126992ba517SGlenn Strauss  * [core] fix bug in read retry found by coverity
1127992ba517SGlenn Strauss
112891250ee0SGlenn Strauss- 1.4.57 - 2020-12-17
112991250ee0SGlenn Strauss  * [core] attempt to quiet some coverity warnings
113091250ee0SGlenn Strauss  * [mod_webdav] compile fix for Mac OSX/11
113191250ee0SGlenn Strauss  * [core] handle U+00A0 in config parser
113291250ee0SGlenn Strauss  * [core] fix lighttpd -1 one-shot with pipes
113391250ee0SGlenn Strauss  * [core] quiet start/shutdown trace in one-shot mode
113491250ee0SGlenn Strauss  * [core] allow keep-alives in one-shot mode (#3042)
113591250ee0SGlenn Strauss  * [mod_webdav] define _ATFILE_SOURCE if AT_FDCWD
113691250ee0SGlenn Strauss  * [core] setsockopt IPV6_V6ONLY if server.v4mapped
113791250ee0SGlenn Strauss  * [build] fix meson.build when building all TLS mods
113891250ee0SGlenn Strauss  * [core] prefer inet_aton() over inet_addr()
113991250ee0SGlenn Strauss  * [build] fix SCons build when building all TLS mods
114091250ee0SGlenn Strauss  * [core] add missing mod_wolfssl to ssl compat list
114191250ee0SGlenn Strauss  * [mod_openssl] remove ancient preprocessor logic
114291250ee0SGlenn Strauss  * [core] SHA512_Init, SHA512_Update, SHA512_Final
114391250ee0SGlenn Strauss  * [mod_wolfssl] add complex preproc logic for SNI
114491250ee0SGlenn Strauss  * [core] wrap a macro value with parens
114591250ee0SGlenn Strauss  * [core] fix handling chunked response from backend (fixes #3044)
114691250ee0SGlenn Strauss  * [core] always set file.fd = -1 on FILE_CHUNK reset (fixes #3044)
114791250ee0SGlenn Strauss  * [core] skip some trace if backend Upgrade (#3044)
114891250ee0SGlenn Strauss  * [TLS] cert-staple.sh POSIX sh compat (fixes #3043)
114991250ee0SGlenn Strauss  * [core] portability fix if st_mtime not defined
115091250ee0SGlenn Strauss  * [mod_nss] portability fix
115191250ee0SGlenn Strauss  * [core] warn if mod_authn_file needed in conf
115291250ee0SGlenn Strauss  * [core] fix chunked decoding from backend (fixes #3044)
115391250ee0SGlenn Strauss  * [core] reject excess data after chunked encoding (#3046)
115491250ee0SGlenn Strauss  * [core] track chunked encoding state from backend (fixes #3046)
115591250ee0SGlenn Strauss  * [core] li_restricted_strtoint64()
115691250ee0SGlenn Strauss  * [core] track Content-Length from backend (fixes #3046)
115791250ee0SGlenn Strauss  * [core] enhance config parsing debugging (#3047)
115891250ee0SGlenn Strauss  * [core] reorder srv->config_context to match ndx (fixes #3047)
115991250ee0SGlenn Strauss  * [mod_proxy] proxy.header = ("force-http10" => ...)
116091250ee0SGlenn Strauss  * [mod_authn_ldap] fix crash (fixes #3048)
116191250ee0SGlenn Strauss  * [mod_authn_ldap, mod_vhostdb_ldap] default cafile
116291250ee0SGlenn Strauss  * [core] fix array_copy_array() sorted[]
116391250ee0SGlenn Strauss  * [multiple] replace fall through comment with attr
116491250ee0SGlenn Strauss  * [core] fix crash printing trace if backend is down
116591250ee0SGlenn Strauss  * [core] fix decoding chunked from backend (fixes #3049)
116691250ee0SGlenn Strauss  * [core] attempt to quiet some coverity warnings
116791250ee0SGlenn Strauss
1168b8e011d2SGlenn Strauss- 1.4.56 - 2020-11-29
1169008533e3SGlenn Strauss  * [core] perf: request processing
1170008533e3SGlenn Strauss  * [core] http_header_str_contains_token()
1171008533e3SGlenn Strauss  * [mod_flv_streaming] parse query string w/o copying
1172008533e3SGlenn Strauss  * [mod_evhost] use local array to split values
1173008533e3SGlenn Strauss  * [core] remove srv->split_vals
1174008533e3SGlenn Strauss  * [core] add User-Agent to http_header_e enum
1175008533e3SGlenn Strauss  * [core] store struct server * in struct connection
1176008533e3SGlenn Strauss  * [core] use func rc to indicate done reading header
1177008533e3SGlenn Strauss  * [core] replace connection_set_state w/ assignment
1178008533e3SGlenn Strauss  * [core] do not pass srv to http header parsing func
1179008533e3SGlenn Strauss  * [core] cold buffer_string_prepare_append_resize()
1180008533e3SGlenn Strauss  * [core] chunkqueue_compact_mem()
1181008533e3SGlenn Strauss  * [core] connection_chunkqueue_compact()
1182008533e3SGlenn Strauss  * [core] pass con around request, not srv and con
1183008533e3SGlenn Strauss  * [core] reduce use of struct parse_header_state
1184008533e3SGlenn Strauss  * [core] perf: HTTP header parsing using \n offsets
1185008533e3SGlenn Strauss  * [core] no need to pass srv to connection_set_state
1186008533e3SGlenn Strauss  * [core] perf: connection_read_header_more()
1187008533e3SGlenn Strauss  * [core] perf: connection_read_header_hoff() hot
1188008533e3SGlenn Strauss  * [core] inline connection_read_header()
1189008533e3SGlenn Strauss  * [core] pass ptr to http_request_parse()
1190008533e3SGlenn Strauss  * [core] more 'const' in request.c prototypes
1191008533e3SGlenn Strauss  * [core] handle common case of alnum or - field-name
1192008533e3SGlenn Strauss  * [mod_extforward] simplify code: use light_isxdigit
1193008533e3SGlenn Strauss  * [core] perf: array.c performance enhancements
1194008533e3SGlenn Strauss  * [core] mark some data_* funcs cold
1195008533e3SGlenn Strauss  * [core] http_header.c internal inline funcs
1196008533e3SGlenn Strauss  * [core] remove unused array_reset()
1197008533e3SGlenn Strauss  * [core] prefer uint32_t to size_t in base.h
1198008533e3SGlenn Strauss  * [core] uint32_t for struct buffer sizes
1199008533e3SGlenn Strauss  * [core] remove unused members of struct server
1200008533e3SGlenn Strauss  * [core] short-circuit path to clear request.headers
1201008533e3SGlenn Strauss  * [core] array keys are non-empty in key-value list
1202008533e3SGlenn Strauss  * [core] keep a->data[] sorted; remove a->sorted[]
1203008533e3SGlenn Strauss  * [core] __attribute_returns_nonnull__
1204008533e3SGlenn Strauss  * [core] differentiate array_get_* for ro and rw
1205008533e3SGlenn Strauss  * [core] (const buffer *) in (struct burl_parts_t)
1206008533e3SGlenn Strauss  * [core] (const buffer *) for con->server_name
1207008533e3SGlenn Strauss  * [core] perf: initialize con->conf using memcpy()
1208008533e3SGlenn Strauss  * [core] run config_setup_connection() fewer times
1209008533e3SGlenn Strauss  * [core] isolate data_config.c, vector.c
1210008533e3SGlenn Strauss  * [core] treat con->conditional_is_valid as bitfield
1211008533e3SGlenn Strauss  * [core] http_header_hkey_get() over const array
1212008533e3SGlenn Strauss  * [core] inline buffer as part of DATA_UNSET key
1213008533e3SGlenn Strauss  * [core] inline buffer key for *_patch_connection()
1214008533e3SGlenn Strauss  * [core] (data_unset *) from array_get_element_klen
1215008533e3SGlenn Strauss  * [core] inline buffer as part of data_string value
1216008533e3SGlenn Strauss  * [core] add const to callers of http_header_*_get()
1217008533e3SGlenn Strauss  * [core] inline array as part of data_array value
1218008533e3SGlenn Strauss  * [core] const char *op in data_config
1219008533e3SGlenn Strauss  * [core] buffer string in data_config
1220008533e3SGlenn Strauss  * [core] streamline config_check_cond()
1221008533e3SGlenn Strauss  * [core] keep a->data[] sorted (REVERT)
1222008533e3SGlenn Strauss  * [core] array a->sorted[] as ptrs rather than pos
1223008533e3SGlenn Strauss  * [core] inline header and env arrays into con
1224008533e3SGlenn Strauss  * [mod_accesslog] avoid alloc for parsing cookie val
1225008533e3SGlenn Strauss  * [core] simpler config_check_cond()
1226008533e3SGlenn Strauss  * [mod_redirect,mod_rewrite] store context_ndx
1227008533e3SGlenn Strauss  * [core] const char *name in struct plugin
1228008533e3SGlenn Strauss  * [core] srv->plugin_slots as compact list
1229008533e3SGlenn Strauss  * [core] rearrange server_config, server members
1230008533e3SGlenn Strauss  * [core] macros CONST_LEN_STR and CONST_STR_LEN
1231008533e3SGlenn Strauss  * [core] struct plugin_data_base
1232008533e3SGlenn Strauss  * [core] improve condition caching perf
1233008533e3SGlenn Strauss  * [core] config_plugin_values_init() new interface
1234008533e3SGlenn Strauss  * [mod_access] use config_plugin_values_init()
1235008533e3SGlenn Strauss  * [core] (const buffer *) from strftime_cache_get()
1236008533e3SGlenn Strauss  * [core] mv config_setup_connection to connections.c
1237008533e3SGlenn Strauss  * [core] use (const char *) in config file parsing
1238008533e3SGlenn Strauss  * [mod_staticfile] use config_plugin_values_init()
1239008533e3SGlenn Strauss  * [mod_skeleton] use config_plugin_values_init()
1240008533e3SGlenn Strauss  * [mod_setenv] use config_plugin_values_init()
1241008533e3SGlenn Strauss  * [mod_alias] use config_plugin_values_init()
1242008533e3SGlenn Strauss  * [mod_indexfile] use config_plugin_values_init()
1243008533e3SGlenn Strauss  * [mod_expire] use config_plugin_values_init()
1244008533e3SGlenn Strauss  * [mod_flv_streaming] use config_plugin_values_init()
1245008533e3SGlenn Strauss  * [mod_magnet] use config_plugin_values_init()
1246008533e3SGlenn Strauss  * [mod_usertrack] use config_plugin_values_init()
1247008533e3SGlenn Strauss  * [mod_userdir] split policy from userdir path build
1248008533e3SGlenn Strauss  * [mod_userdir] use config_plugin_values_init()
1249008533e3SGlenn Strauss  * [mod_ssi] use config_plugin_values_init()
1250008533e3SGlenn Strauss  * [mod_uploadprogress] use config_plugin_values_init()
1251008533e3SGlenn Strauss  * [mod_status] use config_plugin_values_init()
1252008533e3SGlenn Strauss  * [mod_cml] use config_plugin_values_init()
1253008533e3SGlenn Strauss  * [mod_secdownload] use config_plugin_values_init()
1254008533e3SGlenn Strauss  * [mod_geoip] use config_plugin_values_init()
1255008533e3SGlenn Strauss  * [mod_evasive] use config_plugin_values_init()
1256008533e3SGlenn Strauss  * [mod_trigger_b4_dl] use config_plugin_values_init()
1257008533e3SGlenn Strauss  * [mod_accesslog] use config_plugin_values_init()
1258008533e3SGlenn Strauss  * [mod_simple_vhost] use config_plugin_values_init()
1259008533e3SGlenn Strauss  * [mod_evhost] use config_plugin_values_init()
1260008533e3SGlenn Strauss  * [mod_vhostdb*] use config_plugin_values_init()
1261008533e3SGlenn Strauss  * [mod_mysql_vhost] use config_plugin_values_init()
1262008533e3SGlenn Strauss  * [mod_maxminddb] use config_plugin_values_init()
1263008533e3SGlenn Strauss  * [mod_auth*] use config_plugin_values_init()
1264008533e3SGlenn Strauss  * [mod_deflate] use config_plugin_values_init()
1265008533e3SGlenn Strauss  * [mod_compress] use config_plugin_values_init()
1266008533e3SGlenn Strauss  * [core] add xsendfile* check if xdocroot is NULL
1267008533e3SGlenn Strauss  * [mod_cgi] use config_plugin_values_init()
1268008533e3SGlenn Strauss  * [mod_dirlisting] use config_plugin_values_init()
1269008533e3SGlenn Strauss  * [mod_extforward] use config_plugin_values_init()
1270008533e3SGlenn Strauss  * [mod_webdav] use config_plugin_values_init()
1271008533e3SGlenn Strauss  * [core] store addtl data in pcre_keyvalue_buffer
1272008533e3SGlenn Strauss  * [mod_redirect] use config_plugin_values_init()
1273008533e3SGlenn Strauss  * [mod_rewrite] use config_plugin_values_init()
1274008533e3SGlenn Strauss  * [mod_rrdtool] use config_plugin_values_init()
1275008533e3SGlenn Strauss  * [multiple] gw_backends config_plugin_values_init()
1276008533e3SGlenn Strauss  * [core] config_get_config_cond_info()
1277008533e3SGlenn Strauss  * [mod_openssl] use config_plugin_values_init()
1278008533e3SGlenn Strauss  * [core] use config_plugin_values_init()
1279008533e3SGlenn Strauss  * [core] collect more config logic into configfile.c
1280008533e3SGlenn Strauss  * [core] config_plugin_values_init_block()
1281008533e3SGlenn Strauss  * [core] gw_backend config_plugin_values_init_block
1282008533e3SGlenn Strauss  * [core] remove old config_insert_values_*() funcs
1283008533e3SGlenn Strauss  * [multiple] plugin.c handles common FREE_FUNC code
1284008533e3SGlenn Strauss  * [core] run all trigger and sighup handlers
1285008533e3SGlenn Strauss  * [mod_wstunnel] change DEBUG_LOG to use log_error()
1286008533e3SGlenn Strauss  * [core] stat_cache_path_contains_symlink use errh
1287008533e3SGlenn Strauss  * [core] isolate use of data_config, configfile.h
1288008533e3SGlenn Strauss  * [core] split cond cache from cond matches
1289008533e3SGlenn Strauss  * [mod_auth] inline arrays in http_auth_require_t
1290008533e3SGlenn Strauss  * [core] array_init() arg for initial size
1291008533e3SGlenn Strauss  * [core] gw_exts_clear_check_local()
1292008533e3SGlenn Strauss  * [core] gw_backend less pointer chasing
1293008533e3SGlenn Strauss  * [core] connection_handle_errdoc() separate func
1294008533e3SGlenn Strauss  * [multiple] prefer (connection *) to (srv *)
1295008533e3SGlenn Strauss  * [core] create http chunk header on the stack
1296008533e3SGlenn Strauss  * [multiple] connection hooks no longer get (srv *)
1297008533e3SGlenn Strauss  * [multiple] plugin_stats array
1298008533e3SGlenn Strauss  * [core] read up-to fixed size chunk before fionread
1299008533e3SGlenn Strauss  * [core] default chunk size 8k (was 4k)
1300008533e3SGlenn Strauss  * [core] pass con around gw_backend instead of srv
1301008533e3SGlenn Strauss  * [core] log_error_multiline_buffer()
1302008533e3SGlenn Strauss  * [multiple] reduce direct use of srv->cur_ts
1303008533e3SGlenn Strauss  * [multiple] extern log_epoch_secs
1304008533e3SGlenn Strauss  * [multiple] reduce direct use of srv->errh
1305008533e3SGlenn Strauss  * [multiple] stat_cache singleton
1306008533e3SGlenn Strauss  * [mod_expire] parse config into structured data
1307008533e3SGlenn Strauss  * [multiple] generic config array type checking
1308008533e3SGlenn Strauss  * [multiple] rename r to rc rv rd wr to be different
1309008533e3SGlenn Strauss  * [core] (minor) config_plugin_keys_t data packing
1310008533e3SGlenn Strauss  * [core] inline buffer in log_error_st errh
1311008533e3SGlenn Strauss  * [multiple] store srv->tmp_buf in tb var
1312008533e3SGlenn Strauss  * [multiple] quiet clang compiler warnings
1313008533e3SGlenn Strauss  * [core] http_status_set_error_close()
1314008533e3SGlenn Strauss  * [core] http_request_host_policy w/ http_parseopts
1315008533e3SGlenn Strauss  * [multiple] con->proto_default_port
1316008533e3SGlenn Strauss  * [core] store log filename in (log_error_st *)
1317008533e3SGlenn Strauss  * [core] separate log_error_open* funcs
1318008533e3SGlenn Strauss  * [core] fdevent uses uint32_t instead of size_t
1319008533e3SGlenn Strauss  * [mod_webdav] large buffer reuse
1320008533e3SGlenn Strauss  * [mod_accesslog] flush file log buffer at 8k size
1321008533e3SGlenn Strauss  * [core] include settings.h where used
1322008533e3SGlenn Strauss  * [core] static buffers for mtime_cache
1323008533e3SGlenn Strauss  * [core] convenience macros to check req methods
1324008533e3SGlenn Strauss  * [core] support multiple error logs
1325008533e3SGlenn Strauss  * [multiple] omit passing srv to fdevent_handler
1326008533e3SGlenn Strauss  * [core] remove unused arg to fdevent_fcntl_set_nb*
1327008533e3SGlenn Strauss  * [core] slightly simpify server_(over)load_check()
1328008533e3SGlenn Strauss  * [core] isolate fdevent subsystem
1329008533e3SGlenn Strauss  * [core] isolate stat_cache subsystem
1330008533e3SGlenn Strauss  * [core] remove include base.h where unused
1331008533e3SGlenn Strauss  * [core] restart dead piped loggers every 64 sec
1332008533e3SGlenn Strauss  * [mod_webdav] use copy_file_range() if available
1333008533e3SGlenn Strauss  * [core] perf: buffer copy and append
1334008533e3SGlenn Strauss  * [core] copy some srv->srvconf into con->conf
1335008533e3SGlenn Strauss  * [core] move keep_alive flag into request_st
1336008533e3SGlenn Strauss  * [core] pass scheme port to http_request_parse()
1337008533e3SGlenn Strauss  * [core] pass http_parseopts around request.c
1338008533e3SGlenn Strauss  * [core] rename specific_config to request_config
1339008533e3SGlenn Strauss  * [core] move request_st,request_config to request.h
1340008533e3SGlenn Strauss  * [core] pass (request_st *) to request.c funcs
1341008533e3SGlenn Strauss  * [core] remove unused request_st member 'request'
1342008533e3SGlenn Strauss  * [core] rename content_length to reqbody_length
1343008533e3SGlenn Strauss  * [core] t/test_request.c using (request_st *)
1344008533e3SGlenn Strauss  * [core] (const connection *) in http_header_*_get()
1345008533e3SGlenn Strauss  * [mod_accesslog] log_access_record() fmt log record
1346008533e3SGlenn Strauss  * [core] move request start ts into (request_st *)
1347008533e3SGlenn Strauss  * [core] move addtl request-specific struct members
1348008533e3SGlenn Strauss  * [core] move addtl request-specific struct members
1349008533e3SGlenn Strauss  * [core] move plugin_ctx into (request_st *)
1350008533e3SGlenn Strauss  * [core] move addtl request-specific struct members
1351008533e3SGlenn Strauss  * [core] move request state into (request_st *)
1352008533e3SGlenn Strauss  * [core] store (plugin *) in p->data
1353008533e3SGlenn Strauss  * [core] store subrequest_handler instead of mode
1354008533e3SGlenn Strauss  * [multiple] copy small struct instead of memcpy()
1355008533e3SGlenn Strauss  * [multiple] split con, request (very large change)
1356008533e3SGlenn Strauss  * [core] r->uri.path always set, though might be ""
1357008533e3SGlenn Strauss  * [core] C99 restrict on some base funcs
1358008533e3SGlenn Strauss  * [tests] stub out config funcs in test_mod_*
1359008533e3SGlenn Strauss  * [tests] t/test_mod_userdir
1360008533e3SGlenn Strauss  * [core] dispatch handler in handle_request func
1361008533e3SGlenn Strauss  * [core] http_request_parse_target()
1362008533e3SGlenn Strauss  * [mod_magnet] modify r->target with "uri.path-raw"
1363008533e3SGlenn Strauss  * [core] remove r->uri.path_raw; generate as needed
1364008533e3SGlenn Strauss  * [core] http_response_comeback()
1365008533e3SGlenn Strauss  * [core] http_response_config()
1366008533e3SGlenn Strauss  * [tests] use buffer_eq_slen() for str comparison
1367008533e3SGlenn Strauss  * [core] http_status_append() short-circuit 200 OK
1368008533e3SGlenn Strauss  * [core] mark some chunk.c funcs as pure
1369008533e3SGlenn Strauss  * [core] use uint32_t in http_header.[ch]
1370008533e3SGlenn Strauss  * [core] perf: tighten some code in some hot paths
1371008533e3SGlenn Strauss  * [core] parse header label before end of line
1372008533e3SGlenn Strauss  * [doc] add link to wiki in doc/outdated/ssl.txt
1373008533e3SGlenn Strauss  * [doc] src/t/README
1374008533e3SGlenn Strauss  * [mod_auth] "nonce_secret" option to validate nonce (fixes #2976)
1375008533e3SGlenn Strauss  * [build] fix build on MacOS X Tiger
1376008533e3SGlenn Strauss  * [doc] lighttpd.conf: lighttpd choose event-handler
1377008533e3SGlenn Strauss  * [config] blank server.tag if whitespace-only
1378008533e3SGlenn Strauss  * [mod_proxy] stream request using HTTP/1.1 chunked (fixes #3006)
1379008533e3SGlenn Strauss  * [multiple] correct misspellings in comments
1380008533e3SGlenn Strauss  * [multiple] fix some cc warnings in 32-bit, powerpc
1381008533e3SGlenn Strauss  * [tests] fix skip count in mod-fastcgi w/o php-cgi
1382008533e3SGlenn Strauss  * [multiple] ./configure --with-nettle to use Nettle
1383008533e3SGlenn Strauss  * [core] skip excess close() when FD_CLOEXEC defined
1384008533e3SGlenn Strauss  * [mod_cgi] remove redundant calls to set FD_CLOEXEC
1385008533e3SGlenn Strauss  * [core] return EINVAL if stat_cache_get_entry w/o /
1386008533e3SGlenn Strauss  * [mod_webdav] define PATH_MAX if not defined
1387008533e3SGlenn Strauss  * [mod_accesslog] process backslash-escapes in fmt
1388008533e3SGlenn Strauss  * [mod_openssl] disable cert vrfy if ALPN acme-tls/1
1389008533e3SGlenn Strauss  * [core] add seed before openssl RAND_pseudo_bytes()
1390008533e3SGlenn Strauss  * [mod_mbedtls] mbedTLS option for TLS
1391008533e3SGlenn Strauss  * [core] prefer getxattr() instead of get_attr()
1392008533e3SGlenn Strauss  * [multiple] use *(unsigned char *) with ctypes
1393008533e3SGlenn Strauss  * [mod_openssl] do not log ECONNRESET unless debug
1394008533e3SGlenn Strauss  * [mod_openssl] SSL_R_UNEXPECTED_EOF_WHILE_READING
1395008533e3SGlenn Strauss  * [mod_gnutls] GnuTLS option for TLS (fixes #109)
1396008533e3SGlenn Strauss  * [mod_openssl] rotate session ticket encryption key
1397008533e3SGlenn Strauss  * [mod_openssl] set cert from callback in 1.0.2+ (fixes #2842)
1398008533e3SGlenn Strauss  * [mod_openssl] set chains from callback in 1.0.2+ (#2842)
1399008533e3SGlenn Strauss  * [core] RFC-strict parse of Content-Length
1400008533e3SGlenn Strauss  * [build] point ./configure --help to support forum
1401008533e3SGlenn Strauss  * [core] stricter parse of numerical digits
1402008533e3SGlenn Strauss  * [multiple] add summaries to top of some modules
1403008533e3SGlenn Strauss  * [core] sys-crypto-md.h w/ inline message digest fn
1404008533e3SGlenn Strauss  * [mod_openssl] enable read-ahead, if set, after SNI
1405008533e3SGlenn Strauss  * [mod_openssl] issue warning for deprecated options
1406008533e3SGlenn Strauss  * [mod_openssl] use SSL_OP_NO_RENEGOTIATION if avail
1407008533e3SGlenn Strauss  * [mod_openssl] use openssl feature define for ALPN
1408008533e3SGlenn Strauss  * [mod_openssl] update default DH params
1409008533e3SGlenn Strauss  * [core] SecureZeroMemory() on _WIN32
1410008533e3SGlenn Strauss  * [core] safe memset calls memset() through volatile
1411008533e3SGlenn Strauss  * [doc] update comments in doc/config/modules.conf
1412008533e3SGlenn Strauss  * [core] more precise check for request stream flags
1413008533e3SGlenn Strauss  * [mod_openssl] rotate session ticket encryption key
1414008533e3SGlenn Strauss  * [mod_openssl] ssl.stek-file to specify encrypt key
1415008533e3SGlenn Strauss  * [mod_mbedtls] ssl.stek-file to specify encrypt key
1416008533e3SGlenn Strauss  * [mod_gnutls] ssl.stek-file to specify encrypt key
1417008533e3SGlenn Strauss  * [mod_openssl] disable session cache; prefer ticket
1418008533e3SGlenn Strauss  * [mod_openssl] compat with LibreSSL
1419008533e3SGlenn Strauss  * [mod_openssl] compat with WolfSSL
1420008533e3SGlenn Strauss  * [mod_openssl] set SSL_OP_PRIORITIZE_CHACHA
1421008533e3SGlenn Strauss  * [mod_openssl] move SSL_CTX curve conf to new func
1422008533e3SGlenn Strauss  * [mod_openssl] basic SSL_CONF_cmd for alt TLS libs
1423008533e3SGlenn Strauss  * [mod_openssl] OCSP stapling (fixes #2469)
1424008533e3SGlenn Strauss  * [TLS] cert-staple.sh - refresh OCSP responses (#2469)
1425008533e3SGlenn Strauss  * [mod_openssl] compat with BoringSSL
1426008533e3SGlenn Strauss  * [mod_gnutls] option to override GnuTLS priority
1427008533e3SGlenn Strauss  * [mod_gnutls] OCSP stapling (#2469)
1428008533e3SGlenn Strauss  * [mod_extforward] config warning for module order
1429008533e3SGlenn Strauss  * [mod_webdav] store webdav.opts as bitflags
1430008533e3SGlenn Strauss  * [mod_webdav] limit webdav_propfind_dir() recursion
1431008533e3SGlenn Strauss  * [mod_webdav] unsafe-propfind-follow-symlink option
1432008533e3SGlenn Strauss  * [mod_webdav] webdav.opts "propfind-depth-infinity"
1433008533e3SGlenn Strauss  * [mod_openssl] detect certs marked OCSP Must-Staple
1434008533e3SGlenn Strauss  * [mod_gnutls] detect certs marked OCSP Must-Staple
1435008533e3SGlenn Strauss  * [mod_openssl] default to set MinProtocol TLSv1.2
1436008533e3SGlenn Strauss  * [mod_nss] NSS option for TLS (fixes #1218)
1437008533e3SGlenn Strauss  * [core] fdevent_load_file() shared code
1438008533e3SGlenn Strauss  * [mod_openssl,mbedtls,gnutls,nss] fdevent_load_file
1439008533e3SGlenn Strauss  * [core] error if s->socket_perms chmod() fails
1440008533e3SGlenn Strauss  * [mod_openssl] prefer some WolfSSL native APIs
1441008533e3SGlenn Strauss  * quiet clang analyzer scan-build warnings
1442008533e3SGlenn Strauss  * [core] uint32_t is plenty large for path names
1443008533e3SGlenn Strauss  * [mod_mysql_vhost] deprecated; use mod_vhostdb_mysql
1444008533e3SGlenn Strauss  * [core] splaytree_djbhash() in splaytree.h (reuse)
1445008533e3SGlenn Strauss  * [cmake] update deps for src/t/test_*
1446008533e3SGlenn Strauss  * [cmake] update deps for src/t/test_*
1447008533e3SGlenn Strauss  * [build] remove tests/mod-userdir.t from builds
1448008533e3SGlenn Strauss  * [build] fix typo in src/Makefile.am EXTRA_DIST
1449008533e3SGlenn Strauss  * [core] remove unused mbedtls_enabled flag
1450008533e3SGlenn Strauss  * [core] store fd in srv->stdin_fd during setup
1451008533e3SGlenn Strauss  * [multiple] address coverity warnings
1452008533e3SGlenn Strauss  * [mod_webdav] fix theoretical NULL dereference
1453008533e3SGlenn Strauss  * [mod_webdav] update rc for PROPFIND allprop
1454008533e3SGlenn Strauss  * [mod_webdav] build fix: ifdef live_properties
1455008533e3SGlenn Strauss  * [multiple] address coverity warnings
1456008533e3SGlenn Strauss  * [meson] fix libmariadb dependency
1457008533e3SGlenn Strauss  * [meson] add missing libmaxminddb section
1458008533e3SGlenn Strauss  * [mod_auth,mod_vhostdb] add caching option (fixes #2805)
1459008533e3SGlenn Strauss  * [mod_authn_ldap,mod_vhostdb_ldap] add timeout opt (#2805)
1460008533e3SGlenn Strauss  * [mod_auth] accept "nonce-secret" & "nonce_secret"
1461008533e3SGlenn Strauss  * [mod_openssl] fix build warnings on MacOS X
1462008533e3SGlenn Strauss  * [core] Nettle assert()s if buffer len > digest sz
1463008533e3SGlenn Strauss  * [mod_authn_dbi] authn backend employing DBI
1464008533e3SGlenn Strauss  * [mod_authn_mysql,file] use crypt() to save stack
1465008533e3SGlenn Strauss  * [mod_vhostdb_dbi] allow strings and ints in config
1466008533e3SGlenn Strauss  * add ci-build.sh
1467008533e3SGlenn Strauss  * move ci-build.sh to scripts
1468008533e3SGlenn Strauss  * [build] build fixes for AIX
1469008533e3SGlenn Strauss  * [mod_deflate] Brotli support
1470008533e3SGlenn Strauss  * [build] bzip2 default to not-enabled in build
1471008533e3SGlenn Strauss  * [mod_deflate] fix typo in config option
1472008533e3SGlenn Strauss  * [mod_deflate] propagate errs from internal funcs
1473008533e3SGlenn Strauss  * [mod_deflate] deflate.cache-dir compressed cache
1474008533e3SGlenn Strauss  * [mod_deflate] mod_deflate subsumes mod_compress
1475008533e3SGlenn Strauss  * [doc] mod_compress -> mod_deflate
1476008533e3SGlenn Strauss  * [tests] mod_compress -> mod_deflate
1477008533e3SGlenn Strauss  * [mod_compress] remove mod_compress
1478008533e3SGlenn Strauss  * [build] add --with-brotli to CI build
1479008533e3SGlenn Strauss  * [core] server.feature-flags extensible config
1480008533e3SGlenn Strauss  * [core] con layer plugin_ctx separate from request
1481008533e3SGlenn Strauss  * [multiple] con hooks store ctx in con->plugin_ctx
1482008533e3SGlenn Strauss  * [core] separate funcs to reset (request_st *)
1483008533e3SGlenn Strauss  * [multiple] rename connection_reset hook to request
1484008533e3SGlenn Strauss  * [mod_nss] func renames for consistency
1485008533e3SGlenn Strauss  * [core] detect and reject TLS connect to cleartext
1486008533e3SGlenn Strauss  * [mod_deflate] quicker check for Content-Encoding
1487008533e3SGlenn Strauss  * [mod_openssl] read secret data w/ BIO_new_mem_buf
1488008533e3SGlenn Strauss  * [core] decode Transfer-Encoding: chunked from gw
1489008533e3SGlenn Strauss  * [mod_fastcgi] decode Transfer-Encoding: chunked
1490008533e3SGlenn Strauss  * [core] stricter parsing of POST chunked block hdr
1491008533e3SGlenn Strauss  * [mod_proxy] send HTTP/1.1 requests to backends
1492008533e3SGlenn Strauss  * [tests] test_base64.c clear buf vs reset
1493008533e3SGlenn Strauss  * [core] http_header_remove_token()
1494008533e3SGlenn Strauss  * [mod_webdav] fix inadvertent string truncation
1495008533e3SGlenn Strauss  * [core] add some missing standard includes
1496008533e3SGlenn Strauss  * [mod_extforward] attempt to quiet Coverity warning
1497008533e3SGlenn Strauss  * [mod_authn_dbi,mod_authn_mysql] fix coverity issue
1498008533e3SGlenn Strauss  * [build] fix SCons build for detection of brotli
1499008533e3SGlenn Strauss  * [build] SCons build with brotli needs -lm on *BSD
1500008533e3SGlenn Strauss  * [build] SCons build mod_deflate w/ libm for brotli
1501008533e3SGlenn Strauss  * [build] SCons brotli needs pkg-config --static
1502008533e3SGlenn Strauss  * [build] avoid accept_filter_arg compiler warning
1503008533e3SGlenn Strauss  * [build] SCons fix space/tabs inconsistency
1504008533e3SGlenn Strauss  * scons: fix check environment
1505008533e3SGlenn Strauss  * Add avahi service file under doc/avahi/
1506008533e3SGlenn Strauss  * [mod_webdav] fix fallback if linkat() fails
1507008533e3SGlenn Strauss  * [mod_proxy] do not forward Expect: 100-continue
1508008533e3SGlenn Strauss  * [core] chunkqueue_compact_mem() must upd cq->last
1509008533e3SGlenn Strauss  * [core] dlsym for FAMNoExists() for compat w/ fam
1510008533e3SGlenn Strauss  * [core] disperse settings.h to appropriate headers
1511008533e3SGlenn Strauss  * [core] inline buffer_reset()
1512008533e3SGlenn Strauss  * [mod_extforward] save proto per connection
1513008533e3SGlenn Strauss  * [mod_extforward] skip after HANDLER_COMEBACK
1514008533e3SGlenn Strauss  * [core] server.feature-flags to enable h2
1515008533e3SGlenn Strauss  * [core] HTTP_VERSION_2
1516008533e3SGlenn Strauss  * [multiple] allow TLS ALPN "h2" if "server.h2proto"
1517008533e3SGlenn Strauss  * [mod_extforward] preserve changed addr for h2 con
1518008533e3SGlenn Strauss  * [core] do not send Connection: close if h2
1519008533e3SGlenn Strauss  * [core] lowercase response hdr field names for h2
1520008533e3SGlenn Strauss  * [core] recognize status: 421 Misdirected Request
1521008533e3SGlenn Strauss  * [core] parse h2 pseudo-headers
1522008533e3SGlenn Strauss  * [core] request_headers_process()
1523008533e3SGlenn Strauss  * [core] connection_state_machine_loop()
1524008533e3SGlenn Strauss  * [core] reset connection counters per connection
1525008533e3SGlenn Strauss  * [mod_accesslog,mod_rrdtool] HTTP/2 basic accounting
1526008533e3SGlenn Strauss  * [core] connection_set_fdevent_interest()
1527008533e3SGlenn Strauss  * [core] HTTP2-Settings
1528008533e3SGlenn Strauss  * [core] adjust http_request_headers_process()
1529008533e3SGlenn Strauss  * [core] http_header_parse_hoff()
1530008533e3SGlenn Strauss  * [core] move http_request_headers_process()
1531008533e3SGlenn Strauss  * [core] reqpool.[ch] for (request_st *)
1532008533e3SGlenn Strauss  * [multiple] modules read reqbody via fn ptr
1533008533e3SGlenn Strauss  * [multiple] isolate more con code in connections.c
1534008533e3SGlenn Strauss  * [core] isolate more resp code in response.c
1535008533e3SGlenn Strauss  * [core] h2.[ch] with stub funcs (incomplete)
1536008533e3SGlenn Strauss  * [core] alternate between two joblists
1537008533e3SGlenn Strauss  * [core] connection transition to HTTP/2; incomplete
1538008533e3SGlenn Strauss  * [core] mark some error paths with attribute cold
1539008533e3SGlenn Strauss  * [core] discard 100 102 103 responses from backend
1540008533e3SGlenn Strauss  * [core] skip write throttle for 100 Continue
1541008533e3SGlenn Strauss  * [core] adjust (disabled) debug code
1542008533e3SGlenn Strauss  * [core] update comment
1543008533e3SGlenn Strauss  * [core] link in ls-hpack (EXPERIMENTAL)
1544008533e3SGlenn Strauss  * [core] HTTP/2 HPACK using LiteSpeed ls-hpack
1545008533e3SGlenn Strauss  * [core] h2_send_headers() specialized for resp hdrs
1546008533e3SGlenn Strauss  * [core] http_request_parse_header() specialized
1547008533e3SGlenn Strauss  * [core] comment possible future ls-hpack optimize
1548008533e3SGlenn Strauss  * [mod_status] separate funcs to print request table
1549008533e3SGlenn Strauss  * [mod_status] adjust to print HTTP/2 requests
1550008533e3SGlenn Strauss  * [core] redirect to dir using relative-path
1551008533e3SGlenn Strauss  * [core] ignore empty field-name from backends
1552008533e3SGlenn Strauss  * [build] fix meson build
1553008533e3SGlenn Strauss  * [mod_auth] fix crash if auth.require misconfigured (fixes #3023)
1554008533e3SGlenn Strauss  * [core] fix 1-char trunc of default server.tag
1555008533e3SGlenn Strauss  * [core] request_acquire(), request_release()
1556008533e3SGlenn Strauss  * [core] keep pool of (request_st *) for HTTP/2
1557008533e3SGlenn Strauss  * [mod_status] dedicated funcs for r->state labels
1558008533e3SGlenn Strauss  * [core] move connections_get_state to connections.c
1559008533e3SGlenn Strauss  * [core] fix crash on master after graceful restart
1560008533e3SGlenn Strauss  * [core] defer optimization to read small files
1561008533e3SGlenn Strauss  * [core] do not require '\0' term for k,v hdr parse
1562008533e3SGlenn Strauss  * [scripts] cert-staple.sh enhancements
1563008533e3SGlenn Strauss  * [core] document algorithm used in lighttpd etag
1564008533e3SGlenn Strauss  * [core] ls-hpack optimizations
1565008533e3SGlenn Strauss  * [core] fix crash on master if blank line request
1566008533e3SGlenn Strauss  * [build] fix typo in option description for wolfSSL
1567008533e3SGlenn Strauss  * [core] use djbhash in gw_backend to choose host
1568008533e3SGlenn Strauss  * [core] rename md5.[ch] to algo_md5.[ch]
1569008533e3SGlenn Strauss  * [core] move djbhash(), dekhash() to algo_md.h
1570008533e3SGlenn Strauss  * [core] rename splaytree.[ch] to algo_splaytree.[ch]
1571008533e3SGlenn Strauss  * [core] import xxHash v0.8.0
1572008533e3SGlenn Strauss  * [build] modify build, includes for xxHash v0.8.0
1573008533e3SGlenn Strauss  * [build] remove ls-hpack/deps
1574008533e3SGlenn Strauss  * [core] xxhash no inline hints; let compiler choose
1575008533e3SGlenn Strauss  * [mod_dirlisting] fix config parsing crash
1576008533e3SGlenn Strauss  * [mod_openssl] clarify trace w/ deprecated options
1577008533e3SGlenn Strauss  * [doc] refresh doc/config/*/*
1578008533e3SGlenn Strauss  * [core] code size: disable XXH64(), XXH3()
1579008533e3SGlenn Strauss  * [doc] update README and INSTALL
1580008533e3SGlenn Strauss  * [build] add to autogen.sh hint listing reqd pkgs
1581008533e3SGlenn Strauss  * [core] combine Cookie request headers with ';'
1582008533e3SGlenn Strauss  * [core] log stream id with debug.log-state-handling
1583008533e3SGlenn Strauss  * [core] set r->state in h2.c
1584008533e3SGlenn Strauss  * [mod_ssi] update chunk after shell output redirect
1585008533e3SGlenn Strauss  * [mod_webdav] preserve bytes_out when chunks merged
1586008533e3SGlenn Strauss  * [multiple] inline chunkqueue_length()
1587008533e3SGlenn Strauss  * [core] cold h2_log_response_header*() funcs
1588008533e3SGlenn Strauss  * [core] update HTTP status codes list from IANA
1589008533e3SGlenn Strauss  * [mod_wolfssl] standalone module
1590008533e3SGlenn Strauss  * [core] Content-Length in http_response_send_file()
1591008533e3SGlenn Strauss  * [core] adjust response header prep for common case
1592008533e3SGlenn Strauss  * [core] light_isupper(), light_islower()
1593008533e3SGlenn Strauss  * [core] tst,set,clr macros for r->{rqst,resp}_htags
1594008533e3SGlenn Strauss  * [core] separate http_header_e from _htags bitmask
1595008533e3SGlenn Strauss  * [core] http_header_hkey_get_lc() for HTTP/2
1596008533e3SGlenn Strauss  * [core] array.[ch] using uint32_t instead of size_t
1597008533e3SGlenn Strauss  * [core] extend (data_string *) to store header id
1598008533e3SGlenn Strauss  * [multiple] extend enum http_header_e list
1599008533e3SGlenn Strauss  * [core] http_header_e <=> lshpack_static_hdr_idx
1600008533e3SGlenn Strauss  * [core] skip ls-hpack decode work unused by lighttpd
1601008533e3SGlenn Strauss  * [TLS] error if inherit empty TLS cfg from globals
1602008533e3SGlenn Strauss  * [core] connection_check_expect_100()
1603008533e3SGlenn Strauss  * [core] support multiple 1xx responses from backend
1604008533e3SGlenn Strauss  * [core] reload c after chunkqueue_compact_mem()
1605008533e3SGlenn Strauss  * [core] relay 1xx from backend over HTTP/2
1606008533e3SGlenn Strauss  * [core] relay 1xx from backend over HTTP/1.1
1607008533e3SGlenn Strauss  * [core] chunkqueue_{peek,read}_data(), squash
1608008533e3SGlenn Strauss  * [multiple] TLS modules use chunkqueue_peek_data()
1609008533e3SGlenn Strauss  * [mod_magnet] magnet.attract-response-start-to
1610008533e3SGlenn Strauss  * [multiple] code reuse chunkqueue_peek_data()
1611008533e3SGlenn Strauss  * [core] reuse r->start_hp.tv_sec for r->start_ts
1612008533e3SGlenn Strauss  * [core] config_plugin_value_tobool() accept "0","1"
1613008533e3SGlenn Strauss  * [core] graceful and immediate restart option
1614008533e3SGlenn Strauss  * [mod_ssi] init status var before waitpid()
1615008533e3SGlenn Strauss  * [core] graceful shutdown timeout option
1616008533e3SGlenn Strauss  * [core] lighttpd -1 supports pipes (e.g. netcat)
1617008533e3SGlenn Strauss  * [core] perf adjustments to avoid load miss
1618008533e3SGlenn Strauss  * [multiple] use sock_addr_get_family in more places
1619008533e3SGlenn Strauss  * [multiple] inline chunkqueue where always alloc'd
1620008533e3SGlenn Strauss  * [core] propagate state after writing
1621008533e3SGlenn Strauss  * [core] server_run_con_queue()
1622008533e3SGlenn Strauss  * [core] defer handling FDEVENT_HUP and FDEVENT_ERR
1623008533e3SGlenn Strauss  * [core] handle unexpected EOF reading FILE_CHUNK
1624008533e3SGlenn Strauss  * [core] short-circuit connection_write_throttle()
1625008533e3SGlenn Strauss  * [core] walk queue in connection_write_chunkqueue()
1626008533e3SGlenn Strauss  * [core] connection_joblist global
1627008533e3SGlenn Strauss  * [core] be more precise checking streaming flags
1628008533e3SGlenn Strauss  * [core] fdevent_load_file_bytes()
1629008533e3SGlenn Strauss  * [TLS] use fdevent_load_file_bytes() for STEK file
1630008533e3SGlenn Strauss  * [core] allow symlinks under /dev for rand devices
1631008533e3SGlenn Strauss  * [multiple] use light_btst() for hdr existence chk
1632008533e3SGlenn Strauss  * [mod_deflate] fix potential NULL deref in err case
1633008533e3SGlenn Strauss  * [core] save errno around close() if fstat() fails
1634008533e3SGlenn Strauss  * [mod_ssi] use stat_cache_open_rdonly_fstat()
1635008533e3SGlenn Strauss  * [core] fdevent_dup_cloexec()
1636008533e3SGlenn Strauss  * [core] dup FILE_CHUNK fd when splitting FILE_CHUNK
1637008533e3SGlenn Strauss  * [core] stat_cache_path_isdir()
1638008533e3SGlenn Strauss  * [multiple] use stat_cache_path_isdir()
1639008533e3SGlenn Strauss  * [mod_mbedtls] quiet CLOSE_NOTIFY after conn reset
1640008533e3SGlenn Strauss  * [mod_gnutls] quiet CLOSE_NOTIFY after conn reset
1641008533e3SGlenn Strauss  * [core] limit num ranges in Range requests
1642008533e3SGlenn Strauss  * [core] remove unused r->content_length
1643008533e3SGlenn Strauss  * [core] http_response_parse_range() const file sz
1644008533e3SGlenn Strauss  * [core] pass open fd to http_response_parse_range
1645008533e3SGlenn Strauss  * [core] stat_cache_get_entry_open()
1646008533e3SGlenn Strauss  * [core,mod_deflate] leverage cache of open fd
1647008533e3SGlenn Strauss  * [doc] comment out config disabling Range for .pdf
1648008533e3SGlenn Strauss  * [core] coalesce nearby ranges in Range requests
1649008533e3SGlenn Strauss  * [tests] simulate slow, small packets more quickly
1650008533e3SGlenn Strauss  * [mod_fastcgi] decode chunked is cold code path
1651008533e3SGlenn Strauss  * [core] fix chunkqueue_compact_mem w/ partial chunk
1652008533e3SGlenn Strauss  * [core] alloc optim reading file, sending chunked
1653008533e3SGlenn Strauss  * [core] reuse chunkqueue_compact_mem*()
1654008533e3SGlenn Strauss  * [mod_cgi] use splice() to send input to CGI
1655008533e3SGlenn Strauss  * [multiple] ignore openssl 3.0.0 deprecation warns
1656008533e3SGlenn Strauss  * [mod_openssl] migrate ticket cb to openssl 3.0.0
1657008533e3SGlenn Strauss  * [mod_openssl] construct OSSL_PARAM on stack
1658008533e3SGlenn Strauss  * [mod_openssl] merge ssl_tlsext_ticket_key_cb impls
1659008533e3SGlenn Strauss  * [multiple] openssl 3.0.0 digest interface migrate
1660008533e3SGlenn Strauss  * [tests] detect multiple SSL/TLS/crypto providers
1661008533e3SGlenn Strauss  * [core] sys-crypto-md.h consistent interfaces
1662008533e3SGlenn Strauss  * [wolfssl] wolfSSL_CTX_set_mode differs from others
1663008533e3SGlenn Strauss  * [multiple] use NSS crypto if no other crypto avail
1664008533e3SGlenn Strauss  * [multiple] stat_cache_path_stat() for struct st
1665008533e3SGlenn Strauss  * [TLS] ignore empty "CipherString" in ssl-conf-cmd
1666008533e3SGlenn Strauss  * [multiple] remove chunk file.start member
1667008533e3SGlenn Strauss  * [core] modify use of getrlimit() to not be fatal
1668008533e3SGlenn Strauss  * [mod_webdav] add missing update to cq accounting
1669008533e3SGlenn Strauss  * [mod_webdav] update defaults after worker_init
1670008533e3SGlenn Strauss  * [mod_openssl] use newer openssl 3.0.0 func
1671008533e3SGlenn Strauss  * [core] config_plugin_value_to_int32()
1672008533e3SGlenn Strauss  * [core] minimize pause during graceful restart
1673008533e3SGlenn Strauss  * [mod_deflate] use large mmap chunks to compress
1674008533e3SGlenn Strauss  * [core] stat_cache_entry reference counting
1675008533e3SGlenn Strauss  * [core] FILE_CHUNK can hold stat_cache_entry ref
1676008533e3SGlenn Strauss  * [core] http_chunk_append_file_ref_range()
1677008533e3SGlenn Strauss  * [multiple] use http_chunk_append_file_ref()
1678008533e3SGlenn Strauss  * [core] always lseek() with shared fd
1679008533e3SGlenn Strauss  * [core] silence coverity warnings (false positives)
1680008533e3SGlenn Strauss  * [core] silence coverity warnings in ls-hpack
1681008533e3SGlenn Strauss  * [core] silence coverity warnings (another try)
1682008533e3SGlenn Strauss  * [core] fix fd sharing when splitting file chunk
1683008533e3SGlenn Strauss  * [mod_mbedtls] quiet unused variable warning
1684008533e3SGlenn Strauss  * [core] use inline funcs in sys-crypto-md.h
1685008533e3SGlenn Strauss  * [core] add missing declaration for NSS rand
1686008533e3SGlenn Strauss  * [core] init NSS lib for basic crypto algorithms
1687008533e3SGlenn Strauss  * [doc] change mod_compress refs to mod_deflate
1688008533e3SGlenn Strauss  * [doc] replace bzip2 refs with brotli
1689008533e3SGlenn Strauss  * [build] remove svnversion from versionstamp rule
1690008533e3SGlenn Strauss  * [doc] /var/run -> /run
1691008533e3SGlenn Strauss  * [multiple] test for nss includes
1692008533e3SGlenn Strauss  * [mod_nss] more nss includes fixes
1693008533e3SGlenn Strauss  * [build] more portable autogen.sh shell script
1694008533e3SGlenn Strauss  * [mod_webdav] define _NETBSD_SOURCE on NetBSD
1695008533e3SGlenn Strauss  * [core] silence coverity warnings (another try)
1696008533e3SGlenn Strauss  * [mod_mbedtls] newer mbedTLS vers support TLSv1.3
1697008533e3SGlenn Strauss  * [mod_accesslog] update defaults after cycling log
1698008533e3SGlenn Strauss  * [multiple] add some missing config cleanup
1699008533e3SGlenn Strauss  * [core] fix (startup) mem leaks in configparser.y
1700b8e011d2SGlenn Strauss  * [core] STAILQ_* -> SIMPLEQ_* on OpenBSD
1701b8e011d2SGlenn Strauss  * [tests] OpenBSD crypt() support limited to bcrypt
1702b8e011d2SGlenn Strauss  * [build] mark dependencies on crypto lib for MD5()
1703b8e011d2SGlenn Strauss  * [build] use pkg-config with wolfssl
1704b8e011d2SGlenn Strauss  * [mod_wolfssl] use more wolfssl/options.h defines
1705b8e011d2SGlenn Strauss  * [mod_wolfssl] cripple SNI if not built OPENSSL_ALL
1706b8e011d2SGlenn Strauss  * [mod_wolfssl] need to build --enable-alpn for ALPN
1707b8e011d2SGlenn Strauss  * [mod_secdownload] fix compile w/ NSS on FreeBSD
1708b8e011d2SGlenn Strauss  * [build] fix lib paths for GnuTLS, NSS
1709b8e011d2SGlenn Strauss  * [build] add --with-brotli to meson.build
1710b8e011d2SGlenn Strauss  * [build] CMake mod_openssl, mod_wolfssl can coexist
1711b8e011d2SGlenn Strauss  * [build] CMake use pkg_check_modules() w/ wolfssl
1712b8e011d2SGlenn Strauss  * [build] detect nss3/nss.h or nss/nss.h for NSS
1713b8e011d2SGlenn Strauss  * [build] WITHOUT_LIB_CRYPTO option in code
1714b8e011d2SGlenn Strauss  * [build] adjust meson.build for use by OpenWRT
1715b8e011d2SGlenn Strauss  * [mod_mbedtls] wrap addtl code in preproc defines
1716b8e011d2SGlenn Strauss  * [TLS] server.feature-flags "ssl.session-cache"
1717b8e011d2SGlenn Strauss  * [core] workaround fragile code in wolfssl types.h
1718b8e011d2SGlenn Strauss  * [core] move misplaced error trace to match option
1719b8e011d2SGlenn Strauss  * [core] adjust wolfssl workaround for another case
1720b8e011d2SGlenn Strauss  * [multiple] consistent order for crypto lib select
1721b8e011d2SGlenn Strauss  * [multiple] include mbedtls/config.h after select
1722b8e011d2SGlenn Strauss  * [multiple] include wolfssl/options.h after select
1723b8e011d2SGlenn Strauss  * [core] set NSS_VER_INCLUDE after crypto lib select
1724b8e011d2SGlenn Strauss  * [core] use system xxhash lib if available
1725b8e011d2SGlenn Strauss  * [build] fix typo in configure.ac
1726b8e011d2SGlenn Strauss  * [build] option to use system-provided libxxhash
1727b8e011d2SGlenn Strauss  * [build] meson --with-xxhash option
1728b8e011d2SGlenn Strauss  * [doc] refresh doc/config/conf.d/mime.conf
1729b8e011d2SGlenn Strauss  * [meson] add matching -I for lua lib version
1730b8e011d2SGlenn Strauss  * [build] prepend search for lua version 5.4
1731b8e011d2SGlenn Strauss  * [core] use inotify in stat_cache.[ch] on Linux
1732b8e011d2SGlenn Strauss  * [build] detect inotify header <sys/inotify.h>
1733b8e011d2SGlenn Strauss  * [mod_nss] update session ticket NSS devel comment
1734b8e011d2SGlenn Strauss  * [core] set last_used on rd/wr from backend (fixes #3029)
1735b8e011d2SGlenn Strauss  * [core] cold func for gw_recv_response error case
1736b8e011d2SGlenn Strauss  * [core] use kqueue() instead of FAM/gamin on *BSD
1737b8e011d2SGlenn Strauss  * [core] no graceful-restart-bg on OpenBSD, NetBSD
1738b8e011d2SGlenn Strauss  * [mod_openssl] add LIBRESSL_VERSION_NUMBER checks
1739b8e011d2SGlenn Strauss  * [core] use struct kevent on stack in stat_cache
1740b8e011d2SGlenn Strauss  * [core] stat_cache preprocessor paranoia
1741b8e011d2SGlenn Strauss  * [mod_openssl] adjust LIBRESSL_VERSION_NUMBER check
1742b8e011d2SGlenn Strauss  * [mod_maxminddb] fix config validation typo
1743b8e011d2SGlenn Strauss  * [tests] allow LIGHTTPD_EXE_PATH override
1744b8e011d2SGlenn Strauss  * [multiple] handle NULL val as empty in *_env_add (fixes #3030)
1745b8e011d2SGlenn Strauss  * [core] accept "HTTP/2.0", "HTTP/3.0" from backends (fixes #3031)
1746b8e011d2SGlenn Strauss  * [build] check for xxhash in more ways
1747b8e011d2SGlenn Strauss  * [core] accept "HTTP/2.0", "HTTP/3.0" from backends (#3031)
1748b8e011d2SGlenn Strauss  * [core] http_response_buffer_append_authority()
1749b8e011d2SGlenn Strauss  * [core] define SHA*_DIGEST_LENGTH macros if missing
1750b8e011d2SGlenn Strauss  * [doc] update optional pkg dependencies in INSTALL
1751b8e011d2SGlenn Strauss  * [mod_alias] validate given order, not sorted order
1752b8e011d2SGlenn Strauss  * [core] filter out duplicate modules
1753b8e011d2SGlenn Strauss  * [mod_cgi] fix crash if initial write to CGI fails
1754b8e011d2SGlenn Strauss  * [mod_cgi] ensure tmp file open() before splice()
1755b8e011d2SGlenn Strauss  * [multiple] add back-pressure gw data pump (fixes #3033)
1756b8e011d2SGlenn Strauss  * [core] fix bug when HTTP/2 frames span chunks
1757b8e011d2SGlenn Strauss  * [multiple] more forgiving config str to boolean (fixes #3036)
1758b8e011d2SGlenn Strauss  * [core] check for __builtin_expect() availability
1759b8e011d2SGlenn Strauss  * [core] quiet more request parse errs unless debug
1760b8e011d2SGlenn Strauss  * [core] consolidate chunk size checks
1761b8e011d2SGlenn Strauss  * [mod_flv_streaming] use stat_cache_get_entry_open
1762b8e011d2SGlenn Strauss  * [mod_webdav] pass full path to webdav_unlinkat()
1763b8e011d2SGlenn Strauss  * [mod_webdav] fallbacks if _ATFILE_SOURCE not avail
1764b8e011d2SGlenn Strauss  * [mod_fastcgi] move src/fastcgi.h into src/compat/
1765b8e011d2SGlenn Strauss  * [mod_status] add additional HTML-encoding
1766b8e011d2SGlenn Strauss  * [core] server.v4mapped option
1767b8e011d2SGlenn Strauss  * [mod_webdav] workaround for gvfs dir redir bug
1768008533e3SGlenn Strauss
1769b1048b23SGlenn Strauss- 1.4.55 - 2020-01-31
1770b1048b23SGlenn Strauss  * [core] fix compile error on Solaris (fixes #2959)
1771b1048b23SGlenn Strauss  * [core] __attribute_pure__
1772b1048b23SGlenn Strauss  * [core] array-specialized buffer_caseless_compare()
1773b1048b23SGlenn Strauss  * [core] specialized buffer_eq_*() for short strings
1774b1048b23SGlenn Strauss  * [core] mark some more funcs w/ __attribute_pure__
1775b1048b23SGlenn Strauss  * [core] use buffer_eq_icase* funcs
1776b1048b23SGlenn Strauss  * [multiple] replace strcasecmp() on short strings
1777b1048b23SGlenn Strauss  * [core] mark some more funcs w/ __attribute_pure__
1778b1048b23SGlenn Strauss  * [mod_webdav] fix startup crash w/ multiple conds (fixes #2958)
1779b1048b23SGlenn Strauss  * [core] cold func http_response_omit_header()
1780b1048b23SGlenn Strauss  * [core] use buffer_eq_icase_ssn func
1781b1048b23SGlenn Strauss  * [core] use buffer_eq_icase_ssn func
1782b1048b23SGlenn Strauss  * [core] correct __attribute_pure__ syntax
1783b1048b23SGlenn Strauss  * [core] allocate unix socket paths with SUN_LEN()+1 (fixes #2962)
1784b1048b23SGlenn Strauss  * Use explicit_memset from NetBSD if available for safe_memclear (fixes #2971)
1785b1048b23SGlenn Strauss  * Also use explicit_memset (NetBSD) with cmake, scons and meson
1786b1048b23SGlenn Strauss  * [cmake]: enable CMAKE_POSITION_INDEPENDENT_CODE by default
1787b1048b23SGlenn Strauss  * [core] improve http_headers[] data struct packing
1788b1048b23SGlenn Strauss  * [core] fdevent_poll() is effective periodic timer
1789b1048b23SGlenn Strauss  * [core] move con state handling to connections*.c
1790b1048b23SGlenn Strauss  * [core] issue config error for invalid ':' (fixes #2980)
1791b1048b23SGlenn Strauss  * [mod_deflate] fix choose encoding parse error (fixes #2981)
1792b1048b23SGlenn Strauss  * [core] retry on some fdevent set/del temporary err
1793b1048b23SGlenn Strauss  * [core] disable stat_cache FAM if FAM conn closed
1794b1048b23SGlenn Strauss  * [mod_auth] http_auth_const_time_memeq improvement
1795b1048b23SGlenn Strauss  * [build] prefer pkg-config for postgres (fixes #2965)
1796b1048b23SGlenn Strauss  * [mod_authn_gssapi] 500 if fail to delegate creds (#2967)
1797b1048b23SGlenn Strauss  * [mod_authn_gssapi] option to store delegated creds (fixes #2967)
1798b1048b23SGlenn Strauss  * [mod_webdav] fix file uploads > 128M (fixes #2970)
1799b1048b23SGlenn Strauss  * [mod_auth] do not use quoted-string for algorithm
1800b1048b23SGlenn Strauss  * [mod_auth] require digest uri= match original URI
1801b1048b23SGlenn Strauss  * [mod_auth] Authentication-Info: nextnonce=...
1802b1048b23SGlenn Strauss  * [mod_auth] http_auth_const_time_memeq_pad()
1803b1048b23SGlenn Strauss  * [mod_auth] http_auth_const_time_memeq() (#2975, #2976)
1804b1048b23SGlenn Strauss  * [build] PGSQL_CFLAGS with pkg-config for postgres (#2965)
1805b1048b23SGlenn Strauss  * [build] PGSQL_CFLAGS with pkg-config for postgres (#2965)
1806b1048b23SGlenn Strauss  * [core] avoid freeaddrinfo() on NULL ptr (fixes #2984)
1807b1048b23SGlenn Strauss  * [core] reject WS following header field-name (fixes #2985)
1808b1048b23SGlenn Strauss  * [core] reject Transfer-Encoding + Content-Length (#2985)
1809b1048b23SGlenn Strauss  * [mod_openssl] reject invalid ALPN
1810b1048b23SGlenn Strauss  * [mod_accesslog] parse multiple cookies (fixes #2986)
1811b1048b23SGlenn Strauss  * [core] Oracle Solaris does not have POLLRDHUP
1812b1048b23SGlenn Strauss  * [multiple] address coverity warnings
1813b1048b23SGlenn Strauss  * [core] preserve %2b and %2B in query string (fixes #2999)
1814b1048b23SGlenn Strauss  * [core] fall back to accept() if accept4() EPERM (fixes #2998)
1815b1048b23SGlenn Strauss  * [mod_auth] close connection after bad password
1816b1048b23SGlenn Strauss  * [core] do not accept() > server.max-connections
1817b1048b23SGlenn Strauss  * [core] save errno before logging if execve() fails
1818b1048b23SGlenn Strauss  * [config] update /var/run -> /run for systemd
1819b1048b23SGlenn Strauss  * [core] Solaris has getloadavg in sys/loadavg.h
1820b1048b23SGlenn Strauss  * [build] Fix build when using nested CMake
1821b1048b23SGlenn Strauss  * [core] fix one-byte OOB read (underflow)
1822b1048b23SGlenn Strauss
1823445ce2c4SGlenn Strauss- 1.4.54 - 2019-05-27
1824445ce2c4SGlenn Strauss  * [mod_evhost] handle IPv6 literal addr; add tests
1825445ce2c4SGlenn Strauss  * [core] separate server_main_loop() func, mark hot
1826445ce2c4SGlenn Strauss  * [core] mark startup/shutdown funcs cold
1827445ce2c4SGlenn Strauss  * [core] some server_main_loop() cleanup
1828445ce2c4SGlenn Strauss  * [core] fdevent_process()
1829445ce2c4SGlenn Strauss  * [core] srv->max_fds_lowat and srv->max_fds_hiwat
1830445ce2c4SGlenn Strauss  * [core] remove server.h
1831445ce2c4SGlenn Strauss  * [mod_staticfile] search ext array if not empty
1832445ce2c4SGlenn Strauss  * [core] store joblist pointer on stack
1833445ce2c4SGlenn Strauss  * [core] quickly clear request buffer for reuse
1834445ce2c4SGlenn Strauss  * [core] helper funcs for connection_state_machine()
1835445ce2c4SGlenn Strauss  * [core] perf: optimize connection_read_header()
1836445ce2c4SGlenn Strauss  * [core] parse request in connection_read_header()
1837445ce2c4SGlenn Strauss  * [core] log_request_header_on_error in one place
1838445ce2c4SGlenn Strauss  * [core] copy request only if might need for logging
1839445ce2c4SGlenn Strauss  * [core] make parse_request,request.request same buf
1840445ce2c4SGlenn Strauss  * [core] prefer buffer_caseless_compare()
1841445ce2c4SGlenn Strauss  * [core] pass req hdrs buffer to http_request_parse
1842445ce2c4SGlenn Strauss  * [core] replace con->response.keep_alive
1843445ce2c4SGlenn Strauss  * [core] mark log_error_write*() funcs cold
1844445ce2c4SGlenn Strauss  * [core] http_request_parse() mark error paths cold
1845445ce2c4SGlenn Strauss  * [core] lift code out of request line parse loop
1846445ce2c4SGlenn Strauss  * [core] get_http_method_key() match by strlen first
1847445ce2c4SGlenn Strauss  * [core] RFC7230 HTTP-version parse
1848445ce2c4SGlenn Strauss  * [mod_accesslog] attempt to reconstruct req line
1849445ce2c4SGlenn Strauss  * [multiple] minor: remove duplicated conditions
1850445ce2c4SGlenn Strauss  * [mod_deflate] honor request for x-gzip, x-bzip2
1851445ce2c4SGlenn Strauss  * [mod_auth] minor: adjust config validation
1852445ce2c4SGlenn Strauss  * [core] discard oversized trailers
1853445ce2c4SGlenn Strauss  * [core] no keep-alive if POLLRDHUP,empty read queue
1854445ce2c4SGlenn Strauss  * [core] fix gw_backend spelling of directive in err
1855445ce2c4SGlenn Strauss  * [multiple] reduce code dup in list resizing
1856445ce2c4SGlenn Strauss  * [core] con->is_ssl_sock
1857445ce2c4SGlenn Strauss  * [core] connection_handle_write() updates con state
1858445ce2c4SGlenn Strauss  * [core] skip plugins_call_cleanup if not init'ed
1859445ce2c4SGlenn Strauss  * [core] simpler loops to run plugin hooks
1860445ce2c4SGlenn Strauss  * [core] fix mixed use of srv->split_vals array (fixes #2932)
1861445ce2c4SGlenn Strauss  * [core] dispatch events from within event framework
1862445ce2c4SGlenn Strauss  * [core] don't call fd event handlers more than once, they might already be gone (fixes segfault)
1863445ce2c4SGlenn Strauss  * [core] poll: fdarray uses fd as index, not fde_ndx
1864445ce2c4SGlenn Strauss  * [core] map FDEVENT_* to OS system event frameworks
1865445ce2c4SGlenn Strauss  * [core] prefer memchr() over strchr()
1866445ce2c4SGlenn Strauss  * [core] use openssl to read,discard request body
1867445ce2c4SGlenn Strauss  * [mod_openssl] inherit cipherlist from global scope
1868445ce2c4SGlenn Strauss  * [mod_openssl] default: ssl.cipher-list = "HIGH"
1869445ce2c4SGlenn Strauss  * [mod_proxy] pass Content-Length to backend if > 0
1870445ce2c4SGlenn Strauss  * [core] config option to allow GET w/ request body
1871445ce2c4SGlenn Strauss  * [core] some fdevent code streamlining
1872445ce2c4SGlenn Strauss  * [core] remove fde_ndx member outside fdevents
1873445ce2c4SGlenn Strauss  * [core] remove redundant check for allow_http11
1874445ce2c4SGlenn Strauss  * [mod_openssl] use 16k static buffer instead of 64k
1875445ce2c4SGlenn Strauss  * [core] pull server load checks out of main loop
1876445ce2c4SGlenn Strauss  * [core] isolate fdevent processing
1877445ce2c4SGlenn Strauss  * [core] release empty chunk buf when nothing read
1878445ce2c4SGlenn Strauss  * [core] perf: pass (fdnode *) to epoll and kqueue
1879445ce2c4SGlenn Strauss  * [core] modify config parser to handle multiple }
1880445ce2c4SGlenn Strauss  * [core] pass (fdnode *) for registered fdevent fd
1881445ce2c4SGlenn Strauss  * [mod_auth] http_auth_digest_hex2bin()
1882445ce2c4SGlenn Strauss  * [mod_auth] http_auth_info_t digest abstraction
1883445ce2c4SGlenn Strauss  * [mod_auth] pass http_auth_require_t for 401 Unauth
1884445ce2c4SGlenn Strauss  * [core] no SOCK_NONBLOCK on QNX 7.0
1885445ce2c4SGlenn Strauss  * [mod_auth] HTTP Auth Digest algorithm=SHA-256
1886445ce2c4SGlenn Strauss  * [core] silence coverity warning
1887445ce2c4SGlenn Strauss  * [mod_magnet] fix invalid script return-type crash (fixes #2938)
1888445ce2c4SGlenn Strauss  * [build] remove -Wdeclaration-after-statement
1889445ce2c4SGlenn Strauss  * [core] pass conf.follow_symlink in more places
1890445ce2c4SGlenn Strauss  * [core] fix assertion with server.error-handler (fixes #2941)
1891445ce2c4SGlenn Strauss  * [core] extend dir redirection to take HTTP status
1892445ce2c4SGlenn Strauss  * [doc] minor adjust create-mime.conf.pl regex match (#2942)
1893445ce2c4SGlenn Strauss  * [core] __attribute__((fallthrough)) for GCC 7.0
1894445ce2c4SGlenn Strauss  * [core] fdevent_mkstemp_append() (shared)
1895445ce2c4SGlenn Strauss  * [core] off_t upload_temp_file_size
1896445ce2c4SGlenn Strauss  * [core] clear FDEVENT_RDHUP if no POLLRDHUP
1897445ce2c4SGlenn Strauss  * [mod_wstunnel] fix ping-interval for big-endian (fixes #2944)
1898445ce2c4SGlenn Strauss  * [core] fix abort in http-parseopts (fixes #2945)
1899445ce2c4SGlenn Strauss  * [core] remove repeated slashes in http-parseopts
1900445ce2c4SGlenn Strauss  * [core] fix 1.4.52 regression in mem use with POST (fixes #2948)
1901445ce2c4SGlenn Strauss  * [multiple] cleaner calloc use in SETDEFAULTS_FUNC
1902445ce2c4SGlenn Strauss  * [core] add const to some etag prototypes
1903445ce2c4SGlenn Strauss  * [core] __attribute__((format ...))
1904445ce2c4SGlenn Strauss  * [core] struct log_error_st for error logging
1905445ce2c4SGlenn Strauss  * [core] log_error, log_perror using printf-like fmt
1906445ce2c4SGlenn Strauss  * [core] new worker_init hook to follow parent fork
1907445ce2c4SGlenn Strauss  * [core] replace open() with fdevent_open_cloexec()
1908445ce2c4SGlenn Strauss  * [mod_webdav] major rewrite (fixes #1818)
1909445ce2c4SGlenn Strauss  * [core] 200 for OPTIONS /non-existent/path HTTP/1.1 (fixes #2939)
1910445ce2c4SGlenn Strauss  * [mod_webdav] surround Lock-Token with "<...>"
1911445ce2c4SGlenn Strauss  * [mod_webdav] fix uuid detection macro
1912445ce2c4SGlenn Strauss  * [mod_webdav] fix misbehavior on blank nodes in PROPPATCH
1913445ce2c4SGlenn Strauss  * [mod_webdav] clean up resources after do{}while(0)
1914445ce2c4SGlenn Strauss  * [mod_webdav] check If-Match, If-Unmodified-Since (#1818)
1915445ce2c4SGlenn Strauss  * [mod_webdav] deprecated unsafe partial PUT compat
1916445ce2c4SGlenn Strauss  * [mod_webdav] provide ETag in more responses
1917445ce2c4SGlenn Strauss  * [mod_webdav] platform portability fixes
1918445ce2c4SGlenn Strauss  * [mod_webdav] disable elftc_copyfile() on FreeBSD
1919445ce2c4SGlenn Strauss  * [mod_webdav] special-case If: (<DAV:no-lock>)
1920445ce2c4SGlenn Strauss  * [mod_webdav] check If-None-Match (#1818)
1921445ce2c4SGlenn Strauss  * [stat_cache] separate func for symlink policy chk
1922445ce2c4SGlenn Strauss  * [stat_cache] separate symlink pol from data struct
1923445ce2c4SGlenn Strauss  * [stat_cache] store entries without trailing slash
1924445ce2c4SGlenn Strauss  * [stat_cache] pass age param for stat cache cleanup
1925445ce2c4SGlenn Strauss  * [stat_cache] remove splaytree ins/del debug code
1926445ce2c4SGlenn Strauss  * [stat_cache] FAM: reduce string copying
1927445ce2c4SGlenn Strauss  * [stat_cache] FAM: check FAMNextEvent() return code
1928445ce2c4SGlenn Strauss  * [stat_cache] FAM: use entry hash index as userdata
1929445ce2c4SGlenn Strauss  * [stat_cache] FAM: improve handling modified file
1930445ce2c4SGlenn Strauss  * [stat_cache] FAM: ignore follow-symlink config
1931445ce2c4SGlenn Strauss  * [stat_cache] FAM: check hash collision before add
1932445ce2c4SGlenn Strauss  * [stat_cache] FAM: ignore event with no valid match
1933445ce2c4SGlenn Strauss  * [stat_cache] FAM: funcs to invalidate entries
1934445ce2c4SGlenn Strauss  * [stat_cache] interfaces to invalidate entries
1935445ce2c4SGlenn Strauss  * [mod_webdav] update stat_cache after file mod
1936445ce2c4SGlenn Strauss  * [core] use high precision stat timestamp in etag
1937445ce2c4SGlenn Strauss  * [scons] adjustment for static build under CentOS
1938445ce2c4SGlenn Strauss  * [core] emit trace using path before clearing path
1939445ce2c4SGlenn Strauss  * [core] http_chunk_append_file_fd()
1940445ce2c4SGlenn Strauss  * [multiple] open target file earlier in some cases
1941445ce2c4SGlenn Strauss  * [stat_cache] no longer stat() and open() for stat
1942445ce2c4SGlenn Strauss  * [stat_cache] FAM: improve monitoring, cache 16 sec
1943445ce2c4SGlenn Strauss  * [stat_cache] FAM: separate routine for FDEVENT_IN
1944445ce2c4SGlenn Strauss  * [stat_cache] FAM: whitespace-only change
1945445ce2c4SGlenn Strauss  * [mod_webdav] quiet coverity warnings
1946445ce2c4SGlenn Strauss  * [doc] highlight relevance of module load order (fixes #2946)
1947445ce2c4SGlenn Strauss  * [core] behavior change: stricter URL normalization
1948445ce2c4SGlenn Strauss  * [stat_cache] fix compilation error for cmake
1949445ce2c4SGlenn Strauss  * [cmake] help cmake on FreeBSD find sys/event.h
1950445ce2c4SGlenn Strauss  * [scons] help scons on FreeBSD find sys/event.h
1951445ce2c4SGlenn Strauss  * [build] detect FreeBSD elftc_copyfile()
1952445ce2c4SGlenn Strauss  * [mod_openssl] use SSL_CTX_set_client_hello_cb()
1953445ce2c4SGlenn Strauss  * [core] support weak etags with If-None-Match
1954445ce2c4SGlenn Strauss  * [core] store log_state_handling flag on stack
1955445ce2c4SGlenn Strauss  * [core] check if splay_tree NULL before invalidate
1956445ce2c4SGlenn Strauss  * [mod_webdav] workaround Microsoft-WebDAV-MiniRedir
1957445ce2c4SGlenn Strauss  * [mod_webdav] doc Microsoft-WebDAV-MiniRedir bugs
1958445ce2c4SGlenn Strauss  * [mod_webdav] invalidate parent dir in stat_cache
1959445ce2c4SGlenn Strauss  * [doc] systemd socket activation config example
1960445ce2c4SGlenn Strauss  * [core] chunkqueue perf: code reuse
1961445ce2c4SGlenn Strauss  * [core] chunkqueue perf: specialized buffer.h funcs
1962445ce2c4SGlenn Strauss  * [core] chunkqueue perf: skip opening 0-length file
1963445ce2c4SGlenn Strauss  * [core] chunkqueue perf: read small files into mem
1964445ce2c4SGlenn Strauss  * [core] buffer_reset() should not be passed NULL
1965445ce2c4SGlenn Strauss  * [tests] has_feature() helper func
1966445ce2c4SGlenn Strauss  * [tests] skip mod-secdownload HMAC-SHA1,HMAC-SHA256
1967445ce2c4SGlenn Strauss  * [core] use high precision stat timestamp on OS X
1968445ce2c4SGlenn Strauss  * [mod_magnet] expose server addr (local IP) to lua
1969445ce2c4SGlenn Strauss  * [core] adjust http_chunk read() retry loop
1970445ce2c4SGlenn Strauss  * [mod_maxminddb] MaxMind GeoIP2 support
1971445ce2c4SGlenn Strauss  * [mod_authn_ldap] ldap_set_option LDAP_OPT_RESTART (fixes #2940)
1972445ce2c4SGlenn Strauss
19734d3447fdSGlenn Strauss- 1.4.53 - 2019-01-27
19744d3447fdSGlenn Strauss  * [mod_cml,mod_flv_streaming] fix NULL ptr deref
19754d3447fdSGlenn Strauss  * [mod_simple_vhost] t/test_mod_simple_vhost
19764d3447fdSGlenn Strauss  * [mod_evhost] split uri handler func for testing
19774d3447fdSGlenn Strauss  * [mod_evhost] restructure for unit tests
19784d3447fdSGlenn Strauss  * [mod_evhost] t/test_mod_evhost
19794d3447fdSGlenn Strauss  * [mod_access] restructure for unit tests
19804d3447fdSGlenn Strauss  * [mod_access] t/test_mod_access
19814d3447fdSGlenn Strauss  * [tests] include first.h and NDEBUG early
19824d3447fdSGlenn Strauss  * [core] use kill_signal for gw_proc_kill()
19834d3447fdSGlenn Strauss  * [tests] t/test_keyvalue
19844d3447fdSGlenn Strauss  * [tests] some test config cleanup
19854d3447fdSGlenn Strauss  * [tests] update skip count in mod-fastcgi.t
19864d3447fdSGlenn Strauss  * [multiple] reduce initial buffer sz if large POST (fixes #2922)
19874d3447fdSGlenn Strauss  * [mod_fastcgi] fix NULL ptr deref from bugfix #2922 (fixes #2923)
19884d3447fdSGlenn Strauss  * [tests] more test config cleanup
19894d3447fdSGlenn Strauss  * [core] perf: incremental hash of pathname w/o copy
19904d3447fdSGlenn Strauss  * [core] perf: reuse buffer to redirect to directory
19914d3447fdSGlenn Strauss  * [core] do not free() reused buffer
19924d3447fdSGlenn Strauss  * [core] use connected sock port in dir redirect
19934d3447fdSGlenn Strauss  * [core] http_response_buffer_append_authority()
19944d3447fdSGlenn Strauss  * [core] use con->server_name for dir redir
19954d3447fdSGlenn Strauss  * [core] memeq compare rounded to 64, not next 1M
19964d3447fdSGlenn Strauss  * [core] define MD5_DIGEST_LENGTH 16
19974d3447fdSGlenn Strauss  * [mod_auth] permit additional auth backends to load
19984d3447fdSGlenn Strauss  * [core] send Connection: close if reqbody not read (fixes #2924)
19994d3447fdSGlenn Strauss  * [core] cache rev DNS for localhost for dir redir
20004d3447fdSGlenn Strauss  * [doc/conf] resolve some mime type conflicts from debian buster, regenerate mime.conf
20014d3447fdSGlenn Strauss  * [core] move winsock init to network_init()
20024d3447fdSGlenn Strauss  * [core] move /dev/stdin graceful restart handling
20034d3447fdSGlenn Strauss  * [core] network_srv_sockets_append() shared code
20044d3447fdSGlenn Strauss  * [core] systemd socket activation support
20054d3447fdSGlenn Strauss  * [build] autotools: try mysqlclient.pc and mariadb.pc (fixes #2925)
20064d3447fdSGlenn Strauss  * [mod_expire] look up expire fallback "" explicitly
20074d3447fdSGlenn Strauss  * [multiple] calloc match ptr type (clang --analyze)
20084d3447fdSGlenn Strauss  * [multiple] quiet clang --analyze where trivial
20094d3447fdSGlenn Strauss  * [mod_webdav] compare COPY, MOVE Destination scheme
20104d3447fdSGlenn Strauss  * [core] con->uri.scheme is maintained lowercase
20114d3447fdSGlenn Strauss  * [mod_openssl] ALPN and acme-tls/1 (fixes #2931)
20124d3447fdSGlenn Strauss  * [core] Fix recursive include_shell invocations
20134d3447fdSGlenn Strauss  * [mod_openssl] ssl.privkey directive (optional)
20144d3447fdSGlenn Strauss
2015e0d15288SGlenn Strauss- 1.4.52 - 2018-11-28
2016e0d15288SGlenn Strauss  * [mysql] MySQL 8 deprecates my_bool
2017e0d15288SGlenn Strauss  * [core] typo in trace
2018e0d15288SGlenn Strauss  * [build] Fix unportable test(1) operator
2019e0d15288SGlenn Strauss  * [core] perf: call connection_reset() fewer times
2020e0d15288SGlenn Strauss  * [core] perf: array_reset_data_strings()
2021e0d15288SGlenn Strauss  * [core] perf: buffer_free_ptr() __attribute__ cold
2022e0d15288SGlenn Strauss  * [core] perf: one-element cache for host normalize
2023e0d15288SGlenn Strauss  * [core] perf: buffer_copy_string_len()
2024e0d15288SGlenn Strauss  * [core] perf: skip redundant prepare copy calls
2025e0d15288SGlenn Strauss  * [core] perf: buffer_align_size() identity if align
2026e0d15288SGlenn Strauss  * [core] perf: size write buffers for reuse
2027e0d15288SGlenn Strauss  * [core] perf: prepend headers directly into write q
2028e0d15288SGlenn Strauss  * [core] perf: copy small strings; better buf reuse
2029e0d15288SGlenn Strauss  * [core] perf: copy small strings; extend last chunk
2030e0d15288SGlenn Strauss  * [core] perf: specialized func for array sorting
2031e0d15288SGlenn Strauss  * [core] perf: append response directly into write q
2032e0d15288SGlenn Strauss  * [core] perf: better buf reuse reading from backend
2033e0d15288SGlenn Strauss  * [core] chunk.c code reuse
2034e0d15288SGlenn Strauss  * [multiple] perf: write headers to backend write cq
2035e0d15288SGlenn Strauss  * [multiple] perf: power-2 alloc large headers
2036e0d15288SGlenn Strauss  * [multiple] perf: use larger initial backend buffer
2037e0d15288SGlenn Strauss  * [core] permit env vars to be set with blank value
2038e0d15288SGlenn Strauss  * [mod_fastcgi] perf: reduce data copies
2039e0d15288SGlenn Strauss  * [mod_fastcgi] perf: reduce data copies
2040e0d15288SGlenn Strauss  * [core] perf: chunk.c chunk pool
2041e0d15288SGlenn Strauss  * [multiple] perf: reuse large buffers w/ backend
2042e0d15288SGlenn Strauss  * [multiple] better packing of struct chunk
2043e0d15288SGlenn Strauss  * [core] perf: inline buffer_append_string_buffer()
2044e0d15288SGlenn Strauss  * [core] slightly simpler flag append to string
2045e0d15288SGlenn Strauss  * [mod_cgi] perf: reuse buffers for creating CGI env
2046e0d15288SGlenn Strauss  * [mod_fastcgi,mod_scgi] perf: env accumulation
2047e0d15288SGlenn Strauss  * [core] Don't call RAND_cleanup with OpenSSL 1.1.x
2048e0d15288SGlenn Strauss  * [mod_openssl] move SSL_shutdown() to separate func
2049e0d15288SGlenn Strauss  * [mod_openssl] SSL_read before second SSL_shutdown
2050e0d15288SGlenn Strauss  * [mod_cgi] perf: use stat_cache for cgi handler
2051e0d15288SGlenn Strauss  * [mod_openssl] prefer using TLS_server_method()
2052e0d15288SGlenn Strauss  * [mod_webdav] return 403 if file should exist
2053e0d15288SGlenn Strauss  * [core] perf: chunkqueue buffers already sized up
2054e0d15288SGlenn Strauss  * [core] perf: simpler buffer_string_space()
2055e0d15288SGlenn Strauss  * [multiple] dynamic handlers hint backend header sz
2056e0d15288SGlenn Strauss  * [core] use chunk_buf_sz instead of hard-coded num
2057e0d15288SGlenn Strauss  * [multiple] perf: simplify chunkqueue_get_memory()
2058e0d15288SGlenn Strauss  * [mod_wstunnel] perf: reuse large buffers
2059e0d15288SGlenn Strauss  * [mod_cgi] perf: cache getenv() results at start up
2060e0d15288SGlenn Strauss  * [core] fix 301 -> 302 overwrite with Location (fixes #2918)
2061e0d15288SGlenn Strauss  * [core] fix setting of headers previously reset (fixes #2919)
2062e0d15288SGlenn Strauss  * [mod_webdav] quiet coverity false positive
2063e0d15288SGlenn Strauss  * [core] server.compat-module-load = "disable"
2064e0d15288SGlenn Strauss  * [core] server.chunkqueue-chunk-sz = 4096
2065e0d15288SGlenn Strauss  * [core] perf: simpler buffer_string_space() (fixed)
2066e0d15288SGlenn Strauss  * [core] perf: faster HTTP pipelined requests
2067e0d15288SGlenn Strauss  * [core] perf: simpler buffer_string_space() (tests)
2068e0d15288SGlenn Strauss  * [mod_cgi] reset reused buffer on internal redir
2069e0d15288SGlenn Strauss  * [core] clear chunk buffer upon release
2070e0d15288SGlenn Strauss  * [mod_fastcgi] minor: copy packet without padding
2071e0d15288SGlenn Strauss  * [mod_redirect,mod_rewrite] use server_name
2072e0d15288SGlenn Strauss  * [mod_fastcgi] transfer chunks minus packet padding
2073e0d15288SGlenn Strauss  * [core] separate func to reset FILE_CHUNK
2074e0d15288SGlenn Strauss  * [core] perf: simple, quick buffer_clear()
2075e0d15288SGlenn Strauss  * [core] perf: small improvement to encoding CGI var
2076e0d15288SGlenn Strauss  * [core] perf: small improvement buffer_string_space
2077e0d15288SGlenn Strauss  * [core] simpler physical path concatenation
2078e0d15288SGlenn Strauss  * [mod_webdav] fix LOCK on incorrect URI path
2079e0d15288SGlenn Strauss  * [mod_webdav] one fewer buffer copy for COPY,MOVE
2080e0d15288SGlenn Strauss  * [core] perf: simplify buffer_move()
2081e0d15288SGlenn Strauss  * [mod_cml] parse query string without modifying it
2082e0d15288SGlenn Strauss  * [core] perf: buffer optimizations
2083e0d15288SGlenn Strauss  * [mod_wstunnel] use buffer_string_length()
2084e0d15288SGlenn Strauss  * [core] perf: inline buffer_copy_buffer()
2085e0d15288SGlenn Strauss  * [core] cygwin helper func for getcwd
2086e0d15288SGlenn Strauss  * [core] cygwin sample to run lighttpd under NSSM
2087e0d15288SGlenn Strauss  * [core] limit con->uri.authority < 1024 octets
2088e0d15288SGlenn Strauss  * [mod_webdav] separate func for each request method
2089e0d15288SGlenn Strauss  * [core] reject decoded url-path without leading '/'
2090e0d15288SGlenn Strauss  * [multiple] validate UTF-8 in url-decoded paths
2091e0d15288SGlenn Strauss  * [mod_proxy] silence coverity false positive
2092e0d15288SGlenn Strauss  * [core] fix typo
2093e0d15288SGlenn Strauss  * [core] buffer_append_path_len()
2094e0d15288SGlenn Strauss  * [core] quiet indexfile warning if mod not loaded
2095c9a64d94SGlenn Strauss
20960828010eSGlenn Strauss- 1.4.51 - 2018-10-14
20970828010eSGlenn Strauss  * [core] split parsing header line into separate function
20980828010eSGlenn Strauss  * [core] explicitly return 0 instead of constant result
20990828010eSGlenn Strauss  * [core] header parsing: use goto for error handling
21000828010eSGlenn Strauss  * [core,security] process headers after combining folded headers
21010828010eSGlenn Strauss  * [core] replace folding whitespace with a single space
21020828010eSGlenn Strauss  * [buffer] fix duplicate assert and comment
21030828010eSGlenn Strauss  * [core] redo HTTP header line folding
21040828010eSGlenn Strauss  * [core] parse header line strings before copying
21050828010eSGlenn Strauss  * [core] abstraction to insert/modify response hdrs
21060828010eSGlenn Strauss  * [core] code reuse with array_insert_key_value()
21070828010eSGlenn Strauss  * [core] simplify parsing hdr key whitespace then :
21080828010eSGlenn Strauss  * [core] http_request_parse_reqline() separate func
21090828010eSGlenn Strauss  * [core] abstraction layer for HTTP header manip
21100828010eSGlenn Strauss  * [core] code reuse with http_response_body_clear()
21110828010eSGlenn Strauss  * [mod_proxy] fix proxy.forwarded and proxy.replace-http-host (fixes #2902)
21120828010eSGlenn Strauss  * [mod_rewrite] fix url.rewrite-repeat and url.rewrite-if-not-file (fixes #2908)
21130828010eSGlenn Strauss  * [core] fastcgi.h link to Open Market License (OML) (fixes #2901)
21140828010eSGlenn Strauss  * [mod_proxy,mod_wstunnel] copy full plugin_config (fixes #2903)
21150828010eSGlenn Strauss  * [mod_fastcgi,mod_scgi] error on oversized request (fixes #2905)
21160828010eSGlenn Strauss  * [mod_auth] send 401 for mismatch HTTP auth scheme (fixes #2906)
21170828010eSGlenn Strauss  * [core] code reuse array_match_*() routines
21180828010eSGlenn Strauss  * [mod_skeleton] review and simplify
21190828010eSGlenn Strauss  * [multiple] code reuse: employ array_match_*()
21200828010eSGlenn Strauss  * [doc] lighttpd.service uses network-online.target
21210828010eSGlenn Strauss  * [mod_flv_streaming] code simplifications
21220828010eSGlenn Strauss  * [mod_authn_pam] mod_auth PAM support (fixes #688)
21230828010eSGlenn Strauss  * [mod_sockproxy] add to build
21240828010eSGlenn Strauss  * [core] fix include_shell on inline shell commands (fixes #2910)
21250828010eSGlenn Strauss  * [multiple] code reuse: using array_*() funcs
21260828010eSGlenn Strauss  * [tests] t/test_array.c
21270828010eSGlenn Strauss  * [core] array_get_int_ptr()
21280828010eSGlenn Strauss  * [core] more memory-efficient fn table for data_*
21290828010eSGlenn Strauss  * [tests] #undef NDEBUG before assert.h in t/test_*
21300828010eSGlenn Strauss  * [core] inline status_counter routines
21310828010eSGlenn Strauss  * [core] log_failed_assert() __attribute__((cold))
21320828010eSGlenn Strauss  * [core] http_status_append()
21330828010eSGlenn Strauss  * [core] http_method_append()
21340828010eSGlenn Strauss  * [core] prefer buffer_append_string_len()
21350828010eSGlenn Strauss  * [build] fix SCons build for mod_authn_pam
21360828010eSGlenn Strauss  * [mod_userdir] security: skip username "." and ".."
21370828010eSGlenn Strauss  * [mod_deflate] null-check to quiet coverity warning
21380828010eSGlenn Strauss  * [core] quiet coverity false positive
21390828010eSGlenn Strauss  * [multiple] quiet compiler warnings --without-pcre
21400828010eSGlenn Strauss  * [mod_secdownload] support if HMAC() is a macro
21410828010eSGlenn Strauss  * [TLS] sys-crypto.h abstraction
21420828010eSGlenn Strauss  * [TLS] sys-crypto.h abstraction
21430828010eSGlenn Strauss  * [build] put request.c in common src
21440828010eSGlenn Strauss  * [meson] build fixes for libmariadb and libsasl2
21450828010eSGlenn Strauss  * [core] PATH_INFO calculation when basedir is "/" (fixes #2911)
21460828010eSGlenn Strauss  * [core] better consistency in buffer_is_equal*()
21470828010eSGlenn Strauss  * [core] fix missing param from prev commit
21480828010eSGlenn Strauss  * [mod_openssl] no renegotiation in TLS 1.3 (fixes #2912)
21490828010eSGlenn Strauss  * [core] reject Transfer-Encoding from proxy (#2913)
21500828010eSGlenn Strauss  * [mod_auth] use SHA1_Init,Update,Final
21510828010eSGlenn Strauss  * [mod_openssl] add support for wolfSSL
21520828010eSGlenn Strauss  * [build] automake support for wolfSSL
21530828010eSGlenn Strauss  * [build] SCons support for wolfSSL
21540828010eSGlenn Strauss  * [build] meson support for wolfSSL
21550828010eSGlenn Strauss  * [build] CMake support for wolfSSL
21560828010eSGlenn Strauss  * [core] perf: buffer.c internal inlines
21570828010eSGlenn Strauss  * [mod_openssl] wolfSSL does not support SSLv2
21580828010eSGlenn Strauss  * [core] perf: buffer_string_append_len()
21590828010eSGlenn Strauss  * [core] permit server.error_handler to static file
2160a9e131faSGlenn Strauss
2161a2114a1cSGlenn Strauss- 1.4.50 - 2018-08-13
2162c752d469SGlenn Strauss  * [mod_extforward] allow explicit IPs to be untrusted (#2860)
2163a2114a1cSGlenn Strauss  * [core] fix crash if 'host' empty in config (fixes #2876)
2164a2114a1cSGlenn Strauss  * [mod_magnet] fix regression in lighty.stat (fixes #2877)
2165a2114a1cSGlenn Strauss  * [core] minor code cleanup in gw_recv_response()
2166a2114a1cSGlenn Strauss  * [core] fix rare race condition from backends (fixes #2878)
2167a2114a1cSGlenn Strauss  * [mod_proxy] fix segfault in Set-Cookie reverse map (fixes #2879)
2168a2114a1cSGlenn Strauss  * [core] fdevent_accept_listenfd() nonblock cloexec
2169a2114a1cSGlenn Strauss  * [build] remove m4 AC_PATH_PROG for PKG_CONFIG
2170a2114a1cSGlenn Strauss  * [core] some header cleanup
2171a2114a1cSGlenn Strauss  * [mod_wstunnel] better Sec-WebSocket-Protocol parse
2172a2114a1cSGlenn Strauss  * [mod_magnet] code reuse
2173a2114a1cSGlenn Strauss  * [mod_magnet] reduce buffer copies
2174a2114a1cSGlenn Strauss  * [mod_fastcgi,mod_scgi] fastcgi.balance,scgi.balance (fixes #2882)
2175a2114a1cSGlenn Strauss  * [core] check if SOCK_NONBLOCK is ignored (fixes #2883)
2176a2114a1cSGlenn Strauss  * [core] buffer_append_string_encoded_hex_lc()
2177a2114a1cSGlenn Strauss  * [core] more efficient hex2int()
2178a2114a1cSGlenn Strauss  * [mod_secdownload] compare bin MAC instead of hex
2179a2114a1cSGlenn Strauss  * [core] li_tohex_lc() explicitly uses lc hex chars
2180a2114a1cSGlenn Strauss  * [core] buffer_append_uint_hex_lc() uses lc hex
2181a2114a1cSGlenn Strauss  * [core] buffer_append_string_encoded() uc hex
2182a2114a1cSGlenn Strauss  * [tests] reduce test_base64 brute force tests
2183a2114a1cSGlenn Strauss  * [tests] remove test_buffer output, except on error
2184a2114a1cSGlenn Strauss  * [core] check for continuation in server.tag
2185a2114a1cSGlenn Strauss  * [core] CONNECT must be handled before fs hooks
2186a2114a1cSGlenn Strauss  * [mod_redirect, mod_rewrite] code reuse (sharing)
2187a2114a1cSGlenn Strauss  * [core] data_config_pcre_compile,exec()
2188a2114a1cSGlenn Strauss  * [tests] test_request unit tests
2189a2114a1cSGlenn Strauss  * [core] http_kv.[ch] method, status, version str
2190a2114a1cSGlenn Strauss  * [core] remove unused get_http_status_body_name()
2191a2114a1cSGlenn Strauss  * [core] remove proc_open.[ch], reduce stdio.h use
2192a2114a1cSGlenn Strauss  * [tests] move src/test_*.c to src/t/
2193a2114a1cSGlenn Strauss  * [core] server.http-parseopts URL normalization opt (fixes #1720)
2194a2114a1cSGlenn Strauss  * [core] inline some buffer.[ch] routines
2195a2114a1cSGlenn Strauss  * [core] remove some duplicative code in log.c
2196a2114a1cSGlenn Strauss  * [core] debug server.log-request-header-on-error
2197a2114a1cSGlenn Strauss  * [mod_redirect,mod_rewrite] short-circuit earlier
2198a2114a1cSGlenn Strauss  * [core] fix buffer_to_upper()
2199a2114a1cSGlenn Strauss  * [mod_cgi] handle CGI partial response header write
2200a2114a1cSGlenn Strauss  * [mod_redirect,mod_rewrite] pass request URI info
2201a2114a1cSGlenn Strauss  * [mod_redirect,mod_rewrite] encoding options (fixes #443, fixes #911)
2202a2114a1cSGlenn Strauss  * [mod_redirect,mod_rewrite] fix segfault w/ invalid syntax (fixes #2892)
2203a2114a1cSGlenn Strauss  * [mod_fastcgi] fix memleak with FastCGI auth,resp (fixes #2894)
2204a2114a1cSGlenn Strauss  * [mod_alias] security: potential path traversal with specific configs
2205a2114a1cSGlenn Strauss  * [mod_wstunnel] quiet 32-bit compiler warnings
2206a2114a1cSGlenn Strauss  * [core] POLLRDHUP handling for transparent proxying
2207a2114a1cSGlenn Strauss  * [mod_redirect,mod_rewrite] support up to 19 match
2208a2114a1cSGlenn Strauss  * [core] add missing includes to quiet compiler warn
2209a2114a1cSGlenn Strauss  * [mod_redirect,mod_rewrite] base64url encoding opt
2210a2114a1cSGlenn Strauss  * [mod_rewrite] require rewrite result to begin '/'
2211a2114a1cSGlenn Strauss  * [core] security: use-after-free invalid Range req
2212a2114a1cSGlenn Strauss  * [core] reset var if FAMMonitorDirectory() fails
2213a2114a1cSGlenn Strauss  * [core] option to propagate TCP FIN to backend host
2214a2114a1cSGlenn Strauss  * mod_sockproxy - socket forwarding
2215a2114a1cSGlenn Strauss  * [core] workaround Coverity cov-build bug with gcc7
2216a2114a1cSGlenn Strauss  * [build] add missing file for test_burl
2217a2114a1cSGlenn Strauss  * [core] quell insignificant coverity warning
2218a2114a1cSGlenn Strauss  * [core] extend server.http-parseopts
2219a9e131faSGlenn Strauss  * [mod_alias] security: path traversal in mod_alias (in some use cases) (fixes #2898)
2220a9e131faSGlenn Strauss  * [core] security: use-after-free after invalid Range request (fixes #2899)
2221ae54806dSGlenn Strauss
2222d0d5d426SGlenn Strauss- 1.4.49 - 2018-03-11
2223d0d5d426SGlenn Strauss  * [core] adjust offset if response header blank line
2224d0d5d426SGlenn Strauss  * [mod_accesslog] %{canonical,local,remote}p (fixes #2840)
2225d0d5d426SGlenn Strauss  * [core] support POLLRDHUP, where available (#2743)
2226d0d5d426SGlenn Strauss  * [mod_proxy] basic support for HTTP CONNECT method (#2060)
2227d0d5d426SGlenn Strauss  * [mod_deflate] fix deflate of file > 2MB w/o mmap
2228d0d5d426SGlenn Strauss  * [core] fix segfault if tempdirs fill up (fixes #2843)
2229d0d5d426SGlenn Strauss  * [mod_compress,mod_deflate] try mmap MAP_PRIVATE
2230d0d5d426SGlenn Strauss  * [core] discard from socket using recv MSG_TRUNC
2231d0d5d426SGlenn Strauss  * [core] report to stderr if errorlog path ENOENT (fixes #2847)
2232d0d5d426SGlenn Strauss  * [core] fix base64 decode when char is unsigned (fixes #2848)
2233d0d5d426SGlenn Strauss  * [mod_authn_ldap] fix mem leak when ldap auth fails (fixes #2849)
2234d0d5d426SGlenn Strauss  * [core] warn if mod_indexfile after dynamic handler
2235d0d5d426SGlenn Strauss  * [core] do not reparse request if async cb
2236d0d5d426SGlenn Strauss  * [core] non-blocking write() to piped loggers
2237d0d5d426SGlenn Strauss  * [mod_openssl] minor code cleanup; reduce var scope
2238d0d5d426SGlenn Strauss  * [mod_openssl] elliptic curve auto selection (fixes #2833)
2239d0d5d426SGlenn Strauss  * [core] check for path-info forward down path
2240d0d5d426SGlenn Strauss  * [mod_authn_ldap] auth with ldap referrals (fixes #2846)
2241d0d5d426SGlenn Strauss  * [core] code cleanup: separate physical path sub
2242d0d5d426SGlenn Strauss  * [core] merge redirect/rewrite pattern substitution
2243d0d5d426SGlenn Strauss  * [core] fix POST with chunked request body (fixes #2854)
2244d0d5d426SGlenn Strauss  * [core] remove unused func
2245d0d5d426SGlenn Strauss  * [doc] minor update to *outdated* doc
2246d0d5d426SGlenn Strauss  * [mod_wstunnel] fix for frames larger than 64k (fixes #2858)
2247d0d5d426SGlenn Strauss  * [core] fix 32-bit compile POST w/ chunked request body (#2854)
2248d0d5d426SGlenn Strauss  * [core] add include sys/poll.h on Solaris (fixes #2859)
2249d0d5d426SGlenn Strauss  * [core] fix path-info calculation in git master (fixes #2861)
2250d0d5d426SGlenn Strauss  * [core] pass array_get_element_klen() const array *
2251d0d5d426SGlenn Strauss  * [core] increase stat_cache abstraction
2252d0d5d426SGlenn Strauss  * [core] open additional fds O_CLOEXEC
2253d0d5d426SGlenn Strauss  * [core] fix CONNECT w strict header parsing enabled
2254d0d5d426SGlenn Strauss  * [mod_extforward] CIDR support for trusted proxies (fixes #2860)
2255d0d5d426SGlenn Strauss  * [core] re-enable overloaded backends w/ multi wkrs
2256d0d5d426SGlenn Strauss  * [autoconf] reduce minimum automake version to 1.13
2257d0d5d426SGlenn Strauss  * [mod_auth] constant time compare plain passwords
2258d0d5d426SGlenn Strauss  * [mod_auth] check that digest realm matches config
2259d0d5d426SGlenn Strauss  * [core] fix incorrect hash algorithm impl
2260de937f47SGlenn Strauss
2261de937f47SGlenn Strauss- 1.4.48 - 2017-11-11
22622c7d70edSGlenn Strauss  * [mod_webdav] fix crash if stat fails, not ENOENT
22632c7d70edSGlenn Strauss  * [core] fix build --disable-ipv6 (fixes #2832)
22642c7d70edSGlenn Strauss  * [scons] Merge branch 'personal/stbuehler/scons-cleanup'
22652c7d70edSGlenn Strauss  * [autobuild] Merge branch 'personal/stbuehler/autobuild-cleanup'
22662c7d70edSGlenn Strauss  * [meson] new build system
22672c7d70edSGlenn Strauss  * [core] fix var.CWD (regression in 1.4.46) (fixes #2835)
22682c7d70edSGlenn Strauss  * [core] fix implicit wildcard IPv4 and IPv6 listen
22692c7d70edSGlenn Strauss  * [autobuild] remove obsolete warning about mmap use
22702c7d70edSGlenn Strauss  * [core] isolate sock_addr manipulation
22712c7d70edSGlenn Strauss  * [stat_cache] remove debug code littered in file
22722c7d70edSGlenn Strauss  * [core] cleanup unused ifndef
22732c7d70edSGlenn Strauss  * [core] cleanup: consolidate FAM code in stat_cache
22742c7d70edSGlenn Strauss  * [core] consolidate backend network write handlers
22752c7d70edSGlenn Strauss  * [autobuild] allow sendfile() in cross-compile (fixes #2836)
22762c7d70edSGlenn Strauss  * [core] quiet pedantic cc warning for excess comma
22772c7d70edSGlenn Strauss  * [core] isolate backend fdevent handler defs
22782c7d70edSGlenn Strauss  * [mod_openssl] error if ssl.engine in wrong section (fixes #2837)
22792c7d70edSGlenn Strauss  * [core] fix lighttpd -1 one-shot graceful shutdown
22802c7d70edSGlenn Strauss  * [mod_cgi] quiet trace if mod_cgi sends SIGTERM (fixes #2838)
22812c7d70edSGlenn Strauss  * [build] fix link of test_configfile.c
22822c7d70edSGlenn Strauss  * [core] quiet coverity false positive
22832c7d70edSGlenn Strauss  * [mod_openssl] more pedantic check of return values
22842c7d70edSGlenn Strauss  * [mod_openssl] allow specifying server cert chain (fixes #2692)
22852c7d70edSGlenn Strauss  * [mod_openssl] ssl.openssl.ssl-conf-cmd (fixes #2758)
22862c7d70edSGlenn Strauss  * [doc] NEWS - fix improper format line breaks
22872c7d70edSGlenn Strauss  * [mod_authn_ldap] replace use of deprecated funcs
22882c7d70edSGlenn Strauss  * [mod_authn_sasl] SASL auth (new) (fixes #2275)
22892c7d70edSGlenn Strauss  * [mod_openssl] quiet trace from TCP probes (#2784)
22902c7d70edSGlenn Strauss  * [core] fix dup typedef compiler warning
22912c7d70edSGlenn Strauss  * [scons] fix various python2/3 incompatibilities
22922c7d70edSGlenn Strauss  * [doc] fix doc/config/conf.d/fastcgi.conf example
22936a17133aSGlenn Strauss
22946a17133aSGlenn Strauss- 1.4.47 - 2017-10-22
2295f558fc97SGlenn Strauss  * [mod_authn_gssapi] needs -lcom_err under Darwin
2296f558fc97SGlenn Strauss  * [core] stricter validation of request-URI begin
2297f558fc97SGlenn Strauss  * [core] fix 1.4.46 regression in config match (fixes #2830)
2298f558fc97SGlenn Strauss  * [core] normalize config addrs for != match (#2830)
2299f558fc97SGlenn Strauss  * [core] normalize config addrs for eq and ne (#2830)
2300f558fc97SGlenn Strauss  * [doc] use https:// URLs to .lighttpd.net resources
2301f558fc97SGlenn Strauss  * [core] fix 1.4.46 regression in Last-Modified
23025780d6ccSGlenn Strauss
23035780d6ccSGlenn Strauss- 1.4.46 - 2017-10-21
2304f07bcb14SGlenn Strauss  * [TLS] mark code that uses -lcrypto but not -lssl
2305f07bcb14SGlenn Strauss  * remove redundant calls to end-of-request hooks
2306f07bcb14SGlenn Strauss  * [mod_mysql_vhost] remove dev debug code
2307f07bcb14SGlenn Strauss  * [core] con interface for read/write; isolate SSL
2308f07bcb14SGlenn Strauss  * [core] new plugin hooks to help isolate SSL
2309f07bcb14SGlenn Strauss  * [mod_openssl] new module (preliminary layout)
2310f07bcb14SGlenn Strauss  * [core] move network_open_file_chunk() to chunk.c
2311f07bcb14SGlenn Strauss  * [mod_openssl] move openssl code into mod_openssl
2312f07bcb14SGlenn Strauss  * [mod_openssl] move openssl config into mod_openssl
2313f07bcb14SGlenn Strauss  * [core] move connection_read_cq() to connections.c
2314f07bcb14SGlenn Strauss  * [mod_geoip] call from handle_request_env hook
2315f07bcb14SGlenn Strauss  * [build] only mod_openssl depends on -lssl
2316f07bcb14SGlenn Strauss  * [mod_auth] enable optional authz if extern authn (fixes #2481)
2317f07bcb14SGlenn Strauss  * [mod_openssl] allow ssl.verifyclient on url paths (fixes #2245)
2318f07bcb14SGlenn Strauss  * [core] do not emit req/response hdrs w/ blank val
2319f07bcb14SGlenn Strauss  * [mod_setenv] directives to overwrite/remove hdrs (fixes #650, fixes #2295)
2320f07bcb14SGlenn Strauss  * [mod_secdownload] new directives modify hash path (fixes #646, fixes #1904)
2321f07bcb14SGlenn Strauss  * [core] move con throttling to connections-glue.c
2322f07bcb14SGlenn Strauss  * [core] support Expect: 100-continue with HTTP/1.1 (fixes #377, #1017, #1953, #2438)
2323f07bcb14SGlenn Strauss  * [mod_openssl] use TLS SNI to set host-based certs
2324f07bcb14SGlenn Strauss  * [mod_ssi] send #exec cmd="..." output to temp file
2325f07bcb14SGlenn Strauss  * [mod_scgi] tests/mod-scgi.t unit tests
2326f07bcb14SGlenn Strauss  * [mod_auth] support LDAP groups for HTTP auth (fixes #1817)
2327f07bcb14SGlenn Strauss  * [core] use getaddrinfo,inet_pton vs gethostbyname (fixes #2783)
2328f07bcb14SGlenn Strauss  * [mod_auth] LDAP escape username in DN and filters
2329f07bcb14SGlenn Strauss  * mod_vhostdb* (dbi,mysql,pgsql,ldap) (fixes #485, fixes #1936, fixes #2297)
2330f07bcb14SGlenn Strauss  * [mod_auth] have LDAP template replace '?'
2331f07bcb14SGlenn Strauss  * apply debian/patches/spelling.patch
2332f07bcb14SGlenn Strauss  * [core] permit connection-level state in modules
2333f07bcb14SGlenn Strauss  * [TLS] include <openssl/opensslv.h> in rand.c
2334f07bcb14SGlenn Strauss  * [core] config match w/ arbitrary HTTP request hdrs (fixes #1556)
2335f07bcb14SGlenn Strauss  * [mod_flv_streaming] add end pos param (fixes #1887)
2336f07bcb14SGlenn Strauss  * [core] X-LIGHTTPD-KBytes-per-second from backends (fixes #954)
2337f07bcb14SGlenn Strauss  * [core] improve accuracy of bandwidth write limits
2338f07bcb14SGlenn Strauss  * [core] quicker graceful shutdown
2339f07bcb14SGlenn Strauss  * [tests] remove unused file depending on CGI.pm
2340f07bcb14SGlenn Strauss  * [doc] doc/initscripts.txt (fixes #2782)
2341f07bcb14SGlenn Strauss  * [core] check issetugid() early in main()
2342f07bcb14SGlenn Strauss  * [core] combine duplicated getrlimit, network_init
2343f07bcb14SGlenn Strauss  * [core] move interval timer near worker event loop
2344f07bcb14SGlenn Strauss  * [core] initialize globals at top of main()
2345f07bcb14SGlenn Strauss  * [core] graceful restart with SIGUSR1 (fixes #2785)
2346f07bcb14SGlenn Strauss  * [mod_authn_mysql] fix minor memleak at shutdown
2347f07bcb14SGlenn Strauss  * [mod_rrdtool] no error if loaded but no config
2348f07bcb14SGlenn Strauss  * [doc] SIGUSR1 doc and lighttpd-angel SIGUSR1
2349f07bcb14SGlenn Strauss  * [mime.conf] add text/markdown to utf-8 list, regenerate mime.conf
2350f07bcb14SGlenn Strauss  * [mod_cgi] RFC3875 CGI local-redir strict adherence (#2108)
2351f07bcb14SGlenn Strauss  * [mod_cgi] do not send "Status" back to client
2352f07bcb14SGlenn Strauss  * [core] add label for 308 Permanent Redirect
2353f07bcb14SGlenn Strauss  * [mod_openssl] inherit ssl.* from global scope
2354f07bcb14SGlenn Strauss  * [core] handle if backend sends Transfer-Encoding (#2786)
2355f07bcb14SGlenn Strauss  * [core] use kqueue in level-triggered mode (fixes #2788)
2356f07bcb14SGlenn Strauss  * [mod_fastcgi,mod_scgi] backend spawn EINTR retry (#2788)
2357f07bcb14SGlenn Strauss  * [core] config opt to intercept dynamic handler err (fixes #974)
2358f07bcb14SGlenn Strauss  * [core] set default server_tag in server.c
2359f07bcb14SGlenn Strauss  * [core] include lighttpd vers in server started msg
2360f07bcb14SGlenn Strauss  * [core] move version.h logic into server.c
2361f07bcb14SGlenn Strauss  * [core] issue trace if max-fds too large (fixes #2789)
2362f07bcb14SGlenn Strauss  * [mod_fastcgi,mod_scgi] consistent waitpid handling (fixes #2791)
2363f07bcb14SGlenn Strauss  * [mod_cgi] fix CGI local-redir w/ url.rewrite-once (fixes #2793)
2364f07bcb14SGlenn Strauss  * [mod_scgi] fix unused_procs bidirectional-links
2365f07bcb14SGlenn Strauss  * [mod_scgi] fix potential repeated use of proc->id
2366f07bcb14SGlenn Strauss  * [mod_fastcgi,mod_scgi] consolidate backend process accounting (#2788)
2367f07bcb14SGlenn Strauss  * [mod_cgi] status 200 OK if no hdrs (deprecated) (#2786)
2368f07bcb14SGlenn Strauss  * [core] fix regex condition subst w/ mod_extforward (fixes #2794)
2369f07bcb14SGlenn Strauss  * [tests] correct skip count for mod-scgi.t
2370f07bcb14SGlenn Strauss  * [mod_vhostdb_ldap] fix inverted logic (coverity)
2371f07bcb14SGlenn Strauss  * [mod_cgi] cgi.local-redir = [enable|disable] (#2108, #2793)
2372f07bcb14SGlenn Strauss  * [core] $REQUEST_HEADER[...] subsumes other config (#1556)
2373f07bcb14SGlenn Strauss  * [mod_usertrack] usertrack.cookie-attrs config opt (fixes #2795)
2374f07bcb14SGlenn Strauss  * [core] default server.max-fds=4096 if unspecified (#2789)
2375f07bcb14SGlenn Strauss  * update .gitignore, add .gitattributes
2376f07bcb14SGlenn Strauss  * [core] reduce con allocation for small max_conns
2377f07bcb14SGlenn Strauss  * [config] more specific checks for array lists
2378f07bcb14SGlenn Strauss  * [mod_authn_gssapi] needs -lcom_err under cygwin
2379f07bcb14SGlenn Strauss  * [mod_cgi,fastcgi,scgi,proxy] fix streaming response (fixes #2796)
2380f07bcb14SGlenn Strauss  * [mod_auth] Digest nonce on system with time <=1978
2381f07bcb14SGlenn Strauss  * [doc] simple-vhost.debug takes an integer value (fixes #2797)
2382f07bcb14SGlenn Strauss  * [core] fix crash if invalid config file (fixes #2798)
2383f07bcb14SGlenn Strauss  * [core] remove unused member con->in_joblist
2384f07bcb14SGlenn Strauss  * [mod_proxy] remove use of con->got_response
2385f07bcb14SGlenn Strauss  * [core] consolidate dynamic handler response parse
2386f07bcb14SGlenn Strauss  * [core] remove now-unused buffer_search_string_len
2387f07bcb14SGlenn Strauss  * [mod_cgi] eliminate warning when compiled -Os
2388f07bcb14SGlenn Strauss  * [mod_scgi] do not reconnect after connect succeeds
2389f07bcb14SGlenn Strauss  * [tests] reduce time waiting for backends to start
2390f07bcb14SGlenn Strauss  * [core] server.syslog-facility (fixes #2800)
2391f07bcb14SGlenn Strauss  * [core] server.syslog-facility (use -1 for unset) (#2800)
2392f07bcb14SGlenn Strauss  * [core] allow overriding prior config values (fixes #2799)
2393f07bcb14SGlenn Strauss  * [mod_proxy] set Content-Length, if available
2394f07bcb14SGlenn Strauss  * [mod_proxy] set X-Forwarded-Host (fixes #418)
2395f07bcb14SGlenn Strauss  * [core] remove redundant Content-Length digit check
2396f07bcb14SGlenn Strauss  * [core] remove some unused header includes
2397f07bcb14SGlenn Strauss  * [core] use con->dst_addr_buf instead of ip recalc
2398f07bcb14SGlenn Strauss  * [core] include "fdevent.h" where needed
2399f07bcb14SGlenn Strauss  * [core] make stat_cache private to stat_cache.c
2400f07bcb14SGlenn Strauss  * [core] collect ioctl FIONREAD code
2401f07bcb14SGlenn Strauss  * [core] include <netdb.h> where needed
2402f07bcb14SGlenn Strauss  * [core] report file path when mkstemp() fails (fixes #2802)
2403f07bcb14SGlenn Strauss  * [core] export http_request_host_policy() for reuse
2404f07bcb14SGlenn Strauss  * [mod_extforward] simplify header search
2405f07bcb14SGlenn Strauss  * [mod_extforward] consolidate ipstr_to_sockaddr()
2406f07bcb14SGlenn Strauss  * [mod_extforward] upd scheme after ipstr validated
2407f07bcb14SGlenn Strauss  * [mod_extforward] rearrange code; prep Forwarded
2408f07bcb14SGlenn Strauss  * [mod_extforward] support Forwarded HTTP Extension (#2703)
2409f07bcb14SGlenn Strauss  * [mod_proxy] support Forwarded HTTP Extension (fixes #2703)
2410f07bcb14SGlenn Strauss  * [core] inet_pton(), inet_ntop() on (sock_addr *)
2411f07bcb14SGlenn Strauss  * [core] save connection-level proto in con->proto
2412f07bcb14SGlenn Strauss  * [mod_extforward] support HAProxy "PROXY" protocol (fixes #2804)
2413f07bcb14SGlenn Strauss  * [mod_extforward] fix typos in Forwarded handling
2414f07bcb14SGlenn Strauss  * [core] fix stat_cache initialization error
2415f07bcb14SGlenn Strauss  * [core] perf: stat_cache_mimetype_by_ext()
2416f07bcb14SGlenn Strauss  * [core] inet_ntop_cache now 4-element cache
2417f07bcb14SGlenn Strauss  * [mod_openssl] free local_send_buffer at exit
2418f07bcb14SGlenn Strauss  * [core] extend mimetype search w/o leading '.'
2419f07bcb14SGlenn Strauss  * [core] no SOCK_CLOEXEC on Linux kernel < 2.6.27
2420f07bcb14SGlenn Strauss  * [core] inline simple buffer is empty checks
2421f07bcb14SGlenn Strauss  * [core] buffer_substr_replace()
2422f07bcb14SGlenn Strauss  * [core] sys-strings.h abstraction for strings.h
2423f07bcb14SGlenn Strauss  * [mod_proxy] fix backslash escaping
2424f07bcb14SGlenn Strauss  * [core] omit default port from normalized host str
2425f07bcb14SGlenn Strauss  * [core] fix build issue without ipv6 support
2426f07bcb14SGlenn Strauss  * [core] permit strings and integers in config array
2427f07bcb14SGlenn Strauss  * [mod_accesslog] flag high precision ts for %T (fixes #2807)
2428f07bcb14SGlenn Strauss  * [core] permit strings,ints,arrays in config array
2429f07bcb14SGlenn Strauss  * [core] calloc plugin_config for consistent init
2430f07bcb14SGlenn Strauss  * [mod_proxy] simple host/url mapping in headers (fixes #152)
2431f07bcb14SGlenn Strauss  * [mod_uploadprogress] handle query str progress ID (fixes #2808)
2432f07bcb14SGlenn Strauss  * [mod_fastcgi] consolidate backend read code
2433f07bcb14SGlenn Strauss  * [mod_proxy,mod_scgi] fix truncated error trace
2434f07bcb14SGlenn Strauss  * [core] skip socket shutdown() if con->fd negative
2435f07bcb14SGlenn Strauss  * [core] act as transparent proxy after con Upgrade
2436f07bcb14SGlenn Strauss  * [core] remove redundant resets of fde_ndx
2437f07bcb14SGlenn Strauss  * [core] configparser: fix resource handling in error cases (fixes #2809)
2438f07bcb14SGlenn Strauss  * [core] fix crash for invalid syntax in config file (fixes #2810)
2439f07bcb14SGlenn Strauss  * [core] prep mod transitions to transparent proxy
2440f07bcb14SGlenn Strauss  * [mod_proxy] basic support for Upgrade: websocket (fixes #2811)
2441f07bcb14SGlenn Strauss  * [mod_extforward] compile on OSX
2442f07bcb14SGlenn Strauss  * [core] set server.max-keep-alive-requests = 100 (fixes #2205)
2443f07bcb14SGlenn Strauss  * [core] perf: skip redundant strlen() if len known
2444f07bcb14SGlenn Strauss  * [core] optional condition in config "else" clause (fixes #1268)
2445f07bcb14SGlenn Strauss  * [mod_cgi] basic support for Upgrade: websocket
2446f07bcb14SGlenn Strauss  * [core] buffer to disk streaming to slow backends
2447f07bcb14SGlenn Strauss  * [core] silence compiler warnings if !HAVE_FORK
2448f07bcb14SGlenn Strauss  * [build] -Werror if --enable-extra-warnings=error
2449f07bcb14SGlenn Strauss  * [build] autotools use AC_PROG_CC_STDC macro
2450f07bcb14SGlenn Strauss  * [mod_openssl] ssl.ca-crl-file for CRL (fixes #2319)
2451f07bcb14SGlenn Strauss  * [mod_openssl] ssl.ca-dn-file (fixes #2694)
2452f07bcb14SGlenn Strauss  * [mod_proxy] fix typo identified by coverity
2453f07bcb14SGlenn Strauss  * [mod_openssl] ignore client verification error if not enforced
2454f07bcb14SGlenn Strauss  * [mod_openssl] fix compile with openssl 1.1.0
2455f07bcb14SGlenn Strauss  * [mod_extforward] quiet clang compiler warning
2456f07bcb14SGlenn Strauss  * [mod_dirlisting] sort "../" to top of names
2457f07bcb14SGlenn Strauss  * [mod_openssl] safer_X509_NAME_oneline() (fixes #2693)
2458f07bcb14SGlenn Strauss  * [core] allow earlier plugin init for SSL/TLS
2459f07bcb14SGlenn Strauss  * [mod_openssl] adjust use of ssl.ca-dn-file
2460f07bcb14SGlenn Strauss  * [core] fix compiler warnings on Mac OS X
2461f07bcb14SGlenn Strauss  * [core] server.socket-perms to set perms on unix (fixes #656)
2462f07bcb14SGlenn Strauss  * [core] get port from sock_addr if AF_INET,AF_INET6
2463f07bcb14SGlenn Strauss  * [core] server.error_handler_404 X-Sendfile ENOENT (#2474)
2464f07bcb14SGlenn Strauss  * [core] consolidate fork()/execve() code (#1393)
2465f07bcb14SGlenn Strauss  * [core] mv log_error_{open,cycle.close} to server.c
2466f07bcb14SGlenn Strauss  * [core] rename fd_close_on_exec()
2467f07bcb14SGlenn Strauss  * [core] remove unused includes of stat_cache.h
2468f07bcb14SGlenn Strauss  * [core] add missing include of stdlib.h
2469f07bcb14SGlenn Strauss  * [core] reduce exposure of unistd.h, other includes
2470f07bcb14SGlenn Strauss  * [core] sock_addr_from_str_hints reusable name res
2471f07bcb14SGlenn Strauss  * [core] continue collecting use of netdb.h
2472f07bcb14SGlenn Strauss  * [core] continue collecting use of netdb.h
2473f07bcb14SGlenn Strauss  * [core] continue collecting use of netdb.h
2474f07bcb14SGlenn Strauss  * [core] fdevent_connect_status() shared code
2475f07bcb14SGlenn Strauss  * [core] add const to reduce .data segment size
2476f07bcb14SGlenn Strauss  * [mod_proxy] move data_fastcgi into mod_proxy.c
2477f07bcb14SGlenn Strauss  * [mod_proxy] store address family at config time
2478f07bcb14SGlenn Strauss  * [mod_fastcgi] slightly simplify counters
2479f07bcb14SGlenn Strauss  * [mod_fastcgi] consolidate connect() error handling
2480f07bcb14SGlenn Strauss  * [mod_fastcgi] set request_id in fcgi_create_env()
2481f07bcb14SGlenn Strauss  * [mod_fastcgi] move delayed connect() into switch()
2482f07bcb14SGlenn Strauss  * [mod_fastcgi,mod_scgi] consistent connect() error
2483f07bcb14SGlenn Strauss  * [mod_scgi] remove unused parse_response member
2484f07bcb14SGlenn Strauss  * [mod_fastcgi,mod_scgi] struct member consistency
2485f07bcb14SGlenn Strauss  * [mod_fastcgi,mod_scgi] parse bin_path at startup
2486f07bcb14SGlenn Strauss  * [mod_fastcgi,mod_scgi] use temp buffer for cgi_env
2487f07bcb14SGlenn Strauss  * [core] shared code for socket backends
2488f07bcb14SGlenn Strauss  * [core] spread load on socket backend procs
2489f07bcb14SGlenn Strauss  * [core] store sockaddr for socket backend procs
2490f07bcb14SGlenn Strauss  * [core] resolve DNS at startup for socket backends
2491f07bcb14SGlenn Strauss  * [core] adaptive spawning for socket backend procs (fixes #1162)
2492f07bcb14SGlenn Strauss  * quell compiler warnings for -Wimplicit-fallthrough
2493f07bcb14SGlenn Strauss  * [doc] update README
2494f07bcb14SGlenn Strauss  * [core] fdevent_cycle_logger()
2495f07bcb14SGlenn Strauss  * [core] reap lighttpd worker pids precisely
2496f07bcb14SGlenn Strauss  * [core] restart piped loggers if they exit (fixes #1393)
2497f07bcb14SGlenn Strauss  * [mod_webdav] PROPFIND getetag attr must match GET
2498f07bcb14SGlenn Strauss  * [core] consistent behavior w/ and w/o SA_SIGINFO
2499f07bcb14SGlenn Strauss  * [core] do not remove pid-file in test mode
2500f07bcb14SGlenn Strauss  * [core] add public domain SHA1() if no crypto
2501f07bcb14SGlenn Strauss  * [mod_wstunnel] websocket tunnel to other protocol
2502f07bcb14SGlenn Strauss  * [core] forward SIGHUP only to lighttpd workers
2503f07bcb14SGlenn Strauss  * [mod_dirlisting] treat README and HEADER as paths (fixes #2818)
2504f07bcb14SGlenn Strauss  * [core] set one-shot mode fd O_NONBLOCK, FD_CLOEXEC
2505f07bcb14SGlenn Strauss  * [core] remove fdevent fcntl_set hook
2506f07bcb14SGlenn Strauss  * [mod_extforward] typo in comment
2507f07bcb14SGlenn Strauss  * [mod_cgi] add missing #include
2508f07bcb14SGlenn Strauss  * [core] fix invalid sizeof() identified by coverity
2509f07bcb14SGlenn Strauss  * [core] add missing #include
2510f07bcb14SGlenn Strauss  * [core] base_decls.h to quiet compiler warnings
2511f07bcb14SGlenn Strauss  * [core] set socket perms after bind, before listen
2512f07bcb14SGlenn Strauss  * [core] warn if backend server config contains '_'
2513f07bcb14SGlenn Strauss  * [mod_extforward] PROXY proto and SSL_CLIENT_VERIFY
2514f07bcb14SGlenn Strauss  * [core] workaround for AIX mmap define
2515f07bcb14SGlenn Strauss  * [mod_accesslog] flush access logs every 4 seconds
2516f07bcb14SGlenn Strauss  * [mod_cgi] fix bug to properly exec interpreter
2517f07bcb14SGlenn Strauss  * [mod_fastcgi] fix return when streaming min buffer
2518f07bcb14SGlenn Strauss  * [core] attempt to quiet coverity false positives
2519f07bcb14SGlenn Strauss  * [core] attempt to quiet coverity false positives
2520f07bcb14SGlenn Strauss  * [core] attempt to quiet compiler warning in LEDE
2521f07bcb14SGlenn Strauss  * [core] SIGCHLD handle_waitpid hook for modules
2522f07bcb14SGlenn Strauss  * [mod_rrdtool] handle_trigger returns HANDLER_GO_ON
2523f07bcb14SGlenn Strauss  * [mod_openssl] ssl.read-ahead="disable" for stream
2524f07bcb14SGlenn Strauss  * [mod_cgi] add FDEVENT_IN upon CGI exit
2525f07bcb14SGlenn Strauss  * [mod_cgi] omit cgi_handle_fdevent after proc exit
2526f07bcb14SGlenn Strauss  * [mod_webdav] check HAVE_UUID for -luuid
2527f07bcb14SGlenn Strauss  * [core] adjust li_rand_pseudo* interfaces
2528f07bcb14SGlenn Strauss  * [mod_wstunnel] fix config parsing bug
2529f07bcb14SGlenn Strauss  * [core] fdevent setsockopt() helper functions
2530f07bcb14SGlenn Strauss  * [core] make strftime_cache_get() 16-element cache
2531f07bcb14SGlenn Strauss  * [core] disable Nagle if streaming to backend
2532f07bcb14SGlenn Strauss  * [core] fix triggered assert on HTTP chunked input (fixes #2822)
2533f07bcb14SGlenn Strauss  * [mod_wstunnel] fix NULL ptr deref
2534f07bcb14SGlenn Strauss  * [algo_sha1] fix compile break and warnings
2535f07bcb14SGlenn Strauss  * [lemon] fix gcc implicit-fallthrough warning
2536f07bcb14SGlenn Strauss  * [core] URI scheme is case-insensitive
2537f07bcb14SGlenn Strauss  * [network] do not append port to unix socket paths
2538f07bcb14SGlenn Strauss  * [unittests] consolidate base64 test code
2539f07bcb14SGlenn Strauss  * [core] use sun_path for addr string for AF_UNIX (fixes #2826)
2540f07bcb14SGlenn Strauss  * [core] cleaner code; remove goto from network.c
2541f07bcb14SGlenn Strauss  * [core] /dev/stdin listener for inetd wait yes
2542f07bcb14SGlenn Strauss  * [core] compare listen addrs after DNS resolution
2543f07bcb14SGlenn Strauss  * [core] inline chunkqueue_is_empty()
2544f07bcb14SGlenn Strauss  * [core] limit use of TCP_CORK
2545f07bcb14SGlenn Strauss  * [core] return from http_response_read if small rd
2546f07bcb14SGlenn Strauss  * [core] gateways might Upgrade con before body read
2547f07bcb14SGlenn Strauss  * [mod_wstunnel] set Sec-WebSocket-Protocol if bin
2548f07bcb14SGlenn Strauss  * [mod_wstunnel] remove invalid appended '\0'
2549f07bcb14SGlenn Strauss  * [core] quiet coverity warning
2550f07bcb14SGlenn Strauss  * [core] handle fds pending close after poll timeout (fixes #2827)
2551f07bcb14SGlenn Strauss  * [core] fix $REQUEST_HEADER[...] parsing in config (#1556)
2552f07bcb14SGlenn Strauss  * [mod_dirlisting] custom js date parse func (fixes #2823)
2553f07bcb14SGlenn Strauss  * [core] remove fd interest if create_env returns
2554f07bcb14SGlenn Strauss  * [mod_openssl] copy data for larger SSL packets
2555f07bcb14SGlenn Strauss  * [mod_openssl] remove erroneous SSL_set_shutdown()
2556f07bcb14SGlenn Strauss  * [core] permit LF to end lines if !header-strict
2557f07bcb14SGlenn Strauss  * [core] add back REQUEST_SCHEME for backends
2558f07bcb14SGlenn Strauss  * [core] remove fdevent_sched_run from fdevent_libev (#2827)
2559f07bcb14SGlenn Strauss  * [mod_openssl] ssl.read-ahead="disable" by default
2560f07bcb14SGlenn Strauss  * [core] adjust parser for valid variable expansion
2561f07bcb14SGlenn Strauss  * [cmake] handle WITH_WEBDAV_LOCKS option
2562f07bcb14SGlenn Strauss  * [cmake] fix attr header detection and linking
2563f07bcb14SGlenn Strauss  * [cmake] link mod_cml with memcached
2564f07bcb14SGlenn Strauss  * [core] reproducible build: hide __DATE__ __TIME__ (fixes #2828)
2565f07bcb14SGlenn Strauss  * [core] perf: more efficient fdevent_sched_run()
2566f07bcb14SGlenn Strauss  * [core] translate DNS to IP str for cond socket cmp
2567b0d63e31SGlenn Strauss
2568b0d63e31SGlenn Strauss- 1.4.45 - 2017-01-14
25694f00aafcSGlenn Strauss  * [mod_cgi] skip local-redir handling if to self (fixes #2779, #2108)
25704f00aafcSGlenn Strauss  * [mod_webdav] fix crash when plugin_ctx cleaned up (fixes #2780)
25714f00aafcSGlenn Strauss  * [mod_fastcgi] detect child exit, restart proactively
25724f00aafcSGlenn Strauss  * [mod_scgi] detect child exit, restart proactively
25734f00aafcSGlenn Strauss  * [TLS] ssl.read-ahead = "disable" for low mem (fixes #2778)
2574656f9e45SGlenn Strauss
2575656f9e45SGlenn Strauss- 1.4.44 - 2016-12-24
25765e3653dcSStefan Bühler  * [mod_scgi] fix segfault (fixes #2762)
2577d3527903SStefan Bühler  * [mod_authn_gssapi] fix memory leak
2578367bc5fdSGlenn Strauss  * [config] warn if mod_authn_ldap,mysql not listed
2579367bc5fdSGlenn Strauss  * [mod_magnet] fix magnet_cgi_set() set of env vars (fixes #2763)
2580367bc5fdSGlenn Strauss  * [mod_cgi] FreeBSD 9.3/MacOSX does not have pipe2() (fixes #2765)
2581367bc5fdSGlenn Strauss  * [mod_extforward] fix crash on invalid IP (fixes #2766)
2582367bc5fdSGlenn Strauss  * [mod_fastcgi] fix segfault if all backends down (fixes #2768)
2583367bc5fdSGlenn Strauss  * [mod_cgi] fix out of sockets error for POST to CGI (fixes #2771)
2584367bc5fdSGlenn Strauss  * [mod_auth] compile fix for Mac OS X XCode (fixes #2772)
2585367bc5fdSGlenn Strauss  * [mod_authn_gssapi] better resource cleanup
2586367bc5fdSGlenn Strauss  * [core] compile fix for Mac OS X 10.6 (old) (fixes #2773)
2587367bc5fdSGlenn Strauss  * fix race in dynamic handler configs (reentrancy) (fixes #2774)
2588367bc5fdSGlenn Strauss  * [mod_authn_mysql] close mysql_conn in cleanup
2589367bc5fdSGlenn Strauss  * [mod_webdav] compile fix when locking not enabled
2590367bc5fdSGlenn Strauss  * load mod_auth & mod_authn_file in sample/test.conf
2591367bc5fdSGlenn Strauss  * comment out auth.backend.ldap.* in tests/*.conf
2592367bc5fdSGlenn Strauss  * [mod_fastcgi,mod_scgi] warn if invalid "bin-path"
2593367bc5fdSGlenn Strauss  * RAND_pseudo_bytes() is deprecated in openssl 1.1.0
2594367bc5fdSGlenn Strauss  * openssl 1.1.0 init and cleanup
2595367bc5fdSGlenn Strauss  * [mod_cgi] remove direct calls to network_backend*
2596367bc5fdSGlenn Strauss  * [build] build network_*.c into lighttpd executable
2597367bc5fdSGlenn Strauss  * suggest inclusion of mod_geoip... before mod_ssi.
2598367bc5fdSGlenn Strauss  * set systemd settings similar to lighttpd2
2599367bc5fdSGlenn Strauss  * [doc] remove reference to Linux rt-signals
2600367bc5fdSGlenn Strauss  * [mod_authn_gssapi] fix missing error ret, coverity
2601367bc5fdSGlenn Strauss  * [core] rename li_rand() to li_rand_pseudo_bytes()
2602367bc5fdSGlenn Strauss  * remove #include "stream.h" where not used
2603367bc5fdSGlenn Strauss  * [mod_cml] include lua headers before base.h
2604367bc5fdSGlenn Strauss  * [core] combine duplicated connection reset code
2605367bc5fdSGlenn Strauss  * [mod_ssi] produce content in subrequest hook
2606367bc5fdSGlenn Strauss  * [core] remove srv->entropy[]
2607367bc5fdSGlenn Strauss  * [core] defer li_rand_init() until first use
2608367bc5fdSGlenn Strauss  * [core] permit connection-level state in modules
2609367bc5fdSGlenn Strauss  * [mod_dirlisting] render dirlisting as HTML (fixes #2767)
2610367bc5fdSGlenn Strauss  * [mod_proxy] replace HTTP Host sent to backend (fixes #2770)
2611367bc5fdSGlenn Strauss  * [mod_ssi] basic recursive SSI include virtual (fixes #536)
2612367bc5fdSGlenn Strauss  * [mod_ssi] implement, ignore <!--#comment ... -->
2613367bc5fdSGlenn Strauss  * [core] consolidate duplicated read-to-close code
2614367bc5fdSGlenn Strauss  * [core] fix segfault when parsing a bad config file
2615367bc5fdSGlenn Strauss  * [core] support Transfer-Encoding: chunked req body (fixes #2156)
2616367bc5fdSGlenn Strauss  * [autobuild] set NO_RDYNAMIC=yes for midipix
2617367bc5fdSGlenn Strauss  * [mod_proxy] proxy.balance = "sticky" option (fixes #2117)
2618367bc5fdSGlenn Strauss  * [mod_secdownload] warn if SHA used w/o SSL crypto
2619367bc5fdSGlenn Strauss  * [build] compile fixes for AIX
2620367bc5fdSGlenn Strauss  * [build] check for pipe2() at configure time
2621367bc5fdSGlenn Strauss  * [mod_evhost] fix an incorrect error trace
2622367bc5fdSGlenn Strauss  * [tests] mark tests/docroot/www/*.pl scripts a+x
2623367bc5fdSGlenn Strauss  * [mod_cgi] fall back to pipe() if pipe2() fails
2624367bc5fdSGlenn Strauss  * fix SCons fullstatic build with glibc pthreads
2625367bc5fdSGlenn Strauss  * [TLS] openssl 1.1.0 makes SSL_OP_NO_SSLv2 no-op
262633e3504bSGlenn Strauss
262733e3504bSGlenn Strauss- 1.4.43 - 2016-10-31
2628738ebd5bSGlenn Strauss  * [autobuild] remove mod_authn_gssapi dep on resolv
2629738ebd5bSGlenn Strauss  * [mod_deflate] ignore '*' in deflate.mimetypes
2630738ebd5bSGlenn Strauss  * [autobuild] omit module stubs when missing deps
2631738ebd5bSGlenn Strauss  * [TLS] openssl 1.1.0 hides struct bignum_st
2632738ebd5bSGlenn Strauss  * [autobuild] move http_cgi_ssl_env() for Mac OS X (fixes #2757)
2633738ebd5bSGlenn Strauss  * [core] use paccept() on NetBSD (replace accept4())
2634738ebd5bSGlenn Strauss  * [TLS] remote IP conditions are valid for TLS SNI (fixes #2272)
2635738ebd5bSGlenn Strauss  * [doc] lighttpd-angel.8 (fixes #2254)
2636738ebd5bSGlenn Strauss  * [cmake] build fcgi-auth, fcgi-responder for tests
2637738ebd5bSGlenn Strauss  * [mod_accesslog] %{ratio}n logs compression ratio (fixes #2133)
2638738ebd5bSGlenn Strauss  * [mod_deflate] skip deflate if loadavg too high (fixes #1505)
2639738ebd5bSGlenn Strauss  * [mod_expire] expire by mimetype (fixes #423)
2640738ebd5bSGlenn Strauss  * [mod_evhost] partial matching patterns (fixes #1194)
2641738ebd5bSGlenn Strauss  * build: use CC_FOR_BUILD for lemon when cross-compiling
2642738ebd5bSGlenn Strauss  * [mod_dirlisting] config header and readme files
2643738ebd5bSGlenn Strauss  * [config] warn if mod_authn_ldap,mysql not listed
2644738ebd5bSGlenn Strauss  * fix FastCGI, SCGI, proxy reconnect on failure
2645738ebd5bSGlenn Strauss  * [core] network_open_file_chunk() temp file opt
2646738ebd5bSGlenn Strauss  * [mod_rewrite] add more info in error log msg
2647738ebd5bSGlenn Strauss  * [core] fix fd leak when using libev (fixes #2761)
2648738ebd5bSGlenn Strauss  * [core] fix potential streaming tempfile corruption (fixes #2760)
2649738ebd5bSGlenn Strauss  * [mod_scgi] fix prefix matching to always match url
2650738ebd5bSGlenn Strauss  * [autobuild] adjust Makefile.am for FreeBSD
2651367bc5fdSGlenn Strauss  * [build] move some build scripts to scripts/
2652367bc5fdSGlenn Strauss  * [autotools] fix configure.ac for opensuse 13.2
265322c560c2SGlenn Strauss
265422c560c2SGlenn Strauss- 1.4.42 - 2016-10-16
26553468974eSGlenn Strauss  * [TLS] SSL_shutdown() only if handshake finished
26563468974eSGlenn Strauss  * [mod_proxy,mod_scgi] shutdown remote only if local (#2743)
26573468974eSGlenn Strauss  * [core] check if client half-closed TCP if POLLHUP (#2743)
26583468974eSGlenn Strauss  * [core] enforce wait for POLLWR after EINPROGRESS (fixes #2744)
26593468974eSGlenn Strauss  * [core] do not enter handler twice after read body
26603468974eSGlenn Strauss  * [core] proxy,scgi omit shutdown() to backend (fixes #2743)
26613468974eSGlenn Strauss  * [mod_dirlisting] dirlist does not handle POST
26623468974eSGlenn Strauss  * [mod_dirlisting] js column sort for dirlist table (fixes #613, fixes #2315)
26633468974eSGlenn Strauss  * [mod_auth] Digest auth fails after rewrite (fixes #2745)
26643468974eSGlenn Strauss  * [mod_auth] refactor out auth backend code
26653468974eSGlenn Strauss  * [mod_auth] extensible interface for auth backends
26663468974eSGlenn Strauss  * [core] better DragonFlyBSD support (fixes #2746)
26673468974eSGlenn Strauss  * [mod_auth] include base.h for USE_OPENSSL def
26683468974eSGlenn Strauss  * [mod_auth] support CRYPT-MD5-NTLM algorithm (fixes #1743)
26693468974eSGlenn Strauss  * [mod_auth] terminate salt for CRYPT-MD5-NTLM
26703468974eSGlenn Strauss  * [core] fix crash if ready events on abandoned fd (fixes #2748)
26713468974eSGlenn Strauss  * [mod_auth] http_auth_md5_hex2bin()
26723468974eSGlenn Strauss  * [mod_auth] remove empty mod_auth.h
26733468974eSGlenn Strauss  * [mod_auth] mod_authn_mysql.c MySQL auth backend (fixes #752, fixes #1845)
26743468974eSGlenn Strauss  * [mod_cgi] permit CGI exec of unreadable files (fixes #2374)
26753468974eSGlenn Strauss  * [mod_uploadprogress] add to default build
26763468974eSGlenn Strauss  * [mod_geoip] add to default build (fixes #2705, fixes #2101, fixes #2092, fixes #2025, fixes #1962, fixes #1938)
26773468974eSGlenn Strauss  * [mod_fastcgi] Authorizer support with Responder (fixes #321, fixes #322)
26783468974eSGlenn Strauss  * [tests] test coverage for issues (#321, #322)
26793468974eSGlenn Strauss  * dynamic handlers store debug flag in handler_ctx
26803468974eSGlenn Strauss  * [mod_fastcgi] allow authorizer, responder for same path/ext (#321)
26813468974eSGlenn Strauss  * backport mod_deflate to lighttpd 1.4 (fixes #1824, fixes #2753)
26823468974eSGlenn Strauss  * [autobuild] test_configfile might need vector.c (fixes #2752)
26833468974eSGlenn Strauss  * [mod_deflate] fix longjmp clobber compiler warning
26843468974eSGlenn Strauss  * remove unused array type TYPE_COUNT data_count
26853468974eSGlenn Strauss  * [mod_auth] structured data, register auth schemes
26863468974eSGlenn Strauss  * [mod_auth] mod_authn_gssapi Kerberos auth backend (fixes #1899)
26873468974eSGlenn Strauss  * [autobuild] skip two new tests if no fcgi-auth
26883468974eSGlenn Strauss  * [SCons] define with_krb5 for SCons build
26893468974eSGlenn Strauss  * [SCons] fix syntax error in SConstruct
26903468974eSGlenn Strauss  * [SCons] define with_geoip for SCons build
26913468974eSGlenn Strauss  * [CMake] fix clang -Wcast-align warnings in lemon.c
26923468974eSGlenn Strauss  * remove excess initializers (fix compiler warnings)
26933468974eSGlenn Strauss  * fix errors detected by Coverity Scan
26943468974eSGlenn Strauss  * performance: use Linux extended syscalls and flags
26953468974eSGlenn Strauss  * [mod_scgi] add uwsgi protocol support
26963468974eSGlenn Strauss  * [mod_auth] refactor LDAP code into smaller funcs
26973468974eSGlenn Strauss  * [mod_auth] HTTP Basic auth backends also do authz (#1817)
26983468974eSGlenn Strauss  * [mod_auth] ldap filter subst user for multiple '$' (fixes #1508)
26993468974eSGlenn Strauss  * [mod_auth] permit specifying ldap DN; skip search (fixes #1248)
27003468974eSGlenn Strauss  * [autobuild] update module/feature report
27013468974eSGlenn Strauss  * [cmake] build mod_authn_gssapi if WITH_KRB5
27023468974eSGlenn Strauss  * [mod_auth] fix printing of IP in error trace
27033468974eSGlenn Strauss  * [mod_mysql_vhost] support multiple '?' replacement (fixes #2163)
27043468974eSGlenn Strauss  * [core] make server.max-request-size scopeable (#1901)
27053468974eSGlenn Strauss  * [core] server.max-request-field-size (fixes #2130)
27063468974eSGlenn Strauss  * [core] optional condition in config "else" clause (fixes #1268)
27073468974eSGlenn Strauss  * [core] restrict where config "else" clauses occur (#1268)
27083468974eSGlenn Strauss  * silence warnings from clang ccc-analyzer
27093468974eSGlenn Strauss  * consistent, shared code to create CGI env
27103468974eSGlenn Strauss  * [TLS] replace env entries in https_add_ssl_entries
27113468974eSGlenn Strauss  * [TLS] set SSL_CLIENT_M_SERIAL w/ client cert SN (fixes #2268)
27123468974eSGlenn Strauss  * [TLS] set SSL_CLIENT_VERIFY w/ client cert (#1288, #2693)
27133468974eSGlenn Strauss  * [TLS] set SSL_PROTOCOL, SSL_CIPHER* (fixes #2511)
27143468974eSGlenn Strauss  * [core] rand.[ch] to use better RNGs when available
27153468974eSGlenn Strauss  * [mod_cgi] fix pipe_cloexec() when no O_CLOEXEC
27163468974eSGlenn Strauss  * ignore return value from fcntl() FD_CLOEXEC
27173468974eSGlenn Strauss  * build w/o compiler warnings if no zlib or bz2lib
2718ccd817d3SGlenn Strauss
2719ccd817d3SGlenn Strauss- 1.4.41 - 2016-07-31
272029fa8056SGlenn Strauss  * remove long-deprecated, non-functional config opts
272129fa8056SGlenn Strauss  * [config] inherit server.use-ipv6 and server.set-v6only (fixes #678)
272229fa8056SGlenn Strauss  * [mod_auth] fix Digest auth to be better than Basic (fixes #1844)
272329fa8056SGlenn Strauss  * [mod_ssi] fix #config sizefmt="bytes"
272429fa8056SGlenn Strauss  * [autobuild] move inet_pton detection later
272529fa8056SGlenn Strauss  * [core] #include <sys/filio.h> for FIONREAD (fixes #2726)
272629fa8056SGlenn Strauss  * [autobuild] clock_gettime() -lrt with glibc < 2.17
272729fa8056SGlenn Strauss  * [security] do not emit HTTP_PROXY to CGI env
272829fa8056SGlenn Strauss  * [build_cmake] clock_gettime() -lrt w/ glibc < 2.17 (fixes #2737)
272929fa8056SGlenn Strauss  * [core] avoid spurious trace and error abort
273029fa8056SGlenn Strauss  * [core] stay in CON_STATE_CLOSE until done with req
273129fa8056SGlenn Strauss  * [core] $HTTP["remoteip"] must handle IPv6 w/o []
273229fa8056SGlenn Strauss  * [mod_status] show keep-alive status w/ text output (fixes #2740)
273329fa8056SGlenn Strauss  * do not set REDIRECT_URI in mod_magnet, mod_rewrite (#2738)
273429fa8056SGlenn Strauss  * revert 1.4.40 swap of REQUEST_URI, REDIRECT_URI (fixes #2738)
273529fa8056SGlenn Strauss  * [core] permit IPv6 address scope identifier
273629fa8056SGlenn Strauss  * [TLS] better handling of SSL_ERROR_WANT_READ/WRITE
273729fa8056SGlenn Strauss  * [TLS] read all available records from SSL_read()
273829fa8056SGlenn Strauss  * [core] try AF_INET after AF_INET6 if use-ipv6
273929fa8056SGlenn Strauss  * [core] set chunkqueue tempdirs at startup
274029fa8056SGlenn Strauss  * [security] ensure gid != 0 if server.username set (fixes #2725)
274129fa8056SGlenn Strauss  * [security] disable stat_cache if !follow-symlink (fixes #2724)
274229fa8056SGlenn Strauss  * [core] fix buffer_copy_string_hex() assert (fixes #2742)
274329fa8056SGlenn Strauss  * [security] encode quoting chars in HTML and XML
274429fa8056SGlenn Strauss  * [cmake] always define _GNU_SOURCE
274529fa8056SGlenn Strauss  * [cmake] enable warnings for GCC and Clang
274629fa8056SGlenn Strauss  * [cmake] set cmake_minimum_required to 2.8.2
27478f8fa606SGlenn Strauss
27488f8fa606SGlenn Strauss- 1.4.40 - 2016-07-16
2749d8e028e0Sfbrosson  * [mod_ssi] enhance support for ssi vars (thx fbrosson)
2750c354229fSStefan Bühler  * add handling for lua 5.2 and 5.3 (fixes #2674)
2751f3b577ddSStefan Bühler  * use libmemcached instead of deprecated libmemcache
2752566cf8deSStefan Bühler  * add force_assert for more allocation results
27533fd80ff8SGlenn Strauss  * [mod_cgi] use MAP_PRIVATE to mmap temporary file (fixes #2715)
27545cc061bfSGlenn Strauss  * [core] do not send SIGHUP to process group unless server.max-workers is used (fixes #2711)
2755665cc39bSGlenn Strauss  * [mod_cgi] edge case chdir "/" when docroot "/" (fixes #2460)
2756f23a24a2SGlenn Strauss  * [mod_cgi] issue trace and exit if execve() fails (closes #2302)
2757431559e5SStefan Bühler  * [configparser] don't continue after parse error (fixes #2717)
27581c01a42aSGlenn Strauss  * [core] never evaluate else branches until the previous branches are ready (fixes #2598)
2759ad65603eSStefan Bühler  * [core] fix conditional cache handling
2760c033a196SStefan Bühler  * [core] improve conditional enabling (thx Gwenlliana, #2598)
276175e4859aSGlenn Strauss  * [mod_compress] case-insensitive content-codings (fixes #2645)
276202594f10SStefan Bühler  * [plugins] don't include dlfcn.h if not needed (fixes #2548)
2763c80ae9b2SGlenn Strauss  * [mod_fastcgi] 404 for X-Sendfile file not found (fixes #2474)
276494647804SGlenn Strauss  * [mod_cgi] send 500 if CGI ends and there is no response (fixes #2542)
2765e5e66f79SGlenn Strauss  * [mod_cgi] consolidate CGI cleanup code
2766f2cbd0a3SGlenn Strauss  * [mod_cgi] simplify mod_cgi_handle_subrequest()
2767dde7bea9SGlenn Strauss  * [mod_cgi] kill CGI if fail to write request body
2768c752d469SGlenn Strauss  * [mod_proxy] use case-insensitive comparison to filter headers, send Connection: Close to backend (fixes #421)
2769f3606dc5SStefan Bühler  * [mod_dirlisting] dir-listing.hide-dotfiles = "enabled" by default (fixes #1081)
27702a8f73e7SStefan Bühler  * [mod_secdownload] fix buffer overflow in secdl_verify_mac (reported by Fortify Open Review Project)
2771c5a42e93SStefan Bühler  * [mod_fastcgi,mod_scgi] fix leaking file-descriptor when backend spawning failed (reported by Fortify Open Review Project)
27728d8ae9cbSStefan Bühler  * [core] improve array API to prevent memory leaks
2773224bf545SStefan Bühler  * [core] refactor array search; raise array size limit to SSIZE_MAX
2774e7a39cdeSStefan Bühler  * [core] fix memory leak in configparser_merge_data
277568e4a416SStefan Bühler  * [core] provide array_extract_element and use it
277643da5818SGlenn Strauss  * [core] configparser: error on duplicate keys in array merge (fixes #2685)
2777d85bdab4SGlenn Strauss  * [core] more careful parse of $SERVER["socket"] config str (prepare #2204)
277870036ff5SStefan Bühler  * [core] accept $SERVER["socket"] without port, use server.port as fallback (fixes #2204)
277982ee3fb2SStefan Bühler  * [mod_magnet] define lua_pushglobaltable (for lua5.1) and use it (fixes #2719)
278000063098SStefan Bühler  * [ssl] support disabling ssl.verifyclient.activate in SNI callback (fixes #2531)
2781d8f4d20dSStefan Bühler  * restart (some) syscalls after SIGCHLD interrupted them; should fix LDAP problems (fixes #2464)
278206005655SStefan Bühler  * [core] log remote address on request timeouts (fixes #652)
2783cfd13c79SStefan Bühler  * [autobuild] use AC_CANONICAL_HOST instead of AC_CANONICAL_TARGET (fixes #1866)
27846f89a8bbSStefan Bühler  * [core] fix request_start in keep-alive requests to mark time when received first byte (fixes #2412)
2785c92b1762SKyle J. McKay  * [core] truncate pidfile on exit (fixes #2695)
27868abd06a7SGlenn Strauss  * consistent inclusion of config.h at top of files (fixes #2073)
27878455734fSStefan Bühler  * [core] add generic vector implementation
27885c68caa6SStefan Bühler  * [core] replace array weakref with vector
27897b983ae0SAndrey Mnatsakanov  * [base64] fix crash due to broken force_assert
279092c3da84SStefan Bühler  * [unittests] add test_buffer and test_base64 unit tests
27910a61fdecSStefan Bühler  * [buffer] refactor buffer_path_simplify (fixes #2560)
2792cc81f1f9SStefan Bühler  * validate return values from strtol, strtoul (fixes #2564)
2793a579e7ffSfbrosson  * [mod_ssi] Add SSI vars SCRIPT_{URI,URL} and REQUEST_SCHEME (fixes #2721)
2794b4a4afdaSGlenn Strauss  * [config] warn if server.upload-dirs has non-existent dirs (fixes #2508)
27950aa2ea74SGlenn Strauss  * [mod_proxy] accept LF delimited headers, not just CRLF (fixes #2594)
2796f11089edSGlenn Strauss  * [core] wait for grandchild to be ready when daemonizing (fixes #2712, thx pasdVn)
279706d3c754SGlenn Strauss  * [core] respond 411 Length Required if request has Transfer-Encoding: chunked (fixes #631)
27989ae78136SJan Kneschke  * [core] fixed the loading for default modules if they are specified explicitly
2799292309f8SGlenn Strauss  * [core] lighttpd -tt performs preflight startup checks (fixes #411)
2800d17d48e0SGlenn Strauss  * [stat] mimetype.xattr-name global config option (fixes #2631)
2801ab829ceeSGlenn Strauss  * [mod_webdav] allow Depth: Infinity lock on file (fixes #2296)
2802dac02e25SGlenn Strauss  * [mod_status] use snprintf() instead of sprintf()
2803e5006d88SGlenn Strauss  * pass buf size to li_tohex()
280447f3dbebSGlenn Strauss  * use li_[iu]tostrn() instead of li_[iu]tostr()
280536ab0587SGlenn Strauss  * [stream] fstat() after open() to obtain file size
2806de08a135SGlenn Strauss  * [core] clean up srv before exiting for lighttpd -[vVh]
280797556d99SGlenn Strauss  * [mod_fastcgi,mod_scgi] check for spawning on same unix socket (fixes #319)
2808f1681ca2SGlenn Strauss  * [mod_cgi] always set QUERY_STRING (fixes #1339)
28094b412797SGlenn Strauss  * [mod_auth] send charset="UTF-8" in WWW-Authenticate (fixes #1468)
2810659ce5e7SGlenn Strauss  * [mod_magnet] rename var for clarity (fixes #1483)
2811e5e5548bSGlenn Strauss  * [mod_extforward] reset cond_cache for scheme (fixes #1499)
2812f4cb07f7SGlenn Strauss  * [mod_webdav] readdir POSIX compat (fixes #1826)
2813760baed4SGlenn Strauss  * [mod_expire] reset caching response headers for error docs (fixes #1919)
2814c68f83aeSGlenn Strauss  * [mod_status] page refresh option (fixes #2170)
2815dc9f95c7SGlenn Strauss  * [mod_status] table w/ count of con states (fixes #2427)
2816c63427c9SGlenn Strauss  * [mod_dirlisting] class for dir <tr> (fixes #2304)
281751e0f208SGlenn Strauss  * [core] define __STDC_WANT_LIB_EXT1__ (fixes #2722)
2818bb953177SGlenn Strauss  * [core] setrlimit max-fds <= rlim_max for non-root (fixes #2723)
28196982b193Sfbrosson  * [mod_ssi] config ssi.conditional-requests
2820fa3a36ffSGlenn Strauss  * [mod_ssi] config ssi.exec (fixes #2051)
2821186e7073SGlenn Strauss  * [mod_redirect,mod_rewrite] short-circuit if blank replacement (fixes #2085)
2822e0bafab2SGlenn Strauss  * [mod_indexfile] save physical path to env (fixes #448, #892)
2823a65c57a5SGlenn Strauss  * [core] open fd when appending file to cq (fixes #2655)
282471ed1912SGlenn Strauss  * [config] server.listen-backlog option (fixes #1825, #2116)
282577bd4512SGlenn Strauss  * [core] retry tempdirs on partial write, ENOSPC (fixes #2588)
282649c74fffSGlenn Strauss  * [core] compile with upcoming openssl 1.1.0 release (fixes #2727)
28278f255d35SGlenn Strauss  * [core] improve dynamic handler control flow logic
28288f255d35SGlenn Strauss  * [core] defer reading request body until handle subrequest (fixes #2541)
28298f255d35SGlenn Strauss  * [core] always poll for client POLLHUP/POLLERR events (fixes #399)
28308f255d35SGlenn Strauss  * [mod_fastcgi,mod_scgi,mod_proxy] handlers can read response before sending req body (fixes #131, #2566)
28318f255d35SGlenn Strauss  * [mod_cgi] asynchronous send of request body to CGI
28328f255d35SGlenn Strauss  * [core] compile with upcoming openssl 1.1.0 release (fixes #2727)
28338f255d35SGlenn Strauss  * [core] set REDIRECT_STATUS to error_handler_saved_status (fixes #1828)
28348f255d35SGlenn Strauss  * [core] server.error-handler new directive for error pages (fixes #2702)
28358f255d35SGlenn Strauss  * [core] support IPv6 in $HTTP["remote-ip"] CIDR cond match (fixes #2706)
28360f7c0680SGlenn Strauss  * [core] http_response_send_file() shared code (#2017)
28370f7c0680SGlenn Strauss  * [mod_fastcgi] use http_response_xsendfile() (fixes #799, fixes #851, fixes #2017, fixes #2076)
28380f7c0680SGlenn Strauss  * [mod_scgi] X-Sendfile feature (fixes #2253)
28390f7c0680SGlenn Strauss  * [mod_cgi] X-Sendfile feature (fixes #2313)
28400f7c0680SGlenn Strauss  * [mod_webdav] lseek,read if fs can not mmap (#2666, fixes #962)
28410f7c0680SGlenn Strauss  * [mod_compress] use mmap and trap SIGBUS (#2666, fixes #1879)
28420f7c0680SGlenn Strauss  * fallback to lseek()/read() if mmap() fails (#fixes 2666)
28430f7c0680SGlenn Strauss  * [mod_auth] skip blank lines and comment lines (fixes #2327)
28440f7c0680SGlenn Strauss  * [core] fallback to write if sendfile not supported (fixes #471, #987)
28450f7c0680SGlenn Strauss  * [core] preserve PATH_INFO case on case-insensitive fs (fixes #406)
284601ec2c45SGlenn Strauss  * [mod_ssi, mod_cml] set DOCUMENT_ROOT to basedir (fixes #2383)
284701ec2c45SGlenn Strauss  * [core] cmd line opt to shutdown after idle time limit (fixes #2696)
284801ec2c45SGlenn Strauss  * [core] lighttpd -1 handles single request on stdin socket (fixes #1584)
284901ec2c45SGlenn Strauss  * [mod_fastcgi,mod_scgi] IPv6 support (fixes #2372)
285001ec2c45SGlenn Strauss  * [mod_status] add JSON output option (fixed #2432)
285101ec2c45SGlenn Strauss  * [mod_webdav] map COPY/MOVE Destination to aliases (fixes #1787)
285201ec2c45SGlenn Strauss  * [mod_webdav] improve PROPFIND,PROPPATCH (#1818, #1953)
2853239c7e30SGlenn Strauss  * [core] reset response headers, write_queue for error docs
2854239c7e30SGlenn Strauss  * build with libressl
2855239c7e30SGlenn Strauss  * static build instructions using SCons or make
2856239c7e30SGlenn Strauss  * [mod_auth] preserve WWW-Authenticate for error docs (fixes #2730)
2857239c7e30SGlenn Strauss  * check close() return code after writing to file
285848868830SGlenn Strauss  * adjustments for openssl 1.1.0 pre-release
285948868830SGlenn Strauss  * [config] support include file glob (fixes #1221)
286048868830SGlenn Strauss  * [mod_evasive] 302 redirect option if limit reached (fixes #2199)
286148868830SGlenn Strauss  * [build] enhancements for cross-compiling (fixes #2276)
286248868830SGlenn Strauss  * [mod_accesslog] report aborted con state with %X (fixes #1890)
286348868830SGlenn Strauss  * [mod_ssi] fix SSI statement parser
286448868830SGlenn Strauss  * [mod_ssi] include relative to alias,userdir (fixes #222)
286548868830SGlenn Strauss  * [mod_ssi] add PCRE_* options to constrain regex
286648868830SGlenn Strauss  * [mod_ssi] more flexible quoting (fixes #1768)
286748868830SGlenn Strauss  * [core] wrap IPv6 literal in "[]" in redirect URL
286848868830SGlenn Strauss  * [mod_ssi] fix parse of tag across buf boundary (fixes #2732)
286948868830SGlenn Strauss  * [mod_cgi,mod_scgi] X-Sendfile sets file_started (fixes #2733)
287048868830SGlenn Strauss  * [mod_fastcgi] no chunked response w/ X-Sendfile (fixes #2733)
28715a5ce3dcSGlenn Strauss  * [config] opts for http header parsing strictness (fixes #551, fixes #1086, fixes #1184, fixes #2143, #2258, #2281, fixes #946, fixes #1330, fixes #602, #1016)
287248868830SGlenn Strauss  * [config] normalize IP strings in lighttpd.conf
287348868830SGlenn Strauss  * [build_cmake] use MODULE on Mac OS X (fixes #1761)
287448868830SGlenn Strauss  * [config] server.bsd-accept-filter option
287548868830SGlenn Strauss  * [mod_webdav] create file w/ LOCK request if ENOENT
2876fd6a66b4SGlenn Strauss  * [core] buffer large responses to tempfiles (fixes #758, fixes #760, fixes #933, fixes #1387, #1283, fixes #2083)
2877fd6a66b4SGlenn Strauss  * [core] stream response to client (#949)
2878fd6a66b4SGlenn Strauss  * [TLS] release openssl buffers as used (fixes #1265, fixes #1283, #881)
2879fd6a66b4SGlenn Strauss  * [config] config options to stream request/response (#949, #376)
2880fd6a66b4SGlenn Strauss  * [core] option to stream request body to backend (fixes #376)
2881fd6a66b4SGlenn Strauss  * [core] option to stream response body to client (fixes #949, #760, #1283, #1387)
2882fd6a66b4SGlenn Strauss  * drain backend socket/pipe bufs upon FDEVENT_HUP
2883fd6a66b4SGlenn Strauss  * remove excess calls to joblist_append()
2884fd6a66b4SGlenn Strauss  * defer choosing "Transfer-Encoding: chunked"
2885fd6a66b4SGlenn Strauss  * asynchronous, bidirectional streaming options
2886fd6a66b4SGlenn Strauss  * fix errors detected by Coverity Scan
2887fd6a66b4SGlenn Strauss  * [cygwin] fix mod_proxy and mod_fastcgi ioctl use
2888fd6a66b4SGlenn Strauss  * [mod_webdav] remove excess SQL param to UNLOCK
2889268c5582SGlenn Strauss  * graceful shutdown without unnecessary 1 sec delay
2890268c5582SGlenn Strauss  * [core] disable Nagle algorithm (TCP_NODELAY)
2891268c5582SGlenn Strauss  * [core] add declarations to fdevent.h (#2373)
2892268c5582SGlenn Strauss  * [tests] remove dependency on CGI.pm
2893268c5582SGlenn Strauss  * [TLS] fix return value checks during cert init
2894268c5582SGlenn Strauss  * [core] fix server.max-request-size to be precise (fixes #2131)
2895268c5582SGlenn Strauss  * [mod_webdav] fix proppatch mem leak, other fixes (#fixes 1334, #fixes 2000)
2896268c5582SGlenn Strauss  * [autobuild] CMake check for struct tm tm_gmtoff (fixes #2014)
2897268c5582SGlenn Strauss  * [mod_uploadprogress] fix mem leak (#1858)
2898268c5582SGlenn Strauss  * [core] make server.max-request-size scopeable (fixes #1901)
2899268c5582SGlenn Strauss  * [mod_fastcgi,mod_scgi] check for spawning on same unix socket (#319)
29005a5ce3dcSGlenn Strauss  * [mod_accesslog] %a %A %C %D %k %{}t %{}T (fixes #1145, fixes #1415, fixes #2081)
2901268c5582SGlenn Strauss  * [mod_access] new directive url.access-allow (fixes #1421)
2902268c5582SGlenn Strauss  * [core] fdevent_libev: update use of ev_timer
2903268c5582SGlenn Strauss  * [mod_cgi] handle local redirect response (fixes #2108)
29043dd2f66dSStefan Bühler
29053dd2f66dSStefan Bühler- 1.4.39 - 2016-01-02
2906737d4f0fSStefan Bühler  * [core] fix memset_s call (fixes #2698)
29076ef3b709SStefan Bühler  * [chunk] fix use after free / double free (fixes #2700)
290853c4ab84SStefan Bühler
290953c4ab84SStefan Bühler- 1.4.38 - 2015-12-05
291069f890e2SStefan Bühler  * [stat-cache] fix handling of collisions, might have returned wrong data (fixes #2669)
29113512b5cbSStefan Bühler  * [core] allocate at least 4k buffer for incoming data
2912a93be994SStefan Bühler  * [core] fix search for header end if split across chunks (fixes #2670)
291337bdb250SGaurav  * [core] check configparserAlloc() result with force_assert
2914d7be04beSLoganaden Velvindron  * [mod_auth] implement and use safe_memclear, using memset_s or explicit_bzero if available (thx loganaden)
2915f1912808SStefan Bühler  * [core] don't buffer request bodies smaller than 64k on disk
29165c5f67a5SGaurav  * add force_assert for many allocations and function results
291739add447SStefan Bühler  * [mod_secdownload] use a hopefully constant time comparison to check hash (fixes #2679)
2918c512345fSStefan Bühler  * [config] check config option scope; warn if server option is given in conditional
2919a0695483SStefan Bühler  * [core] revert increase of temp file size back to 1MB, provide a configure option "server.upload-temp-file-size" instead (fixes #2680)
29203943de28SStefan Bühler  * [core] add '~' to safe characters in ENCODING_REL_URI/ENCODING_REL_URI_PART encoding
292185d8a175SStefan Bühler  * [core] encode path with ENCODING_REL_URI in redirect to directory (fixes #2661, thx gstrauss)
2922bfaa4826SStefan Bühler  * [mod_secdownload] add required algorithm option; old behaviour available as "md5", new options "hmac-sha1" and "hmac-sha256"
2923b0ecb4d4SKyle J. McKay  * [mod_fastcgi/mod_scgi] zero sockaddr structs before use (fixes #2691, thx Kyle J. McKay)
2924159ca0c1SKyle J. McKay  * [network] add darwin-sendfile backend (fixes #2687, thx Kyle J. McKay)
2925b37dd774SKyle J. McKay  * [core] show correct crypt support result (fixes #2690, thx Kyle J. McKay)
2926d8b5492fSStefan Bühler
2927d8b5492fSStefan Bühler- 1.4.37 - 2015-08-30
2928a80f75e0SStefan Bühler  * [mod_proxy] remove debug log line from error log (fixes #2659)
292947cddfd4SStefan Bühler  * [mod_dirlisting] fix dir-listing.set-footer not showing
29301371c87cSStefan Bühler  * fix out-of-filedescriptors when uploading "large" files (fixes #2660, thx rmilecki)
29315c5616e3SStefan Bühler  * increase upload temporary chunk file size from 1MB to 16MB
2932fa8b1546SStefan Bühler  * fix undefined integer shift
2933593599f1SStefan Bühler  * rewrite network sendfile/mmap/writev/write backends
29340508bf67SStefan Bühler  * fix some unchecked return value warnings
2935e57a7017SStefan Bühler  * [kqueue] fix kevent call
2936d7cd5b08SStefan Bühler  * [autoconf] define HAVE_CRYPT when crypt() is present
29379257d7dfSStefan Bühler  * [bsd xattr] fix compile break with BSD extended attributes in stat_cache
29386d6dbadbSStefan Bühler  * [mod_cgi] rewrite mmap and generic (post body) send error handling
2939912533cdSStefan Bühler  * [mmap] fix mmap alignment
2940b66fa2cbSStefan Bühler  * [plugins] when modules are linked statically still only load the modules given in the config
29410b02cd26SStefan Bühler  * [mmap] handle SIGBUS in network; those get triggered if the file gets smaller during reading
2942dd4fe73cSStefan Bühler  * fix some warnings found by coverity ("leak" in setup phase, not catching too long unix socket paths in mod_proxy)
2943752e5012SStefan Bühler
2944752e5012SStefan Bühler- 1.4.36 - 2015-07-26
29453605a3beSStefan Bühler  * use keep-alive timeout while waiting for HTTP headers; use always the read timeout while waiting for the HTTP body
2946f8f33515SStefan Bühler  * fix bad shift in conditional netmask ".../0" handling
2947059a5a67SStefan Bühler  * add more mime types and a script to generate mime.conf (fixes #2579)
29484d55d4adSMoritz Wilhelmy  * add support for (Free)BSD extended attributes
2949c4f21458SStefan Bühler  * [build] use fortify flags with "extra-warnings"
29504a683810SStefan Bühler  * [mod_dirlisting,mod_redirect,mod_rewrite] abort config parsing if pcre-compile fails or isn't available
2951084df7e9SStefan Bühler  * [ssl] disable SSL3.0 by default
295276870cfeSStefan Bühler  * fixed typo in example config found by openSUSE user (boo# 907709)
2953b0a632f2SStefan Bühler  * [network] fix compile break in calculation of sockaddr_un size if SUN_LEN is not defined (fixes #2609)
2954d00e1e79SStefan Bühler  * [connections] fix bug in connection state handling
29553521be8bSStefan Bühler  * print backtrace in assert logging with libunwind
29566afad87dSStefan Bühler  * major refactoring of internal buffer/chunk handling
2957c9249672SStefan Bühler  * [mod_auth] use crypt_r instead of crypt if available
2958df87b3efSStefan Bühler  * fix error message for T_CONFIG_ARRAY config values if an entry value is not a string
295933cebeb0SStefan Bühler  * fix segfaults in many plugins if they failed configuration
2960427120b4SStefan Bühler  * escape all strings for logging (fixes #2646 log file injection, reported by Jaanus Kääp)
2961572681c9SStefan Bühler  * fix hex escape in accesslog (fixes #2559)
296271b5c53aSStefan Bühler  * show extforward re-run warning only with debug.log-request-handling (fixes #2561)
29639f05b61aSStefan Bühler  * parse If-None-Match for ETag validation (fixes #2578)
2964c31bf21fSStefan Bühler  * fix memory leak in mod_status when no counters are set (found by coverity)
2965c5737093SStefan Bühler  * [mod_magnet] fix segfault when accessing not existing lighty.req_env[] entry (found by coverity)
29662bd89370SStefan Bühler  * fix segfault when temp file for upload couldn't be created (found by coverity)
29678db141a1SStefan Bühler  * mime.conf: add some new mime types, remove .dat, .sha1, .md5, update .vcf
29684a87f75fSPascal Bach  * [mod_proxy] add unix domain socket support (fixes #2653)
2969def17b29SStefan Bühler  * [configfile] fix reading uninitialized variable (found by Willian B.)
2970e1b1c520SStefan Bühler
2971e1b1c520SStefan Bühler- 1.4.35 - 2014-03-12
2972b8a18350SStefan Bühler  * [network/ssl] fix build error if TLSEXT is disabled
2973fc3a060aSStefan Bühler  * [mod_fastcgi] fix use after free (only triggered if fastcgi debug is active)
29740aaf939eSStefan Bühler  * [mod_rrdtool] fix invalid read (string not null terminated)
2975d59c910dSStefan Bühler  * [mod_dirlisting] fix memory leak if pcre fails
2976b461e031SStefan Bühler  * [mod_fastcgi,mod_scgi] fix resource leaks on spawning backends
2977b239e773SStefan Bühler  * [mod_magnet] fix memory leak
297829a10702SStefan Bühler  * add comments for switch fall throughs
2979bcd35cc2SStefan Bühler  * remove logical dead code
2980bf102678SStefan Bühler  * [buffer] fix length check in buffer_is_equal_right_len
2981fba7dd6fSStefan Bühler  * fix resource leaks in error cases on config parsing and other initializations
298207dd0bd0SStefan Bühler  * add force_assert() to enforce assertions as simple assert()s are disabled by -DNDEBUG (fixes #2546)
2983ef0b353fSStefan Bühler  * [mod_cml_lua] fix null pointer dereference
29849f2be488SStefan Bühler  * force assertion: setting FD_CLOEXEC must work (if available)
2985b106513eSStefan Bühler  * [network] check return value of lseek()
298657c661c1SStefan Bühler  * fix unchecked return values from stream_open/stat_cache_get_entry
29878e31e18bSStefan Bühler  * [mod_webdav] fix logic error in handling file creation error
2988efc41b2bSStefan Bühler  * check length of unix domain socket filenames
2989d1a23569SStefan Bühler  * fix SQL injection / host name validation (thx Jann Horn)
29900d855be9SStefan Bühler
2991e1b1c520SStefan Bühler- 1.4.34 - 2014-01-20
29929b0d54d7SStefan Bühler  * [mod_auth] explicitly link ssl for SHA1 (fixes #2517)
2993268c054cSStefan Bühler  * [mod_extforward] fix compilation without IPv6, (not) using undefined var (fixes #2515, thx mm)
29941af871fcSStefan Bühler  * [ssl] fix SNI handling; only use key+cert from SNI specific config (fixes #2525, CVE-2013-4508)
29956b7240f2SStefan Bühler  * [doc] update ssl.cipher-list recommendation
2996ae133550SStefan Bühler  * [stat-cache] FAM: fix use after free (CVE-2013-4560)
2997d8b363c1SStefan Bühler  * [stat-cache] fix FAM cleanup/fdevent handling
299899cddff7SStefan Bühler  * [core] check success of setuid,setgid,setgroups (CVE-2013-4559)
2999c8fbc169SStefan Bühler  * [ssl] fix regression from CVE-2013-4508 (client-cert sessions were broken)
300017762fadSStefan Bühler  * maintain physical.basedir (the "acting" doc-root as prefix of physical.path) in more places
3001f0e5c141SStefan Bühler  * [core] decode URL before rewrite, enabling it to work in $HTTP["url"] conditionals (fixes #2526)
3002e346794dSStefan Bühler  * [auto* build] remove -no-undefined from linker flags, as we actually link modules with undefined symbols (fixes #2533)
300365756682SStefan Bühler  * [mod_mysql_vhost] fix memory leak on config init (#2530)
300424994e11SStefan Bühler  * [mod_webdav] fix fd leak found with parfait (fixes #2530, thx kukackajiri)
300532199a7bSStefan Bühler
300632199a7bSStefan Bühler- 1.4.33 - 2013-09-27
30079cd8faa1SStefan Bühler  * mod_fastcgi: fix mix up of "mode" => "authorizer" in other fastcgi configs (fixes #2465, thx peex)
3008543bd249SStefan Bühler  * fix handling of If-Modified-Since if If-None-Match is present (don't return 412 for date parsing errors);
3009543bd249SStefan Bühler    follow current draft for HTTP/1.1, which tells us to ignore If-Modified-Since if we have matching etags.
30100e48ef6aSStefan Bühler  * [mod_fastcgi,log] support multi line logging (fixes #2252)
301125a2d665SStefan Bühler  * call ERR_clear_error only for ssl connections in CON_STATE_ERROR
3012b5da12c0SStefan Bühler  * reject non ASCII characters in HTTP header names
30130342dfefSStefan Bühler  * [mod_auth] use crypt() on encrypted password instead of extracting salt first (fixes #2483)
3014c26b50d9SStefan Bühler  * [mod_auth] add htpasswd -s (SHA1) support if openssl is used (needs openssl for SHA1). This doesn't use any salt, md5 with salt is probably better.
3015ce4bc0c0SStefan Bühler  * [mod_auth] fix base64_decode (#2484)
3016661efa3fSStefan Bühler  * fix some bugs found with canalyze (fixes #2484, thx Zhenbo Xu)
3017a0e93c67SStefan Bühler  * fix undefined stuff found with clang
3018680b7145SStefan Bühler  * [cmake] Use TARGET_LINK_LIBRARIES instead of LINK_FLAGS for library dependencies, also add -Wl,--as-needed to extra warnings (fixes #2448)
3019c008fd7eSStefan Bühler  * [mod_auth] fix invalid read in digest qop=auth-int handling (fixes #2478)
3020a6b42cc6SStefan Bühler  * [auto* build] simplify autogen.sh, handle automake 1.13 test running (fixes #2490)
302112c4a40bSStefan Bühler  * [mod_userdir] add userdir.active option, "enabled" by default
30229b365347SStefan Bühler  * [core] return 501 Not Implemented in static file mode for all methods except GET/POST/HEAD/OPTIONS
30233df2ec92SStefan Bühler  * [core] recognize more http methods to forward to backends (fixes #2346)
30246cdb4658SStefan Bühler  * [ssl] use DH only if openssl supports it (fixes #2479)
302525a3f2e8SStefan Bühler  * [network] use constants available at compile time for maximum number of chunks for writev instead of calling sysconf (fixes #2470)
302605858f6cSStefan Bühler  * [ssl] Fix $HTTP["scheme"] conditional, could be "http" for ssl connections if the ssl $SERVER["socket"] conditional was nested (fixes #2501)
30276d4d2118SStefan Bühler  * [ssl] accept ssl renegotiations if they are not disabled (fixes #2491)
302893fd9ea7SStefan Bühler  * [ssl] add option ssl.empty-fragments, defaulting to disabled (fixes #2492)
3029559b198fSStefan Bühler  * [auth] put REMOTE_USER into cgi environment, making it accessible to lua via lighty.req_env (fixes #2495)
3030f9d58670SStefan Bühler  * [auth] new method "extern" to use already present REMOTE_USER (from magnet, ssl, ...) (fixes #2436)
3031916cf7cfSStefan Bühler  * [core] remove requirement that default doc-root has to exist, there are reasonable scenarios not requiring static files at all
303292567b8bSStefan Bühler  * [core] check whether server.chroot exists
3033f0e5b84cSStefan Bühler  * [mod_simple_vhost] fix cache; skip module if simple-vhost.server-root is empty (thx rm for reporting)
3034c26b0f96SStefan Bühler  * [mod_accesslog] add accesslog.syslog-level option (fixes #2480)
30359cfc080aSStefan Bühler  * [core] allow files to be used as document-root (fixes #2475)
303629ff92d9SStefan Bühler  * [core] set signal handlers before forking child processes in modules/plugins_call_set_defaults (fixes #2502)
30375aef370aSStefan Bühler
30385aef370aSStefan Bühler- 1.4.32 - 2012-11-21
30396c9d2577SStefan Bühler  * Code cleanup with clang/sparse (fixes #2437, thx kibi)
3040db1d977dSStefan Bühler  * Ignore EPIPE/ECONNRESET after SSL_shutdown
3041d09fdd87SStefan Bühler  * Handle ENAMETOOLONG, return 404 Not Found (fixes #2396, thx dererkazo)
3042fcb3f42fSStefan Bühler  * configure.ac: remove old stuff, add some new to fix warnings in automake 1.12 (fixes #2419, thx blino)
3043d4d1ff36SStefan Bühler  * add PATCH method (fixes #2424)
30449b246c5eSStefan Bühler  * fix :port handling in $HTTP["host"] checks (fixes #2135. thx liming)
3045c3a9948cSStefan Bühler  * network_server_init: fix double free and memleak on error (fixes #2440, thx kyprizel)
30464002dce5SStefan Bühler  * detect "x-gzip"/"x-bzip2" as separate encodings, more strict encoding matching (fixes #2443)
30474f4bcdd3SCyril Brulebois  * tests: make sure mod_proxy doesn't leave running processes (fixes #2435, thx kibi)
304829b126d5SStefan Bühler  * mod_extforward: log address of untrusted proxy with debug.log-request-handling
30496edfc40fSStefan Bühler  * fix DoS in Connection header value split (reported by Jesse Sipprell, CVE-2012-5533)
305079fed4ecSStefan Bühler  * remove whitespace at end of header keys
3051b6b694dfSStefan Bühler
3052b6b694dfSStefan Bühler- 1.4.31 - 2012-05-31
3053100ed91fSStefan Bühler  * [ssl] fix segfault in counting renegotiations for openssl versions without TLSEXT/SNI (thx carpii for reporting)
305479bcfab0SStefan Bühler  * Move fdevent subsystem includes to implementation files to reduce conflicts (fixes #2373)
305533f1ec6dSStefan Bühler  * [mod_compress] fix handling if etags are disabled but cache-dir is set - may lead to double response
3056f4c3a99eSStefan Bühler  * disable mmap by default (fixes #2391)
3057e697869eSStefan Bühler  * buffer_caseless_compare: always convert letters to lowercase to get transitive results, fixing array lookups (fixes #2405)
305801f9debeSStefan Bühler  * Fix handling of empty header list entries in http_request_split_value, fixing invalid read in valgrind (fixes #2413)
3059ab0fa7d8SStefan Bühler  * Fix access log escaping of " and \\ (fixes #1551)
306061047369SStefan Bühler  * [mod_auth] Fix digest "md5-sess" implementation (Errata ID 1649, RFC 2617) (fixes #2410)
30617187271fSStefan Bühler  * [auth] Add "AUTH_TYPE" environment (for *cgi), remove fastcgi specific workaround, add fastcgi test case (fixes #889)
30625677f174SStefan Bühler  * [mod_*cgi,mod_accesslog] Fix splitting :port with ipv6 (fixes #2333, thx simoncpu)
30633a13ab8bSStefan Bühler  * Detect multiple -f options: show error message instead of assert (fixes #2416)
30641ee35accSStefan Bühler  * [mod_extforward] Support ipv6 addresses (fixes #1889)
3065172eeebfSStefan Bühler  * [mod_redirect] Support url.redirect-code option (fixes #2247)
3066100ed91fSStefan Bühler  * Fix --enable-mmap handling in configure.ac
3067beb6709bSStefan Bühler
3068beb6709bSStefan Bühler- 1.4.30 - 2011-12-18
306990dd8af3SStefan Bühler  * Always use our 'own' md5 implementation, fixes linking issues on MacOS (fixes #2331)
3070cbf1baacSStefan Bühler  * Limit amount of bytes we send in one go; fixes stalling in one connection and timeouts on slow systems.
3071cbf1baacSStefan Bühler  * [ssl] fix build errors when Elliptic-Curve Diffie-Hellman is disabled
3072e05f1b3eSStefan Bühler  * Add static-file.disable-pathinfo option to prevent handling of urls like .../secret.php/image.jpg as static file
30733518ab60SStefan Bühler  * Don't overwrite 401 (auth required) with 501 (unknown method) (fixes #2341)
3074f15ee9beSStefan Bühler  * Fix mod_status bug: always showed "0/0" in the "Read" column for uploads (fixes #2351)
30756c9dff7cSStefan Bühler  * [mod_auth] Fix signedness error in http_auth (fixes #2370, CVE-2011-4362)
3076a94bdd07SStefan Bühler  * [ssl] count renegotiations to prevent client renegotiations
30770f96222eSStefan Bühler  * [ssl] add option to honor server cipher order (fixes #2364, BEAST attack)
3078b748fb89SStefan Bühler  * [core] accept dots in ipv6 addresses in host header (fixes #2359)
307938e3e4a6SStefan Bühler  * [ssl] fix ssl connection aborts if files are larger than the MAX_WRITE_LIMIT (256kb)
3080761bedd7SStefan Bühler  * [libev/cgi] fix waitpid ECHILD errors in cgi with libev (fixes #2324)
308134abcf73SStefan Bühler
308234abcf73SStefan Bühler- 1.4.29 - 2011-07-03
308374ce062fSStefan Bühler  * Fix mod_proxy waiting for response even if content-length is 0 (fixes #2259)
3084cf719ec5SStefan Bühler  * Silence annoying "connection closed: poll() -> ERR" error.log message (fixes #2257)
308533e30b48SStefan Bühler  * mod_cgi: make read buffer as big as incoming data block
3086562a6ba8SStefan Bühler  * [build] Fix detection of libev (fixes #2300)
3087f610f894SStefan Bühler  * ssl: Support for Diffie-Hellman and Elliptic-Curve Diffie-Hellman key exchange (fixes #2301)
3088f610f894SStefan Bühler         add ssl.use-sslv3 (fixes #2246)
3089f610f894SStefan Bühler         load all algorithms (fixes #2239)
3090328043caSStefan Bühler  * [ssl/md5] prefix our own md5 implementation with li_ so it doesn't conflict with the openssl one (fixes #2269)
309155e1dc18SStefan Bühler  * [ssl/build] some minor fixes; fix compile without ssl, cleanup ssl config buffers
30928cdf9cc7SStefan Bühler  * [proc,include_shell] log error if exec shell fails (fixes #2280)
3093adc97e5bSStefan Bühler  * [*cgi] Use physical base dir (alias, userdir) as DOCUMENT_ROOT in cgi environments (fixes #2216)
3094960d34c7SStefan Bühler  * [doc] Move docs to outdated/ subdir and refer to wiki instead (fixes #2248)
3095f0816d8dSStefan Bühler  * fdevent: add solaris eventports (fixes #2171)
30968d769fd0SStefan Bühler
30978d769fd0SStefan Bühler- 1.4.28 - 2010-08-22
309842ad681fSStefan Bühler  * Rename fdevent_event_add to _set to reflect what the function does. Fix some handlers. (fixes #2249)
30992b6f7069SStefan Bühler  * Fix buffer.h to include stdio.h as it is needer for SEGFAULT() (fixes #2250)
31001c796b2dSStefan Bühler
31011c796b2dSStefan Bühler- 1.4.27 - 2010-08-13
310234fb1258SStefan Bühler  * Fix handling return value of SSL_CTX_set_options (fixes #2157, thx mlcreech)
3103e789ea23SStefan Bühler  * Fix mod_proxy HUP handling (send final chunk, fix usage counter)
3104221af3d5SStefan Bühler  * mod_proxy: close connection on write error (fixes #2114)
3105a48aa0f0SStefan Bühler  * Check uri instead of physical path for directory redirect
3106f6b3c150SStefan Bühler  * Fix detecting git repository (fixes #2173, thx ncopa)
3107494ce8e3SStefan Bühler  * [mod_compress] Fix segfault when etags are disabled (fixes #2169)
3108b3892c14SStefan Bühler  * Reset uri.authority before TLS servername handling, reset all "keep-alive" data in connection_del (fixes #2125)
31095518643dSElan Ruusamäe  * Print double quotes properly when dumping config file (fixes #1806)
3110a813273cSElan Ruusamäe  * Include IP addresses on error log on password failures (fixes #2191)
3111bd4c4aaaSStefan Bühler  * Fix stalls while reading from ssl sockets (fixes #2197)
311263233d3cSStefan Bühler  * Fix etag formatting on boxes with 32-bit longs
3113a61e0bddSStefan Bühler  * Fix two compiler warnings
311448f1cf79SStefan Bühler  * mod_accesslog: fix %p for ipv6 sockets (fixes #2228, thx jo.henke)
3115c6c8ad2aSStefan Bühler  * mod_fastcgi: Send 502 "Bad Gateway" if we couldn't open the file for X-Sendfile (fixes #2226)
3116165de133SStefan Bühler  * mod_staticfile: add debug output if we ignore a file with static-file.exclude-extensions (fixes #2215)
311773e0bb27SStefan Bühler  * mod_cgi: fix race condition leaving response not forwarded to client (fixes #2217)
3118cece2fe3SStefan Bühler  * mod_accesslog: Fix var declarations mixed in source (fixes #2233)
3119f6546738SStefan Bühler  * mod_status: Add version to status page (fixes #2219)
3120572f738fSStefan Bühler  * mod_accesslog: optimize accesslog_append_escaped (fixes #2236, thx crypt)
3121cf5fcf95SStefan Bühler  * openssl: silence annoying error messages for errno==0 (fixes #2213)
312212f375f3SStefan Bühler  * array.c: improve array_get_unused_element to check data type; fix mem leak if unused_element didn't find a matching entry (fixes #2145)
3123614bb753SStefan Bühler  * add check to stop loading plugins twice
312438f2d1ddSStefan Bühler  * cleanup fdevent code, removed linux-rtsig handler, replaced some fprintf calls
31254ae13c32SStefan Bühler  * only require FDEVENT_IN bit to be set for listening connections (fixes #2227)
3126f8eb52ebSStefan Bühler  * add libev fdevent handler: server.event-handler = "libev"
312700265fbdSStefan Bühler  * mod_proxy: return response as soon as it is available (fixes #2196)
3128b7cc84abSStefan Bühler  * don't overwrite global server.force-lowercase-filenames setting (fixes #2042)
31290c1aed55SGlenn Strauss  * bind to IPV6-only if ipv6 address was specified (https://redmine.lighttpd.net/projects/lighttpd/wiki/IPv6-Config)
3130320e2930SStefan Bühler
3131320e2930SStefan Bühler- 1.4.26 - 2010-02-07
3132c752d469SGlenn Strauss  * Fix request parser to handle packets split on \r\n\r\n (fixes #2105)
3133a51a8545SStefan Bühler  * Remove dependency on automake >= 1.11 with m4_ifdef check
3134a51a8545SStefan Bühler  * mod_accesslog: support %e (fixes #2113, thx presbrey)
3135a51a8545SStefan Bühler  * Fix mod_cgi cgi.execute-x-only option in global block
3136a51a8545SStefan Bühler  * mod_fastcgi: x-sendfile2 parse error debugging
3137a51a8545SStefan Bühler  * Fix mod_proxy dead host detection if connect() fails
3138a51a8545SStefan Bühler  * Fix fd leaks in mod_cgi (fds not closed on pipe/fork failures, found by Rodrigo, fixes #2158, #2159)
3139a51a8545SStefan Bühler  * Fix segfault with broken rewrite/redirect patterns (fixes #2140, found by crypt)
3140ed9be1a8SStefan Bühler  * Append to previous buffer in con read, fix DoS/OOM vulnerability (fixes #2147, found by liming, CVE-2010-0295)
3141914e4997SStefan Bühler  * Fix HUP detection in close-state if event-backend doesn't support FDEVENT_HUP (like select or poll on FreeBSD)
3142b5a76921SStefan Bühler
3143b5a76921SStefan Bühler- 1.4.25 - 2009-11-21
314407ae3fb8SStefan Bühler  * mod_magnet: fix pairs() for normal tables and strings (fixes #1307)
3145f5f6b954SStefan Bühler  * mod_magnet: add traceback for printing lua errors
3146c3c58ae9SStefan Bühler  * mod_rewrite: fix compile error if compiled without pcre
3147ef28250dSStefan Bühler  * disable warning "CLOSE-read" (fixes #2091)
314847bd4036SStefan Bühler  * mod_rrdtool: fix creating file if it doesn't exist (#1788)
31492b79b9c3SStefan Bühler  * reset tlsext_server_name in connection_reset - fixes random hostnames in the $HTTP["host"] conditional
3150e430ce09SStefan Bühler  * export some SSL_CLIENT_* vars for client cert validation (fixes #1288, thx presbrey)
315178178466SStefan Bühler  * mod_fastcgi: fix mod_fastcgi packet parsing
31522eaf42d0SStefan Bühler  * mod_fastcgi: Don't reconnect after connect() succeeded (fixes #2096)
3153175ad79aSStefan Bühler  * Fix configure.ac to allow autoreconf, also enables make V=0
315466805d03SStefan Bühler
315566805d03SStefan Bühler- 1.4.24 - 2009-10-25
31560d8c6accSStefan Bühler  * Add T_CONFIG_INT for bigger integers from the config (needed for #1966)
315790151cdcSStefan Bühler  * Use unsigned int (and T_CONFIG_INT) for max_request_size
315890151cdcSStefan Bühler  * Use unsigned int for secdownload.timeout (fixes #1966)
3159214484deSStefan Bühler  * Keep url/host values from connection to display information while keep-alive in mod_status (fixes #1202)
3160fbdb305fSStefan Bühler  * Add server.breakagelog, a "special" stderr (fixes #1863)
31613b66d3b6SStefan Bühler  * Fix config evaluation for debug.log-timeouts option (#1529)
31623c117059SStefan Bühler  * Add "cgi.execute-x-only" to mod_cgi, requires +x for cgi scripts (fixes #2013)
3163c752d469SGlenn Strauss  * Fix FD_SETSIZE comparison warnings
31648f61a1ffSStefan Bühler  * Add "lua-5.1" to searched pkg-config names for lua
3165243f756eSStefan Bühler  * Fix unused function webdav_lockdiscovery in mod_webdav
3166fcfd4d04SStefan Bühler  * cmake: Fix crypt lib check
3167fbd4fe3cSStefan Bühler  * cmake: Add -export-dynamic to link flags, fixes build on FreeBSD
3168e1645ed2SStefan Bühler  * Set FD_CLOEXEC for bound sockets before pipe-logger forks (fixes #2026)
3169839aa7dbSStefan Bühler  * Reset ignored signals to SIG_DFL before exec() in fastcgi/scgi (fixes #2029)
31701b2cc3bbSStefan Bühler  * Show "no uri specified -> 400" error only when "debug.log-request-header-on-error" is enabled (fixes #2030)
3171909a546aSStefan Bühler  * Fix hanging connection in mod_scgi (fixes #2024)
3172b87d3e80SStefan Bühler  * Allow digits in hostnames in more places (fixes #1148)
31735e914657SStefan Bühler  * Use connection_reset instead of handle_request_done for cleanup callbacks
3174ea78eddaSStefan Bühler  * Change mod_expire to append Cache-Control instead of overwriting it (fixes #1997)
31758a24665aSStefan Bühler  * Allow all comparisons for $SERVER["socket"] - only bind for "=="
31768629831dSStefan Bühler  * Remove strptime failed message (fixes #2031)
31774df22f2aSStefan Bühler  * Fix issues found with clang analyzer
3178f7128889SStefan Bühler  * Try to fix server.tag issue with localized svnversion
31799e6b2c63SStefan Bühler  * Fix handling network-write return values (#2024)
31808004ebbdSStefan Bühler  * Use disable-time in fastcgi for all disables after errors, default is 1sec (fixes #2040)
31817b4d8fe8SStefan Bühler  * Remove adaptive spawning code from fastcgi (was disabled for a long time)
3182ed417a04SStefan Bühler  * Allow mod_mysql_vhost to use stored procedures (fixes #2011, thx Ben Brown)
3183a1862cc8SStefan Bühler  * Fix ipv6 in mod_proxy (fixes #2043)
3184956b6e19SStefan Bühler  * Print errors from include_shell to stderr
31850413cf0eSStefan Bühler  * Set tm.tm_isdst = 0 before mktime() (fixes #2047)
31865ae86856SStefan Bühler  * Use linux-epoll by default if available (fixes #2021, thx Olaf van der Spek)
3187543f8040SStefan Bühler  * Print an error if you use too many captures in a regex pattern (fixes #2059)
31886c75b7bfSElan Ruusamäe  * Combine Cache-Control header value in mod_expire to existing HTTP header if header already added by other modules (fixes #2068)
3189af3961c9SStefan Bühler  * Remember keep-alive-idle in separate variable (fixes #1988)
3190af3961c9SStefan Bühler  * Fix header inclusion order, always include "config.h" before any system header
3191af3961c9SStefan Bühler  * mod_webdav: Patch to skip login information for domain part of Destination field (fixes #1793)
3192af3961c9SStefan Bühler  * mod_webdav: Delete old properties before updating new for MOVE (fixes #1317)
3193af3961c9SStefan Bühler  * Read hostname from absolute uris in the request line (fixes #1937)
3194af3961c9SStefan Bühler  * mod_fastcgi: don't disable backend if disable-time is 0 (fixes #1825)
3195d21c645bSStefan Bühler  * mod_compress: match partial+full content-type (fixes #1552)
3196925a5ed5SStefan Bühler  * mod_fastcgi: fix is_local detection, respawn backends if bin-path is set (fixes #897)
3197a68a289cSStefan Bühler  * Fix linger-on-close behaviour to avoid rare failure conditions (was r2636, fixes #657)
3198fd13e944SStefan Bühler  * mod_fastcgi: restart local procs immediately after they terminated, fix local procs handling
31990bd06a96SStefan Bühler  * Fix segfault on invalid config "duplicate else conditions" (fixes #2065)
320007ed8a26SStefan Bühler  * mod_usertrack: Use T_CONFIG_INT for max-age, solves range problem (#1455)
3201ea903c75SStefan Bühler  * mod_accesslog: configurable timestamp logging (fixes #1479)
320267cb38d0SStefan Bühler  * always define _GNU_SOURCE
3203915a9e3eSStefan Bühler  * Add some iterators for mod_magnet (fixes #1307)
320420c4cd55SStefan Bühler  * Fix close_timeout_ts trigger (should finally fix lingering close)
320583145e8bSStefan Bühler  * mod_rewrite: add url.rewrite-[repeat-]if-not-file to rewrite if file doesn't exist or is not a regular file (fixes #985, thx lucas aerbeydt)
32068b6dae41SPeter Colberg  * Add TLS servername indication (SNI) support (fixes #386, thx Peter Colberg <[email protected]>)
3207b9876433SStefan Bühler  * Add SSL Client Certificate verification (#1288)
320819838e99SStefan Bühler  * mod_fastcgi: Fix host->active_procs counter, return 503 if connect wasn't successful after 5 tries (fixes #1825)
3209069e848aSStefan Bühler  * mod_accesslog: escape special characters (fixes #1551, thx icy)
3210a0dfe15eSStefan Bühler  * fix mod_webdav crash from #1793 (fixes #2084, thx hiroya)
32111d5d55a4SStefan Bühler  * Don't print ssl error if client didn't support TLS SNI
3212932b67bdSStefan Bühler  * Fix linger close timeout handling, drop timeout to 5 seconds (fixes #2086)
321398711031SStefan Bühler  * Fix broken return values from int to enum in mod_fastcgi
32147c5917a2SStefan Bühler
32157c5917a2SStefan Bühler- 1.4.23 - 2009-06-19
321663f785a2SStefan Bühler  * Added some extra warning options in cmake and fix the resulting warnings (unused/static functions)
32174311740cSStefan Bühler  * New lighttpd man page (moved it to section 8) (fixes #1875)
32180e84d4d4SElan Ruusamäe  * Create rrd file for empty rrdfile in mod_rrdtool (#1788)
3219ce39062dSStefan Bühler  * Fix workaround for incorrect path info/scriptname if fastcgi prefix is "/" (fixes #729)
3220b8b4fe19SStefan Bühler  * Finally removed spawn-fcgi
3221b3027fefSStefan Bühler  * Allow xattr to overwrite mime type (fixes #1929)
32221e69f57bSStefan Bühler  * Remove link from errormsg about fastcgi apps (fixes #1942)
3223ef59a627SStefan Bühler  * Strip trailing dot from "Host:" header
3224def70d86SStefan Bühler  * Remove the optional port info from SERVER_NAME (thx Mr_Bond)
32250990c811SStefan Bühler  * Fix mod_proxy RoundRobin (off by one problem if only one backend is up)
322681587537SStefan Bühler  * Rename configure.in to configure.ac, with small cleanups (fixes #1932)
32279c7cdb80SStefan Bühler  * Add proper SUID bit detection (fixes #416)
3228ff5c18beSStefan Bühler  * Check for regular file in mod_cgi, so we don't try to start directories
322980552616SStefan Bühler  * Include mmap.h from chunk.h to fix some problems with #define mmap mmap64 (fixes #1923)
32301527160cSStefan Bühler  * Add support for pipe logging for server.errorlog (fixes #296)
3231638ee6caSStefan Bühler  * Add revision number to package version for svn/git checkouts
32322e823e8dSStefan Bühler  * Use server.tag for SERVER_SOFTWARE if configured (fixes #357)
32333172b498SStefan Bühler  * Fix trailing zero char in REQUEST_URI after "strip-request-uri" in mod_fastcgi
32341ff333cbSStefan Bühler  * mod_magnet: Add env["request.remote-ip"] (fixes #1740)
3235c2162345SStefan Bühler  * mod_magnet: Add env["request.path-info"]
3236e4b15be9SStefan Bühler  * Change name/version separator back to "/" (affects every place where the version is printed)
3237e7b0528eSStefan Bühler  * Fix bug with FastCGI request id overflow under high load; just use always id 1 as we don't use multiplexing. (thx jgray)
323863a010f6SStefan Bühler  * Add some dirlisting enhancements (fixes #1458)
32390226d4bfSStefan Bühler  * Add option to enable TCP_DEFER_ACCEPT (fixes #1447)
3240966ba442SStefan Bühler  * Limit amount of bytes read for one read-event (fixes #1070)
32416fac05e1SStefan Bühler  * Add evasive.silent option (fixes #1438)
32424c7c0b81SStefan Bühler  * Make mod_extforward headers configurable (fixes #1545)
32430544f34eSStefan Bühler  * Add '%_' pattern for complete hostname in mod_evhost (fixes #1737)
32444a475376SStefan Bühler  * Add IPv6 support to mod_proxy (fixes #1537)
32454de9dc07SStefan Bühler  * mod_ssi printenv: print cgi env, add environment vars to cgi env (fixes #1713)
32467f103eabSStefan Bühler  * Fix error message if no auth backend was set
3247ecfdc609SStefan Bühler  * Fix SERVER_NAME port stripping (fixes #1968)
3248d947d0d2SStefan Bühler  * Fix x-sendfile 2gb limiting (fixes #1970)
3249a78acf99SStefan Bühler  * Fix mod_cgi environment keys mangling (fixes #1969)
32509c53e2efSStefan Bühler  * Fix workaround for incorrect path info/scriptname if scgi prefix is "/" (fixes #729)
325169987ea9SStefan Bühler  * Fix max-age value in mod_expire for 'modification' (fixes #1978)
3252f70eab0dSStefan Bühler  * Fix evasive.silent option (#1438)
32531a5d8c2dSStefan Bühler  * Fix mod-fastcgi counters
3254fbf79a8eSStefan Bühler  * Modify fastcgi error message
3255b202898cSStefan Bühler  * Backup errno for later usage (reported by Guido Reina via mailinglist)
3256b063f018SStefan Bühler  * Improve FastCGI performance (fixes #1999)
325757066345SStefan Bühler  * Workaround broken operating systems: check for trailing '/' in filenames (fixes #1989)
3258cbec3739SStefan Bühler  * Allow using pcre with cross-compiling (pcre-config got fixed; fixes #1986)
32594f4d40f3SStefan Bühler  * Add "lighty.req_env" table to mod_magnet for setting/getting environment values for cgi (fixes #1967, thx presbrey)
32602f4120b3SStefan Bühler  * Fix segfault in mod_expire after failed config parsing (fixes #1992)
3261bcc65ae5SStefan Bühler  * Add ssi.content-type option (default text/html, fixes #615)
32627ad47923SStefan Bühler  * Add support for "real" entropy from /dev/[u]random (fixes #1977)
32635204fd7eSStefan Bühler  * Adding support for additional chars in LDAP usernames (fixes #1941)
32643af67d13SStefan Bühler  * Ignore multiple "If-None-Match" headers (only use first one, fixes #753)
326560e74569SStefan Bühler  * Fix 100% cpu usage if time() < 0 (thx to gaspa and cate, fixes #1964)
3266e2e7fe60SStefan Bühler  * Allow max-keep-alive-requests to depend on conditional (fixes #1881)
32673c723e67SStefan Bühler  * Make dependency on svnversion/git optional (for devel versionstamp, fixes #2009)
3268bae697a2SStefan Bühler
3269bae697a2SStefan Bühler- 1.4.22 - 2009-03-07
327076f7b954SStefan Bühler  * Fix wrong lua type for CACHE_MISS/CACHE_HIT in mod_cml (fixes #533)
32716ea62eddSStefan Bühler  * Fix default vhost in mod_simple_vhost (fixes #1905)
3272a15e1ce4SStefan Bühler  * Handle EINTR in mod_rrdtool (fixes #604)
3273515d800fSStefan Bühler  * Fix rrd error after graceful restart (fixes #419)
3274950fbe58SStefan Bühler  * Fix EAGAIN handling for freebsd sendfile (fixes #1913, thx AnMaster for spotting the problem)
3275a7ecb6b9SStefan Bühler  * Fix segfault in mod_scgi (fixes #1911)
32767883b7f2SStefan Bühler  * Treat EPIPE as connection-closed error in network_freebsd_sendfile.c (another fix from #1913)
3277fbaceca3SStefan Bühler  * Fix useless redirection of stderr in mod_rrdtool, as it gets redirected to /dev/null later. (fixes #1922)
3278a6218765SStefan Bühler  * Fix some problems with more strict compilers (#1923)
32794533af76SStefan Bühler  * Fix segfault if siginfo_t* is NULL in sigaction handler (fixes #1926)
3280c7467c69SStefan Bühler
3281c7467c69SStefan Bühler- 1.4.21 - 2009-02-16
328247f133cbSStefan Bühler
32838cfa29a7SStefan Bühler  * Fix base64 decoding in mod_auth (#1757, thx guido)
328490bfe20bSStefan Bühler  * Fix mod_cgi segfault when bound to unix domain socket (#653)
328580a2ff3fSStefan Bühler  * Do not rely on ioctl FIONREAD (#673)
3286cfba07cbSStefan Bühler  * Now really fix mod auth ldap (#1066)
3287b66dc12fSStefan Bühler  * Fix leaving zombie process with include_shell (#1777)
3288c426767eSStefan Bühler  * Removed debian/, openwrt/ and cygwin/; they weren't kept up-to-date, and we decided to remove dist. specific stuff
328965f4e4a8SStefan Bühler  * Try to convert string options to shorts for numeric options in config file; allows to use env-vars for numeric options. (#1159, thx andrewb)
3290da4e2877SStefan Bühler  * Do not cache default vhost in mod_simple_vhost (#709)
329187eea9e4SStefan Bühler  * Trust pcre-config, do not check for pcre manually (#1769)
329280a4f7a7SStefan Bühler  * Fix fastcgi authorization in subdirectories with check-local=disabled; don't split pathinfo for authorizer. (#963)
3293c6c2bf83SElan Ruusamäe  * Add possibility to disable methods in mod_compress (#1773)
32944db2292dSStefan Bühler  * Fix duplicate connection keep-alive/transfer-encoding headers (#960)
32954b197d05SStefan Bühler  * Fixed fix for round-robin in mod_proxy (forgot to increment the index) (#1715)
32962a765780SStefan Bühler  * Fix fastcgi-authorizer handling; Status: 200 is now accepted as the doc requests
3297bcf2b160SStefan Bühler  * Compare address family in inet_ntop_cache
329836f74e5dSStefan Bühler  * Revert CVE-2008-4359 (#1720) fix "encoding+simplifying urls for rewrite/redirect": too many regressions.
329921c5377dSStefan Bühler  * Use FD_CLOEXEC if possible (fixes #1821)
330079e229c1SStefan Bühler  * Optimized buffer usage in mod_proxy (fixes #1850)
33013d208504SStefan Bühler  * Fix uninitialized value in time struct after strptime
3302ce9409a3SElan Ruusamäe  * Do not pass Proxy-Connection: header from client to backend http server in mod_proxy (#1877)
330396eb3cf4SStefan Bühler  * Fix wrong malloc sizes in mod_accesslog (probably nothing bad happened...) (fixes #1855, thx ycheng)
33044642508dSStefan Bühler  * Some small buffer.c fixes (closes #1837)
3305832ff277SStefan Bühler  * Remove floating point math from server.c (fixes #1402)
3306e62b8c19SStefan Bühler  * Disable SSLv2 by default
33074456b579SStefan Bühler  * Use/enforce sane max-connection values (fixes #1803)
3308fdcb6f60SStefan Bühler  * Allow mod_compress to return 304 (Not Modified); compress ignores the static-file.etags option.(fixes #1884)
3309cb91487cSStefan Bühler  * Add option to ignore the "Expect: 100-continue" header instead of returning 417 Expectation failed (closes #1017)
3310f0bbc746SStefan Bühler  * Use modified etags in mod_compress (fixes #1800)
331124d08807SStefan Bühler  * Fix max-connection limit handling/100% cpu usage (fixes #1436)
33129960b1a3SStefan Bühler  * Fix error handling in freebsd-sendfile (fixes #1813)
331322bee5adSStefan Bühler  * Silenced the annoying "request timed out" warning, enable with the "debug.log-timeouts" option (fixes #1529)
331483e2296cSStefan Bühler  * Allow tabs in header values (fixes #1822)
3315066b208bSStefan Bühler  * Added Language conditional (fixes #1119); patch by petar
3316e2fd8a89SStefan Bühler  * Fix wrong format strings (#1900, thx stepancheg)
331747f133cbSStefan Bühler
331847f133cbSStefan Bühler- 1.4.20 - 2008-09-30
33196528732cSStefan Bühler
3320adec5443SStefan Bühler  * Fix mod_compress to compile with old gcc version (#1592)
33212772e62dSStefan Bühler  * Fix mod_extforward to compile with old gcc version (#1591)
3322763f8840SStefan Bühler  * Update documentation for #1587
33233ab6e28cSStefan Bühler  * Fix #285 again: read error after SSL_shutdown (thx [email protected]) and clear the error queue before some other calls (CVE-2008-1531)
332480be71bdSStefan Bühler  * Fix mod_magnet: enable "request.method" and "request.protocol" in lighty.env (#1308)
33253ab6e28cSStefan Bühler  * Fix segfault for appending matched parts if there was no regex matching (just give empty strings) (#1601)
3326bcb3310aSStefan Bühler  * Use data_response_init in mod_fastcgi x-sendfile handling for response.headers, fix a small "memleak" (#1628)
3327ff4cabbbSStefan Bühler  * Don't send empty Server headers (#1620)
3328bb1d9af7SStefan Bühler  * Fix conditional interpretation of core options
332908414823SStefan Bühler  * Enable escaping of % and $ in redirect/rewrite; only two cases changed their behaviour: "%%" => "%", "$$" => "$"
333079a6ae3fSStefan Bühler  * Fix accesslog port (should be port from the connection, not the "server.port") (#1618)
3331fe8b7e57SStefan Bühler  * Fix mod_fastcgi prefix matching: match the prefix always against url, not the absolute filepath (regardless of check-local)
33324bf89c62SStefan Bühler  * Overwrite Content-Type header in mod_dirlisting instead of inserting (#1614), patch by Henrik Holst
33338dd78e06SStefan Bühler  * Handle EINTR in mod_cgi during write() (#1640)
3334ac92ea36SStefan Bühler  * Allow all http status codes by default; disable body only for 204,205 and 304; generate error pages for 4xx and 5xx (#1639)
333573189c64SStefan Bühler  * Fix mod_magnet to set con->mode = p->id if it generates content, so returning 4xx/5xx doesn't append an error page
333670c0280cSStefan Bühler  * Remove lighttpd.spec* from source, fixing all problems with it ;-)
3337cbdd9e48SStefan Bühler  * Do not rely on PATH_MAX (POSIX does not require it) (#580)
3338f9999e28SStefan Bühler  * Disable logging to access.log if filename is an empty string
333993e7167fSStefan Bühler  * Implement a clean way to open /dev/null and use it to close stdin/out/err in the needed places (#624)
3340ef95813dSElan Ruusamäe  * merge spawn-fcgi changes from trunk (from @2191)
33410f515626SElan Ruusamäe  * let spawn-fcgi propagate exit code from spawned fcgi application
3342cf789917SStefan Bühler  * close connection after redirect in trigger_b4_dl (thx icy)
3343f08cd328SStefan Bühler  * close connection in mod_magnet if returned status code
334454383026SStefan Bühler  * fix bug with IPv6 in mod_evasive (#1579)
3345a70ba6c6SStefan Bühler  * fix scgi HTTP/1.* status parsing (#1638), found by [email protected]
33460b257bceSStefan Bühler  * [tests] fixed system, use foreground daemons and waitpid
3347cbd40dc4SStefan Bühler  * [tests] removed pidfile from test system
33483bb07cadSStefan Bühler  * [tests] fixed tests needing php running (if not running on port 1026, search php in env[PHP] or /usr/bin/php-cgi)
334925c7c7f3SStefan Bühler  * fixed typo in mod_accesslog (#1699)
335052861d77SStefan Bühler  * replaced buffer_{append,copy}_string with the _len variant where possible (#1732) (thx crypt)
335141868422SStefan Bühler  * case insensitive match for secdownload md5 token (#1710)
33520c16fdddSStefan Bühler  * Handle only HEAD, GET and POST in mod_dirlisting (same as in staticfile) (#1687)
33533f791f46SStefan Bühler  * fixed mod_secdownload problem with unsigned time_t (#1688)
3354c1662bcfSStefan Bühler  * handle EAGAIN and EINTR for freebsd sendfile (#1675)
335560b90dadSStefan Bühler  * Use filedescriptor 0 for mod_scgi spawn socket, redirect STDERR to /dev/null (#1716)
3356d0b5d2b4SStefan Bühler  * fixed round-robin balancing in mod_proxy (#1715)
3357a7f5983eSStefan Bühler  * fixed EINTR handling for waitpid in mod_fastcgi
33586ce1dfb0SStefan Bühler  * mod_{fast,s}cgi: overwrite environment variables (#1722)
3359ad12e4c5SStefan Bühler  * inserted many con->mode checks; they should prevent two modules to handle the same request if they shouldn't (#631)
3360d62f8943SStefan Bühler  * fixed url encoding to encode more characters (#266)
3361b8835ab9SStefan Bühler  * allow digits in [s]cgi env vars (#1712)
33628d837b75SStefan Bühler  * fixed dropping last character of evhost pattern (#161)
3363e294fffbSStefan Bühler  * print helpful error message on conditionals in global block (#1550)
336436f74e5dSStefan Bühler  * decode url before matching in mod_rewrite (#1720) -- (reverted for 1.4.21)
3365ba715e1cSStefan Bühler  * fixed conditional patching of ldap filter (#1564)
33661efff8bfSElan Ruusamäe  * Match headers case insensitive in response (removing of X-{Sendfile,LIGHTTPD-*}, catching Date/Server) [2281]
3367ab154ee5SStefan Bühler  * fixed bug with case-insensitive filenames in mod_userdir (#1589), spotted by "anders1" (CVE-2008-4360)
3368227d6f1bSStefan Bühler  * fixed format string bugs in mod_accesslog for SYSLOG
3369b511c429SStefan Bühler  * replaced fprintf with log_error_write in fastcgi debug
337043862666SStefan Bühler  * fixed mem leak in ssi expression parser (#1753), thx Take5k
337119588f6eSStefan Bühler  * hide some ssl errors per default, enable them with debug.log-ssl-noise (#397)
33729e6ef84eSStefan Bühler  * do not send content-encoding for 304 (#1754), thx yzlai
33737a64f2f8SStefan Bühler  * fix segfault for stat_cache(fam) calls with relative path (without '/', can be triggered by x-sendfile) (#1750)
3374e7ff9483SStefan Bühler  * fix splitting of auth-ldap filter
33756d1d3fc2SStefan Bühler  * workaround ldap connection leak if a ldap connection failed (restarting ldap)
337686766c10SStefan Bühler  * fix auth.backend.ldap.bind-dn/pw problems (only read from global context for temporary ldap reconnects, thx ruskie)
3377ab154ee5SStefan Bühler  * fix memleak in request header parsing (#1774, thx qhy) (CVE-2008-4298)
3378c8bce9b4SStefan Bühler  * fix mod_rewrite memleak/endless loop detection (#1775, thx phy - again!)
337936f74e5dSStefan Bühler  * use decoded url for matching in mod_redirect (#1720) (CVE-2008-4359) -- (reverted for 1.4.21)
33806528732cSStefan Bühler
33816528732cSStefan Bühler- 1.4.19 - 2008-03-10
33821b6b361bSMarcus Rückert
3383cb0f21c7SJan Kneschke  * added support for If-Range: <date> (#1346)
338417fa057dSElan Ruusamäe  * added support for matching $HTTP["scheme"] in configs
33859ab9f176SElan Ruusamäe  * fixed initgroups() called after chroot (#1384)
3386708f499dSJan Kneschke  * fixed case-sensitive check for Auth-Method (#1456)
338712bf15ddSElan Ruusamäe  * execute fcgi app without /bin/sh if used as argument to spawn-fcgi (#1428)
3388513057ebSElan Ruusamäe  * fixed a bug that made /-prefixed extensions being handled also when
3389513057ebSElan Ruusamäe    matching the end of the uri in fcgi,scgi and proxy modules (#1489)
33901f68a041SElan Ruusamäe  * print error if X-LIGHTTPD-send-file cannot be done; reset header
3391041350b4SStefan Bühler    Content-Length for send-file. Patches by Stefan Buehler
33921f68a041SElan Ruusamäe  * prevent crash in certain php-fcgi configurations (#841)
3393299ae40eSElan Ruusamäe  * add IdleServers and Scoreboard directives in ?auto mode for mod_status (#1507)
3394a18086bcSElan Ruusamäe  * open log immediately after daemonizing, fixes SIGPIPEs on startup  (#165)
3395af4be7d0SElan Ruusamäe  * HTTPS env var should be "on" when using mod_extforward and the X-Forwarded-Proto header is set. (#1499)
33963078b315SElan Ruusamäe  * generate ETag and Last-Modified headers for mod_ssi based on newest modified include (#1491)
3397022742a5SElan Ruusamäe  * support letterhomes in mod_userdir (#1473)
3398cde46f6aSElan Ruusamäe  * support chained proxies in mod_extforward (#1528)
3399b719752aSJan Kneschke  * fixed bogus "cgi died ?" if we kill the CGI process on shutdown
3400b719752aSJan Kneschke  * fixed ECONNRESET handling in network-openssl
340194feee04SJan Kneschke  * fixed handling of EAGAIN in network-linux-sendfile (#657)
3402041350b4SStefan Bühler  * reset conditional cache (#1164)
3403041350b4SStefan Bühler  * create directories in mod_compress (was broken with alias/userdir) (#1027)
34048cc03378SMarcus Rückert  * fixed out of range access in fd array (#1562, #372) (CVE-2008-0983)
3405041350b4SStefan Bühler  * mod_compress should check if the request is already handled, e.g. by fastcgi (#1565)
3406041350b4SStefan Bühler  * remove broken workaround for buggy Opera version with ssl/chunked encoding (#285)
3407041350b4SStefan Bühler  * generate etag/last-modified header for on-the-fly-compressed files (#1171)
3408041350b4SStefan Bühler  * req-method OPTIONS: do not insert default response if request was denied, do not deny OPTIONS by default (#1324)
3409041350b4SStefan Bühler  * fixed memory leak on windows (#1347)
3410041350b4SStefan Bühler  * fixed building outside of the src dir (#1349)
3411041350b4SStefan Bühler  * fixed including of stdint.h/inttypes.h in etag.c (#1413)
3412041350b4SStefan Bühler  * do not add Accept-Ranges header if range-request is disabled (#1449)
3413041350b4SStefan Bühler  * log the ip of failed auth tries in error.log (enhancement #1544)
3414041350b4SStefan Bühler  * fixed RoundRobin in mod_proxy (#516)
3415041350b4SStefan Bühler  * check for symlinks after successful pathinfo matching (#1574)
3416041350b4SStefan Bühler  * fixed mod-proxy.t to run with a builddir outside of the src dir
3417f570913eSStefan Bühler  * do not suppress content on "307 Temporary Redirect" (#1412)
3418d1bb9110SStefan Bühler  * fixed Content-Length header if response body gets removed in connections.c (#1412, part 2)
3419debd3087SStefan Bühler  * do not generate a "Content-Length: 0" header for HEAD requests, added test too
342087d3e8e4SStefan Bühler  * remove compress cache file if compression or write failed (#1150)
3421c5a1cac2SJan Kneschke  * fixed body handling of status 300 requests
34220adc0af5SStefan Bühler  * spawn-fcgi: only try to connect to unix socket (not tcp) before spawning (#1575)
34238cc03378SMarcus Rückert  * fix sending source of cgi script instead of 500 error if fork fails (CVE-2008-1111)
34246754ad51SStefan Bühler  * fix min-procs handling in mod_scgi.c, just set to max-procs (patch from #623)
342552840fa1SStefan Bühler  * fix sending "408 - Timeout" instead of "410 - Gone" for timedout urls in mod_secdownload (#1440)
342641414d63SMarcus Rückert  * workaround #1587: require userdir.path to be set to enable mod_userdir (empty string allowed) (CVE-2008-1270)
34271181dad6SJan Kneschke  * make configure checks for --with-pcre, --with-zlib and --with-bzip2 failing if the headers aren't found
34287bb55599SJan Kneschke  * fixed handling of waitpid() == EINTR mod_ssi on solaris
34291b6b361bSMarcus Rückert
3430d85f4293SMarcus Rückert- 1.4.18 - 2007-09-09
3431d85f4293SMarcus Rückert
343229fdd34aSJan Kneschke  * fixed compile error on IRIX 6.5.x on prctl() (#1333)
3433e0629883SJan Kneschke  * fixed forwarding a SIGINT and SIGHUP when using max-workers (#902)
343434b3ee02SJan Kneschke  * fixed FastCGI header overrun in mod_fastcgi (reported by [email protected])
34355b2e697cSJan Kneschke  * fixed hanging redirects with keep-alive due to missing
34365b2e697cSJan Kneschke    "Content-Length: 0" headers
3437a3dcc8b5SMarcus Rückert  * fixed crashing when using undefined environment variables in the config
3438d85f4293SMarcus Rückert  * fixed compilation of mod_mysql_vhost on irix (#1341)
343966c4c8f1SMarcus Rückert
3440d4f02c65SMarcus Rückert- 1.4.17 - 2007-08-29
3441d85f4293SMarcus Rückert
3442bbd42c4eSJan Kneschke  * added dir-listing.set-footer in mod_dirlisting (#1277)
3443ef19bacaSJan Kneschke  * added sending UID and PID for SIGTERM and SIGINT to the logs
3444dac6d449SMarcus Rückert  * fixed hardcoded font-sizes in mod_dirlisting (#1267)
344541271d5cSJan Kneschke  * fixed different ETag length on 32/64 platforms (#1279)
3446e8abdbf9SJan Kneschke  * fixed compression of files < 128 bytes by disabling compression (#1241)
34474ac0e2ddSElan Ruusamäe  * fixed mysql server reconnects (#518)
3448f0333c8cSJan Kneschke  * fixed disabled keep-alive for dynamic content with HTTP/1.0 (#1166)
3449f0333c8cSJan Kneschke  * fixed crash on mixed EOL sequences in mod_cgi
34509bc4c2a0SJan Kneschke  * fixed key compare (#1287)
34519bc4c2a0SJan Kneschke  * fixed invalid char in header values (#1286)
34529bc4c2a0SJan Kneschke  * fixed invalid "304 Not Modified" on broken timestamps
3453c752d469SGlenn Strauss  * fixed endless loop on shrunk files with sendfile() on BSD (#1289)
34547d266584SJan Kneschke  * fixed counter overrun in ?auto in mod_status (#909)
3455c752d469SGlenn Strauss  * fixed too aggressive caching of nested conditionals (#41)
3456c4e31502SJan Kneschke  * fixed possible overflow in unix-socket path checks on BSD (#713)
34575bc539b6SJan Kneschke  * fixed extra Content-Length header on 1xx, 204 and 304 (#1002)
3458f67cdb67SJan Kneschke  * fixed handling of duplicate If-Modified-Since to return 304
345941e836b4SJan Kneschke  * fixed extracting status code from NPH scripts (#1125)
34601e1a8e59SJan Kneschke  * fixed prctl() usage (#1310)
3461e745fd6aSJan Kneschke  * removed config-check if passwd files exist (#1188)
3462523336ebSMarcus Rückert  * fixed crash when etags are disabled but the client sends one (#1322)
3463f2c8fb6eSMarcus Rückert  * fixed crash when freeing the config in mod_alias
3464d4f02c65SMarcus Rückert  * fixed server.error-handler-404 breakage from 1.4.16 (#1270)
3465d4f02c65SMarcus Rückert  * fixed entering 404-handler from dynamic content (#948)
3466d4f02c65SMarcus Rückert  * added more debug infos for FAM based stat-cache
3467d4f02c65SMarcus Rückert  * use more LSB like paths in the sample config (#1242)
3468dac6d449SMarcus Rückert
3469d4f02c65SMarcus Rückert- 1.4.16 - 2007-07-25
3470768a0d0eSJan Kneschke
3471b2a96c95SJan Kneschke  * added static-file.etags, etag.use-inode, etag.use-mtime, etag.use-size
3472b2a96c95SJan Kneschke    to customize the generation of ETags for static files. (#1209)
3473b2a96c95SJan Kneschke    (patch by <[email protected]>)
3474768a0d0eSJan Kneschke  * fixed typecast of NULL on execl() (#1235)
3475b2a96c95SJan Kneschke    (patch by F. Denis)
3476768a0d0eSJan Kneschke  * fixed circumventing url.access-deny by trailing slash (#1230)
3477768a0d0eSJan Kneschke  * fixed crash on duplicate headers with trailing WS (#1232)
3478d12d86d7SJan Kneschke  * fixed accepting more connections then requested (#1216)
347915e260c2SJan Kneschke  * fixed mem-leak in mod_auth (reported by Stefan Esser)
348015e260c2SJan Kneschke  * fixed crash with md5-sess and cnonce not set in mod_auth (reported by Stefan Esser)
348115e260c2SJan Kneschke  * fixed missing check for base64 encoded string in mod_auth and Basic auth
348215e260c2SJan Kneschke    (reported by Stefan Esser)
348315e260c2SJan Kneschke  * fixed possible crash in Auth-Digest header parser on trailing WS in
348415e260c2SJan Kneschke    mod_auth (reported by Stefan Esser)
3485abdd1f5bSMarcus Rückert  * fixed check on stale errno values, which broke handling of broken fastcgi
3486abdd1f5bSMarcus Rückert    applications. (#1245)
34878f9f5320SJan Kneschke  * fixed crash on 32bit archs when debug-msgs are printed in mod_scgi, mod_fastcgi
34888f9f5320SJan Kneschke    and mod_webdav (#1263)
3489768a0d0eSJan Kneschke
34902fcc885fSJan Kneschke- 1.4.15 - 2007-04-13
34915b22a9e9SMarcus Rückert
34922fcc885fSJan Kneschke  * fixed broken Set-Cookie headers
34935b22a9e9SMarcus Rückert
3494ac959d33SMarcus Rückert- 1.4.14 - 2007-04-13
3495ac959d33SMarcus Rückert
3496f0390806SMarcus Rückert  * fix crash if gethostbyaddr() failed on redirect [1718]
3497f0390806SMarcus Rückert  * properly handle 206 responses generated by *cgi scripts. (#755) [1716]
3498f0390806SMarcus Rückert  * added HTTPS=on to the environment of cgi scripts (#861) [1684]
3499f0390806SMarcus Rückert  * fix handling of 303 (#1045) [1678]
350045e753dfSElan Ruusamäe  * made the configure check for lua more portable [1677]
3501f0390806SMarcus Rückert  * added mod_extforward module [1665]
3502f0390806SMarcus Rückert  * references to the fam stat cache engine should be conditional (#1039) [1664]
3503f0390806SMarcus Rückert  * fix http 500 errors (colin.stephen/at/o2.com) #1041 [1663]
350445e753dfSElan Ruusamäe  * prevent wrong pidfile unlinking on graceful restart (Chris Webb) [1656]
350545e753dfSElan Ruusamäe  * ignore empty packets from STDERR stream. #998
3506374741e2SElan Ruusamäe  * fix a crash for files with an mtime of 0 reported by cubiq on irc [1519]
3507ac959d33SMarcus Rückert    CVE-2007-1870
3508427120b4SStefan Bühler  * allow empty passwords with ldap (Jörg Sonnenberger) [1516]
3509f0390806SMarcus Rückert  * mod_scgi.c segfault fix #964 [1501]
351045e753dfSElan Ruusamäe  * Added round-robin support to mod_fastcgi [1500]
3511427120b4SStefan Bühler  * Handle DragonFlyBSD the same way as Freebsd (Jörg Sonnenberger) [1492,1676]
351245e753dfSElan Ruusamäe  * added now and weeks support to mod_expire. #943
3513ac959d33SMarcus Rückert  * fix cpu hog in certain requests [1473] CVE-2007-1869
351445e753dfSElan Ruusamäe  * fix for handling hostnames with trailing dot [1406]
35157d408664SJan Kneschke  * fixed header-injection via server.tag (#1106)
351654fa094dSJan Kneschke  * disabled caching of files without a content-type to solve the
351754fa094dSJan Kneschke    aggressive caching of FF
35187d408664SJan Kneschke  * remove trailing white-spaces from HTTP-requests before parsing (#1098)
351940e19e48SJan Kneschke  * fixed accesslog.use-syslog in a conditional and the caching of the
352040e19e48SJan Kneschke    accesslog for files (fixes #1064)
3521642247c3SJan Kneschke  * fixed various crashes at startup on broken accesslog.format strings (#1000)
3522642247c3SJan Kneschke  * fixed handling of %% in accesslog.format
35238fca2018SJan Kneschke  * fixed conditional dir-listing.exclude (#930)
3524fff10e1dSJan Kneschke  * reduced default PATH_MAX to 255 (#826)
3525aa37da47SJan Kneschke  * ECONNABORTED is not known on cygwin (#863)
3526aa37da47SJan Kneschke  * fixed crash on url.redirect and url.rewrite if %0 is used in a global context
3527aa37da47SJan Kneschke    (#800)
35287f5aabdaSJan Kneschke  * fixed possible crash in debug-message in mod_extforward
35297f5aabdaSJan Kneschke  * fixed compilation of mod_extforward on glibc < 2.3.4
3530dadc835cSJan Kneschke  * fixed include of empty in the configfiles (#1076)
3531aab9e92aSJan Kneschke  * send SIGUSR1 to fastcgi children before SIGTERM. libfcgi wants SIGUSR1. (#737)
3532aab9e92aSJan Kneschke  * fixed missing AUTH_TYPE entry in the fastcgi environment. (#889)
3533aab9e92aSJan Kneschke  * fixed compilation in network_writev.c on MacOS X 10.3.9 (#903)
3534ac959d33SMarcus Rückert  * added kill-signal as another setting for fastcgi backends. See the wiki for more.
353540e19e48SJan Kneschke
353631dc9ac7SJan Kneschke- 1.4.13 - 2006-10-09
3537fe6b7207SJan Kneschke
3538fe6b7207SJan Kneschke  * added initgroups in spawn-fcgi (#871)
3539fe6b7207SJan Kneschke  * added apr1 support htpasswd in mod-auth (#870)
35409a492699SJan Kneschke  * added lighty.stat() to mod_magnet
3541c752d469SGlenn Strauss  * fixed segfault in split CRLF CRLF sequences
3542374741e2SElan Ruusamäe    (introduced in 1.4.12) (#876)
3543fe6b7207SJan Kneschke  * fixed compilation of LOCK support in mod-webdav
3544fe6b7207SJan Kneschke  * fixed fragments in request-URLs (#869)
3545fe6b7207SJan Kneschke  * fixed pkg-config check for lua5.1 on debian
35469a492699SJan Kneschke  * fixed Content-Length = 0 on HEAD requests without
35479a492699SJan Kneschke    a known Content-Length (#119)
35489a492699SJan Kneschke  * fixed mkdir() forcing 0700 (#884)
35499a492699SJan Kneschke  * fixed writev() on FreeBSD 4.x and older (#875)
35509a492699SJan Kneschke  * removed warning about a 404-error-handler
35519a492699SJan Kneschke    returned 404
3552d3480284SMarcus Rückert  * backported and fixed the buildsystem changes for
3553d3480284SMarcus Rückert    webdav locks
3554d3480284SMarcus Rückert  * fixed plugin loading so we can finally load lua
3555d3480284SMarcus Rückert    extensions in mod_magnet scripts
355631dc9ac7SJan Kneschke  * fixed large uploads if xattr is enabled
3557fe6b7207SJan Kneschke
355875174f14SJan Kneschke- 1.4.12 - 2006-09-23
3559d5c98732SJan Kneschke
3560d5c98732SJan Kneschke  * added experimental LOCK support for webdav
3561d5c98732SJan Kneschke  * added Content-Range support for PUT in webdav
3562d5c98732SJan Kneschke  * added support for += on empty arrays in config-files
3563d5c98732SJan Kneschke  * added ssl.cipher-list and ssl.use-sslv2
35643b73da83SJan Kneschke  * added $HTTP["querystring"] conditional
356573763f87SMarcus Rückert  * added mod_magnet as long-term replacement for mod_cml
3566a4cabee7SJan Kneschke  * added work-around for a Opera Bug with SSL + Chunked-Encoding
3567a4cabee7SJan Kneschke  * changed --print-config to print to stdout instead of stderr
35685130edf9SMarcus Rückert  * changed no longer use 0600 for new files with webdav. umask is
35695130edf9SMarcus Rückert    honored. Make sure you have set a proper umask.
3570d5c98732SJan Kneschke  * fixed upload hangs with SSL
3571d5c98732SJan Kneschke  * fixed connection drops with SSL (aka bad retry)
3572d5c98732SJan Kneschke  * fixed path traversal with \ on cygwin
3573d5c98732SJan Kneschke  * fixed mem-leak in mod_flv_streaming
3574d5c98732SJan Kneschke  * fixed required trailing newline in configfiles (#142)
3575d5c98732SJan Kneschke  * fixed quoting the autoconf files (#466)
3576d5c98732SJan Kneschke  * fixed empty Host: + $HTTP["host"] handling (#458)
3577d5c98732SJan Kneschke  * fixed handling of If-Modified-Since if ETag is not set
3578d5c98732SJan Kneschke  * fixed default-shell if SHELL is not set (#441)
3579d5c98732SJan Kneschke  * fixed appending and assigning of env.* vars
3580d5c98732SJan Kneschke  * fixed empty FCGI_STDERR packets
35813b73da83SJan Kneschke  * fixed conditional server.allow-http-11
35823b73da83SJan Kneschke  * fixed handling of follow-symlink + lstat()
3583f157915cSJan Kneschke  * fixed SIGHUP handling if max-workers is used
358400a5770eSJan Kneschke  * fixed "Software caused connection abort" messages on FreeBSD
3585d5c98732SJan Kneschke
35862cf69764SJan Kneschke- 1.4.11 - 2006-03-09
35872e158adaSJan Kneschke
35882cf69764SJan Kneschke  * added ability to specify which ip address spawn-fci listens on
358961f1dabdSElan Ruusamäe    (agkr/at/pobox.com)
35902e158adaSJan Kneschke  * added mod_flv_streaming to streaming Flash Movies efficiently
3591c752d469SGlenn Strauss  * fixed handling of error codes returned by mod_dav_svn behind a
35922cf69764SJan Kneschke    mod_proxy
35932e158adaSJan Kneschke  * fixed error-messages in mod_auth and mod_fastcgi
35942e158adaSJan Kneschke  * fixed re-enabling overloaded local fastcgi backends
35952e158adaSJan Kneschke  * fixed handling of deleted files in linux-sendfile
35962e158adaSJan Kneschke  * fixed compilation on BSD and MacOSX
35972cf69764SJan Kneschke  * fixed $SERVER["socket"] on a already bound socket
35982e158adaSJan Kneschke  * fixed local source retrieval on windows
35992e158adaSJan Kneschke    (secunia)
3600c752d469SGlenn Strauss  * fixed hanging cgi if remote side is dying while reading
360161f1dabdSElan Ruusamäe    from the pipe (sandy/at/meebo.com)
36022e158adaSJan Kneschke
3603c29b0689SJan Kneschke- 1.4.10 - 2006-02-08
36041b517c8bSJan Kneschke
360558c70213SJan Kneschke  * added docs for mod_dirlisting
36061b517c8bSJan Kneschke  * added fastcgi.map-extensions to mod_fastcgi
36071b517c8bSJan Kneschke  * fixed load balancing for mod_fastcgi
36081b517c8bSJan Kneschke  * fixed extra newline for syslog() in mod_accesslog
36091b517c8bSJan Kneschke  * fixed user-track cookie for IE in mod_usertrack
36101b517c8bSJan Kneschke  * fixed crash in digest handling in mod_auth
36110150987aSJan Kneschke  * fixed handling of 301 response-bodies from a mod_proxy backend
36120150987aSJan Kneschke  * fixed loading of base modules if server.modules is not set
36130150987aSJan Kneschke  * fixed broken cgi if mod_scgi is loaded
36141b517c8bSJan Kneschke
3615123c98a3SJan Kneschke- 1.4.9 - 2006-01-14
36162fe31be5SJan Kneschke
361761f1dabdSElan Ruusamäe  * added server.core-files option (sandy <sandy/at/meebo.com>)
36183c5de447SJan Kneschke  * added docs for mod_status
361961f1dabdSElan Ruusamäe  * added mod_evasive to limit the number of connections by IP (<w1zzard/at/techpowerup.com>)
3620580823f7SJan Kneschke  * added the power-magnet to mod_cml
3621a5e280fdSJan Kneschke  * added internal statistics to mod_fastcgi
3622a5e280fdSJan Kneschke  * added server.statistics-url to get internal statistics from mod_status
3623a5e280fdSJan Kneschke  * added support for conditional range-requests through If-Range
3624a5e280fdSJan Kneschke  * added static building via scons
362561f1dabdSElan Ruusamäe  * fixed 100% cpu loops in mod_cgi ("sandy" <sjen/at/cs.stanford.edu>)
362661f1dabdSElan Ruusamäe  * fixed handling for secure-download.timeout (jamis/at/37signals.com)
362761f1dabdSElan Ruusamäe  * fixed IE bug in content-charset in the output of mod_dirlisting (sniper/at/php.net)
362861f1dabdSElan Ruusamäe  * fixed typos and language in the docs (ryan-2005/at/ryandesign.com)
362961f1dabdSElan Ruusamäe  * fixed assertion in mod_cgi on HEAD request is Content-Length (<sandy/at/meebo.com>)
3630580823f7SJan Kneschke  * fixed handling if equal but duplicate If-Modified-Since request headers
3631a5e280fdSJan Kneschke  * fixed endless loops in mod_fastcgi if backend is dead
3632a5e280fdSJan Kneschke  * fixed Depth: 1 handling in PROPFIND requests on empty dirs
363361f1dabdSElan Ruusamäe  * fixed encoding of UTF8 encoded dirlistings (Jani Taskinen <sniper/at/iki.fi>)
3634123c98a3SJan Kneschke  * fixed initial bind to a unix-domain socket through server.bind
3635123c98a3SJan Kneschke  * fixed handling of lowercase filesystems
3636123c98a3SJan Kneschke  * fixed duplicate request headers cause by mod_setenv
36372fe31be5SJan Kneschke
36382fe31be5SJan Kneschke- 1.4.8 - 2005-11-23
3639e5dbbc65SJan Kneschke
3640e5dbbc65SJan Kneschke  * added auto-reconnect to ldap-server in mod_auth
364161f1dabdSElan Ruusamäe    (joerg/at/netbsd.org)
3642f541eb8fSJan Kneschke  * changed auth.ldap-cafile to be optional
364361f1dabdSElan Ruusamäe    (joerg/at/netbsd.org)
36440ad4a296SJan Kneschke  * added strip_request_uri in mod_fastcgi
3645a364e9f5SJan Kneschke  * added more X-* headers to mod_proxy
364661f1dabdSElan Ruusamäe    (Ben Grimm <bengrimm/at/gmail.com>)
3647a364e9f5SJan Kneschke  * added 'debug' to simple-vhost to suppress the
3648a364e9f5SJan Kneschke    (mod_simple_vhost.c.157) No such file or directory /servers/ww.lighttpd.net/pages/
3649a364e9f5SJan Kneschke    messages by default
36502fe31be5SJan Kneschke  * added support to let the server listen on UNIX-socket
36510ad4a296SJan Kneschke  * changed default stat-cache-engine to 'simple'
3652e5dbbc65SJan Kneschke  * removed debian/ dir from source package on request by packager
3653e5dbbc65SJan Kneschke  * fixed max-age timestamps in mod_expire
36540ad4a296SJan Kneschke  * fixed encoding the filenames in PROPFIND in mod_webdav
36550ad4a296SJan Kneschke  * fixed range request handling in network_writev
36560ad4a296SJan Kneschke  * fixed retry on connect error in mod_fastcgi
365761f1dabdSElan Ruusamäe    (Robert G. Jakabosky <bobby/at/alphatrade.com>)
36580ad4a296SJan Kneschke  * fixed possible crash in mod_webdav if sqlite3 support
36590ad4a296SJan Kneschke    is available but not use
366050ad1674SJan Kneschke  * fixed fdvent-handler init if server.max-worker was used
366161f1dabdSElan Ruusamäe    (Siddharth Vijayakrishnan <mail/at/bluefireworks.net>)
3662f541eb8fSJan Kneschke  * fixed missing cleanup in mysql_vhost
36632fe31be5SJan Kneschke  * fixed assert() in "connections.c:962:
36642fe31be5SJan Kneschke      connection_handle_read_state: Assertion 'c->mem->used' failed."
3665f541eb8fSJan Kneschke  * fixed 64bit issue in md5
3666a364e9f5SJan Kneschke  * fixed crash in mod_status
3667a364e9f5SJan Kneschke  * fixed duplicate headers in mod_proxy
3668a364e9f5SJan Kneschke  * fixed Content-Length in HEAD request in mod_proxy
3669c752d469SGlenn Strauss  * fixed unsigned/signed comparisons
36702cc4f967SJan Kneschke  * fixed streaming in mod_cgi
36712fe31be5SJan Kneschke  * fixed possible overflow in password-salt handling
367261f1dabdSElan Ruusamäe    (reported on slashdot by james-web/at/and.org)
36732fe31be5SJan Kneschke  * fixed server-traffic-limit if connection limit is not set
3674e5dbbc65SJan Kneschke
3675e5dbbc65SJan Kneschke- 1.4.7 - 2005-11-02
3676c736a344SJan Kneschke
3677c736a344SJan Kneschke  * added FD_CLOEXEC to fds which are kept open for a longer time
3678c736a344SJan Kneschke  * added smaller, moving mmaped windows to network_writev
3679c736a344SJan Kneschke  * added madvise() to instruct the kernel the do proper read-ahead in network_writev
3680c736a344SJan Kneschke  * added support for %I in mod_accesslog
3681c736a344SJan Kneschke  * added better compat to Apache for ?auto in mod_status
3682c736a344SJan Kneschke  * added support for userdirs without a entry in /etc/passwd in mod_userdir
368361f1dabdSElan Ruusamäe    (rob/at/inversepath.com)
3684e290b119SJan Kneschke  * added startup-time selectable network-backend
368594042204SJan Kneschke  * added location of upload-files to config as array
3686fa804343SJan Kneschke  * added webdav.log-xml for logging xml-content in mod_webdav
3687e5dbbc65SJan Kneschke  * added Cache-Control: max-age to mod_expire
3688c736a344SJan Kneschke  * workaround missing client-bug by assuming we received a close-notify on
3689c736a344SJan Kneschke    non-keep-alive requests in SSL request
3690c736a344SJan Kneschke  * disabled kerberos5 support by default to fix compilation on RHEL
3691c736a344SJan Kneschke  * fixed order of library checks to fix compilation on Solaris 9
3692c736a344SJan Kneschke  * fixed open file-descriptors on read-error
3693c736a344SJan Kneschke  * fixed crash if /var/tmp is not writable
3694c736a344SJan Kneschke
3695c1f4d40dSJan Kneschke- 1.4.6 - 2005-10-09
3696c1f4d40dSJan Kneschke
3697c1f4d40dSJan Kneschke  * fixed compilation on MacOS X and cygwin
3698c1f4d40dSJan Kneschke  * fixed compressed output if caching was disabled (seen in IE and Opera)
3699c1f4d40dSJan Kneschke  * fixed range-request option
3700c1f4d40dSJan Kneschke  * fixed mysql-vhost module (was broken in 1.4.5)
3701c1f4d40dSJan Kneschke  * fixed false positive in the detection of case-insensitive FS
3702c1f4d40dSJan Kneschke
37035b859e34SJan Kneschke- 1.4.5 - 2005-10-02
37044ab20e5bSJan Kneschke
37054ab20e5bSJan Kneschke  * added all DeltaV methods as known methods
37064ab20e5bSJan Kneschke  * added buffer-to-disk of request content
37074ab20e5bSJan Kneschke  * added warning for unused variables in conditionals
37084ab20e5bSJan Kneschke  * added global index-generators to mod_indexfile
37094ab20e5bSJan Kneschke  * fixed caching for remote-ip conditionals with keep-alive
37104ab20e5bSJan Kneschke  * fixed redirects with content
37114ab20e5bSJan Kneschke  * fixed infinite loop in exec-cmd in mod_ssi
37124ab20e5bSJan Kneschke  * fixed segfault in config handling for mod_mysql_vhost
37134ab20e5bSJan Kneschke  * fixed segfault on FIFOs/Sockets
37144ab20e5bSJan Kneschke  * fixed possible crash on uninit memory if If-Modified-Since was too long
37154ab20e5bSJan Kneschke  * fixed accounting of mem-chunks
37164ab20e5bSJan Kneschke  * fixed starving of connections on high load
37174ab20e5bSJan Kneschke  * fixed crc errors in mod_compress on 64bit platforms
37184ab20e5bSJan Kneschke  * fixed handling of overlapping fastcgi packets (bug added in 1.4.4)
37194ab20e5bSJan Kneschke  * fixed logic of conditionals if a header was not set
37204ab20e5bSJan Kneschke  * fixed a segfault in mod_rewrite if %1 references were used
37215b859e34SJan Kneschke  * fixed handling of empty request URIs in HTTP requests
37224ab20e5bSJan Kneschke
372395dfbca5SJan Kneschke- 1.4.4 - 2005-09-16
3724dce84f26SJan Kneschke  * added support for %V in mod_accesslog
3725c752d469SGlenn Strauss  * added a option for a FastCGI responder to send static files
372695dfbca5SJan Kneschke  * added md5 and blowfish hashes to htpasswd
3727dce84f26SJan Kneschke  * fixed METHOD in mod_accesslog of WebDAV methods
3728dce84f26SJan Kneschke  * fixed check for permission before files in sent
3729dce84f26SJan Kneschke  * fixed mod-proxy and content for non-POST requests
3730dce84f26SJan Kneschke  * fixed compilation of mod_cml on MacOS X
3731dce84f26SJan Kneschke  * fixed SSL errmsg after accept()
3732dce84f26SJan Kneschke  * fixed memleak in stat-cache
3733dce84f26SJan Kneschke  * fixed aborted connections if file was moved while in transfer
3734dce84f26SJan Kneschke  * fixed mem-usage for large FastCGI transfers
3735dce84f26SJan Kneschke
3736dce84f26SJan Kneschke- 1.4.3 - 2005-09-01
37372d95a31dSJan Kneschke
3738c752d469SGlenn Strauss  * added graceful shutdown
37392d95a31dSJan Kneschke  * added server.max-connections
37402d95a31dSJan Kneschke  * fixed compilation on all BSD platforms
37412d95a31dSJan Kneschke  * fixed init of kqueue and /dev/poll after daemonize
37422d95a31dSJan Kneschke  * fixed segfault if select() is event-handler and more than FD_SETSIZE
37432d95a31dSJan Kneschke    fds are opened
37442d95a31dSJan Kneschke  * fixed compilation of mod_cml
37452d95a31dSJan Kneschke  * fixed bin-copy-env in mod_fastcgi
37462d95a31dSJan Kneschke
374760b16926SJan Kneschke- 1.4.2 - 2005-08-29
374802125345SJan Kneschke
374902125345SJan Kneschke  * fixed mimetype detection on uppercase extensions
375060b16926SJan Kneschke  * fixed memleak in stat-cache
375160b16926SJan Kneschke  * fixed infinite loop in mod_cgi
375260b16926SJan Kneschke  * fixed alignment crashes on sparc64 and alpha64
375360b16926SJan Kneschke  * fixed test system for gentoo ebuild
375460b16926SJan Kneschke  * fixed infinite loop in SSL
375560b16926SJan Kneschke  * fixed range request for files > 2Gb
375602125345SJan Kneschke
37570f238b33SJan Kneschke- 1.4.1 - 2005-08-22
37580f238b33SJan Kneschke
3759c752d469SGlenn Strauss  * added a complete Class 1 compliant mod_webdav
37600f238b33SJan Kneschke  * fixed ssl support (especially on OpenBSD)
37610f238b33SJan Kneschke  * fixed response header in body problem in mod_cgi
37620f238b33SJan Kneschke  * fixed numbers before body problem
37630f238b33SJan Kneschke  * fixed compilation on Solaris and FreeBSD
37640f238b33SJan Kneschke  * fixed conditional options in mod_dirlisting
37650f238b33SJan Kneschke  * fixed segfault in mod_dirlisting for NFS directories
3766fd7466ebSJan Kneschke  * fixed check for docroot in change-root environments
37670f238b33SJan Kneschke
3768af3be09bSJan Kneschke- 1.4.0 - 2005-08-17
3769af3be09bSJan Kneschke
3770af3be09bSJan Kneschke  * added nested conditionals
3771af3be09bSJan Kneschke  * added remote-ip to $HTTP
3772af3be09bSJan Kneschke  * added support for stat-cache via FAM
3773b3160005SJan Kneschke  * added a read-only WebDAV module
3774af3be09bSJan Kneschke  * fixed cleanup in mod_proxy and mod_fastcgi
3775af3be09bSJan Kneschke  * fixed handling of filenames on case-insensitive filesystems
3776af3be09bSJan Kneschke
3777263cc5dbSJan Kneschke- 1.3.16 - 2005-07-31
3778263cc5dbSJan Kneschke
3779263cc5dbSJan Kneschke  * added Date: headers to dynamic HTTP/1.0 requests
3780263cc5dbSJan Kneschke  * added support for OPTION * HTTP/1.1
3781263cc5dbSJan Kneschke  * added support for accesslog to syslog
3782263cc5dbSJan Kneschke  * added support for PATH_INFO guessing if check-local is disabled in
3783263cc5dbSJan Kneschke      mod_fastcgi
3784263cc5dbSJan Kneschke  * added switch to disable range-requests
3785263cc5dbSJan Kneschke  * added valid-user option for mod_auth (tigger at gentoo.org)
3786263cc5dbSJan Kneschke  * added JavaScript based sorting to mod_status (erik)
3787263cc5dbSJan Kneschke  * added selective TCP_CORK (Christian von Roques)
3788263cc5dbSJan Kneschke  * break up endless loops with Status: 500
3789263cc5dbSJan Kneschke  * fixed endless loops in mod_rewrite
3790263cc5dbSJan Kneschke  * mapped url.rewrite and url.rewrite-final to uri.rewrite-once
3791263cc5dbSJan Kneschke  * fixed compilation for mod_trigger_b4_dl
3792263cc5dbSJan Kneschke  * fixed 'can't reach host' in mod_proxy
3793263cc5dbSJan Kneschke  * error-handler-404 defaults to Status: 200 and static files work now
3794263cc5dbSJan Kneschke
379562960767SJan Kneschke- 1.3.15 - 2005-07-15
379662960767SJan Kneschke
379762960767SJan Kneschke  * added mod_cml
379862960767SJan Kneschke  * added mod_trigger_b4_dl
379962960767SJan Kneschke  * added encoding to mod_dirlisting
380062960767SJan Kneschke  * added ?auto to mod_status
380162960767SJan Kneschke  * relaxed handling of characters in URIs even more
380262960767SJan Kneschke  * fixed detection of sendfile() on Linux 2.4.x
3803c752d469SGlenn Strauss  * fixed comparison of buffers for short strings
380462960767SJan Kneschke  * server.errorfile-prefix is now conditional
380562960767SJan Kneschke  * fixed mod_rrdtool to close STDERR
380662960767SJan Kneschke
380762960767SJan Kneschke- 1.3.14 - 2005-06-15
38088281374fSJan Kneschke
38098281374fSJan Kneschke  * added SCGI support via mod_scgi
38108281374fSJan Kneschke  * added hash-based and round-robin load balancing to mod_proxy
38118281374fSJan Kneschke  * fixed range requests larger than 2Gb
38128281374fSJan Kneschke  * fixed compilation on Solaris
38138281374fSJan Kneschke  * fixed endless loops in mod_fastcgi, mod_cgi and mod_proxy
38148281374fSJan Kneschke  * fixed handling of URIs for '+' and characters > 127
38158281374fSJan Kneschke
381644e33e86SJan Kneschke- 1.3.13 - 2005-03-06
381744e33e86SJan Kneschke
381844e33e86SJan Kneschke  * added customizable directory listings
381944e33e86SJan Kneschke  * fixed compile error on all BSD unixes
382044e33e86SJan Kneschke  * fixed PATHINFO handling for FastCGI
382144e33e86SJan Kneschke  * fixed handling of remote-close on FreeBSD and OpenSSL
382244e33e86SJan Kneschke
382306c35abeSJan Kneschke- 1.3.12 - 2005-03-02
382406c35abeSJan Kneschke
382506c35abeSJan Kneschke  * added ssl.ca-file
382606c35abeSJan Kneschke  * added support for \n\n as terminator
382706c35abeSJan Kneschke  * rewrote test-framework and added more tests
382806c35abeSJan Kneschke  * fixed cgi.assign with empty handler
382906c35abeSJan Kneschke  * fixed segfault in debug-code
383006c35abeSJan Kneschke  * fixed mod_expire if modification-timestamps are used
383106c35abeSJan Kneschke  * fixed segfault on duplication Host-headers
38329a5cf4a2SJan Kneschke  * fixed endless loop in mod_fastcgi
38339a5cf4a2SJan Kneschke  * fixed handling of dead fastcgi-processes
383406c35abeSJan Kneschke
383504037134SJan Kneschke- 1.3.11 - 2005-02-20
383604037134SJan Kneschke
383704037134SJan Kneschke  * added REMOTE_PORT and SERVER_ADDR to CGI-env
383804037134SJan Kneschke  * relaxed handling of newlines before keep-alive requests
383904037134SJan Kneschke  * relaxed uri-parser again
384004037134SJan Kneschke  * fixed PHP_SELF for php
384104037134SJan Kneschke  * fixed compilation on MacOS X
384204037134SJan Kneschke  * fixed handling of EPIPE and ECONNRESET
384304037134SJan Kneschke  * fixed crash in mod_auth if config-options are missing
384404037134SJan Kneschke  * fixed handling of missing trailing / in mod_userdir
384504037134SJan Kneschke  * fixed conditional secdownload.secret
384604037134SJan Kneschke  * fixed REPORT ME error due to failed reconnects in mod_fastcgi
384704037134SJan Kneschke  * fixed cmdline handling in mod_fastcgi
384804037134SJan Kneschke
3849bcdc6a3bSJan Kneschke- 1.3.10 - 2005-02-06
3850bcdc6a3bSJan Kneschke
3851bcdc6a3bSJan Kneschke  * added support for full commandline in spawn-fcgi
3852bcdc6a3bSJan Kneschke  * fixed missing check for IP-address in mod_fastcgi
3853bcdc6a3bSJan Kneschke  * fixed compile error with openssl in mod_fastcgi
385406c35abeSJan Kneschke  * removed a debug-message from network-functions
3855bcdc6a3bSJan Kneschke
3856bcdc6a3bSJan Kneschke- 1.3.9 - 2005-02-06
3857bcdc6a3bSJan Kneschke
3858bcdc6a3bSJan Kneschke  * added a stricter URI parser
3859bcdc6a3bSJan Kneschke  * added a check to the CGI spawner if the cgi-handler exists
3860bcdc6a3bSJan Kneschke  * added documentation for SSL and mod_status
3861bcdc6a3bSJan Kneschke  * added handling of startup environment to FastCGI
3862bcdc6a3bSJan Kneschke  * improved performance in FastCGI in buildind the FastCGI header
3863bcdc6a3bSJan Kneschke  * fixed min-procs and max-procs in FastCGI on PowerPC
3864bcdc6a3bSJan Kneschke  * fixed crash in setenv.add-response-header
3865bcdc6a3bSJan Kneschke  * fixed handling of nph-scripts in CGI
3866c752d469SGlenn Strauss  * fixed accidentally sending out physical file in CGI on error
3867bcdc6a3bSJan Kneschke  * fixed cygwin support
3868bcdc6a3bSJan Kneschke  * fixed handling of missing files
3869bcdc6a3bSJan Kneschke  * fixed HEAD requests for dynamic requests
3870bcdc6a3bSJan Kneschke
3871bcdc6a3bSJan Kneschke- 1.3.8 - 2005-01-30
3872bcdc6a3bSJan Kneschke
3873bcdc6a3bSJan Kneschke  * added traffic shaping by remote host and virtual server
3874bcdc6a3bSJan Kneschke  * added auto-spawning of FastCGI process on demand
3875bcdc6a3bSJan Kneschke  * added virtual host based on MySQL
3876c752d469SGlenn Strauss  * added mod_setenv to add environment and http headers on the fly
3877bcdc6a3bSJan Kneschke  * added support for syslog in mod_accesslog
3878bcdc6a3bSJan Kneschke  * improved output of mod_status
3879bcdc6a3bSJan Kneschke  * improved debug output in request handling
3880bcdc6a3bSJan Kneschke  * fixed build problems on netbsd 1.4.x and 1.5.x
3881bcdc6a3bSJan Kneschke  * fixed status.url configuration
3882bcdc6a3bSJan Kneschke  * fixed handling of != and !~ in configutation
3883bcdc6a3bSJan Kneschke  * fixed special cases in keep-alive handling
3884bcdc6a3bSJan Kneschke  * fixed timeout handling in handling POST requests
3885bcdc6a3bSJan Kneschke  * fixed mode AUTHORIZER in FastCGI
3886bcdc6a3bSJan Kneschke  * fixed handling if internal redirects if no Host: is supplied
3887bcdc6a3bSJan Kneschke  * fixed mod_alias + pathinfo
3888bcdc6a3bSJan Kneschke  * fixed directory indexes and permissions
3889bcdc6a3bSJan Kneschke  * enabled sending errorlog to syslog again
3890bcdc6a3bSJan Kneschke
3891bcdc6a3bSJan Kneschke- 1.3.7 - 2004-12-11
3892bcdc6a3bSJan Kneschke
3893bcdc6a3bSJan Kneschke  * added retries for a fastcgi connect if a php-childs
3894bcdc6a3bSJan Kneschke    dies at startup
3895bcdc6a3bSJan Kneschke  * update the debian directory
3896bcdc6a3bSJan Kneschke  * added setgroups() to drop all group-privs
3897bcdc6a3bSJan Kneschke  * added native port to windows via mingw32
3898bcdc6a3bSJan Kneschke  * added server.tag = '...'
3899bcdc6a3bSJan Kneschke  * added support for ${...} in mod_ssi
3900bcdc6a3bSJan Kneschke  * ported all plugins to conditional support
3901bcdc6a3bSJan Kneschke  * fixed multipart handling in cgi
3902bcdc6a3bSJan Kneschke  * fixed kqueue event-handler
3903bcdc6a3bSJan Kneschke  * fixed wrap-around in mod_status
3904bcdc6a3bSJan Kneschke  * fixed crash with SSL + FastCGI
3905bcdc6a3bSJan Kneschke  * fixed detection of SSL headers
3906bcdc6a3bSJan Kneschke  * fixed handling of dangling SSL_shutdown
3907bcdc6a3bSJan Kneschke  * fixed detection of keep-alive of Firefox
3908bcdc6a3bSJan Kneschke
3909bcdc6a3bSJan Kneschke- 1.3.6 - 2004-11-03
3910bcdc6a3bSJan Kneschke
3911bcdc6a3bSJan Kneschke  * added spawn-fcgi to the distribution
3912bcdc6a3bSJan Kneschke  * added support in fastcgi module to spawn fastcgi
3913bcdc6a3bSJan Kneschke    processes itself
3914bcdc6a3bSJan Kneschke  * fixed logfile cycling if external logging is used
3915bcdc6a3bSJan Kneschke  * fixed connection handling in fastcgi if no chunk
3916bcdc6a3bSJan Kneschke    encoding is used
3917bcdc6a3bSJan Kneschke  * fixed internal redirects on directories if a query
3918bcdc6a3bSJan Kneschke    string is supplied
3919bcdc6a3bSJan Kneschke  * fixed cgi-module for POST request above 4k
3920bcdc6a3bSJan Kneschke  * fixed mod_alias and follow-symlink
3921bcdc6a3bSJan Kneschke
3922bcdc6a3bSJan Kneschke- 1.3.5 - 2004-10-31
3923bcdc6a3bSJan Kneschke
3924bcdc6a3bSJan Kneschke  * added mod_alias
3925bcdc6a3bSJan Kneschke  * added mod_userdir
3926bcdc6a3bSJan Kneschke  * added the exec command to the SSI handler
3927bcdc6a3bSJan Kneschke  * added a switch to disable follow-symlinks
3928bcdc6a3bSJan Kneschke  * added a switch to disable IPv6 at compile-time
3929bcdc6a3bSJan Kneschke  * fixed compilation on FreeBSD and NetBSD 1.3.x
3930bcdc6a3bSJan Kneschke  * fixed segfault in pipelining
3931bcdc6a3bSJan Kneschke  * fixed a segfault in writev() handler if LFS is used
3932bcdc6a3bSJan Kneschke
3933bcdc6a3bSJan Kneschke- 1.3.4 - 2004-10-24
3934bcdc6a3bSJan Kneschke
3935bcdc6a3bSJan Kneschke  * added limiter for open files
3936bcdc6a3bSJan Kneschke  * added logging of user supplied data to accesslogs
3937bcdc6a3bSJan Kneschke  * added build target for OpenWRT
3938bcdc6a3bSJan Kneschke  * added plain backend support for auth-digest
3939bcdc6a3bSJan Kneschke  * fixed handling the external accesslog processes
3940bcdc6a3bSJan Kneschke  * fixed SERVER_NAME in CGI and FastCGI
3941bcdc6a3bSJan Kneschke
3942bcdc6a3bSJan Kneschke- 1.3.3 - 2004-10-16
3943bcdc6a3bSJan Kneschke
3944bcdc6a3bSJan Kneschke  * added support for NL terminators in CGI-scripts
3945bcdc6a3bSJan Kneschke  * added support for conditionals in mod_auth,
3946bcdc6a3bSJan Kneschke    mod_simple_vhost and mod_evhost
3947bcdc6a3bSJan Kneschke  * added a error-handler for 404 codes
3948bcdc6a3bSJan Kneschke  * fixed request counter in the rrdtool module
3949bcdc6a3bSJan Kneschke  * fixed log-file cycling
3950bcdc6a3bSJan Kneschke  * fixed seg-fault
3951bcdc6a3bSJan Kneschke
3952bcdc6a3bSJan Kneschke- 1.3.2 - 2004-09-30
3953bcdc6a3bSJan Kneschke
3954bcdc6a3bSJan Kneschke  * fixed file-cache
3955bcdc6a3bSJan Kneschke
3956bcdc6a3bSJan Kneschke- 1.3.1 - 2004-09-30
3957bcdc6a3bSJan Kneschke
3958bcdc6a3bSJan Kneschke  * fixed file-cache
3959c752d469SGlenn Strauss  * fixed parsing of IPv6 addresses
3960bcdc6a3bSJan Kneschke  * fixed cgi for cygwin
3961bcdc6a3bSJan Kneschke  * fixed test-suite for FreeBSD and IRIX
3962c752d469SGlenn Strauss  * fixed handling of shrunken files
3963bcdc6a3bSJan Kneschke  * fixed handling of REQUEST_URI after rewrite
3964bcdc6a3bSJan Kneschke
3965bcdc6a3bSJan Kneschke- 1.3.0 - 2004-09-17
3966bcdc6a3bSJan Kneschke
3967bcdc6a3bSJan Kneschke  * added build for MacOS X and Cygwin
3968bcdc6a3bSJan Kneschke  * added handling of more than one socket
3969bcdc6a3bSJan Kneschke  * added config-conditions for User-Agent and Referer
3970bcdc6a3bSJan Kneschke  * added final rewrite-rules
3971bcdc6a3bSJan Kneschke
3972bcdc6a3bSJan Kneschke- 1.2.8 - 2004-09-11
3973bcdc6a3bSJan Kneschke
3974bcdc6a3bSJan Kneschke  * added a cache for mimetypes
3975bcdc6a3bSJan Kneschke  * added X-Forwarded-For for mod_proxy
3976bcdc6a3bSJan Kneschke  * fixed handling of comments in If-Modified-Since
3977bcdc6a3bSJan Kneschke  * fixed error handling in FastCGI code
3978bcdc6a3bSJan Kneschke  * fixed expire plugin for second Expire header
3979bcdc6a3bSJan Kneschke
3980bcdc6a3bSJan Kneschke- 1.2.7 - 2004-09-04
3981bcdc6a3bSJan Kneschke
3982bcdc6a3bSJan Kneschke  * added mod_rrdtool for internal statistics
3983bcdc6a3bSJan Kneschke  * added xattr support
3984bcdc6a3bSJan Kneschke  * added user-controlable timeouts
3985bcdc6a3bSJan Kneschke  * improved documentation for many plugins
3986bcdc6a3bSJan Kneschke  * fixed POST requests for mod_proxy
3987bcdc6a3bSJan Kneschke  * fixed rare hang with CGI
3988bcdc6a3bSJan Kneschke  * fixed seg-fault if no configfile is specified
3989bcdc6a3bSJan Kneschke  * fixed rare problem in FastCGI header generation
3990bcdc6a3bSJan Kneschke
3991bcdc6a3bSJan Kneschke- 1.2.6 - 2004-08-26
3992bcdc6a3bSJan Kneschke
3993bcdc6a3bSJan Kneschke  * added apache-like accesslog definition
3994bcdc6a3bSJan Kneschke  * enabled timestamp cache again
3995bcdc6a3bSJan Kneschke  * improved performance in the string compare functions
3996bcdc6a3bSJan Kneschke  * fixed double-free in fastcgi handler
3997bcdc6a3bSJan Kneschke  * fixed error-handling in cgi handler
3998bcdc6a3bSJan Kneschke
3999bcdc6a3bSJan Kneschke- 1.2.5 - 2004-08-10
4000bcdc6a3bSJan Kneschke
4001bcdc6a3bSJan Kneschke  * added skeleton for solaris 10 port-API
4002bcdc6a3bSJan Kneschke  * added compression support even if no cachedir is set
4003bcdc6a3bSJan Kneschke  * added conditional configoptions
4004bcdc6a3bSJan Kneschke  * fixed compilation on OpenBSD
4005bcdc6a3bSJan Kneschke  * fixed kqueue support
4006bcdc6a3bSJan Kneschke  * fixed pipelining bug
4007bcdc6a3bSJan Kneschke  * fixed parallel build (triggered by Gentoo)
4008bcdc6a3bSJan Kneschke  * updated debian postinst
4009bcdc6a3bSJan Kneschke
4010bcdc6a3bSJan Kneschke- 1.2.4 - 2004-07-31
4011bcdc6a3bSJan Kneschke
4012bcdc6a3bSJan Kneschke  * added kqueue support
4013bcdc6a3bSJan Kneschke  * added server-side includes (mod_ssi)
4014bcdc6a3bSJan Kneschke  * fixed large post uploads in fastcgi
4015bcdc6a3bSJan Kneschke  * fixed rt-signals handling of delayed events
4016bcdc6a3bSJan Kneschke
4017bcdc6a3bSJan Kneschke- 1.2.3 - 2004-07-10
4018bcdc6a3bSJan Kneschke
4019bcdc6a3bSJan Kneschke  * added a proxy module for Java and friends
4020c752d469SGlenn Strauss  * added support to pass accesslog through an external program
4021bcdc6a3bSJan Kneschke  * added mimetypes for text/css and text/javascript
4022bcdc6a3bSJan Kneschke  * fixed index-files for FastCGI if webserver is in chroot
4023bcdc6a3bSJan Kneschke  * fixed error messages of CGI process fails to exec()
4024bcdc6a3bSJan Kneschke  * fixed detection of pcre on IRIX and FreeBSD
4025bcdc6a3bSJan Kneschke  * fixed timestamps in Last-Modified checks
4026bcdc6a3bSJan Kneschke  * fixed 64bit builds
4027bcdc6a3bSJan Kneschke  * fixed mmap-caching of large files
4028bcdc6a3bSJan Kneschke  * relaxed the HTTP parser on empty headerfields
4029bcdc6a3bSJan Kneschke
4030bcdc6a3bSJan Kneschke- 1.2.2 - 2004-06-15
4031bcdc6a3bSJan Kneschke
4032bcdc6a3bSJan Kneschke  * added support for unix domain sockets in FastCGI
4033bcdc6a3bSJan Kneschke  * fixed mmap caching
4034bcdc6a3bSJan Kneschke  * fixed compile-time check for linux sendfile()
4035bcdc6a3bSJan Kneschke  * fixed check for pcre.h on Fedora Core 2
4036bcdc6a3bSJan Kneschke
4037bcdc6a3bSJan Kneschke- 1.2.1 - 2004-05-30
4038bcdc6a3bSJan Kneschke
4039bcdc6a3bSJan Kneschke  * added experimental support for AIX send_file()
4040bcdc6a3bSJan Kneschke  * added an mmap cache to the filehandle cache
4041bcdc6a3bSJan Kneschke  * enabled FreeBSD sendfile support again
4042bcdc6a3bSJan Kneschke  * added support for calling CGI binaries directly
4043bcdc6a3bSJan Kneschke  * fixed pipelining for POST requests
4044bcdc6a3bSJan Kneschke  * fixed some seg-faults if no configfile is used
4045bcdc6a3bSJan Kneschke
4046bcdc6a3bSJan Kneschke- 1.2.0 - 2004-05-17
4047bcdc6a3bSJan Kneschke
4048bcdc6a3bSJan Kneschke  * added conforming Expect: handling
4049bcdc6a3bSJan Kneschke  * added a module for secure and fast downloading
4050bcdc6a3bSJan Kneschke  * rewrote the event handling interface
4051bcdc6a3bSJan Kneschke  * fixed array handling which might lead to 'missing header'
4052bcdc6a3bSJan Kneschke  * fixed pipelining support
4053bcdc6a3bSJan Kneschke  * fixed build of the localizer extension
4054bcdc6a3bSJan Kneschke  * fixed cgi handling for headers which are flushed to often
4055bcdc6a3bSJan Kneschke  * fixed compilation on Solaris 2.5
4056bcdc6a3bSJan Kneschke
4057bcdc6a3bSJan Kneschke- 1.1.9 - 2004-04-29
4058bcdc6a3bSJan Kneschke
4059bcdc6a3bSJan Kneschke  * added AUTHORIZER mode to the FastCGI module
4060bcdc6a3bSJan Kneschke  * added 'check-local' option to disable local stat() in the FastCGI module
4061bcdc6a3bSJan Kneschke  * added prefix-notation for FastCGI module
4062bcdc6a3bSJan Kneschke  * added 'mod_usertrack'
4063bcdc6a3bSJan Kneschke  * improved CGI/FastCGI spec conformance
4064bcdc6a3bSJan Kneschke  * more code cleanup
4065bcdc6a3bSJan Kneschke  * fixed HTTP/1.1 chunk headers
4066bcdc6a3bSJan Kneschke  * fixed POST handling
4067bcdc6a3bSJan Kneschke  * fixed SSL network handler
4068bcdc6a3bSJan Kneschke  * fixed writev() network handler
4069bcdc6a3bSJan Kneschke
4070bcdc6a3bSJan Kneschke- 1.1.8 - 2004-04-16
4071bcdc6a3bSJan Kneschke
4072bcdc6a3bSJan Kneschke  * code cleanup
4073bcdc6a3bSJan Kneschke  * limiting the size of the request-body and the request-header
4074bcdc6a3bSJan Kneschke  * minor speed improvements
4075bcdc6a3bSJan Kneschke  * tightend the HTTP-Parser again
4076bcdc6a3bSJan Kneschke
4077bcdc6a3bSJan Kneschke- 1.1.7 - 2004-04-12
4078bcdc6a3bSJan Kneschke
4079bcdc6a3bSJan Kneschke  * added REMOTE_USER to the Server->FastCGI parameters
4080bcdc6a3bSJan Kneschke  * added bzip2 compression
4081bcdc6a3bSJan Kneschke  * improved the error-messages from the new configfile parser
4082c752d469SGlenn Strauss  * fixed accesslog writing for erroneous requests
4083bcdc6a3bSJan Kneschke  * fixed LFS (64bit filesizes) handling
4084bcdc6a3bSJan Kneschke  * fixed Content-Length for HEAD requests
4085bcdc6a3bSJan Kneschke  * fixed some memory leaks in the configfile parser
4086bcdc6a3bSJan Kneschke
4087bcdc6a3bSJan Kneschke- 1.1.6 - 2004-04-10
4088bcdc6a3bSJan Kneschke
4089bcdc6a3bSJan Kneschke  * tightend the HTTP-Parser
4090bcdc6a3bSJan Kneschke  * rewrote the configfile parser (based on lemon)
4091bcdc6a3bSJan Kneschke  * fixed openssl support
4092bcdc6a3bSJan Kneschke  * fixed mmap+write support
4093bcdc6a3bSJan Kneschke  * use localtime in accesslog if possible
4094bcdc6a3bSJan Kneschke
4095bcdc6a3bSJan Kneschke- 1.1.5 - 2004-04-07
4096bcdc6a3bSJan Kneschke
4097bcdc6a3bSJan Kneschke  * added ldap backend to the auth
4098bcdc6a3bSJan Kneschke  * added a mod_expire
4099bcdc6a3bSJan Kneschke  * added debian packaging structure
4100bcdc6a3bSJan Kneschke  * merged redhat and suse spec-file
4101bcdc6a3bSJan Kneschke  * fixed eventhandler for solaris
4102bcdc6a3bSJan Kneschke  * fixed 64bit fileoffsets
4103bcdc6a3bSJan Kneschke  * fixed permissions of the PID-file
4104bcdc6a3bSJan Kneschke
4105bcdc6a3bSJan Kneschke- 1.1.4 - 2004-04-04
4106bcdc6a3bSJan Kneschke
4107bcdc6a3bSJan Kneschke  * added server.pid-file
4108bcdc6a3bSJan Kneschke  * added support for solaris /dev/poll and solaris sendfilev()
4109bcdc6a3bSJan Kneschke  * added support for writev()
4110bcdc6a3bSJan Kneschke  * added PATHINFO support (again)
4111bcdc6a3bSJan Kneschke  * fixed CLF logfile writing
4112bcdc6a3bSJan Kneschke
4113bcdc6a3bSJan Kneschke- 1.1.3 - 2004-03-25
4114bcdc6a3bSJan Kneschke
4115bcdc6a3bSJan Kneschke  * set default event-handler to 'poll'
4116bcdc6a3bSJan Kneschke  * fixed logcycling in chroot()
4117bcdc6a3bSJan Kneschke  * fixed hostname detection
4118bcdc6a3bSJan Kneschke  * added syslog() as fallback for error-logging
4119bcdc6a3bSJan Kneschke
4120bcdc6a3bSJan Kneschke- 1.1.2 - 2004-03-22
4121bcdc6a3bSJan Kneschke
4122bcdc6a3bSJan Kneschke  * added a "docroot" setting for fastcgi processes
4123bcdc6a3bSJan Kneschke  * performance improvements
4124bcdc6a3bSJan Kneschke  * improved configure script
4125bcdc6a3bSJan Kneschke  * rewrote the fastcgi config parser
4126bcdc6a3bSJan Kneschke  * added a rc-script for RedHat
4127bcdc6a3bSJan Kneschke  * added epoll() support for Linux 2.6.x
4128bcdc6a3bSJan Kneschke
4129bcdc6a3bSJan Kneschke- 1.1.1 - 2004-03-15
4130bcdc6a3bSJan Kneschke
4131bcdc6a3bSJan Kneschke  * added localizer module
4132bcdc6a3bSJan Kneschke  * performance improvements
4133bcdc6a3bSJan Kneschke  * code cleanup
4134bcdc6a3bSJan Kneschke
4135bcdc6a3bSJan Kneschke- 1.1.0 - 2004-03-06
4136bcdc6a3bSJan Kneschke
4137bcdc6a3bSJan Kneschke  * changed some configuration keys for better readability
4138bcdc6a3bSJan Kneschke  * moved the virtual-host code to mod_simple_vhost
4139bcdc6a3bSJan Kneschke  * added enhanced virtual host plugin from Christian Kruse
4140bcdc6a3bSJan Kneschke  * added two new auth-backends (htpasswd, htdigest)
4141c752d469SGlenn Strauss  * fixed and improved authentication
4142bcdc6a3bSJan Kneschke  * stricter parsing of the Host: field
4143bcdc6a3bSJan Kneschke  * added a warning for unused configuration keys
4144bcdc6a3bSJan Kneschke  * improved FastCGI documentation
4145bcdc6a3bSJan Kneschke
4146bcdc6a3bSJan Kneschke- 1.0.3 - 2004-02-13
4147bcdc6a3bSJan Kneschke
4148bcdc6a3bSJan Kneschke  * a startup script has been added (LSB compliant)
4149bcdc6a3bSJan Kneschke  * HEAD requests were submitting the content like a GET request
4150bcdc6a3bSJan Kneschke  * the virtual directory listing got a face-lifting and fixes
4151bcdc6a3bSJan Kneschke  * request-headers are now handled case-in-sensitive as required
4152bcdc6a3bSJan Kneschke    by the standard. this fixes POST requests for w3m and some Proxies.
4153bcdc6a3bSJan Kneschke
4154bcdc6a3bSJan Kneschke- 1.0.2 - 2004-02-07
4155bcdc6a3bSJan Kneschke
4156bcdc6a3bSJan Kneschke  * rearrangement of the default configfile
4157bcdc6a3bSJan Kneschke  * some updates in the documentation
4158bcdc6a3bSJan Kneschke  * a entry in the error-log for a 404
4159bcdc6a3bSJan Kneschke  * stdout is no longer the default for the accesslog
4160