summaryrefslogtreecommitdiff
path: root/server/src/Makefile.am
AgeCommit message (Collapse)Author
2010-05-07Use connection object instead of struct and make xml parsing on-the-fly ↵deva
instead of collecting all data first.
2010-05-07LOTS of changes. libmicrohttpd fix for 'chunked' POST handling and LUA ↵deva
parameter checker from Pentominos among other things.
2010-01-18Make use of libartefact. Not yet tested...deva
2010-01-18Fix typo.deva
2010-01-18Backported testscript changes from Pentominosdeva
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-07Initial code for inotify wrapper class.deva
2010-01-06New artefact connection class (to later wrap libartefact). New environment ↵deva
class to hold all global resources. Made ConnectionPool a template class. Split journal code up into two files (class from commit code).
2009-12-18Moved transaction handling out of server.ccdeva
2009-12-17Script rearrangement + autogen hack (very ugly) to fix test bootstrap problem.deva
2009-12-17Ported to the new test framework.deva
2009-12-15New Sessions and Session classes.deva
2009-11-13Make server test compile again.deva
2009-11-12Make database connection shared among threads and make is thread safe.deva
2009-11-03Added microhttpd to compile flags.deva
2009-08-07New test program.deva
2009-08-07Make the server and queryhandlerpracro test scripts use the new testdb ↵deva
interface.
2009-08-07Added new testdb, that can be activated through the cli (-d testdb) or ↵deva
through the config file (database_backend = testdb) .
2009-07-30More unit tests...deva
2009-07-30Added Exception class unit test.deva
2009-07-30Added unit tests for MacroHeaderParser and TemplateHeaderParser.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-30Updated the example template to contain new tags/attributes.deva
2009-07-29Fixed up the server testprogram a little. Now the program kills its own ↵deva
server process when done.
2009-07-29Added testsrcipts to the transactionparser. Still missing the documentation ↵deva
though.
2009-07-29Added testscripts for SAXParser. Added SAXParser documentation.deva
2009-07-24More extensive testing, and documentation in the header files.deva
2009-07-24Made test section able to retest when some dependencies changed.deva
2009-07-24Added some more tests to the Version class. 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.
2009-07-17More work on the macrotool. Now fieldnames can be added and deleted, and a ↵deva
filehandler is able to add new macros assuring no conflicts in macro names/version/filenames happen. Error messages in MacroParser has been made more elaborate.
2009-07-10Fieldname queries added macrotool.deva
2009-07-06Rewrite of parameter handler. A new fieldnames module... currently does ↵deva
nothing useful.
2009-07-06Added new macro tool binary to the project.deva
2009-04-24Added test for journal writer.deva
2009-04-20Added utf8 decode.deva
2009-02-11Added QueryHandler for both Pentominos and Pracro. Added source string to ↵deva
all values, and use these to set the prefill value in the macros.
2009-02-10- Rewrite part of the database backend setup and abstractionbertho
- Fix some printf's into debug statements
2009-02-05Add a flexible debug interface. Please read the documentation.bertho
2009-01-13Removed all 'complex type' code. No need for it anymore...deva
2009-01-13Added a 'language' tag in resume, to be able to switch parser. Implemented ↵deva
the lua resume parser.
2008-11-03Did a lot of work on format utils.deva
2008-10-30Complete but highly unstable implementation of formattools.deva
2008-10-29Initial work on format toolsdeva
2008-09-22Fixed missing include path in databasetest.deva
2008-07-30Added global Conf namepsace with configuration values. These are to be ↵deva
filled with config file values later.
2008-07-29Added configure option to remove pentominos support.deva
2008-07-22Updated testcodedeva