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