aboutsummaryrefslogtreecommitdiffstats
path: root/src/directory.c (unfollow)
Commit message (Expand)AuthorFilesLines
2012-06-13directory: require db lock for _{add,remove}_song()Max Kellermann1-0/+2
2012-04-04directory: use strrchr() instead of g_basename()Max Kellermann1-1/+9
2012-02-13directory: fix reverse order of child directoriestreblid1-1/+1
2012-02-12playlist_vector: use the list_head libraryMax Kellermann1-5/+5
2012-02-02directory: require the caller to lock the db_mutexMax Kellermann1-20/+15
2012-02-02directory: add new objects to the end of the linked listMax Kellermann1-2/+2
2012-01-29directory: fix deep path lookupMax Kellermann1-16/+14
2012-01-24directory: mark unused parameterMax Kellermann1-1/+2
2012-01-24directory: replace songvec with doubly linked listMax Kellermann1-13/+24
2012-01-24directory: add function directory_get_song(), ...Max Kellermann1-2/+32
2012-01-24directory: replace dirvec with doubly linked listMax Kellermann1-22/+49
2012-01-24directory: simplify constructors and clarify API documentationMax Kellermann1-4/+37
2011-10-08db_print: print absolute URI of playlist entriesMax Kellermann1-1/+1
2011-09-13db_visitor: add method playlist()Max Kellermann1-0/+8
2011-09-13db_plugin: add method visit()Max Kellermann1-3/+4
2011-09-13directory: don't visit "self" in _walk()Max Kellermann1-4/+4
2011-09-13directory: don't require a "directory" visitorMax Kellermann1-6/+6
2011-09-13database: add struct db_visitorMax Kellermann1-19/+25
2011-01-29copyright year 2011Max Kellermann1-1/+1
2010-07-25directory: free playlist vector in directory_free()Max Kellermann1-0/+2
2010-07-21update: store playlist files in databaseMax Kellermann1-0/+2
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-11-12include config.h in all sourcesMax Kellermann1-0/+1
2009-08-14directory: free empty directories after removing them (memleak)Max Kellermann1-3/+8
2009-04-01directory: added directory_lookup_song()Max Kellermann1-0/+30
2009-04-01directory: renamed directory_get_directory()Max Kellermann1-4/+4
2009-03-13all: Update copyright header.Avuton Olrich1-6/+7
2009-01-25use g_free() instead of free()Max Kellermann1-2/+2
2009-01-02directory: use GLib instead of utils.hMax Kellermann1-5/+6
2008-10-31directory: directory_free() frees childrenMax Kellermann1-0/+7
2008-10-20path: replaced mpd_basename() with g_path_get_basename()Max Kellermann1-1/+2
2008-10-13directory: added directory_get_name()Max Kellermann1-0/+7
2008-10-13directory: use mpd_sizeof_str_flex_array for path, tooEric Wong1-6/+7
2008-10-09directory: added inline wrappers for accessing childrenMax Kellermann1-1/+1
2008-10-09directory: moved dirvec struct declaration to dirvec.hMax Kellermann1-1/+0
2008-10-09diretory: moved code to directory_save.c, directory_print.cMax Kellermann1-103/+3
2008-10-08directory: path must not be NULLMax Kellermann1-7/+7
2008-10-08directory: eliminate CamelCaseMax Kellermann1-23/+23
2008-10-08database: renamed functions, "db_" prefix and no CamelCaseMax Kellermann1-1/+1
2008-10-08directory: moved code to database.cMax Kellermann1-308/+10
2008-10-08directory: converted isRootDirectory() to an inline functionMax Kellermann1-5/+5
2008-10-08song: removed CamelCaseMax Kellermann1-1/+1
2008-10-08song: converted typedef Song to struct songMax Kellermann1-6/+7
2008-10-08directory: converted typedef Directory to struct directoryMax Kellermann1-28/+33
2008-10-08update: merged exploreDirectory() into updateDirectory()Max Kellermann1-1/+1
2008-10-08directory: added directory_is_empty()Max Kellermann1-1/+1
2008-10-08directory: moved code to update.cMax Kellermann1-575/+17
2008-10-07directory: fix return value in removeDeletedFromDirectoryEric Wong1-1/+1
2008-10-07directory: serialize song deletes from playlist during updateEric Wong1-3/+28
2008-10-07directory: use songvec_for_each for iteratorsEric Wong1-28/+30