aboutsummaryrefslogtreecommitdiffstats
path: root/src/directory.h (unfollow)
Commit message (Expand)AuthorFilesLines
2008-10-12directory: always maintain sorted properties vectorsEric Wong1-2/+0
2008-10-12directory: rename isRootDirectory => path_is_music_rootEric Wong1-3/+3
2008-10-12directory: make music_root global and avoid runtime initializationEric Wong1-0/+2
2008-10-12directory: use mpd_sizeof_str_flex_array for path, tooEric Wong1-2/+3
2008-10-11directory: don't use identical struct and variable namesEric Wong1-15/+15
2008-10-11directory: added inline wrappers for accessing childrenMax Kellermann1-0/+14
2008-10-11directory: moved dirvec struct declaration to dirvec.hMax Kellermann1-5/+1
2008-10-11directory: path must not be NULLMax Kellermann1-1/+1
2008-10-11directory: directory_get_path(NULL) is not allowedMax Kellermann1-3/+4
2008-10-11directory: eliminate CamelCaseMax Kellermann1-9/+9
2008-10-11database: renamed functions, "db_" prefix and no CamelCaseMax Kellermann1-2/+2
2008-10-11directory: moved code to database.cMax Kellermann1-14/+22
2008-10-11directory: converted isRootDirectory() to an inline functionMax Kellermann1-1/+5
2008-10-11song: converted typedef Song to struct songMax Kellermann1-2/+2
2008-10-11directory: converted typedef Directory to struct directoryMax Kellermann1-11/+11
2008-10-11directory: added directory_is_empty()Max Kellermann1-0/+5
2008-10-11directory: moved code to update.cMax Kellermann1-11/+10
2008-10-03directory: simplify list update handling logicEric Wong1-4/+3
2008-09-29update: move path sanitation up the stack to avoid extra copiesEric Wong1-3/+7
2008-09-28clean up updateInit calling and error handlingEric Wong1-1/+2
2008-09-28directory: remove "Mp3" referencesEric Wong1-2/+2
2008-09-28directory.h: remove directory_sigChldHandler declEric Wong1-2/+0
2008-09-28directory: replace DirectoryList with dirvecEric Wong1-2/+5
2008-09-26song: removed type SongListMax Kellermann1-0/+1
2008-09-22directory: update do its work inside a threadEric Wong1-1/+1
2008-09-20Replace SongList with struct songvecEric Wong1-1/+2
2008-09-20directory: remove unused updateMp3Directory() functionEric Wong1-2/+0
2008-09-18Directory: don't allocate stat information dynamicallyEric Wong1-6/+3
2008-09-09directory: don't pass fd to traverseAllIn()Max Kellermann1-1/+1
2008-09-09directory: don't pass fd to traverseAllIn() callbacksMax Kellermann1-2/+2
2008-09-09dbUtils, 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
2007-04-05The massive copyright updateAvuton Olrich1-1/+1
2006-08-20Fix warnings for -Wmissing-prototypesAvuton Olrich1-9/+9
2006-07-30interface/connection malloc reductions from mpd-keEric Wong1-5/+5
2006-07-20Add mpd-indent.shAvuton Olrich1-11/+10
2006-07-14Change shank's email addressJ. Alexander Treuman1-1/+1
2006-07-14[CLEANUP] Remove unused functions from the headerAvuton Olrich1-10/+0
2006-07-13Huge header update, update the copyright and addAvuton Olrich1-1/+1
2006-05-08Jat/Q patch for checking permission on database before creating itQball Cow1-0/+2
2005-03-06config file change! now 'port' is optional and 'db_file' is required!Warren Dukes1-2/+0
2004-11-12don't store only relative paths in the directory structure, its probably notWarren Dukes1-2/+3
2004-11-11ok, optimize memory sage of directorys, by iteratively creating the directories,Warren Dukes1-1/+4
2004-11-11implement saved memory by not storing full pathWarren Dukes1-0/+4
2004-11-10merge changes from metadata-rewrite branchWarren Dukes1-14/+19
2004-11-03remove vim &*(@Warren Dukes1-1/+0
2004-06-04finish ack error codesWarren Dukes1-1/+1
2004-05-13redimentary addition of url's to playlistWarren Dukes1-1/+1