aboutsummaryrefslogtreecommitdiffstats
path: root/src/mpc.c (unfollow)
Commit message (Expand)AuthorFilesLines
2004-06-14Major cleanup of the mpd client code (mpc->mpdclient)Kalle Wallin1-559/+0
2004-06-09Updated the reconnect code to allow user to abort in raw modeKalle Wallin1-1/+1
2004-06-08Display the the entire url when a streams metadata==NULLKalle Wallin1-1/+11
2004-06-08Check playlist length and remove songs (plchanges command)Kalle Wallin1-10/+25
2004-06-07Support plchangesKalle Wallin1-10/+185
2004-06-05Changed directory layout (for future use of gettext)Kalle Wallin1-0/+0
2004-04-22Changed the way songs are added/deleted from playlist (#0000220).Kalle Wallin1-39/+14
2004-03-29Added password support.Kalle Wallin1-3/+15
2004-03-28We now allocate and free memory with glibKalle Wallin1-14/+9
2004-03-22Restored lost basename call.Kalle Wallin1-1/+1
2004-03-20Added function mpc_reconnect().Kalle Wallin1-2/+38
2004-03-19Added iconv supportKalle Wallin1-6/+18