summaryrefslogtreecommitdiff
path: root/server/src
AgeCommit message (Collapse)Author
2010-03-02Make ready for 1.2.0 release.R1_2_0deva
2010-03-02Set value from db/queries even though it doesn't have a value attribute ↵deva
(PART 2).
2010-03-02Set value from db/queries even though it doesn't have a value attribute.deva
2010-02-26Fix missing XML decoding in journal.deva
2010-02-26Make xml escaped characters show up correclty in the client.deva
2010-02-17Use libartefact for pentominos data retrieval.deva
2010-02-12Fix compiler warnings.deva
2010-02-12Revert to old protocoldeva
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.
2009-07-30Fixed macrotool macro/template dumper to work with the new TemplateParser.deva
2009-07-30Changed illogically named 'window' tag into the more descriptive 'widgets' tag.deva
2009-07-30Removed the term 'course' everywhere, and replaced it by 'template'. This ↵deva
reduced/simplified the Template class structure a bit.
2009-07-30Fixed tagname in the newly added (and obvously untested) ↵deva
TemplateHeaderParser class.
2009-07-30Updated the example template to contain new tags/attributes.deva
2009-07-30XML define no longer used.deva
2009-07-30Removed obsolete TODO comment.deva
2009-07-29Comments in the TransactionParser headerfile.deva