Skip to content

Tags: lpereira/lwan

Tags

v0.6

Fix formatting in README.md

v0.5

Do not build containers with -mach=native/-mtune=native

In some cases, the machine building the containers will have
instruction sets that are not supported by the machines running the
containers, causing SIGILL.

v0.4

Fix building with Glibc 2.34

Glibc 2.34 now defines SIGSTKSZ to a function call, so we can't use
static_assert() anymore.  Do the assertion only once now, during
startup, in a constructor function.

Fixes #318.

v0.3

Add a note about mimalloc also being supported as an alt. malloc()

v0.2

Move dq to its own file

This is in preparation to having an alternative worker thread
implementation, so that dq can be shared among them.

v0.1

CmakeLists.txt: Cleanup C function detection