aboutsummaryrefslogtreecommitdiffstats
path: root/src/filelist.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* filelist: filelist_find_song() returns position instead of pointerMax Kellermann2008-11-181-3/+3
* filelist: added filelist_find_directory()Max Kellermann2008-10-031-0/+19
* filelist: removed attribute "updated"Max Kellermann2008-09-251-1/+0
* filelist: fix segfault during filelist_sort()Max Kellermann2008-09-191-1/+13
* filelist: free entries with g_slice_free()Max Kellermann2008-09-191-2/+2
* filelist: allocate entries with g_slice_alloc()Max Kellermann2008-09-191-4/+2
* filelist: use GPtrArray instead of GListMax Kellermann2008-09-191-26/+31
* filelist: provide more functions for working with a filelistMax Kellermann2008-09-191-0/+56
* filelist: drop "mpdclient" prefixMax Kellermann2008-09-191-3/+2
* filelist: song must not be NULLMax Kellermann2008-09-191-1/+4
* mpdclient: moved code to filelist.cMax Kellermann2008-09-191-0/+69