aboutsummaryrefslogtreecommitdiffstats
path: root/src/libmpdclient.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* const pointersMax Kellermann2008-09-151-5/+6
| | | | | Convert pointers to const whenever it is possible. Fixes all those -Wconst warnings.
* code style, indent with tabsMax Kellermann2008-09-151-6/+9
| | | | | | | Follow the same code style als MPD itself. This patch only fixes parts of the code which are going to be touched in the following bunch of patches, i.e. there will be more "code style" patches in the future.
* remove unused static functionsMax Kellermann2008-09-151-2/+3
| | | | Also remove some commented code and unused function parameters.
* the updated sourcesAndreas Obergrusberger2006-08-041-402/+527
| | | | git-svn-id: https://svn.musicpd.org/ncmpc/branches/tradiaz@4543 09075e82-0dd4-0310-85a5-a0d7c8717e4f
* IPv6 patch from Jelmer VernooijKalle Wallin2006-03-281-81/+50
| | | | git-svn-id: https://svn.musicpd.org/ncmpc/trunk@3963 09075e82-0dd4-0310-85a5-a0d7c8717e4f
* Test new search functionality with qball's version of libmpdclientKalle Wallin2005-06-161-4/+162
| | | | git-svn-id: https://svn.musicpd.org/ncmpc/trunk@3360 09075e82-0dd4-0310-85a5-a0d7c8717e4f
* libmpdclient updateKalle Wallin2005-06-051-15/+40
| | | | git-svn-id: https://svn.musicpd.org/ncmpc/trunk@3320 09075e82-0dd4-0310-85a5-a0d7c8717e4f
* Updated libmpdclient to r2897Kalle Wallin2005-01-231-4/+5
| | | | git-svn-id: https://svn.musicpd.org/ncmpc/trunk@2898 09075e82-0dd4-0310-85a5-a0d7c8717e4f
* libmpdclient updateAvuton Olrich2005-01-191-2/+88
| | | | git-svn-id: https://svn.musicpd.org/ncmpc/trunk@2889 09075e82-0dd4-0310-85a5-a0d7c8717e4f
* Updated libmpdclient to r1743Kalle Wallin2004-06-301-17/+36
| | | | git-svn-id: https://svn.musicpd.org/ncmpc/trunk@1744 09075e82-0dd4-0310-85a5-a0d7c8717e4f
* libmpdclient updated (r1507) - added path to mpdclient_cmd_db_update() Kalle Wallin2004-06-161-3/+8
| | | | git-svn-id: https://svn.musicpd.org/ncmpc/trunk@1508 09075e82-0dd4-0310-85a5-a0d7c8717e4f
* Major cleanup of the mpd client code (mpc->mpdclient)Kalle Wallin2004-06-141-76/+194
| | | | git-svn-id: https://svn.musicpd.org/ncmpc/trunk@1481 09075e82-0dd4-0310-85a5-a0d7c8717e4f
* Check playlist length and remove songs (plchanges command)Kalle Wallin2004-06-081-3/+3
| | | | git-svn-id: https://svn.musicpd.org/ncmpc/trunk@1393 09075e82-0dd4-0310-85a5-a0d7c8717e4f
* Support plchangesKalle Wallin2004-06-071-7/+40
| | | | git-svn-id: https://svn.musicpd.org/ncmpc/trunk@1380 09075e82-0dd4-0310-85a5-a0d7c8717e4f
* Changed directory layout (for future use of gettext)Kalle Wallin2004-06-051-0/+1211
git-svn-id: https://svn.musicpd.org/ncmpc/trunk@1342 09075e82-0dd4-0310-85a5-a0d7c8717e4f