aboutsummaryrefslogtreecommitdiffstats
path: root/src/libmpdclient.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* libmpdclient: added another connection->sock checkMax Kellermann2008-09-211-0/+6
* libmpdclient: check connection->sock >= 0Max Kellermann2008-09-211-0/+10
* libmpdclient: added resolver libraryMax Kellermann2008-09-181-199/+74
* libmpdclient: moved code to mpd_recv(), mpd_wait()Max Kellermann2008-09-181-90/+129
* libmpdclient: smaller input bufferMax Kellermann2008-09-181-4/+4
* libmpdclient: smaller error bufferMax Kellermann2008-09-181-20/+22
* libmpdclient: use memmove() instead of strcpy() for moving the bufferMax Kellermann2008-09-181-8/+8
* libmpdclient: don't strdup() MPD's welcome messageMax Kellermann2008-09-181-7/+3
* libmpdclient: use size_t and ssize_tMax Kellermann2008-09-181-2/+2
* code style, indent with tabs IVMax Kellermann2008-09-171-38/+36
* libmpdclient: moved code to song.cMax Kellermann2008-09-161-67/+0
* libmpdclient: const pointersMax Kellermann2008-09-161-1/+1
* manage tag string allocations in a poolMax Kellermann2008-09-151-43/+44
* added support for unix domain socketsMax Kellermann2008-09-151-1/+58
* const pointersMax Kellermann2008-09-151-5/+6
* code style, indent with tabsMax Kellermann2008-09-151-6/+9
* remove unused static functionsMax Kellermann2008-09-151-2/+3
* the updated sourcesAndreas Obergrusberger2006-08-041-402/+527
* IPv6 patch from Jelmer VernooijKalle Wallin2006-03-281-81/+50
* Test new search functionality with qball's version of libmpdclientKalle Wallin2005-06-161-4/+162
* libmpdclient updateKalle Wallin2005-06-051-15/+40
* Updated libmpdclient to r2897Kalle Wallin2005-01-231-4/+5
* libmpdclient updateAvuton Olrich2005-01-191-2/+88
* Updated libmpdclient to r1743Kalle Wallin2004-06-301-17/+36
* libmpdclient updated (r1507) - added path to mpdclient_cmd_db_update() Kalle Wallin2004-06-161-3/+8
* Major cleanup of the mpd client code (mpc->mpdclient)Kalle Wallin2004-06-141-76/+194
* Check playlist length and remove songs (plchanges command)Kalle Wallin2004-06-081-3/+3
* Support plchangesKalle Wallin2004-06-071-7/+40
* Changed directory layout (for future use of gettext)Kalle Wallin2004-06-051-0/+1211