aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormutantturkey <crazycal00@gmail.com>2011-01-02 12:35:46 -0500
committermutantturkey <crazycal00@gmail.com>2011-01-02 12:35:46 -0500
commit2b1bdd3b52dd6c6879285821076fcb16fe805d72 (patch)
tree2dca0d9b4c351bfe3a6d7c049e149e39feb69d5f
parent3c2bf446b3def9ad2a966c3a8b386a7dcd5c9065 (diff)
updated log
-rw-r--r--CHANGELOG8
1 files changed, 5 insertions, 3 deletions
diff --git a/CHANGELOG b/CHANGELOG
index f5de659..81a613e 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,9 +1,11 @@
# changes made since fork
01-01-2011: fork starts officially, shttpd is the decided name for "simple http daemon"
-01-02-2011: CHANGELOG: CHANGELOG created, format should be M-D-YEAR: MESSAGE
-01-02-2011: --help returns usage();
-01-02-2011: when used with no arguments defaults wwwroot directory the CWD
+01-02-2011: CHANGELOG: CHANGELOG created, format should be M-D-YEAR: FILE: MESSAGE
+01-02-2011: darkhttpd.c: --help returns usage();
+01-02-2011: darkhttpd.c: when used with no arguments defaults wwwroot directory the CWD
+01-02-2011: AUTHORS: updated with Calvin Morrison
+01-02-2011: Makefile: added -O2 -Wall to CFLAGS, removed nonexisting files from clean function