- 07 Feb, 2014 26 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Don't use the obsolete Mapper library to create it.
-
Max Kellermann authored
-
Max Kellermann authored
Missing from commit 48c96bba
-
Max Kellermann authored
-
Max Kellermann authored
The root WatchDirectory instance already contains the music directory, and we don't need to fetch it again.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Simplifies a lot of code, because we don't need to return both the SongEnumerator and the InputStream.
-
Max Kellermann authored
Replaces map_to_relative_path() from Mapper.cxx.
-
Max Kellermann authored
Move code from Path::RelativeFS() and make it generic.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Don't use the mapper - all DetachedSong instances we get have already been mapped.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
The DetachedSong instance already knows its own absolute path, and there is no need to ask the mapper again.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
geneticdrift authored
-
Max Kellermann authored
Hide inside CreateLocalStorage().
-
- 06 Feb, 2014 14 commits
-
-
Max Kellermann authored
Use Storage::MapUTF8() internally, don't use global variables.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
geneticdrift authored
-
Max Kellermann authored
libsmbclient is not thread-safe nor reentrant. We must protect all function calls with a global mutex, unfortunately.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Since the encoder plugin uses a libvorbis function (and not only libvorbisenc functions), we need to link with libvorbis explicitly.
-
Max Kellermann authored
Passing a void pointer is unsafe.
-
Max Kellermann authored
-