aboutsummaryrefslogtreecommitdiffstats
path: root/src/libmpdclient.c (unfollow)
Commit message (Expand)AuthorFilesLines
2008-09-18libmpdclient: smaller error bufferMax Kellermann1-20/+22
2008-09-18libmpdclient: use memmove() instead of strcpy() for moving the bufferMax Kellermann1-8/+8
2008-09-18libmpdclient: don't strdup() MPD's welcome messageMax Kellermann1-7/+3
2008-09-18libmpdclient: use size_t and ssize_tMax Kellermann1-2/+2
2008-09-17code style, indent with tabs IVMax Kellermann1-38/+36
2008-09-16libmpdclient: moved code to song.cMax Kellermann1-67/+0
2008-09-16libmpdclient: const pointersMax Kellermann1-1/+1
2008-09-15manage tag string allocations in a poolMax Kellermann1-43/+44
2008-09-15added support for unix domain socketsMax Kellermann1-1/+58
2008-09-15const pointersMax Kellermann1-5/+6
2008-09-15code style, indent with tabsMax Kellermann1-6/+9
2008-09-15remove unused static functionsMax Kellermann1-2/+3
2006-08-04the updated sourcesAndreas Obergrusberger1-402/+527
2006-03-28IPv6 patch from Jelmer VernooijKalle Wallin1-81/+50
2005-06-16Test new search functionality with qball's version of libmpdclientKalle Wallin1-4/+162
2005-06-05libmpdclient updateKalle Wallin1-15/+40
2005-01-23Updated libmpdclient to r2897Kalle Wallin1-4/+5
2005-01-19libmpdclient updateAvuton Olrich1-2/+88
2004-06-30Updated libmpdclient to r1743Kalle Wallin1-17/+36
2004-06-16libmpdclient updated (r1507) - added path to mpdclient_cmd_db_update() Kalle Wallin1-3/+8
2004-06-14Major cleanup of the mpd client code (mpc->mpdclient)Kalle Wallin1-76/+194
2004-06-08Check playlist length and remove songs (plchanges command)Kalle Wallin1-3/+3
2004-06-07Support plchangesKalle Wallin1-7/+40
2004-06-05Changed directory layout (for future use of gettext)Kalle Wallin1-5/+36
2004-04-06SOCKLEN_TKalle Wallin1-1/+1
2004-03-29Updated to 0.10.1Kalle Wallin1-0/+8
2004-03-19Updated to 0.10.xKalle Wallin1-4/+100