aboutsummaryrefslogtreecommitdiff
path: root/src/update_remove.c
Commit message (Collapse)AuthorAge
* Merge branch 'v0.16.x'Max Kellermann2012-04-05
|\ | | | | | | | | | | Conflicts: src/output/osx_plugin.c src/text_input_stream.c
| * Use g_message and not g_debug when removing songDan McGee2012-03-26
| | | | | | | | | | | | | | | | | | When adding or updating a song, we get a log message even if debug is not enabled. It seems odd that removing a song shouldn't be done at the same log level; otherwise looking at the log leads you to believe songs are never removed from the library on update. Signed-off-by: Dan McGee <dan@archlinux.org>
* | update_remove: add header update_remove.hMax Kellermann2012-02-12
| |
* | copyright year 2011Max Kellermann2011-01-29
| |
* | update_remove: use plain GCond instead of notifyMax Kellermann2011-01-10
| | | | | | | | GMutex/GCond guarantee that the access to removed_song is protected.
* | player_control: removed the global variable "pc"Max Kellermann2011-01-10
|/ | | | | | | 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-31
|
* update: added missing config.h includesMax Kellermann2009-11-11
| | | | This broke sticker and archive support.
* update: splitted update.c into several sourcesMax Kellermann2009-09-24