Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | filelist: filelist_find_song() returns position instead of pointer | Max Kellermann | 2008-11-18 | 1 | -3/+3 |
* | filelist: added filelist_find_directory() | Max Kellermann | 2008-10-03 | 1 | -0/+19 |
* | filelist: removed attribute "updated" | Max Kellermann | 2008-09-25 | 1 | -1/+0 |
* | filelist: fix segfault during filelist_sort() | Max Kellermann | 2008-09-19 | 1 | -1/+13 |
* | filelist: free entries with g_slice_free() | Max Kellermann | 2008-09-19 | 1 | -2/+2 |
* | filelist: allocate entries with g_slice_alloc() | Max Kellermann | 2008-09-19 | 1 | -4/+2 |
* | filelist: use GPtrArray instead of GList | Max Kellermann | 2008-09-19 | 1 | -26/+31 |
* | filelist: provide more functions for working with a filelist | Max Kellermann | 2008-09-19 | 1 | -0/+56 |
* | filelist: drop "mpdclient" prefix | Max Kellermann | 2008-09-19 | 1 | -3/+2 |
* | filelist: song must not be NULL | Max Kellermann | 2008-09-19 | 1 | -1/+4 |
* | mpdclient: moved code to filelist.c | Max Kellermann | 2008-09-19 | 1 | -0/+69 |