- 18 Jan, 2014 33 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
The UPnPDirObject is a temporary object, we can move its contents. This reduces runtime overhead.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Reduce bloat.
-
Max Kellermann authored
Move code to method Start() and add Error& parameters to several methods.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Eliminate the std::string bloat.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Forward the Error to the caller.
-
Max Kellermann authored
Reduce bloat.
-
Max Kellermann authored
Pass "const char *" to Expat.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Reduce runtime bloat.
-
Max Kellermann authored
Reduce overhead by omitting the part of the buffer that consists only of whitespace.
-
Max Kellermann authored
Memory leak.
-
Max Kellermann authored
Bloat.
-
Max Kellermann authored
Must not perform blocking I/O while holding a mutex.
-
Max Kellermann authored
Remove the ContentDirectoryDescriptor right away. Reduces bloat.
-
Max Kellermann authored
-
Max Kellermann authored
Now that MPD forks early, this workaround is obsolete.
-
Max Kellermann authored
Keep the parent process around until MPD has finished initializing. This is important for libraries that are allergic to fork(), such as libupnp.
-
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 1 commit
-
-
Max Kellermann authored
Prepare to refactor some code.
-