1
0
mirror of https://github.com/clementine-player/Clementine synced 2025-01-16 19:52:16 +01:00
Clementine-audio-player-Mac.../ext/libclementine-common/core
2012-03-19 21:17:57 +01:00
..
closure.cpp Add support for QSharedPointer in Closure. 2012-03-19 19:37:57 +01:00
closure.h Make the SharedClosure implementation a bit less horrible. 2012-03-19 21:17:57 +01:00
encoding.cpp
encoding.h
logging.cpp Add support for demangling symbols on Linux. 2012-02-02 15:50:42 +01:00
logging.h Add stack trace dumper (might need some tweaks for win & Linux still). 2012-01-17 20:35:10 -08:00
messagehandler.cpp Don't send messages to a handler in the time between its socket closing and its process ending. Fixes a race condition that would result in a tag loading operation never completing. Fixes issue 2616 2012-01-22 18:53:17 +00:00
messagehandler.h Don't send messages to a handler in the time between its socket closing and its process ending. Fixes a race condition that would result in a tag loading operation never completing. Fixes issue 2616 2012-01-22 18:53:17 +00:00
messagereply.cpp Queue messages in WorkerPool instead of in each individual handler, so the entire queue isn't lost if a worker crashes. 2012-01-22 18:53:17 +00:00
messagereply.h Queue messages in WorkerPool instead of in each individual handler, so the entire queue isn't lost if a worker crashes. 2012-01-22 18:53:17 +00:00
waitforsignal.cpp The external tagreader mostly works now: 2012-01-07 00:26:07 +00:00
waitforsignal.h The external tagreader mostly works now: 2012-01-07 00:26:07 +00:00
workerpool.cpp
workerpool.h Don't try to restart a worker while killing it. 2012-01-22 18:53:17 +00:00