version 0.1.6
authorSomeDude <SomeDude@NuBL7aaJ6Cn4fB7GXFb9Zfi8w1FhPyW3oKgU9TweZMw>
Sat, 2 Feb 2008 09:26:00 +0000 (10:26 +0100)
committerDavid ‘Bombe’ Roden <bombe@freenetproject.org>
Sat, 2 Feb 2008 09:26:00 +0000 (10:26 +0100)
commitd8ccfe2b3944adf07d35534459cdda19d15217c8
treebdcf741fef6e1d4cb4b51f8d7634cc45f253ecf1
parent21f835f30b4e092c847bf4569a00995774f7330e
version 0.1.6
51 files changed:
CMakeLists.txt
include/global.h
include/http/httpdefs.h [new file with mode: 0644]
include/http/httpthread.h [new file with mode: 0644]
include/http/ipagehandler.h [new file with mode: 0644]
include/http/pages/homepage.h [new file with mode: 0644]
include/pthreadwrapper/runnable.h
libs/shttpd/auth.c [new file with mode: 0644]
libs/shttpd/cgi.c [new file with mode: 0644]
libs/shttpd/compat_rtems.c [new file with mode: 0644]
libs/shttpd/compat_rtems.h [new file with mode: 0644]
libs/shttpd/compat_unix.c [new file with mode: 0644]
libs/shttpd/compat_unix.h [new file with mode: 0644]
libs/shttpd/compat_win32.c [new file with mode: 0644]
libs/shttpd/compat_win32.h [new file with mode: 0644]
libs/shttpd/compat_wince.c [new file with mode: 0644]
libs/shttpd/compat_wince.h [new file with mode: 0644]
libs/shttpd/config.c [new file with mode: 0644]
libs/shttpd/defs.h [new file with mode: 0644]
libs/shttpd/include/shttpd.h [new file with mode: 0644]
libs/shttpd/io.h [new file with mode: 0644]
libs/shttpd/io_cgi.c [new file with mode: 0644]
libs/shttpd/io_dir.c [new file with mode: 0644]
libs/shttpd/io_emb.c [new file with mode: 0644]
libs/shttpd/io_file.c [new file with mode: 0644]
libs/shttpd/io_socket.c [new file with mode: 0644]
libs/shttpd/io_ssi.c [new file with mode: 0644]
libs/shttpd/io_ssl.c [new file with mode: 0644]
libs/shttpd/llist.h [new file with mode: 0644]
libs/shttpd/log.c [new file with mode: 0644]
libs/shttpd/md5.c [new file with mode: 0644]
libs/shttpd/md5.h [new file with mode: 0644]
libs/shttpd/mime_type.c [new file with mode: 0644]
libs/shttpd/shttpd.c [new file with mode: 0644]
libs/shttpd/shttpd.h [new file with mode: 0644]
libs/shttpd/ssl.h [new file with mode: 0644]
libs/shttpd/standalone.c [new file with mode: 0644]
libs/shttpd/std_includes.h [new file with mode: 0644]
libs/shttpd/string.c [new file with mode: 0644]
src/freenet/freenetmasterthread.cpp
src/freenet/identityintroductionrequester.cpp
src/freenet/identityrequester.cpp
src/freenet/introductionpuzzlerequester.cpp
src/freenet/trustlistrequester.cpp
src/global.cpp
src/http/httpthread.cpp [new file with mode: 0644]
src/http/ipagehandler.cpp [new file with mode: 0644]
src/http/pages/homepage.cpp [new file with mode: 0644]
src/nntp/mime/Mime.cpp
src/nntp/nntpconnection.cpp
src/nntp/nntplistener.cpp