- 18 Dec, 2017 1 commit
-
-
FlashSystems authored
If `SimpleDatabase::Visit` is called on a database that contains a mounted directry the URIs of the elements passed to the callbacks are not prefixed by the mountpoint path. This leads to lsinfo and add not working because they use the wrong URI. This pull request is using the `WalkMount` helper function to create prefixed versions of `VisitDirectory`, `VisitSong` and `VisitPlaylist` to add the correct prefix to the parameters of the callback functions.
-
- 27 Nov, 2017 1 commit
-
-
FlashSystems authored
Signed-off-by:
FlashSystems <developer@flashsystems.de>
-
- 08 May, 2017 1 commit
-
-
Max Kellermann authored
This eliminates some overhead, because the compiler doesn't need to consider these functions throwing.
-
- 11 Feb, 2017 1 commit
-
-
Max Kellermann authored
-
- 03 Jan, 2017 1 commit
-
-
Max Kellermann authored
-
- 29 Oct, 2016 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Implementations shall use exceptions instead.
-
- 26 Feb, 2016 1 commit
-
-
Max Kellermann authored
-
- 15 Dec, 2015 1 commit
-
-
Max Kellermann authored
-
- 19 Oct, 2015 1 commit
-
-
Max Kellermann authored
-
- 01 Jan, 2015 1 commit
-
-
Max Kellermann authored
-
- 16 Jun, 2014 2 commits
-
-
Max Kellermann authored
Check for 0 in "device" and "inode" instead.
-
Max Kellermann authored
Remove the C list_head library and use type-safe C++ instead.
-
- 27 Feb, 2014 1 commit
-
-
Max Kellermann authored
A SimpleDatabase instance can now "mount" other Database instances at certain locations. This is used to use a new SimpleDatabase instance for each storage mount (issued with the "mount" protocol command). Each such instance has its own database file, stored in the directory that is specified with the "cache_directory" option.
-
- 26 Feb, 2014 4 commits
-
-
Max Kellermann authored
Move to SimpleDatabase::GetSong() to give that method more control.
-
Max Kellermann authored
Code can now be reused in LookupSong().
-
Max Kellermann authored
-
Max Kellermann authored
-
- 24 Feb, 2014 1 commit
-
-
Max Kellermann authored
-
- 23 Feb, 2014 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 29 Jan, 2014 1 commit
-
-
Max Kellermann authored
Decouple command/OtherCommands.cxx from the "simple" database plugin.
-
- 24 Jan, 2014 1 commit
-
-
Max Kellermann authored
-
- 22 Jan, 2014 1 commit
-
-
Max Kellermann authored
-
- 19 Jan, 2014 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Detach the Song class completely from the public API, only to be used by SimpleDatabase and the update thread.
-
- 15 Jan, 2014 1 commit
-
-
Max Kellermann authored
-
- 13 Jan, 2014 1 commit
-
-
Max Kellermann authored
-
- 09 Jan, 2014 3 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Using a variable-size struct with embedded string is not worth the trouble here. There are not so many Directory objects.
-
Max Kellermann authored
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.
-
- 07 Jan, 2014 3 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Explicit attribute initialization.
-
- 04 Dec, 2013 1 commit
-
-
Denis Krjuchkov authored
-
- 30 Oct, 2013 1 commit
-
-
Max Kellermann authored
-
- 21 Oct, 2013 1 commit
-
-
Max Kellermann authored
-
- 19 Oct, 2013 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 04 Sep, 2013 1 commit
-
-
Max Kellermann authored
Replaces GLib's GError.
-