libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit 9eb27c8dbe1939344ccced9c498895f0e92e8197
parent 1725bcf3c546fccbf22d7794bf7290fcc28c385d
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun,  5 May 2013 18:07:33 +0000

-changing directory name

Diffstat:
Mconfigure.ac | 2+-
Msrc/Makefile.am | 2+-
Rsrc/daemon/EXPORT.sym -> src/microhttpd/EXPORT.sym | 0
Rsrc/daemon/Makefile.am -> src/microhttpd/Makefile.am | 0
Rsrc/daemon/base64.c -> src/microhttpd/base64.c | 0
Rsrc/daemon/base64.h -> src/microhttpd/base64.h | 0
Rsrc/daemon/basicauth.c -> src/microhttpd/basicauth.c | 0
Rsrc/daemon/connection.c -> src/microhttpd/connection.c | 0
Rsrc/daemon/connection.h -> src/microhttpd/connection.h | 0
Rsrc/daemon/connection_https.c -> src/microhttpd/connection_https.c | 0
Rsrc/daemon/connection_https.h -> src/microhttpd/connection_https.h | 0
Rsrc/daemon/daemon.c -> src/microhttpd/daemon.c | 0
Rsrc/daemon/digestauth.c -> src/microhttpd/digestauth.c | 0
Rsrc/daemon/internal.c -> src/microhttpd/internal.c | 0
Rsrc/daemon/internal.h -> src/microhttpd/internal.h | 0
Rsrc/daemon/md5.c -> src/microhttpd/md5.c | 0
Rsrc/daemon/md5.h -> src/microhttpd/md5.h | 0
Rsrc/daemon/memorypool.c -> src/microhttpd/memorypool.c | 0
Rsrc/daemon/memorypool.h -> src/microhttpd/memorypool.h | 0
Rsrc/daemon/postprocessor.c -> src/microhttpd/postprocessor.c | 0
Rsrc/daemon/reason_phrase.c -> src/microhttpd/reason_phrase.c | 0
Rsrc/daemon/reason_phrase.h -> src/microhttpd/reason_phrase.h | 0
Rsrc/daemon/response.c -> src/microhttpd/response.c | 0
Rsrc/daemon/response.h -> src/microhttpd/response.h | 0
Rsrc/daemon/test_daemon.c -> src/microhttpd/test_daemon.c | 0
Rsrc/daemon/test_postprocessor.c -> src/microhttpd/test_postprocessor.c | 0
Rsrc/daemon/test_postprocessor_amp.c -> src/microhttpd/test_postprocessor_amp.c | 0
Rsrc/daemon/test_postprocessor_large.c -> src/microhttpd/test_postprocessor_large.c | 0
Rsrc/daemon/tsearch.c -> src/microhttpd/tsearch.c | 0
Rsrc/daemon/tsearch.h -> src/microhttpd/tsearch.h | 0
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