summaryrefslogtreecommitdiff
path: root/server/src/transactionhandler.cc
AgeCommit message (Collapse)Author
2010-05-27A lot of session handling. A lot of new unit tests. Add of a more structured ↵deva
commit/discard handling. Fix of some wierd line break bugs in journalwriter
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-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).
2010-01-04Added config, cli and compiletime check for ssl usage. Still needs to check ↵deva
is microhttpd has ssl support.
2009-12-18Moved transaction handling out of server.ccdeva