Activity
From 2018-10-23 to 2018-10-29
2018-10-29
- 13:31 Bug #2917 (Invalid): dlopen() failed for: /usr/local/lib/mod_indexfile.so /usr/local/lib/mod_indexfile.so: undefined symbol: buffer_copy_string_buffer
- Not a bug. Your build environment is broken, or you have custom coded modules that are very out-of-date.
buffer_c... - 13:13 Bug #2917 (Invalid): dlopen() failed for: /usr/local/lib/mod_indexfile.so /usr/local/lib/mod_indexfile.so: undefined symbol: buffer_copy_string_buffer
- Hi,
I am trying to compile lighttpd 1.4.51 for mips.
got compiled but while starting lighttpd getting the follow... - 13:00 Revision 7e8beee5: [multiple] perf: power-2 alloc large headers
- allocate large headers by power-2 as headers to backend is generated
(mod_proxy, mod_fastcgi, mod_scgi) - 13:00 Revision 610d5c03: [multiple] perf: write headers to backend write cq
- write headers directly to dynamic backend write chunkqueue
(mod_proxy, mod_fastcgi, mod_scgi)
2018-10-28
- 14:00 Revision a9ae3512: [core] chunk.c code reuse
- 06:38 Revision 61e507bf: [core] perf: better buf reuse reading from backend
- 06:38 Revision 40d34083: [core] perf: append response directly into write q
- prepend non-dynamic response directly into write queue chunkqueue
- 06:38 Revision 758174ec: [core] perf: specialized func for array sorting
- specialized func for array sorting for use in binary search
- 06:38 Revision 59a71815: [core] perf: copy small strings; extend last chunk
- copy small strings; extend last chunk
(instead of creating new, tiny chunk)
2018-10-27
- 18:00 Revision e7c84050: [core] perf: copy small strings; better buf reuse
- copy small strings to write queue for better buffer reuse
(instead of swapping with larger buffers in write chunkqueue) - 18:00 Revision 23c72fc6: [core] perf: prepend headers directly into write q
- prepend response headers directly into write queue chunkqueue
- 15:40 Revision 5a159e82: [core] perf: size write buffers for reuse
- size write buffers for reuse in common cases
(so that write buffers are BUFFER_MAX_REUSE_SIZE) - 15:40 Revision 2e23b43d: [core] perf: buffer_align_size() identity if align
- use identity if requested size is already aligned to BUFFER_PIECE_SIZE
2018-10-26
- 13:22 Bug #2916 (Invalid): Server-side system time change will interrupt http connection
- discontinuous time (including daylight savings time) has side effects
This is not a bug in lighttpd. Server admin... - 13:16 Bug #2916: Server-side system time change will interrupt http connection
- Have you heard of NTP?
Why is your server time so far off and why do you think it the problem of every application... - 08:22 Bug #2916 (Invalid): Server-side system time change will interrupt http connection
- Hello,
I am currently working on an experiment that requires the client to download software from the server side,...
2018-10-25
- 07:19 Revision 929909a9: [core] perf: skip redundant prepare copy calls
- skip redundant calls to buffer_string_prepare_copy() when simply
clearing buffer is sufficient, e.g. when a blanked b... - 04:57 Revision d4a93a53: [core] perf: buffer_copy_string_len()
- buffer_copy_string_len() short-circuit common case,
but preserve blank-string initialization side-effect
if buffer is...
2018-10-24
- 04:16 Revision 15277bf9: [core] perf: one-element cache for host normalize
- one-element cache for http_request_host_normalize() on IP address
2018-10-23
- 00:52 Revision babf8112: [core] perf: buffer_free_ptr() __attribute__ cold
- 00:28 Revision 062089ff: [core] perf: array_reset_data_strings()
- array_reset_data_strings() specialization
Also available in: Atom