summaryrefslogtreecommitdiff
path: root/server/src
AgeCommit message (Expand)Author
2010-07-05Fixed bug where an error was reported saying 'missing xml data' when called w...deva
2010-07-05Partial commit: Add typedefs of map/vector classes.deva
2010-07-05Partial commit: Move automap code to LUAQueryMapper (from widgetgenerator).deva
2010-07-05Partial commit: Move all value prefill code to its own file.deva
2010-07-05Partial commit: Move macrotool to subfolder.deva
2010-06-21Missing virtual destructor...deva
2010-06-21Split journal code into modules. Fix bug, when user is changed in the middle ...deva
2010-06-21Rename JournalWriter class to just Journal.deva
2010-06-18Add initialisersdeva
2010-06-18Make destructor virtual.deva
2010-06-15Make sure commit/discard are actually performed even though there are no data.deva
2010-06-14Isolated all microhttpd code in Httpd class.deva
2010-06-10Add transaction support on database pr. pracro session. Makes it possible to ...deva
2010-06-01From new_protocol branch.deva
2010-04-21Make extensive error handling in libartefact interface.deva
2010-04-21Output errors through debug system.deva
2010-04-14Updated libartefact interface.deva
2010-03-03Partly revert insert-empty-value fix.deva
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 (PART...deva
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 a...deva
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
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
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 interf...deva
2009-08-07Missing header file in test program.deva
2009-08-07Added new testdb, that can be activated through the cli (-d testdb) or throug...deva