Forgot to include mongoose (new shttpd name)
authorDuncan Mac-Vicar P <dmacvicar@suse.de>
Thu, 5 Feb 2009 14:59:29 +0000 (15:59 +0100)
committerDuncan Mac-Vicar P <dmacvicar@suse.de>
Thu, 5 Feb 2009 14:59:29 +0000 (15:59 +0100)
commit09cef514dc511e6d6ca5e11e6e6d2a4691fb298e
treea079e56d316dc37fa34ad265e62461daca73fe52
parent0291c32a35b699e6ae1d954871b5ee73f4469a9f
Forgot to include mongoose (new shttpd name)
34 files changed:
vendor/mongoose/CMakeLists.txt [new file with mode: 0644]
vendor/mongoose/mongoose.c [new file with mode: 0644]
vendor/mongoose/mongoose.h [new file with mode: 0644]
vendor/shttpd/CMakeLists.txt [deleted file]
vendor/shttpd/auth.c [deleted file]
vendor/shttpd/cgi.c [deleted file]
vendor/shttpd/compat_rtems.c [deleted file]
vendor/shttpd/compat_rtems.h [deleted file]
vendor/shttpd/compat_unix.c [deleted file]
vendor/shttpd/compat_unix.h [deleted file]
vendor/shttpd/compat_win32.c [deleted file]
vendor/shttpd/compat_win32.h [deleted file]
vendor/shttpd/compat_wince.c [deleted file]
vendor/shttpd/compat_wince.h [deleted file]
vendor/shttpd/config.h [deleted file]
vendor/shttpd/defs.h [deleted file]
vendor/shttpd/io.h [deleted file]
vendor/shttpd/io_cgi.c [deleted file]
vendor/shttpd/io_dir.c [deleted file]
vendor/shttpd/io_emb.c [deleted file]
vendor/shttpd/io_file.c [deleted file]
vendor/shttpd/io_socket.c [deleted file]
vendor/shttpd/io_ssi.c [deleted file]
vendor/shttpd/io_ssl.c [deleted file]
vendor/shttpd/llist.h [deleted file]
vendor/shttpd/log.c [deleted file]
vendor/shttpd/md5.c [deleted file]
vendor/shttpd/md5.h [deleted file]
vendor/shttpd/shttpd.c [deleted file]
vendor/shttpd/shttpd.h [deleted file]
vendor/shttpd/ssl.h [deleted file]
vendor/shttpd/standalone.c [deleted file]
vendor/shttpd/std_includes.h [deleted file]
vendor/shttpd/string.c [deleted file]