aboutsummaryrefslogtreecommitdiffstats
path: root/src/update_song.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-06-24NULL pointer vs bool "false" confusionMatthias Drochner1-1/+1
there are some places in the mpd-0.17.4 sources where a "false" is used instead of a NULL pointer.
2013-01-02update: convert to C++Max Kellermann1-113/+0
2012-07-10require GLib 2.16Max Kellermann1-1/+0
GLib 2.16 was released more than 4 years ago. Let's remove some cruft from the glib_compat.h header, and avoid new cruft to it.
2012-06-13update_walk: move code to update_song.cMax Kellermann1-0/+114