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