aboutsummaryrefslogtreecommitdiffstats
path: root/src/UpdateSong.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update*: move to update/Max Kellermann2014-01-241-113/+0
|
* decoder/*: move to decoder/plugins/Max Kellermann2014-01-241-1/+1
|
* Song: make the "parent" attribute mandatoryMax Kellermann2014-01-191-1/+1
| | | | | The Song class is only used for database songs now. A Song without a Directory is not possible anymore.
* copyright year 2014Max Kellermann2014-01-131-1/+1
|
* DecoderList: add function decoder_plugins_supports_suffix()Max Kellermann2013-12-291-3/+1
| | | | Replaces decoder_plugin_from_suffix().
* UpdateContainer: pass suffix instead of DecoderPluginMax Kellermann2013-12-291-3/+3
| | | | | Instead of using the first DecoderPlugin that supports the suffix, use the first one that actually implements the "container_scan" method.
* include cleanup using iwyuMax Kellermann2013-11-281-1/+0
|
* Log: add level "DEFAULT"Max Kellermann2013-11-041-4/+4
| | | | | | Map LogLevel::INFO to G_LOG_LEVEL_INFO, and LogLevel::DEFAULT to G_LOG_LEVEL_MESSAGE. Now client connect/disconnect message are only logged on log_level "secure".
* *: update copyright year to 2013Max Kellermann2013-10-301-1/+1
|
* decoder_plugin: rename struct to DecoderPluginMax Kellermann2013-10-211-2/+2
|
* *: use references instead of pointersMax Kellermann2013-10-191-13/+13
|
* *: use nullptr instead of NULLMax Kellermann2013-10-191-6/+6
|
* Log: new logging library APIMax Kellermann2013-10-021-13/+17
| | | | | Prepare to migrate away from GLib. Currently, we're still using GLib as a backend.
* song: convert header to C++Max Kellermann2013-07-281-4/+4
|
* decoder_api: convert to C++Max Kellermann2013-07-281-1/+1
|
* decoder_list: convert to C++Max Kellermann2013-01-301-4/+1
|
* Directory: rename struct directory to DirectoryMax Kellermann2013-01-031-2/+2
|
* Directory: turn functions to methodsMax Kellermann2013-01-021-9/+8
|
* Directory: make the header C++ onlyMax Kellermann2013-01-021-1/+1
|
* db_lock: convert to C++Max Kellermann2013-01-021-1/+1
|
* update: convert to C++Max Kellermann2013-01-021-0/+116