Age | Commit message (Expand) | Author |
2011-01-28 | New cross client system. | deva |
2011-01-25 | New database layout. | deva |
2010-07-07 | Fixed typo that resulted int the discarded session to never actully be discar... | deva |
2010-07-05 | Remove PRACRO_ prefix from debug macros. | deva |
2010-07-05 | Partial commit (final): Add missing headers, fixing gcc4.4 compile errors. | deva |
2010-06-15 | Make sure commit/discard are actually performed even though there are no data. | deva |
2010-06-14 | Isolated all microhttpd code in Httpd class. | deva |
2010-06-01 | From new_protocol branch. | deva |
2010-02-26 | Make xml escaped characters show up correclty in the client. | deva |
2010-02-17 | Use libartefact for pentominos data retrieval. | deva |
2010-02-12 | Revert to old protocol | deva |
2009-12-03 | Some fixes on the session system. | deva |
2009-11-19 | Write livesessions warning to log file. | deva |
2009-11-13 | Make session system more robust. Make server termination show live sessions a... | deva |
2009-11-13 | JournalWriter now works with sessions, i.e. just like in the old days before ... | deva |
2009-11-13 | Added SessionIDs to http communication. Made SAXParser run on const char*. | deva |
2009-11-12 | Make database connection shared among threads and make is thread safe. | deva |
2009-11-04 | Fixed error in connection callback function. | deva |
2009-11-04 | Prepare for SSL encrypted connection (https). | deva |
2009-11-03 | First working, but not in any way optimal implementation of a http transport ... | deva |
2009-08-18 | Fixed missing ttl on 'completed'R1_1_0 | deva |
2009-08-07 | Make the server and queryhandlerpracro test scripts use the new testdb interf... | deva |
2009-08-07 | Added new testdb, that can be activated through the cli (-d testdb) or throug... | deva |
2009-08-05 | Made JournalWriter use the new TemplateList class. | deva |
2009-07-30 | Changed illogically named 'window' tag into the more descriptive 'widgets' tag. | deva |
2009-07-30 | Removed the term 'course' everywhere, and replaced it by 'template'. This red... | deva |
2009-07-30 | Updated the example template to contain new tags/attributes. | deva |
2009-07-29 | Fixed up the server testprogram a little. Now the program kills its own serve... | deva |
2009-07-29 | Fixed potetially bad error in the server. It would break the stream if introd... | deva |
2009-07-29 | Changed Socket * to Socket & in pentominos query. | deva |
2009-07-29 | Split up commits and requests to seperate functions. Changed Database * to Da... | deva |
2009-07-24 | Introduced a new template tag called 'header' to replace the macro-tag-with-h... | deva |
2009-07-24 | Fixed compiler issues... | deva |
2009-07-22 | Changed the way the macros are looked up in the filesystem (now they are pars... | deva |
2009-05-15 | Journal entries are now committed in the order in which they appear in the co... | deva |
2009-05-11 | New 'header' in each journal commit, taken from the course. | deva |
2009-04-24 | Delayed journal commit write. This makes sure each macro is only stored once.... | deva |
2009-02-18 | Added title attribute to the courses/templates, and made them show as a heade... | deva |
2009-02-11 | Added QueryHandler for both Pentominos and Pracro. Added source string to all... | deva |
2009-02-10 | - Rewrite part of the database backend setup and abstraction | bertho |
2009-02-04 | - Add missing include files | bertho |
2009-01-13 | Added a 'language' tag in resume, to be able to switch parser. Implemented th... | deva |
2008-12-02 | Ignore store_in_journal attributes, always set to true. | deva |
2008-12-02 | Added hacked support for headlines in templates. | deva |
2008-10-10 | Made resume a standalone tag istead of an attribute of the macro tag. | deva |
2008-10-08 | Connections to Pentominos and Database are now persistent over the entire cli... | deva |
2008-09-30 | Changed SAXParser parse method to take a buffer and a size instead of a c++ s... | deva |
2008-09-29 | Modified error reply to fit new layout system. | deva |
2008-09-23 | Made fix for the 'multiple xml buffers in single network buffer' problem. | deva |
2008-09-22 | Added resume storing to the db, and made the outputted xml use it. Added capt... | deva |