Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | 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 |
* | buffer, pipe: convert to C++ | Max Kellermann | 2013-01-04 | 1 | -0/+137 |