summaryrefslogtreecommitdiff
path: root/server/src/pracrod.cc
AgeCommit message (Collapse)Author
2010-01-06New artefact connection class (to later wrap libartefact). New environment ↵deva
class to hold all global resources. Made ConnectionPool a template class. Split journal code up into two files (class from commit code).
2010-01-04Added config, cli and compiletime check for ssl usage. Still needs to check ↵deva
is microhttpd has ssl support.
2009-12-18Fix compiler warnings "format not a string literal and no format arguments". ↵deva
Actually exposed a bug in luaresume.cc
2009-08-07Added new testdb, that can be activated through the cli (-d testdb) or ↵deva
through the config file (database_backend = testdb) .
2009-07-06Update year in copyright notice.deva
2009-02-05Add a flexible debug interface. Please read the documentation.bertho
2009-02-04- Add missing include filesbertho
- Add config option for xml macros and templates basedir
2008-08-15Changes for read-loop-server.deva
2008-07-30Reenabled the config file parser.deva
2008-07-30Added global Conf namepsace with configuration values. These are to be ↵deva
filled with config file values later.
2008-05-22Fixed GPL headers to actually contain the contributors...deva
2008-05-20Made fixes pointed out by GCC 4.2 and -D_FORTIFY_SOURCES=2deva
2008-03-18A lot of changes to the daemon code.deva
2007-09-03Implemented the first version of the XML request. Fixed eXpat ↵deva
incompatability with XML_Get/SetUserData and the void* in the handler functions.
2007-08-30Fixed libconfig upgrade incompatabilities (upgraded to v1.1.2)deva
2007-08-22Dummy server created.deva