summaryrefslogtreecommitdiff
path: root/server/src
AgeCommit message (Expand)Author
2010-10-06Fix compilation wihtout debug.deva
2010-08-30Make fieldnames with '.' map correctly to lua-map namespace.deva
2010-08-17Remove 'language' attribute.deva
2010-08-12New scripting system part2.deva
2010-08-03New script-tag attribute that includes lua code from a file.deva
2010-07-07Remove check for pid-file existance. Daemon should always overwrite.deva
2010-07-07Refuse to start if pid file already exists, or cannot be written. Remove pid ...deva
2010-07-07Make session-path set-able via cli.deva
2010-07-07Fixed typo that resulted int the discarded session to never actully be discar...deva
2010-07-06Make dump fieldnames show if the fields has value attributes.deva
2010-07-06File renamesdeva
2010-07-05Some more ignoresdeva
2010-07-05Make server write its pid file. Daemon class ported from pentominos.deva
2010-07-05Make server able to re-init writing of its log file (for logrotate).deva
2010-07-05Make pracro use new debug output interface (writes to a file).deva
2010-07-05Remove PRACRO_ prefix from debug macros.deva
2010-07-05Partial commit (final): Add missing headers, fixing gcc4.4 compile errors.deva
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