193
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Dec 02, 2024 — Dec 02, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
update More... almost 22 years ago
audio cleanups More... almost 22 years ago
cleanup audio code some More... almost 22 years ago
put decode_pid in shared mem, so if player process dies, the master can still kill the decode process. More... almost 22 years ago
add db_playtime to stats More... almost 22 years ago
display db_playtime in stats More... almost 22 years ago
add playTime and dbPlayTime to stats More... almost 22 years ago
don't parse passwords in newConnection More... almost 22 years ago
have mpc parse password not libmpdclient More... almost 22 years ago
git-svn-id: https://svn.musicpd.org/libmpdclient/trunk@78 09075e82-0dd4-0310-85a5-a0d7c8717e4f More... almost 22 years ago
crossfade should always be displayed in status More... almost 22 years ago
update docs with changes to status and crossfade More... almost 22 years ago
add xfade and audio to status, remove crossfade no args options More... almost 22 years ago
deperate volume command More... almost 22 years ago
update listall and listallinfo commands More... almost 22 years ago
update changelog for 0.10.0 update add command info to include dir support update mpd.1 and conf example to include ~ support More... almost 22 years ago
add bitrate reporting to flac More... almost 22 years ago
finally found the segfault, it occurs with random and repeat on, in queueNextSong() was doing randomizeOrder(0,playlist.length) instead of playlist.length-1 More... almost 22 years ago
some more cleanups More... almost 22 years ago
some cleanups, such as using size_t More... almost 22 years ago
cleanup logging, need to be careful with SECURE and DEBUG More... almost 22 years ago
few cleanups More... almost 22 years ago
be more careful with string manipulations, use strncpy as much as possible More... almost 22 years ago
a few more cleanups, use memcpy instead of strncpy More... almost 22 years ago
some cleanups for utf8 in playerSeek and using strncpy for copying filenames More... almost 22 years ago
a few cleanups More... almost 22 years ago
update TODO More... almost 22 years ago
use "$@" More... almost 22 years ago
use "$@" instead of "$*" More... almost 22 years ago
update with vol range More... almost 22 years ago