Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update: convert to C++ | Max Kellermann | 2013-01-02 | 1 | -102/+0 |
| | |||||
* | main: use C++ compiler | Max Kellermann | 2012-09-28 | 1 | -1/+1 |
| | |||||
* | Merge branch 'v0.16.x' | Max Kellermann | 2012-04-05 | 1 | -1/+1 |
|\ | | | | | | | | | | | Conflicts: src/output/osx_plugin.c src/text_input_stream.c | ||||
| * | Use g_message and not g_debug when removing song | Dan McGee | 2012-03-26 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | 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.h | Max Kellermann | 2012-02-12 | 1 | -1/+1 |
| | | |||||
* | | copyright year 2011 | Max Kellermann | 2011-01-29 | 1 | -1/+1 |
| | | |||||
* | | update_remove: use plain GCond instead of notify | Max Kellermann | 2011-01-10 | 1 | -9/+16 |
| | | | | | | | | GMutex/GCond guarantee that the access to removed_song is protected. | ||||
* | | player_control: removed the global variable "pc" | Max Kellermann | 2011-01-10 | 1 | -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 Olrich | 2009-12-31 | 1 | -1/+1 |
| | |||||
* | update: added missing config.h includes | Max Kellermann | 2009-11-11 | 1 | -1/+2 |
| | | | | This broke sticker and archive support. | ||||
* | update: splitted update.c into several sources | Max Kellermann | 2009-09-24 | 1 | -0/+93 |