| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Wrapper for protocol/ArgParser.cxx.
|
| |
|
|
|
|
| |
Using unsigned(-1) renders undefined behavior.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
setting
|
| |
|
| |
|
|
|
|
| |
e.g. when running 'update-rc.d mpd disable'
|
| |
|
|
|
|
| |
This makes references to mpd(1) and mpd(5) appear in systemd status output.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
This was lost in commit 8ead8f7ea, because this was never implemented
for the new API.
|
| |
|
| |
|
|
|
|
| |
Allow the compiler to invalidate buffer contents.
|
| |
|
|
|
|
| |
Manages memory automatically.
|
| |
|
| |
|
|
|
|
| |
The implicit cast operator can be very dangerous.
|
| |
|
| |
|
| |
|
| |
|
| |
|