aboutsummaryrefslogtreecommitdiffstats
path: root/src/update_remove.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* copyright year 2011Max Kellermann2011-01-291-1/+1
|
* update_remove: use plain GCond instead of notifyMax Kellermann2011-01-101-9/+16
| | | | GMutex/GCond guarantee that the access to removed_song is protected.
* player_control: removed the global variable "pc"Max Kellermann2011-01-101-1/+2
| | | | | | | Allocate a player_control object where needed, and pass it around. Each "client" object is associated with a "player_control" instance. This prepares multi-player support.
* Update copyright notices.Avuton Olrich2009-12-311-1/+1
|
* update: added missing config.h includesMax Kellermann2009-11-111-1/+2
| | | | This broke sticker and archive support.
* update: splitted update.c into several sourcesMax Kellermann2009-09-241-0/+93