From 6d422e67b52f884dc36373f808dc99140a1dbce2 Mon Sep 17 00:00:00 2001 From: Kim Holviala Date: Thu, 15 May 2014 06:50:55 +0300 Subject: [PATCH] Updated TODO for systemd/upstart --- ChangeLog | 4 ++++ TODO | 9 +++++++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6890f78..a858611 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ [ Automatically generated from git log ] +2014-05-15 Kim Holviala + + * Fix platform detection for Slackware (and possibly others) + 2014-02-01 Kim Holviala * Add license header to bin2c.c diff --git a/TODO b/TODO index 6cf7cb2..3ff6314 100644 --- a/TODO +++ b/TODO @@ -1,10 +1,15 @@ +Things I should work on: + + * Replace SHM with mmap() + * Support for systemd (yech!) + * Support for upstart (slightly less yech!) + + Things I might work on: - * Fix vhost part of README * Support for config files * Standalone pre-forked (threaded?) version * Password-protected resources * Allow/Deny per IP/host * Automated feature testing script * SSL/TLS -