aboutsummaryrefslogtreecommitdiffstats
path: root/src/UpdateContainer.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Log: add level "DEFAULT"Max Kellermann2013-11-041-2/+2
| | | | | | 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".
* DecoderPlugin: move functions into the structMax Kellermann2013-10-211-2/+2
|
* decoder_plugin: rename struct to DecoderPluginMax Kellermann2013-10-211-1/+1
|
* *: use references instead of pointersMax Kellermann2013-10-191-9/+9
|
* *: use nullptr instead of NULLMax Kellermann2013-10-191-6/+6
|
* fs/Path: rename to AllocatedPathMax Kellermann2013-10-171-3/+3
| | | | | | | The new class Path only holds a string pointer without being responsible for allocation/deallocation. The FileSystem.hxx library accepts Path arguments instead of AllocatedPath, to avoid forcing callers to allocate another string object.
* Log: new logging library APIMax Kellermann2013-10-021-1/+4
| | | | | Prepare to migrate away from GLib. Currently, we're still using GLib as a backend.
* TagHandler: use a TagBuilder internallyMax Kellermann2013-09-261-3/+8
| | | | Reduce heap allocator overhead.
* Tag, ...: move to libtag.aMax Kellermann2013-09-051-2/+2
|
* tag: convert to C++Max Kellermann2013-07-301-2/+2
|
* tag: move enum tag_type to TagType.hMax Kellermann2013-07-301-0/+1
|
* tag_handler: convert to C++Max Kellermann2013-07-291-4/+1
|
* song: convert header to C++Max Kellermann2013-07-281-2/+2
|
* decoder_api: convert to C++Max Kellermann2013-07-281-1/+1
|
* UpdateContainer: remove duplicate unlock callMax Kellermann2013-01-301-1/+0
|
* Path: move to fs subdirectoryDenis Krjuchkov2013-01-221-1/+1
|
* Path: new class "Path" wraps filesystem path stringsMax Kellermann2013-01-181-7/+6
|
* decoder_api.h, ...: add "extern C"Max Kellermann2013-01-071-1/+0
|
* Directory: rename struct directory to DirectoryMax Kellermann2013-01-031-6/+5
|
* Directory: turn functions to methodsMax Kellermann2013-01-021-5/+4
|
* Directory: make the header C++ onlyMax Kellermann2013-01-021-1/+1
|
* mapper: convert to C++Max 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/+126