summaryrefslogtreecommitdiff
path: root/server/src/server.cc
AgeCommit message (Expand)Author
2010-05-27A lot of session handling. A lot of new unit tests. Add of a more structured ...deva
2010-05-07Use connection object instead of struct and make xml parsing on-the-fly inste...deva
2010-05-07LOTS of changes. libmicrohttpd fix for 'chunked' POST handling and LUA parame...deva
2010-01-06New artefact connection class (to later wrap libartefact). New environment cl...deva
2010-01-04Added config, cli and compiletime check for ssl usage. Still needs to check i...deva
2009-12-18Moved transaction handling out of server.ccdeva
2009-12-18Fix compiler warnings "format not a string literal and no format arguments". ...deva
2009-12-15New Sessions and Session classes.deva
2009-12-15New error box.deva
2009-12-03Some fixes on the session system.deva
2009-11-19Write livesessions warning to log file.deva
2009-11-13Make session system more robust. Make server termination show live sessions a...deva
2009-11-13JournalWriter now works with sessions, i.e. just like in the old days before ...deva
2009-11-13Added SessionIDs to http communication. Made SAXParser run on const char*.deva
2009-11-12Make database connection shared among threads and make is thread safe.deva
2009-11-04Fixed error in connection callback function.deva
2009-11-04Prepare for SSL encrypted connection (https).deva
2009-11-03First working, but not in any way optimal implementation of a http transport ...deva
2009-08-18Fixed missing ttl on 'completed'R1_1_0deva
2009-08-07Make the server and queryhandlerpracro test scripts use the new testdb interf...deva
2009-08-07Added new testdb, that can be activated through the cli (-d testdb) or throug...deva
2009-08-05Made JournalWriter use the new TemplateList class.deva
2009-07-30Changed illogically named 'window' tag into the more descriptive 'widgets' tag.deva
2009-07-30Removed the term 'course' everywhere, and replaced it by 'template'. This red...deva
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 serve...deva
2009-07-29Fixed potetially bad error in the server. It would break the stream if introd...deva
2009-07-29Changed Socket * to Socket & in pentominos query.deva
2009-07-29Split up commits and requests to seperate functions. Changed Database * to Da...deva
2009-07-24Introduced a new template tag called 'header' to replace the macro-tag-with-h...deva
2009-07-24Fixed compiler issues...deva
2009-07-22Changed the way the macros are looked up in the filesystem (now they are pars...deva
2009-05-15Journal entries are now committed in the order in which they appear in the co...deva
2009-05-11New 'header' in each journal commit, taken from the course.deva
2009-04-24Delayed journal commit write. This makes sure each macro is only stored once....deva
2009-02-18Added title attribute to the courses/templates, and made them show as a heade...deva
2009-02-11Added QueryHandler for both Pentominos and Pracro. Added source string to all...deva
2009-02-10- Rewrite part of the database backend setup and abstractionbertho
2009-02-04- Add missing include filesbertho
2009-01-13Added a 'language' tag in resume, to be able to switch parser. Implemented th...deva
2008-12-02Ignore store_in_journal attributes, always set to true.deva
2008-12-02Added hacked support for headlines in templates.deva
2008-10-10Made resume a standalone tag istead of an attribute of the macro tag.deva
2008-10-08Connections to Pentominos and Database are now persistent over the entire cli...deva
2008-09-30Changed SAXParser parse method to take a buffer and a size instead of a c++ s...deva
2008-09-29Modified error reply to fit new layout system.deva
2008-09-23Made fix for the 'multiple xml buffers in single network buffer' problem.deva
2008-09-22Added resume storing to the db, and made the outputted xml use it. Added capt...deva
2008-09-19Temporary frame caption solutiondeva
2008-09-05Made multiple pentominos request work properly (still no reusage of the conne...deva