- 18 Jan, 2014 5 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Prepare for more advanced daemonization code, which will not work with daemon(). Let's just require fork(). Everybody who supports daemon() also supports fork().
-
Max Kellermann authored
-
Max Kellermann authored
-
- 17 Jan, 2014 6 commits
-
-
Max Kellermann authored
Kludge to work around DSD playback failure because the ReplayGainFilterPlugin is always in the filter chain.
-
Max Kellermann authored
Make the DetachedSong(Song) conversion constructor private. Everybody should use map_song_detach() which will take over more responsibilities soon.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Eliminate global variables.
-
Max Kellermann authored
-
- 16 Jan, 2014 8 commits
-
-
Max Kellermann authored
Prepare to refactor some code.
-
Max Kellermann authored
Delete the object when closing the database.
-
Max Kellermann authored
-
Max Kellermann authored
Delete the object when closing the database.
-
Max Kellermann authored
Not necessary, these are not used.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 15 Jan, 2014 13 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Was using the wrong variable.
-
Max Kellermann authored
-
Max Kellermann authored
Don't create an intermediate Song instance when all we want is a DetachedSong.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Fixes potential nullptr dereference.
-
Max Kellermann authored
-
Max Kellermann authored
Fixes clang warning.
-
Max Kellermann authored
-
Max Kellermann authored
-
- 14 Jan, 2014 8 commits
-
-
Max Kellermann authored
Fixes potential nullptr dereference.
-
Max Kellermann authored
-
Max Kellermann authored
Fixes clang warning.
-
Max Kellermann authored
Don't duplicate the MIME type when it gets passed to a std::string.
-
Max Kellermann authored
This pointer was allocated by libc, not by GLib.
-
Max Kellermann authored
Automate the life cycle, making the code safer.
-
Max Kellermann authored
Replaces "m_title" and "m_props". More bloat removed.
-
Max Kellermann authored
-