yacreader/YACReaderLibrary/server
2016-06-24 18:32:22 +02:00
..
controllers Use the new session object in the all the controllers that need yacreader session information. 2016-06-22 20:14:37 +02:00
lib Update httpserver to 1.6.5 2016-06-22 19:09:04 +02:00
documentcache.h added a border to selected/mouseHover elements in the grid view 2016-03-25 11:30:31 +01:00
requestmapper.cpp Use the YACReaderHttpSession in request mapper. If yareader session is not set, create a YACReaderHttpSession for matching the current session. 2016-06-22 20:12:34 +02:00
requestmapper.h added a border to selected/mouseHover elements in the grid view 2016-03-25 11:30:31 +01:00
server.pri Added a new class for storing YACReaderHttpSession objects. 2016-06-24 17:26:51 +02:00
startup.cpp Initialize Static::yacreaderSessionStore. 2016-06-24 18:29:44 +02:00
startup.h added a border to selected/mouseHover elements in the grid view 2016-03-25 11:30:31 +01:00
static.cpp Initialize the static pointer to the yacreader session store. 2016-06-24 18:29:08 +02:00
static.h Replace the yacreader sessions map with the new store. 2016-06-24 18:28:44 +02:00
yacreader_http_session_store.cpp Renamed the method used for adding sessions. 2016-06-24 18:32:22 +02:00
yacreader_http_session_store.h Renamed the method used for adding sessions. 2016-06-24 18:32:22 +02:00
yacreader_http_session.cpp Fixed some missing resturns and ambiguous assignments in YACReaderHttpSession 2016-06-22 20:01:36 +02:00
yacreader_http_session.h Added a new class for storing specific YACReader's http session data. 2016-06-21 21:56:52 +02:00