summaryrefslogtreecommitdiff
path: root/server/src
AgeCommit message (Expand)Author
2010-05-27A lot of session handling. A lot of new unit tests. Add of a more structured ...deva
2010-05-19Fix linesplitting bug.deva
2010-05-07Use connection object instead of struct and make xml parsing on-the-fly inste...deva
2010-05-07LOTS of changes. libmicrohttpd fix for 'chunked' POST handling and LUA parame...deva
2010-01-18Make use of libartefact. Not yet tested...deva
2010-01-18Lots more tests, and some bugfixes of utf8 code. More to come...deva
2010-01-18Use new PHTREAD flagsdeva
2010-01-18Fix typo.deva
2010-01-18Backported testscript changes from Pentominosdeva
2010-01-15Updated environment test.deva
2010-01-15Add fix to entitylist, for mixing updates on dir rename/moves. Updated MacroL...deva
2010-01-15Added more tests.deva
2010-01-15Added filescan upon directory creation.deva
2010-01-14Made EntityList able to handle several files with same macroname and version ...deva
2010-01-14Made EntityList superclass for the Macro and TemplateList classes.deva
2010-01-14Some cleaning up.deva
2010-01-14Almost finished the inotify wrapper. It still needs more tests. Made MacroLis...deva
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 cl...deva
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 i...deva
2009-12-18Moved transaction handling out of server.ccdeva
2009-12-18Fix compiler warnings "format not a string literal and no format arguments". ...deva
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 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