aboutsummaryrefslogtreecommitdiffstats
path: root/src/directory.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* directory.h: remove directory_sigChldHandler declEric Wong2008-09-291-2/+0
* directory: replace DirectoryList with dirvecEric Wong2008-09-291-2/+5
* song: removed type SongListMax Kellermann2008-09-261-0/+1
* directory: update do its work inside a threadEric Wong2008-09-231-1/+1
* Replace SongList with struct songvecEric Wong2008-09-231-1/+2
* directory: remove unused updateMp3Directory() functionEric Wong2008-09-231-2/+0
* Directory: don't allocate stat information dynamicallyEric Wong2008-09-231-6/+3
* pass "struct client" to dbUtils.c, song.c, tag_print.cMax Kellermann2008-09-071-1/+1
* directory: don't pass "fd" to updateInit()Max Kellermann2008-09-071-1/+6
* directory: don't pass fd to traverseAllIn()Max Kellermann2008-09-071-1/+1
* directory: don't pass fd to traverseAllIn() callbacksMax Kellermann2008-09-071-2/+2
* dbUtils, playlist, directory: pass constant pointersMax Kellermann2008-09-061-2/+2
* clean up CPP includesMax Kellermann2008-04-121-3/+0
* fix -Wconst warningsMax Kellermann2008-02-051-2/+2