summaryrefslogtreecommitdiff
path: root/server/src
AgeCommit message (Collapse)Author
2010-01-14Some cleaning up.deva
2010-01-14Almost finished the inotify wrapper. It still needs more tests. Made ↵deva
MacroList work recursive, added watch through inotify (also recursive).
2010-01-07More work on inotify wrapper. Now the tests at least make sence.deva
2010-01-07Initial code for inotify wrapper class.deva
2010-01-06Made MacroList and TemplateList threadsafe.deva
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-05Remove unused include.deva
2010-01-05Fix testdeva
2010-01-04Added config, cli and compiletime check for ssl usage. Still needs to check ↵deva
is microhttpd has ssl support.
2009-12-18Moved transaction handling out of server.ccdeva
2009-12-18Fix compiler warnings "format not a string literal and no format arguments". ↵deva
Actually exposed a bug in luaresume.cc
2009-12-17Script rearrangement + autogen hack (very ugly) to fix test bootstrap problem.deva
2009-12-17Added connection pool class. Using semaphores (also added)deva
2009-12-17Ported to the new test framework.deva
2009-12-15New Sessions and Session classes.deva
2009-12-15New error box.deva
2009-12-03Some fixes on the session system.deva
2009-11-19Write livesessions warning to log file.deva
2009-11-13Make session system more robust. Make server termination show live sessions ↵deva
and issue a warning.
2009-11-13Make server test compile again.deva
2009-11-13More SAXParser const char conversion.deva
2009-11-13JournalWriter now works with sessions, i.e. just like in the old days before ↵deva
microhttpd.
2009-11-13Added SessionIDs to http communication. Made SAXParser run on const char*.deva
2009-11-12Fixed missing macro check.deva
2009-11-12Make database connection shared among threads and make is thread safe.deva
2009-11-11Made database noisy if unknown databse backend is requested.deva
2009-11-11Made database noisy if unknown databse backend is requested.deva
2009-11-04Fixed error in connection callback function.deva
2009-11-04Prepare for SSL encrypted connection (https).deva
2009-11-03First working, but not in any way optimal implementation of a http transport ↵deva
layer.
2009-11-03Added microhttpd to compile flags.deva
2009-11-02New dump fields tool.deva
2009-08-18Fixed missing ttl on 'completed'R1_1_0deva
2009-08-07Test script.deva
2009-08-07New test program.deva
2009-08-07Unit test and header documentation.deva
2009-08-07Catch exceptions from new connection.deva
2009-08-07Make the server and queryhandlerpracro test scripts use the new testdb ↵deva
interface.
2009-08-07Missing header file in test program.deva
2009-08-07Added new testdb, that can be activated through the cli (-d testdb) or ↵deva
through the config file (database_backend = testdb) .
2009-08-06Changed values form pracro db (via the query construct) to have source ↵deva
'pracrodb' instead of 'pracro'.
2009-08-05Made JournalWriter use the new TemplateList class.deva
2009-08-05Renamed TemplateParser debug group from 'macro' to 'template'.deva
2009-08-05Fixed compile problem with the internal declaration of the ResumeEntry class.deva
2009-07-30Some cleaning up. Much more work to do in that area though, including ↵deva
writing of a new unit test program.
2009-07-30More unit tests...deva
2009-07-30Added Exception class unit test.deva
2009-07-30Doxygen documented the Macro-/TemplateHeaderParser header files.deva
2009-07-30Added unit tests for MacroHeaderParser and TemplateHeaderParser.deva
2009-07-30Make sure we don't hang in an infinite loop when encountering malformed ↵deva
macro/template files.