Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Copyright year 2015 | Max Kellermann | 2015-01-01 | 1 | -1/+1 |
| | |||||
* | MusicChunk: rename struct to MusicChunk | Max Kellermann | 2014-08-12 | 1 | -2/+2 |
| | |||||
* | copyright year 2014 | Max Kellermann | 2014-01-13 | 1 | -1/+1 |
| | |||||
* | MusicBuffer: expose the C++ API | Max Kellermann | 2013-09-26 | 1 | -39/+13 |
| | |||||
* | Makefile.am: move sources to libsystem.a | Max Kellermann | 2013-08-07 | 1 | -1/+1 |
| | |||||
* | FatalError: new library to replace mpd_error.h | Max Kellermann | 2013-08-07 | 1 | -2/+2 |
| | |||||
* | Mutex: new wrapper for std::mutex, replaces GMutex | Max Kellermann | 2013-01-04 | 1 | -16/+6 |
| | |||||
* | MusicBuffer: return memory to kernel when stopping playback | Max Kellermann | 2013-01-04 | 1 | -1/+5 |
| | | | | | Use the new HugeAllocator as backend for SliceBuffer and call HugeDiscard() when the last chunk was returned. | ||||
* | MusicBuffer: move code to template class SliceBuffer | Max Kellermann | 2013-01-04 | 1 | -60/+12 |
| | |||||
* | MusicBuffer: allocate with new/delete | Max Kellermann | 2013-01-04 | 1 | -30/+30 |
| | |||||
* | MusicBuffer: disable memory poisoning | Max Kellermann | 2013-01-04 | 1 | -4/+0 |
| | | | | | | | 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. | ||||
* | buffer, pipe: convert to C++ | Max Kellermann | 2013-01-04 | 1 | -0/+137 |