yacreader/YACReaderLibrary/server
Felix Kauselmann be547081f2 Fix huge memleak in server code caused by thread pingpong fix.
Stopped QThreads don't process events, so cleanup signals get lost.
Prevent this from happening by keeping the threads alive and the comic
inside the thread (as we already do in the viewer). Cleanup happens by
connecting the comic's destroyed() signal to the thread's quit() slot.
2019-09-24 08:21:14 +02:00
..
controllers Fix huge memleak in server code caused by thread pingpong fix. 2019-09-24 08:21:14 +02:00
lib Disable sort includes in the folders where clang format is disabled 2019-08-24 11:11:52 +02:00
documentcache.h Add .gitattributes rules for text and binary handling 2018-07-30 15:04:04 +02:00
requestmapper.cpp Use auto to avoid duplicating the type name 2019-06-01 16:04:48 +02:00
requestmapper.h Annotate overridden methods 2019-06-01 16:04:48 +02:00
server.pri Normalize line endings 2018-08-07 11:09:02 +02:00
startup.cpp More auto 2019-06-01 16:04:48 +02:00
startup.h Format code using clang-format 2019-05-30 19:46:37 +02:00
static.cpp Use nullptr instead of 0 2019-06-01 16:04:48 +02:00
static.h Format code using clang-format 2019-05-30 19:46:37 +02:00
yacreader_http_session_store.cpp Format code using clang-format 2019-05-30 19:46:37 +02:00
yacreader_http_session_store.h Use nullptr instead of 0 2019-06-01 16:04:48 +02:00
yacreader_http_session.cpp Format code using clang-format 2019-05-30 19:46:37 +02:00
yacreader_http_session.h Annotate overridden methods 2019-06-01 16:04:48 +02:00
yacreader_server_data_helper.cpp Format code using clang-format 2019-05-30 19:46:37 +02:00
yacreader_server_data_helper.h Format code using clang-format 2019-05-30 19:46:37 +02:00