add embeded http library so we can test remote scenarios
authorDuncan Mac-Vicar P <dmacvicar@suse.de>
Thu, 16 Oct 2008 17:23:14 +0000 (17:23 +0000)
committerDuncan Mac-Vicar P <dmacvicar@suse.de>
Thu, 16 Oct 2008 17:23:14 +0000 (17:23 +0000)
commitb81639075a4cd85e418ec5cb5d48e8b430d056c7
tree44c438b9606773717fa00c814111b41eeed1dcfe
parent962a925648219b38f3a2934ba75cfae51cfed8e8
add embeded http library so we can test remote scenarios
33 files changed:
CMakeLists.txt
vendor/CMakeLists.txt [new file with mode: 0644]
vendor/shttpd/CMakeLists.txt [new file with mode: 0644]
vendor/shttpd/auth.c [new file with mode: 0644]
vendor/shttpd/cgi.c [new file with mode: 0644]
vendor/shttpd/compat_rtems.c [new file with mode: 0644]
vendor/shttpd/compat_rtems.h [new file with mode: 0644]
vendor/shttpd/compat_unix.c [new file with mode: 0644]
vendor/shttpd/compat_unix.h [new file with mode: 0644]
vendor/shttpd/compat_win32.c [new file with mode: 0644]
vendor/shttpd/compat_win32.h [new file with mode: 0644]
vendor/shttpd/compat_wince.c [new file with mode: 0644]
vendor/shttpd/compat_wince.h [new file with mode: 0644]
vendor/shttpd/config.h [new file with mode: 0644]
vendor/shttpd/defs.h [new file with mode: 0644]
vendor/shttpd/io.h [new file with mode: 0644]
vendor/shttpd/io_cgi.c [new file with mode: 0644]
vendor/shttpd/io_dir.c [new file with mode: 0644]
vendor/shttpd/io_emb.c [new file with mode: 0644]
vendor/shttpd/io_file.c [new file with mode: 0644]
vendor/shttpd/io_socket.c [new file with mode: 0644]
vendor/shttpd/io_ssi.c [new file with mode: 0644]
vendor/shttpd/io_ssl.c [new file with mode: 0644]
vendor/shttpd/llist.h [new file with mode: 0644]
vendor/shttpd/log.c [new file with mode: 0644]
vendor/shttpd/md5.c [new file with mode: 0644]
vendor/shttpd/md5.h [new file with mode: 0644]
vendor/shttpd/shttpd.c [new file with mode: 0644]
vendor/shttpd/shttpd.h [new file with mode: 0644]
vendor/shttpd/ssl.h [new file with mode: 0644]
vendor/shttpd/standalone.c [new file with mode: 0644]
vendor/shttpd/std_includes.h [new file with mode: 0644]
vendor/shttpd/string.c [new file with mode: 0644]