aboutsummaryrefslogtreecommitdiffstats
path: root/src/directory.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* directory: always maintain sorted properties vectorsEric Wong2008-10-121-2/+0
* directory: rename isRootDirectory => path_is_music_rootEric Wong2008-10-121-3/+3
* directory: make music_root global and avoid runtime initializationEric Wong2008-10-121-0/+2
* directory: use mpd_sizeof_str_flex_array for path, tooEric Wong2008-10-121-2/+3
* directory: don't use identical struct and variable namesEric Wong2008-10-111-15/+15
* directory: added inline wrappers for accessing childrenMax Kellermann2008-10-111-0/+14
* directory: moved dirvec struct declaration to dirvec.hMax Kellermann2008-10-111-5/+1
* directory: path must not be NULLMax Kellermann2008-10-111-1/+1
* directory: directory_get_path(NULL) is not allowedMax Kellermann2008-10-111-3/+4
* directory: eliminate CamelCaseMax Kellermann2008-10-111-9/+9
* database: renamed functions, "db_" prefix and no CamelCaseMax Kellermann2008-10-111-2/+2
* directory: moved code to database.cMax Kellermann2008-10-111-14/+22
* directory: converted isRootDirectory() to an inline functionMax Kellermann2008-10-111-1/+5
* song: converted typedef Song to struct songMax Kellermann2008-10-111-2/+2
* directory: converted typedef Directory to struct directoryMax Kellermann2008-10-111-11/+11
* directory: added directory_is_empty()Max Kellermann2008-10-111-0/+5
* directory: moved code to update.cMax Kellermann2008-10-111-11/+10
* directory: simplify list update handling logicEric Wong2008-10-031-4/+3
* update: move path sanitation up the stack to avoid extra copiesEric Wong2008-09-291-3/+7
* clean up updateInit calling and error handlingEric Wong2008-09-281-1/+2
* directory: remove "Mp3" referencesEric Wong2008-09-281-2/+2
* directory.h: remove directory_sigChldHandler declEric Wong2008-09-281-2/+0
* directory: replace DirectoryList with dirvecEric Wong2008-09-281-2/+5
* song: removed type SongListMax Kellermann2008-09-261-0/+1
* directory: update do its work inside a threadEric Wong2008-09-221-1/+1
* Replace SongList with struct songvecEric Wong2008-09-201-1/+2
* directory: remove unused updateMp3Directory() functionEric Wong2008-09-201-2/+0
* Directory: don't allocate stat information dynamicallyEric Wong2008-09-181-6/+3
* directory: don't pass fd to traverseAllIn()Max Kellermann2008-09-091-1/+1
* directory: don't pass fd to traverseAllIn() callbacksMax Kellermann2008-09-091-2/+2
* dbUtils, playlist, directory: pass constant pointersMax Kellermann2008-09-091-2/+2
* clean up CPP includesMax Kellermann2008-04-121-3/+0
* fix -Wconst warningsMax Kellermann2008-02-051-2/+2
* Don't list playlists in lsinfo if the path isn't the root directory (theyJ. Alexander Treuman2007-05-241-0/+2
* The massive copyright updateAvuton Olrich2007-04-051-1/+1
* Fix warnings for -Wmissing-prototypesAvuton Olrich2006-08-201-9/+9
* interface/connection malloc reductions from mpd-keEric Wong2006-07-301-5/+5
* Add mpd-indent.shAvuton Olrich2006-07-201-11/+10
* Change shank's email addressJ. Alexander Treuman2006-07-141-1/+1
* [CLEANUP] Remove unused functions from the headerAvuton Olrich2006-07-141-10/+0
* Huge header update, update the copyright and addAvuton Olrich2006-07-131-1/+1
* Jat/Q patch for checking permission on database before creating itQball Cow2006-05-081-0/+2
* config file change! now 'port' is optional and 'db_file' is required!Warren Dukes2005-03-061-2/+0
* don't store only relative paths in the directory structure, its probably notWarren Dukes2004-11-121-2/+3
* ok, optimize memory sage of directorys, by iteratively creating the directories,Warren Dukes2004-11-111-1/+4
* implement saved memory by not storing full pathWarren Dukes2004-11-111-0/+4
* merge changes from metadata-rewrite branchWarren Dukes2004-11-101-14/+19
* remove vim &*(@Warren Dukes2004-11-031-1/+0
* finish ack error codesWarren Dukes2004-06-041-1/+1
* redimentary addition of url's to playlistWarren Dukes2004-05-131-1/+1