- 04 Jan, 2013 29 commits
-
-
Max Kellermann authored
Don't use the global variable "g_playlist".
-
Max Kellermann authored
Reduce access to the global variable "g_playlist".
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Move the configuration lookup to Main.cxx.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Use the new HugeAllocator as backend for SliceBuffer and call HugeDiscard() when the last chunk was returned.
-
Max Kellermann authored
-
Max Kellermann authored
Avoid page faults on MPD startup. This saves a lot of memory for an idle MPD.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
This is harmful for memory usage, because it forces the kernel to allocate physical memory, even before playback has started. No bug has been found in a few years with this, so it's safe to assume that this code is not necessary.
-
Max Kellermann authored
Random access is not necessary here.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 03 Jan, 2013 11 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
.. instead of rolling own classes.
-
Max Kellermann authored
-
Max Kellermann authored
Make valgrind happy.
-
Max Kellermann authored
Move code from client_new() and client_close().
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Track whether _finish() has been called, and deliver all partial results then. Fixes Mantis ticket 0003621.
-
Max Kellermann authored
-
Max Kellermann authored
-