Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Database*: move to db/ | Max Kellermann | 2014-01-24 | 1 | -2/+2 |
| | |||||
* | decoder/*: move to decoder/plugins/ | Max Kellermann | 2014-01-24 | 1 | -1/+1 |
| | |||||
* | DetachedSong: add attribute "real_uri" | Max Kellermann | 2014-01-21 | 1 | -1/+1 |
| | | | | Prepare for UPnP songs that retain there database identity. | ||||
* | Song: make the "parent" attribute mandatory | Max Kellermann | 2014-01-19 | 1 | -3/+2 |
| | | | | | The Song class is only used for database songs now. A Song without a Directory is not possible anymore. | ||||
* | Song: embed the Tag object statically into class Song | Max Kellermann | 2014-01-19 | 1 | -4/+2 |
| | | | | | Reduces overhead because we need to manage only one memory allocation. According to valgrind/massif, we save 7%. | ||||
* | DetachedSong: add method Update() | Max Kellermann | 2014-01-15 | 1 | -0/+37 |
| | | | | | Don't create an intermediate Song instance when all we want is a DetachedSong. | ||||
* | copyright year 2014 | Max Kellermann | 2014-01-13 | 1 | -1/+1 |
| | |||||
* | DetachedSong: fork of struct Song | Max Kellermann | 2014-01-09 | 1 | -7/+1 |
| | | | | | | From now on, struct Song will be used by the database only, and DetachedSong will be used by everybody else. DetachedSong is easier to use, but Song has lower overhead. | ||||
* | SongUpdate: move code to handle_lsinfo() | Max Kellermann | 2014-01-08 | 1 | -14/+0 |
| | | | | | Don't create a temporary Song object in handle_lsinfo(). Instead, print all tags while parsing the remote file. | ||||
* | tag/TagBuilder: rename Commit() to CommitNew() | Max Kellermann | 2014-01-08 | 1 | -3/+3 |
| | |||||
* | command: "lsinfo" and "readcomments" allowed for remote files | Max Kellermann | 2013-12-29 | 1 | -0/+14 |
| | |||||
* | SongUpdate: read tags from songs in an archive | Max Kellermann | 2013-12-29 | 1 | -5/+9 |
| | | | | | Add the TagStream.cxx library, similar to TagFile.cxx, and use it to load tags from song files inside archives. | ||||
* | DecoderList: add function decoder_plugins_supports_suffix() | Max Kellermann | 2013-12-29 | 1 | -3/+1 |
| | | | | Replaces decoder_plugin_from_suffix(). | ||||
* | TagFile: pass reference instead of pointer | Max Kellermann | 2013-12-29 | 1 | -1/+1 |
| | |||||
* | Merge branch 'v0.18.x' | Max Kellermann | 2013-12-14 | 1 | -2/+1 |
|\ | |||||
| * | SongUpdate: accept files without metadata | mobidyc | 2013-12-10 | 1 | -2/+1 |
| | | | | | | | | | | If the file was recognized by a decoder plugin, accept it - don't require metadata. | ||||
* | | fs/Traits: split PathTraits type into PathTraitsFS and PathTraitsUTF8 | Denis Krjuchkov | 2013-12-05 | 1 | -1/+1 |
| | | |||||
* | | include cleanup using iwyu | Max Kellermann | 2013-11-28 | 1 | -6/+0 |
|/ | |||||
* | TagFile: use Path instead of const char * | Max Kellermann | 2013-10-26 | 1 | -3/+3 |
| | |||||
* | SongUpdate: use tag_file_scan() | Max Kellermann | 2013-10-21 | 1 | -63/+9 |
| | | | | Eliminate duplicate code. | ||||
* | decoder_plugin: rename struct to DecoderPlugin | Max Kellermann | 2013-10-21 | 1 | -2/+2 |
| | |||||
* | *: use references instead of pointers | Max Kellermann | 2013-10-19 | 1 | -3/+3 |
| | |||||
* | *: use nullptr instead of NULL | Max Kellermann | 2013-10-19 | 1 | -16/+16 |
| | |||||
* | fs/Path: rename to AllocatedPath | Max Kellermann | 2013-10-17 | 1 | -2/+2 |
| | | | | | | | 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. | ||||
* | fs/Path: move definitions to struct PathTraits | Max Kellermann | 2013-10-17 | 1 | -1/+2 |
| | |||||
* | fs/Path: include cleanup | Max Kellermann | 2013-10-17 | 1 | -0/+1 |
| | |||||
* | thread/{Cond,Mutex}: use "class" instead of "typedef" | Max Kellermann | 2013-10-17 | 1 | -0/+1 |
| | | | | Allows forward-declaration. | ||||
* | Client, ...: remove unnecessary glib.h include | Max Kellermann | 2013-10-15 | 1 | -2/+0 |
| | |||||
* | fs/Path: add method IsAbsolute() | Max Kellermann | 2013-10-14 | 1 | -1/+1 |
| | |||||
* | TagHandler: use a TagBuilder internally | Max Kellermann | 2013-09-26 | 1 | -11/+15 |
| | | | | Reduce heap allocator overhead. | ||||
* | Tag, ...: move to libtag.a | Max Kellermann | 2013-09-05 | 1 | -2/+2 |
| | |||||
* | InputLegacy: move functions to the input_stream class | Max Kellermann | 2013-09-05 | 1 | -10/+7 |
| | |||||
* | Tag*: move libtag.a sources to src/tag/ | Max Kellermann | 2013-09-04 | 1 | -2/+2 |
| | |||||
* | util/Error: new error passing library | Max Kellermann | 2013-09-04 | 1 | -2/+5 |
| | | | | Replaces GLib's GError. | ||||
* | input_stream.h: rename to InputLegacy.hxx | Max Kellermann | 2013-09-03 | 1 | -1/+1 |
| | |||||
* | Merge tag 'release-0.17.5' | Max Kellermann | 2013-08-04 | 1 | -1/+1 |
| | |||||
* | tag: convert to C++ | Max Kellermann | 2013-07-30 | 1 | -13/+10 |
| | |||||
* | tag_handler: convert to C++ | Max Kellermann | 2013-07-29 | 1 | -4/+1 |
| | |||||
* | ape: convert to C++ | Max Kellermann | 2013-07-29 | 1 | -1/+1 |
| | |||||
* | tag_id3: convert to C++ | Max Kellermann | 2013-07-28 | 1 | -1/+1 |
| | |||||
* | song: convert header to C++ | Max Kellermann | 2013-07-28 | 1 | -38/+33 |
| | |||||
* | decoder_api: convert to C++ | Max Kellermann | 2013-07-28 | 1 | -1/+1 |
| | |||||
* | uri: convert to C++ | Max Kellermann | 2013-04-08 | 1 | -1/+1 |
| | |||||
* | SongUpdate.cxx: use StatFile | Denis Krjuchkov | 2013-02-02 | 1 | -1/+2 |
| | |||||
* | decoder_list: convert to C++ | Max Kellermann | 2013-01-30 | 1 | -2/+2 |
| | |||||
* | DecoderControl, InputStream: use Mutex/Cond instead of GMutex/GCond | Max Kellermann | 2013-01-27 | 1 | -14/+2 |
| | |||||
* | Path: move to fs subdirectory | Denis Krjuchkov | 2013-01-22 | 1 | -1/+1 |
| | |||||
* | Path: new class "Path" wraps filesystem path strings | Max Kellermann | 2013-01-18 | 1 | -9/+9 |
| | |||||
* | Playlist, Song: clarify parameter encoding | Max Kellermann | 2013-01-18 | 1 | -5/+5 |
| | |||||
* | decoder_api.h, ...: add "extern C" | Max Kellermann | 2013-01-07 | 1 | -2/+2 |
| |