Code

release v0.29
[ncmpc.git] / src / filelist.c
2017-03-17 Max Kellermannupdate copyright year
2013-11-08 Max Kellermann*: make variables more local
2013-11-08 Max Kellermann*: add "pure" attributes
2011-12-02 Max KellermannMerge remote branches 'jn/cosmetics', 'jn/doxygen'...
2011-11-14 Jonathan Neuschäferapply whitespace cosmetics to the license comments
2011-10-02 Jonathan Neuschäferfilelist: simplify some code
2010-01-01 Max KellermannMerge branch 'master' of git://git.musicpd.org/avuton...
2010-01-01 Avuton OlrichUpdate copyright notices
2009-10-03 Max Kellermannscreen_search: eliminate duplicate results
2009-10-03 Max Kellermannfilelist: removed filelist_prepend()
2009-10-03 Max Kellermannmpdclient: moved compare_filelistentry() to filelist.c
2009-10-02 Max Kellermannfilelist: added constructor filelist_new_recv()
2009-09-28 Max Kellermannuse libmpdclient2
2009-09-13 Max Kellermannfilelist: removed "path" attribute
2009-07-08 Max Kellermannfile: moved strcmp() call to inline function same_song()
2009-03-07 Patrick Hallenmpdclient: Fixes sorting of the filelist.
2009-01-01 Avuton OlrichUpdate copyright notices
2008-11-18 Max Kellermannfilelist: filelist_find_song() returns position instead...
2008-10-03 Max Kellermannfilelist: added filelist_find_directory()
2008-09-25 Max Kellermannfilelist: removed attribute "updated"
2008-09-19 Max Kellermannfilelist: fix segfault during filelist_sort()
2008-09-19 Max Kellermannfilelist: free entries with g_slice_free()
2008-09-19 Max Kellermannfilelist: allocate entries with g_slice_alloc()
2008-09-19 Max Kellermannfilelist: use GPtrArray instead of GList
2008-09-19 Max Kellermannfilelist: provide more functions for working with a...
2008-09-19 Max Kellermannfilelist: drop "mpdclient" prefix
2008-09-19 Max Kellermannfilelist: song must not be NULL
2008-09-19 Max Kellermannmpdclient: moved code to filelist.c