aboutsummaryrefslogtreecommitdiffstats
path: root/src/mpdclient.c (unfollow)
Commit message (Expand)AuthorFilesLines
2008-10-02moved code to charset.cMax Kellermann1-1/+1
2008-10-02removed LIST_FORMAT, STATUS_FORMATMax Kellermann1-3/+2
2008-10-02removed the debugging function D()Max Kellermann1-27/+1
2008-09-25filelist: removed attribute "updated"Max Kellermann1-2/+0
2008-09-21mpdclient: check errorCode only if MPD_ERROR_ACK is setMax Kellermann1-1/+2
2008-09-21mpdclient: fix memory leak in mpdclient_finish_command()Max Kellermann1-4/+5
2008-09-21code style, indent with tabs VIIIMax Kellermann1-171/+143
2008-09-21mpdclient: don't call screen_status_message()Max Kellermann1-2/+0
2008-09-21Adding crop feature in ncmpcYannick LM1-0/+35
2008-09-19filelist: use GPtrArray instead of GListMax Kellermann1-5/+4
2008-09-19filelist: provide more functions for working with a filelistMax Kellermann1-23/+9
2008-09-19filelist: drop "mpdclient" prefixMax Kellermann1-2/+2
2008-09-19mpdclient: moved code to filelist.cMax Kellermann1-49/+0
2008-09-19code style, indent with tabs VIIMax Kellermann1-23/+16
2008-09-18playlist: removed "updated" flagMax Kellermann1-2/+0
2008-09-17playlist: added playlist_remove_reuse()Max Kellermann1-1/+3
2008-09-17make several functions return voidMax Kellermann1-10/+8
2008-09-17playlist: use playlist_get() instead of playlist_get_song()Max Kellermann1-4/+6
2008-09-17code style, indent with tabs IIIMax Kellermann1-84/+77
2008-09-17mpdclient: call playlist_clear() in mpdclient_playlist_update()Max Kellermann1-2/+1
2008-09-16playlist: hide direct accesses in inline functionsMax Kellermann1-27/+12
2008-09-16mpdclient: added mpdclient_playlist_init(), mpdclient_playlist_clear()Max Kellermann1-3/+5
2008-09-16mpdclient: moved code to playlist.cMax Kellermann1-82/+0
2008-09-16song: use struct mpd_songMax Kellermann1-27/+27
2008-09-16code style, indent with tabs IIMax Kellermann1-51/+49
2008-09-15use GArray for playlist instead of GListMax Kellermann1-87/+65
2008-09-15free info entity while iteratingMax Kellermann1-0/+2
2008-09-15use size_t and unsigned integersMax Kellermann1-3/+3
2008-09-15fix shadow warningsMax Kellermann1-13/+13
2008-09-15include cleanupMax Kellermann1-8/+7
2008-09-15const pointersMax Kellermann1-7/+7
2008-09-15use !NDEBUG instead of DEBUGMax Kellermann1-2/+2
2008-09-15code style, indent with tabsMax Kellermann1-273/+272
2008-09-15remove unused static functionsMax Kellermann1-11/+0
2007-02-16way too much stuff to describe hereAndreas Obergrusberger1-0/+24
2006-10-28filelist sorting improvedAndreas Obergrusberger1-0/+38
2006-09-07due to bensonk's demand i added a splash screen.Andreas Obergrusberger1-2/+4
2006-08-12spelling fixes by avutonAndreas Obergrusberger1-1/+1
2006-08-05translation updates, template and german. another little build fixAndreas Obergrusberger1-1/+3
2006-08-04patch by jat to fix http://musicpd.org/mantis/view.php?id=1293Andreas Obergrusberger1-5/+2
2005-06-14Added exact_match parameter to mpdclient_filelist_search()Kalle Wallin1-4/+45
2005-06-06Added an experimental artist (browser) screenKalle Wallin1-9/+56
2004-11-15Added a search screenKalle Wallin1-0/+34
2004-07-02Fixed the plchanges codeKalle Wallin1-58/+25
2004-06-20Added _utf8 suffix to all functions that take utf8 arguments.Kalle Wallin1-7/+33
2004-06-18Added the mpdclient_cmd_add_path functionKalle Wallin1-0/+12
2004-06-17enabled plchanges, update playlist_length after removing songsKalle Wallin1-21/+32
2004-06-16libmpdclient updated (r1507) - added path to mpdclient_cmd_db_update() Kalle Wallin1-2/+2
2004-06-15Disable plchanges - need to redesign the plchanges codeKalle Wallin1-14/+28
2004-06-15Sort playlist if needed after plchanges,Kalle Wallin1-8/+39