This website requires JavaScript.
Explore
Help
Sign In
Funkwhale
/
Clementine-audio-player-Mac-Linux-Windows
Watch
1
Star
0
Fork
0
You've already forked Clementine-audio-player-Mac-Linux-Windows
Code
Issues
Pull Requests
Releases
Wiki
Activity
Clementine-audio-player-Mac...
/
ext
/
libclementine-common
/
core
History
David Sansome
694ffe42df
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
..
closure.cpp
Move everything around in the source tree - static libraries and external binaries now go in "ext/". Add a generic worker pool.
2012-01-05 23:25:13 +00:00
closure.h
Move everything around in the source tree - static libraries and external binaries now go in "ext/". Add a generic worker pool.
2012-01-05 23:25:13 +00:00
encoding.cpp
Move everything around in the source tree - static libraries and external binaries now go in "ext/". Add a generic worker pool.
2012-01-05 23:25:13 +00:00
encoding.h
Move everything around in the source tree - static libraries and external binaries now go in "ext/". Add a generic worker pool.
2012-01-05 23:25:13 +00:00
logging.cpp
D'oh
2012-01-17 21:29:20 -08: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
Move everything around in the source tree - static libraries and external binaries now go in "ext/". Add a generic worker pool.
2012-01-05 23:25:13 +00:00
workerpool.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