summaryrefslogtreecommitdiff
path: root/server/src/saxparser.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-05Fix testdeva
2009-12-18Fix compiler warnings "format not a string literal and no format arguments". ↵deva
Actually exposed a bug in luaresume.cc
2009-12-17Ported to the new test framework.deva
2009-11-13More SAXParser const char conversion.deva
2009-11-13Added SessionIDs to http communication. Made SAXParser run on const char*.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-29Added testscripts for SAXParser. Added SAXParser documentation.deva
2009-02-10- Rewrite part of the database backend setup and abstractionbertho
- Fix some printf's into debug statements
2009-02-04- Add missing include filesbertho
- Add config option for xml macros and templates basedir
2008-10-08Connections to Pentominos and Database are now persistent over the entire ↵deva
client connection.
2008-09-30Changed SAXParser parse method to take a buffer and a size instead of a c++ ↵deva
string. Made the queryhandler use a read loop, parsing on-the-fly to determine when the entire document has been read.
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-16Worked on the connection of the various elements of the server.deva
2008-05-15Added a lot of testcode... and fixed a lot of minor error (-Wall -Werror)deva
2008-05-13Filename cleanups...deva