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