aboutsummaryrefslogtreecommitdiffstats
path: root/src/directory.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* don't stat() the db to get the modtime everytime, instead store it when we re...Warren Dukes2004-04-151-1/+1
* clean up a little bit main() codeWarren Dukes2004-04-151-1/+1
* add vim shiznit to end of all source filesWarren Dukes2004-04-141-0/+1
* when doing signal functions (like sigaction) make sure it wasn't interrupted ...Warren Dukes2004-04-131-0/+2
* clean up signal handling using a polling method, from the genius that is mack...Warren Dukes2004-04-111-0/+2
* incremental updates and command-list/update kung fuWarren Dukes2004-04-111-1/+2
* updating_db in status and some ideas for the TODO that i've already forgottenWarren Dukes2004-04-111-0/+2
* make "update" command background/non-blockingWarren Dukes2004-04-111-0/+4
* bunch of autotool cleanupsWarren Dukes2004-03-181-0/+2
* display db_playtime in statsWarren Dukes2004-02-271-0/+2
* import from SF CVSWarren Dukes2004-02-231-0/+57