summaryrefslogtreecommitdiff
path: root/server/src/macrolist.cc
AgeCommit message (Collapse)Author
2010-05-07LOTS of changes. libmicrohttpd fix for 'chunked' POST handling and LUA ↵deva
parameter checker from Pentominos among other things.
2010-01-15Add fix to entitylist, for mixing updates on dir rename/moves. Updated ↵deva
MacroList and TemplateList to macth new interface and use new insert method.
2010-01-14Made EntityList able to handle several files with same macroname and version ↵deva
number, without corrupting the internal data structure (switched from map to multimap).
2010-01-14Made EntityList superclass for the Macro and TemplateList classes.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-06Made MacroList and TemplateList threadsafe.deva
2009-07-30Make sure we don't hang in an infinite loop when encountering malformed ↵deva
macro/template files.
2009-07-30Updated the example template to contain new tags/attributes.deva
2009-07-29Split up commits and requests to seperate functions. Changed Database * to ↵deva
Database &
2009-07-24Made some more tests, and documented the header file.deva
2009-07-24Fixed compiler issues...deva
2009-07-22Changed the way the macros are looked up in the filesystem (now they are ↵deva
parsed and indexed using version numbers). Updated all unit tests, to compile and run again.