summaryrefslogtreecommitdiff
path: root/server/src/database.cc
AgeCommit message (Expand)Author
2008-09-03Fixed invalid select statement when no widgets exists in the macro.deva
2008-08-19Fixed SQL injection (escaping of \', \0 and \).deva
2008-08-08Added print debug configurable.deva
2008-08-04Made server able to run (compile-time) without postgres and the uploadserver....deva
2008-06-09Added check to see if macro already has been committed. For later use with de...deva
2008-05-26Completed the prefilling of the fields, from the db and pentominos, according...deva
2008-05-26Added support for ttl on queries. Some other fies on the query.deva
2008-05-23Did a lot of work on the database class.deva
2008-05-22Fixed GPL headers to actually contain the contributors...deva
2008-05-20Made fixes pointed out by GCC 4.2 and -D_FORTIFY_SOURCES=2deva
2008-05-20Removed obsolete macro.h and macro_parser.cc,hdeva
2007-10-01Now the resume is generated using a format string.deva
2007-09-24Server now parses XML and handles include.deva
2007-09-17Added UID class for use when generating transaction ids.deva
2007-09-14Commits are now committed to the database.deva