aboutsummaryrefslogtreecommitdiffstats
path: root/src/directory.h (unfollow)
Commit message (Expand)AuthorFilesLines
2011-01-29copyright year 2011Max Kellermann1-1/+1
2010-12-21directory: fix warning "comparison between signed and unsigned"Max Kellermann1-2/+2
2010-09-23directory: cast DEVICE_INARCHIVE, DEVICE_CONTAINER to dev_tMax Kellermann1-2/+2
2010-07-21update: store playlist files in databaseMax Kellermann1-0/+4
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-11-12include config.h in all sourcesMax Kellermann1-1/+1
2009-11-11directory: include config.hMax Kellermann1-0/+1
2009-04-01directory: added directory_lookup_song()Max Kellermann1-0/+10
2009-04-01directory: renamed directory_get_directory()Max Kellermann1-1/+8
2009-03-13all: Update copyright header.Avuton Olrich1-6/+7
2009-03-09decoder_plugin: added method container_scan()Jochen Keil1-0/+1
2009-02-28directory: added "mtime" propertyMax Kellermann1-0/+1
2009-02-27directory: moved DIRECTORY_* string constantsMax Kellermann1-7/+0
2009-01-04directory: added directory_is_root()Max Kellermann1-0/+9
2008-12-16song: adding support for songs in archivesViliam Mateicka1-0/+2
2008-10-31added prefix to header macrosMax Kellermann1-2/+2
2008-10-13directory: added directory_get_name()Max Kellermann1-0/+6
2008-10-13directory: pass const pointers to inline functionsMax Kellermann1-2/+2
2008-10-13directory: use mpd_sizeof_str_flex_array for path, tooEric Wong1-1/+1
2008-10-09directory: added inline wrappers for accessing childrenMax Kellermann1-0/+14
2008-10-09directory: moved dirvec struct declaration to dirvec.hMax Kellermann1-5/+1
2008-10-09diretory: moved code to directory_save.c, directory_print.cMax Kellermann1-13/+0
2008-10-08directory: include sys/types.hMax Kellermann1-1/+1
2008-10-08directory: path must not be NULLMax Kellermann1-2/+0
2008-10-08directory: directory_get_path(NULL) is not allowedMax Kellermann1-2/+8
2008-10-08directory: eliminate CamelCaseMax Kellermann1-12/+13
2008-10-08directory: moved code to database.cMax Kellermann1-23/+26
2008-10-08directory: converted isRootDirectory() to an inline functionMax Kellermann1-1/+5
2008-10-08don't include os_compat.hMax Kellermann1-0/+1
2008-10-08song: converted typedef Song to struct songMax Kellermann1-3/+5
2008-10-08directory: converted typedef Directory to struct directoryMax Kellermann1-12/+12
2008-10-08directory: added directory_is_empty()Max Kellermann1-0/+8
2008-10-08directory: moved code to update.cMax Kellermann1-11/+15
2008-10-06directory: simplify list update handling logicEric Wong1-5/+5
2008-09-29directory: remove "Mp3" referencesEric Wong1-2/+2
2008-09-29directory.h: remove directory_sigChldHandler declEric Wong1-2/+0
2008-09-29directory: replace DirectoryList with dirvecEric Wong1-2/+5
2008-09-26song: removed type SongListMax Kellermann1-0/+1
2008-09-23directory: update do its work inside a threadEric Wong1-1/+1
2008-09-23Replace SongList with struct songvecEric Wong1-1/+2
2008-09-23directory: remove unused updateMp3Directory() functionEric Wong1-2/+0
2008-09-23Directory: don't allocate stat information dynamicallyEric Wong1-6/+3
2008-09-07pass "struct client" to dbUtils.c, song.c, tag_print.cMax Kellermann1-1/+1
2008-09-07directory: don't pass "fd" to updateInit()Max Kellermann1-1/+6
2008-09-07directory: don't pass fd to traverseAllIn()Max Kellermann1-1/+1
2008-09-07directory: don't pass fd to traverseAllIn() callbacksMax Kellermann1-2/+2
2008-09-06dbUtils, playlist, directory: pass constant pointersMax Kellermann1-2/+2
2008-04-12clean up CPP includesMax Kellermann1-3/+0
2008-02-05fix -Wconst warningsMax Kellermann1-2/+2
2007-05-24Don't list playlists in lsinfo if the path isn't the root directory (theyJ. Alexander Treuman1-0/+2