aboutsummaryrefslogtreecommitdiff
path: root/src/directory.c
Commit message (Expand)AuthorAge
* directory: fix reverse order of child directoriestreblid2012-02-13
* playlist_vector: use the list_head libraryMax Kellermann2012-02-12
* directory: require the caller to lock the db_mutexMax Kellermann2012-02-02
* directory: add new objects to the end of the linked listMax Kellermann2012-02-02
* directory: fix deep path lookupMax Kellermann2012-01-29
* directory: mark unused parameterMax Kellermann2012-01-24
* directory: replace songvec with doubly linked listMax Kellermann2012-01-24
* directory: add function directory_get_song(), ...Max Kellermann2012-01-24
* directory: replace dirvec with doubly linked listMax Kellermann2012-01-24
* directory: simplify constructors and clarify API documentationMax Kellermann2012-01-24
* db_print: print absolute URI of playlist entriesMax Kellermann2011-10-08
* db_visitor: add method playlist()Max Kellermann2011-09-13
* db_plugin: add method visit()Max Kellermann2011-09-13
* directory: don't visit "self" in _walk()Max Kellermann2011-09-13
* directory: don't require a "directory" visitorMax Kellermann2011-09-13
* database: add struct db_visitorMax Kellermann2011-09-13
* copyright year 2011Max Kellermann2011-01-29
* directory: free playlist vector in directory_free()Max Kellermann2010-07-25
* update: store playlist files in databaseMax Kellermann2010-07-21
* Update copyright notices.Avuton Olrich2009-12-31
* include config.h in all sourcesMax Kellermann2009-11-12
* directory: free empty directories after removing them (memleak)Max Kellermann2009-08-14
* directory: added directory_lookup_song()Max Kellermann2009-04-01
* directory: renamed directory_get_directory()Max Kellermann2009-04-01
* all: Update copyright header.Avuton Olrich2009-03-13
* use g_free() instead of free()Max Kellermann2009-01-25
* directory: use GLib instead of utils.hMax Kellermann2009-01-02
* directory: directory_free() frees childrenMax Kellermann2008-10-31
* path: replaced mpd_basename() with g_path_get_basename()Max Kellermann2008-10-20
* directory: added directory_get_name()Max Kellermann2008-10-13
* directory: use mpd_sizeof_str_flex_array for path, tooEric Wong2008-10-13
* directory: added inline wrappers for accessing childrenMax Kellermann2008-10-09
* directory: moved dirvec struct declaration to dirvec.hMax Kellermann2008-10-09
* diretory: moved code to directory_save.c, directory_print.cMax Kellermann2008-10-09
* directory: path must not be NULLMax Kellermann2008-10-08
* directory: eliminate CamelCaseMax Kellermann2008-10-08
* database: renamed functions, "db_" prefix and no CamelCaseMax Kellermann2008-10-08
* directory: moved code to database.cMax Kellermann2008-10-08
* directory: converted isRootDirectory() to an inline functionMax Kellermann2008-10-08
* song: removed CamelCaseMax Kellermann2008-10-08
* song: converted typedef Song to struct songMax Kellermann2008-10-08
* directory: converted typedef Directory to struct directoryMax Kellermann2008-10-08
* update: merged exploreDirectory() into updateDirectory()Max Kellermann2008-10-08
* directory: added directory_is_empty()Max Kellermann2008-10-08
* directory: moved code to update.cMax Kellermann2008-10-08
* directory: fix return value in removeDeletedFromDirectoryEric Wong2008-10-07
* directory: serialize song deletes from playlist during updateEric Wong2008-10-07
* directory: use songvec_for_each for iteratorsEric Wong2008-10-07
* dbUtils/directory: traverseAllIn forEachSong returns -1 on errorEric Wong2008-10-07
* Assert if we don't have song or song->url setEric Wong2008-10-07