aboutsummaryrefslogtreecommitdiffstats
path: root/src/directory.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* directory.h: move DIRECTORY_DIR to directory_save.cMax Kellermann2012-02-131-2/+0
* playlist_vector: use the list_head libraryMax Kellermann2012-02-121-3/+8
* directory: require the caller to lock the db_mutexMax Kellermann2012-02-021-0/+21
* directory: replace songvec with doubly linked listMax Kellermann2012-01-241-3/+15
* directory: add function directory_get_song(), ...Max Kellermann2012-01-241-0/+22
* directory: replace dirvec with doubly linked listMax Kellermann2012-01-241-8/+33
* directory: simplify constructors and clarify API documentationMax Kellermann2012-01-241-4/+45
* Merge branch 'v0.16.x'Max Kellermann2011-11-281-1/+1
|\
| * directory: rename attribute "stat" to "have_stat"Max Kellermann2011-11-271-1/+1
| * directory: convert "stat" to a boolMax Kellermann2011-11-271-1/+1
* | db_plugin: add method visit()Max Kellermann2011-09-131-1/+1
* | database: add struct db_visitorMax Kellermann2011-09-131-4/+6
* | Merge branch 'v0.16.x'Max Kellermann2011-06-031-1/+2
|\|
| * directory: allow directories with just playlistsMax Kellermann2011-05-091-1/+2
* | copyright year 2011Max Kellermann2011-01-291-1/+1
|/
* Merge branch 'v0.15.x' into v0.16.xMax Kellermann2011-01-071-2/+2
|\
| * directory: fix warning "comparison between signed and unsigned"Max Kellermann2010-12-211-2/+2
* | directory: cast DEVICE_INARCHIVE, DEVICE_CONTAINER to dev_tMax Kellermann2010-09-231-2/+2
* | update: store playlist files in databaseMax Kellermann2010-07-211-0/+4
* | Update copyright notices.Avuton Olrich2009-12-311-1/+1
* | include config.h in all sourcesMax Kellermann2009-11-121-1/+1
* | directory: include config.hMax Kellermann2009-11-111-0/+1
|/
* directory: added directory_lookup_song()Max Kellermann2009-04-011-0/+10
* directory: renamed directory_get_directory()Max Kellermann2009-04-011-1/+8
* all: Update copyright header.Avuton Olrich2009-03-131-6/+7
* decoder_plugin: added method container_scan()Jochen Keil2009-03-091-0/+1
* directory: added "mtime" propertyMax Kellermann2009-02-281-0/+1
* directory: moved DIRECTORY_* string constantsMax Kellermann2009-02-271-7/+0
* directory: added directory_is_root()Max Kellermann2009-01-041-0/+9
* song: adding support for songs in archivesViliam Mateicka2008-12-161-0/+2
* added prefix to header macrosMax Kellermann2008-10-311-2/+2
* directory: added directory_get_name()Max Kellermann2008-10-131-0/+6
* directory: pass const pointers to inline functionsMax Kellermann2008-10-131-2/+2
* directory: use mpd_sizeof_str_flex_array for path, tooEric Wong2008-10-131-1/+1
* directory: added inline wrappers for accessing childrenMax Kellermann2008-10-091-0/+14
* directory: moved dirvec struct declaration to dirvec.hMax Kellermann2008-10-091-5/+1
* diretory: moved code to directory_save.c, directory_print.cMax Kellermann2008-10-091-13/+0
* directory: include sys/types.hMax Kellermann2008-10-081-1/+1
* directory: path must not be NULLMax Kellermann2008-10-081-2/+0
* directory: directory_get_path(NULL) is not allowedMax Kellermann2008-10-081-2/+8
* directory: eliminate CamelCaseMax Kellermann2008-10-081-12/+13
* directory: moved code to database.cMax Kellermann2008-10-081-23/+26
* directory: converted isRootDirectory() to an inline functionMax Kellermann2008-10-081-1/+5
* don't include os_compat.hMax Kellermann2008-10-081-0/+1
* song: converted typedef Song to struct songMax Kellermann2008-10-081-3/+5
* directory: converted typedef Directory to struct directoryMax Kellermann2008-10-081-12/+12
* directory: added directory_is_empty()Max Kellermann2008-10-081-0/+8
* directory: moved code to update.cMax Kellermann2008-10-081-11/+15
* directory: simplify list update handling logicEric Wong2008-10-061-5/+5
* directory: remove "Mp3" referencesEric Wong2008-09-291-2/+2