commit 9eb27c8dbe1939344ccced9c498895f0e92e8197 parent 1725bcf3c546fccbf22d7794bf7290fcc28c385d Author: Christian Grothoff <christian@grothoff.org> Date: Sun, 5 May 2013 18:07:33 +0000 -changing directory name Diffstat:
30 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure.ac b/configure.ac @@ -449,7 +449,7 @@ m4/Makefile src/Makefile src/include/Makefile src/include/plibc/Makefile -src/daemon/Makefile +src/microhttpd/Makefile src/examples/Makefile src/testcurl/Makefile src/testcurl/https/Makefile diff --git a/src/Makefile.am b/src/Makefile.am @@ -6,4 +6,4 @@ zzuftests = testzzuf endif endif endif -SUBDIRS = include daemon examples $(curltests) $(zzuftests) . +SUBDIRS = include microhttpd examples $(curltests) $(zzuftests) . diff --git a/src/daemon/EXPORT.sym b/src/microhttpd/EXPORT.sym diff --git a/src/daemon/Makefile.am b/src/microhttpd/Makefile.am diff --git a/src/daemon/base64.c b/src/microhttpd/base64.c diff --git a/src/daemon/base64.h b/src/microhttpd/base64.h diff --git a/src/daemon/basicauth.c b/src/microhttpd/basicauth.c diff --git a/src/daemon/connection.c b/src/microhttpd/connection.c diff --git a/src/daemon/connection.h b/src/microhttpd/connection.h diff --git a/src/daemon/connection_https.c b/src/microhttpd/connection_https.c diff --git a/src/daemon/connection_https.h b/src/microhttpd/connection_https.h diff --git a/src/daemon/daemon.c b/src/microhttpd/daemon.c diff --git a/src/daemon/digestauth.c b/src/microhttpd/digestauth.c diff --git a/src/daemon/internal.c b/src/microhttpd/internal.c diff --git a/src/daemon/internal.h b/src/microhttpd/internal.h diff --git a/src/daemon/md5.c b/src/microhttpd/md5.c diff --git a/src/daemon/md5.h b/src/microhttpd/md5.h diff --git a/src/daemon/memorypool.c b/src/microhttpd/memorypool.c diff --git a/src/daemon/memorypool.h b/src/microhttpd/memorypool.h diff --git a/src/daemon/postprocessor.c b/src/microhttpd/postprocessor.c diff --git a/src/daemon/reason_phrase.c b/src/microhttpd/reason_phrase.c diff --git a/src/daemon/reason_phrase.h b/src/microhttpd/reason_phrase.h diff --git a/src/daemon/response.c b/src/microhttpd/response.c diff --git a/src/daemon/response.h b/src/microhttpd/response.h diff --git a/src/daemon/test_daemon.c b/src/microhttpd/test_daemon.c diff --git a/src/daemon/test_postprocessor.c b/src/microhttpd/test_postprocessor.c diff --git a/src/daemon/test_postprocessor_amp.c b/src/microhttpd/test_postprocessor_amp.c diff --git a/src/daemon/test_postprocessor_large.c b/src/microhttpd/test_postprocessor_large.c diff --git a/src/daemon/tsearch.c b/src/microhttpd/tsearch.c diff --git a/src/daemon/tsearch.h b/src/microhttpd/tsearch.h