which provides cookie-based persistence, automatic failover, header
insertion, deletion, modification on the fly, advanced logging contents
to help troubleshoot buggy applications and/or networks, and a few other
features. It uses its own state machine to achieve up to ten thousands
hits per second on modern hardware, even with thousands of simultaneous
connections.
feedback from merdely@, okan@, wcmaier@
ok merdely@ and pval@
bgs allows you to tailor the appearance of the background ("root")
window on a workstation display running X. It uses imlib2 for image
rendering and rotates the images automatically. It is designed for
dynamic Xinerama/Xrandr setups such as those used with notebooks, but it
works well in any setup.
From James Turner (MAINTAINER)
ok okan@
* use the correct length argument to memToVal()
* prevent sign extension of 4-byte values in memToVal()
* use memToVal() where required
"looks correct" fgsch@
Using the PageCache plugin, you can cache the full output of different
pages so they are served to your visitors as fast as possible. This
method of caching is very useful for withstanding huge amounts of
request in a short time.
This plugin requires that you also load a Cache plugin. Please
reference the documentation for this module when choosing a cache
backend.
submitted by Jim Razmus
feedback from merdely@ and okan@
ok okan@
alignment problems have been fixed upstream and no problems have
been seen with this version with default compiler flags, so
remove the hack and bump package.
ok brad@ jakob@
resulted in pointer truncation on LP64 arch.
patch-debugXML_c - string.h is wrapped in #ifdef, but the macro is
never set by autoconf. Most other source here unconditionally includes
string.h, so follow suit - fgsch@ would prefer mending configure.in.
Explanatory notes added to patch. ok martynas@.
patch-xmlmemory_h - stdlib.h missing. ok fgsch@ martynas@.