194
I Use This!
High Activity

Commits : Listings

Analyzed about 18 hours ago. based on code collected 2 days ago.
May 13, 2023 — May 13, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
add volatile qualifiers to some shared mem buffer stuff, to enusre compiler doesn't optimize out order sensitive stuff More... about 20 years ago
clean up signal handling using a polling method, from the genius that is mackstann More... about 20 years ago
we no longer need to block signals in tag.c, since update is now done in a seperate process More... about 20 years ago
mackstann's idea for polling signals More... about 20 years ago
ok, fix some bug due to a child process dieing before the parent can even assign pid, thus we need to block CHLD signal around fork(); More... about 20 years ago
update with new update stuff More... about 20 years ago
incremental updates and command-list/update kung fu this needs some serious cleaning up and testing More... about 20 years ago
update libmpdclient More... about 20 years ago
add mpd_getUpdateId(), and reset return type of sendUpdateCommand to void More... about 20 years ago
more software volume tweeks More... about 20 years ago
update with new update stuff More... about 20 years ago
adjust scaling of software volume More... about 20 years ago
do while(wait3) for sighandler More... about 20 years ago
add --disable-audio configure option More... about 20 years ago
fix some snafoos More... about 20 years ago
don't stop playlist on finishPlaylist()[D More... about 20 years ago
bump version up to 0.11.0 More... about 20 years ago
update job id stuff More... about 20 years ago
have mpc report the update job id More... about 20 years ago
updated libmpdclient More... about 20 years ago
have mpd_sendUpdateCommand return the update job id More... about 20 years ago
updating_db in status and some ideas for the TODO that i've already forgotten More... about 20 years ago
updateing_db stuff for mpc More... about 20 years ago
add updating_db stuff to status of libmpdclient More... about 20 years ago
some idears More... about 20 years ago
make "update" command background/non-blocking More... about 20 years ago
add --only-create-db option from msells have SIGHUP cause rereading db file More... about 20 years ago
remove sendListAlbumsCommand from .h More... about 20 years ago
bump version number up to 0.11.0 More... about 20 years ago
work in prep of using msells/sbh's non-blocking update method Here, i've made readDirectoryDB detect when stuff is deleted, added and updated. So after a update, and we call redDirectoryDB, we update the db instead of just adding stuff w/o "updating" and "deleting" stuff as neccessary. More... about 20 years ago