version 0.3.0
authorSomeDude <SomeDude@NuBL7aaJ6Cn4fB7GXFb9Zfi8w1FhPyW3oKgU9TweZMw>
Sat, 28 Jun 2008 16:35:00 +0000 (18:35 +0200)
committerDavid ‘Bombe’ Roden <bombe@freenetproject.org>
Sat, 28 Jun 2008 16:35:00 +0000 (18:35 +0200)
commitdec33c63afafabf83c3039e916725cac6faef9b3
treee504a865b286279714b76d7ef387ec1b93cd05de
parent9b22dd53fe62e312c1647310b7ec43aa127090af
version 0.3.0
186 files changed:
CMakeLists.txt
include/board.h
include/commandthread.h [deleted file]
include/datetime.h [deleted file]
include/db/sqlite3db/sqlite3db.h
include/dbconversions.h [new file with mode: 0644]
include/dbmaintenancethread.h [new file with mode: 0644]
include/dbsetup.h [new file with mode: 0644]
include/fmsapp.h [new file with mode: 0644]
include/fmsdaemon.h [deleted file]
include/fmsservice.h [deleted file]
include/freenet/freenetmasterthread.h
include/freenet/identityinserter.h
include/freenet/identityintroductioninserter.h
include/freenet/identityintroductionrequester.h
include/freenet/iindexinserter.h
include/freenet/iindexrequester.h
include/freenet/introductionpuzzleinserter.h
include/freenet/introductionpuzzlerequester.h
include/freenet/periodicdbmaintenance.h [deleted file]
include/freenet/trustlistinserter.h
include/freenet/unkeyedidcreator.h
include/global.h
include/http/fmshttprequesthandlerfactory.h [new file with mode: 0644]
include/http/httpdefs.h [deleted file]
include/http/httpthread.h
include/http/ipagehandler.h
include/http/multipartparser.h [new file with mode: 0644]
include/http/pages/addpeerpage.h
include/http/pages/announceidentitypage.h
include/http/pages/boardspage.h
include/http/pages/confirmpage.h
include/http/pages/controlboardpage.h
include/http/pages/createidentitypage.h
include/http/pages/execquerypage.h
include/http/pages/homepage.h
include/http/pages/insertedfilespage.h
include/http/pages/localidentitiespage.h
include/http/pages/optionspage.h
include/http/pages/peerdetailspage.h
include/http/pages/peermaintenancepage.h
include/http/pages/peertrustpage.h
include/http/pages/showcaptchapage.h
include/ifmsxmldocument.h
include/ilogger.h
include/ipaddressacl.h [new file with mode: 0644]
include/logfile.h [deleted file]
include/message.h
include/nntp/nntpconnection.h
include/nntp/nntplistener.h
include/option.h
include/optionssetup.h [new file with mode: 0644]
include/pthreadwrapper.h [deleted file]
include/pthreadwrapper/deadlockexception.h [deleted file]
include/pthreadwrapper/guard.h [deleted file]
include/pthreadwrapper/mutex.h [deleted file]
include/pthreadwrapper/noncopyable.h [deleted file]
include/pthreadwrapper/runnable.h [deleted file]
include/pthreadwrapper/singleton.h [deleted file]
include/pthreadwrapper/thread.h [deleted file]
include/pthreadwrapper/threadedexecutor.h [deleted file]
include/threadcontroller.h [deleted file]
include/threadwrapper/cancelablerunnable.h [new file with mode: 0644]
include/threadwrapper/cancelablethread.h [new file with mode: 0644]
include/threadwrapper/noncopyable.h [new file with mode: 0644]
include/threadwrapper/singleton.h [new file with mode: 0644]
include/threadwrapper/threadedexecutor.h [new file with mode: 0644]
include/uuidgenerator.h [deleted file]
include/xyssl/config.h [deleted file]
include/xyssl/sha1.h [deleted file]
libs/shttpd/auth.c [deleted file]
libs/shttpd/cgi.c [deleted file]
libs/shttpd/compat_rtems.c [deleted file]
libs/shttpd/compat_rtems.h [deleted file]
libs/shttpd/compat_unix.c [deleted file]
libs/shttpd/compat_unix.h [deleted file]
libs/shttpd/compat_win32.c [deleted file]
libs/shttpd/compat_win32.h [deleted file]
libs/shttpd/compat_wince.c [deleted file]
libs/shttpd/compat_wince.h [deleted file]
libs/shttpd/config.c [deleted file]
libs/shttpd/config.h [deleted file]
libs/shttpd/defs.h [deleted file]
libs/shttpd/include/shttpd.h [deleted file]
libs/shttpd/io.h [deleted file]
libs/shttpd/io_cgi.c [deleted file]
libs/shttpd/io_dir.c [deleted file]
libs/shttpd/io_emb.c [deleted file]
libs/shttpd/io_file.c [deleted file]
libs/shttpd/io_socket.c [deleted file]
libs/shttpd/io_ssi.c [deleted file]
libs/shttpd/io_ssl.c [deleted file]
libs/shttpd/llist.h [deleted file]
libs/shttpd/log.c [deleted file]
libs/shttpd/md5.c [deleted file]
libs/shttpd/md5.h [deleted file]
libs/shttpd/shttpd.c [deleted file]
libs/shttpd/shttpd.h [deleted file]
libs/shttpd/ssl.h [deleted file]
libs/shttpd/std_includes.h [deleted file]
libs/shttpd/string.c [deleted file]
libs/tinyxml/tinystr.cpp [deleted file]
libs/tinyxml/tinystr.h [deleted file]
libs/tinyxml/tinyxml.cpp [deleted file]
libs/tinyxml/tinyxml.h [deleted file]
libs/tinyxml/tinyxmlerror.cpp [deleted file]
libs/tinyxml/tinyxmlparser.cpp [deleted file]
readme.txt
src/bitmapvalidator.cpp
src/board.cpp
src/charsetconverter.cpp
src/commandthread.cpp [deleted file]
src/datetime.cpp [deleted file]
src/db/sqlite3db.cpp
src/db/sqlite3recordset.cpp
src/db/sqlite3statement.cpp
src/dbconversions.cpp [new file with mode: 0644]
src/dbmaintenancethread.cpp [new file with mode: 0644]
src/dbsetup.cpp [new file with mode: 0644]
src/fmsapp.cpp [new file with mode: 0644]
src/fmsdaemon.cpp [deleted file]
src/fmsservice.cpp [deleted file]
src/freenet/boardlistinserter.cpp
src/freenet/boardlistrequester.cpp
src/freenet/boardlistxml.cpp
src/freenet/captcha/simplecaptcha.cpp
src/freenet/fileinserter.cpp
src/freenet/freenetmasterthread.cpp
src/freenet/identityinserter.cpp
src/freenet/identityintroductioninserter.cpp
src/freenet/identityintroductionrequester.cpp
src/freenet/identityintroductionxml.cpp
src/freenet/identityrequester.cpp
src/freenet/identityxml.cpp
src/freenet/introductionpuzzleinserter.cpp
src/freenet/introductionpuzzlerequester.cpp
src/freenet/introductionpuzzlexml.cpp
src/freenet/messageinserter.cpp
src/freenet/messagelistinserter.cpp
src/freenet/messagelistrequester.cpp
src/freenet/messagelistxml.cpp
src/freenet/messagerequester.cpp
src/freenet/messagexml.cpp
src/freenet/periodicdbmaintenance.cpp [deleted file]
src/freenet/siteinserter.cpp
src/freenet/trustlistinserter.cpp
src/freenet/trustlistrequester.cpp
src/freenet/trustlistxml.cpp
src/freenet/unkeyedidcreator.cpp
src/global.cpp
src/http/fmshttprequesthandlerfactory.cpp [new file with mode: 0644]
src/http/httpthread.cpp
src/http/identityexportxml.cpp
src/http/ipagehandler.cpp
src/http/multipartparser.cpp [new file with mode: 0644]
src/http/pages/addpeerpage.cpp
src/http/pages/announceidentitypage.cpp
src/http/pages/boardspage.cpp
src/http/pages/confirmpage.cpp
src/http/pages/controlboardpage.cpp
src/http/pages/createidentitypage.cpp
src/http/pages/execquerypage.cpp
src/http/pages/homepage.cpp
src/http/pages/insertedfilespage.cpp
src/http/pages/localidentitiespage.cpp
src/http/pages/optionspage.cpp
src/http/pages/peerdetailspage.cpp
src/http/pages/peermaintenancepage.cpp
src/http/pages/peertrustpage.cpp
src/http/pages/showcaptchapage.cpp
src/ipaddressacl.cpp [new file with mode: 0644]
src/logfile.cpp [deleted file]
src/main.cpp
src/message.cpp
src/nntp/nntpconnection.cpp
src/nntp/nntplistener.cpp
src/optionssetup.cpp [new file with mode: 0644]
src/pthreadwrapper/guard.cpp [deleted file]
src/pthreadwrapper/mutex.cpp [deleted file]
src/pthreadwrapper/runnable.cpp [deleted file]
src/pthreadwrapper/thread.cpp [deleted file]
src/pthreadwrapper/threadedexecutor.cpp [deleted file]
src/threadcontroller.cpp [deleted file]
src/threadwrapper/threadedexector.cpp [new file with mode: 0644]
src/uuidgenerator.cpp [deleted file]
src/xyssl/sha1.c [deleted file]