summaryrefslogtreecommitdiff
path: root/server/src/queryparser.cc
AgeCommit message (Collapse)Author
2014-02-12Fix 64bit compilationBent Bisballe Nyeng
2012-08-10Fix compilation of all tests.Bent Bisballe Nyeng
2011-07-01removed macrotool.deva
add lua wrapper for praxisd. new type attributes_t for sax parser and children. make macros/templates use real vars instead of var map. add data ttl on macro level. add 'important' attribute to macrotags in templates.
2011-02-17Rewrite of all old tests to new unittest framework. Also some work on ↵deva
testdb; more to come...
2010-07-05Partial commit (final): Add missing headers, fixing gcc4.4 compile errors.deva
2010-06-01From new_protocol branch.deva
2010-02-17Use libartefact for pentominos data retrieval.deva
2009-11-13More SAXParser const char conversion.deva
2009-07-24More extensive testing, and documentation in the header files.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-04-20Added utf8 decode.deva
2009-04-14Fixed missing stack pop on result-tag end.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.
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-06-03Added support for lua validator programs.deva
2008-05-26Completed the prefilling of the fields, from the db and pentominos, ↵deva
according to their timestamps.
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