194
I Use This!
High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
May 02, 2023 — May 02, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
normalperson's rewrite, and updated docs for 0.10.0 More... about 20 years ago
update libmpdclient More... about 20 years ago
update with additional oss volume bug fix More... about 20 years ago
memset erroredFile to 0 More... about 20 years ago
fix a typecast More... about 20 years ago
fix a bug where getting OS Mixer volume may fail, and we were closing the fd, but didn't mark anything indicated the fd was close, so chaos ensued. Here, we just remove the close() statement and assume it was just a fluke!! More... about 20 years ago
fix a stupid bug where i was storing the decode_pid directorly from fork() call, and since decode_pid is shared now, it may get assigned zero after the parent assigns it the true pid, not good!! More... about 20 years ago
fix some errors with short and long More... about 20 years ago
update More... about 20 years ago
audio cleanups More... about 20 years ago
cleanup audio code some More... about 20 years ago
put decode_pid in shared mem, so if player process dies, the master can still kill the decode process. More... about 20 years ago
add db_playtime to stats More... about 20 years ago
display db_playtime in stats More... about 20 years ago
add playTime and dbPlayTime to stats More... about 20 years ago
don't parse passwords in newConnection More... about 20 years ago
have mpc parse password not libmpdclient More... about 20 years ago
git-svn-id: https://svn.musicpd.org/libmpdclient/trunk@78 09075e82-0dd4-0310-85a5-a0d7c8717e4f More... about 20 years ago
crossfade should always be displayed in status More... about 20 years ago
update docs with changes to status and crossfade More... about 20 years ago
add xfade and audio to status, remove crossfade no args options More... about 20 years ago
deperate volume command More... about 20 years ago
update listall and listallinfo commands More... about 20 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... about 20 years ago
add bitrate reporting to flac More... about 20 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... about 20 years ago
some more cleanups More... about 20 years ago
some cleanups, such as using size_t More... about 20 years ago
cleanup logging, need to be careful with SECURE and DEBUG More... about 20 years ago
few cleanups More... about 20 years ago