aboutsummaryrefslogtreecommitdiffstats
path: root/src/directory.c (unfollow)
Commit message (Expand)AuthorFilesLines
2004-10-29listallinfo now prints out directoriesWarren Dukes1-1/+1
2004-10-28merge shank-rewrite-config changesWarren Dukes1-1/+2
2004-06-29spelling fixes from normalpersonWarren Dukes1-3/+3
2004-06-23ok, addParentPathToDB now works!Warren Dukes1-9/+31
2004-06-23update now ignores/recognizes recursive directoriesWarren Dukes1-4/+41
2004-06-23now we avoid recursive symlinks on creating the dbWarren Dukes1-28/+88
2004-06-22only call opendir() once when updatingWarren Dukes1-8/+5
2004-06-22call stat() a few less times on updateWarren Dukes1-8/+14
2004-06-15fix C99 stuff for commandErrorWarren Dukes1-6/+8
2004-06-12Add WARNING log method. it's the same as ERROR, except that when mpd starts,Warren Dukes1-4/+3
2004-06-05new command, plchanges, and also add Num: to songinfo of playlistinfoWarren Dukes1-1/+1
2004-06-04finish ack error codesWarren Dukes1-17/+17
2004-06-04clean up ACK error coding a little bitWarren Dukes1-9/+8
2004-06-02'\n' are badWarren Dukes1-0/+3
2004-05-19fix a nasty bug when deleting a stream from the playlistWarren Dukes1-1/+1
2004-05-17fix bug where db_update wasn't being set in readDirectoryDBWarren Dukes1-6/+3
2004-05-13redimentary addition of url's to playlistWarren Dukes1-2/+2
2004-05-13add type element to Song struct, and change utf8file to utf8urlWarren Dukes1-5/+6
2004-04-16when updating, don't cause db reread on adding and then removing empty direct...Warren Dukes1-16/+24
2004-04-16*gasp* added a commentWarren Dukes1-0/+5
2004-04-16only write db in initMp3Directory() when stuff is updatedWarren Dukes1-7/+13
2004-04-16remove directory mtime from db!Warren Dukes1-56/+123
2004-04-15don't stat() the db to get the modtime everytime, instead store it when we re...Warren Dukes1-11/+18
2004-04-15no point in tallying stats on writeDirectoryDB anymoreWarren Dukes1-2/+2
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-14ok, finished incremental update!Warren Dukes1-25/+93
2004-04-14silly shank, use functions you already have\!Warren Dukes1-3/+2
2004-04-14pseduo-code for creating new entries in db for incremental updateWarren Dukes1-8/+20
2004-04-14incremental update can now recognize if you pass it a deleted pathWarren Dukes1-33/+61
2004-04-13fix some misc chld signal handling for update processWarren Dukes1-3/+3
2004-04-13have update process ignore signals when writing dbWarren Dukes1-0/+5
2004-04-13ok, rework myfprintf so it uses write() and never use any file streamWarren Dukes1-6/+0
2004-04-13block signals when writing db to ensure db isn't corruptedWarren Dukes1-0/+7
2004-04-13when doing signal functions (like sigaction) make sure it wasn't interrupted ...Warren Dukes1-2/+9
2004-04-13lots of fsCharset, utf8/ascii converting clean-up and robustness stuffWarren Dukes1-4/+16
2004-04-12volatile fun-nessWarren Dukes1-3/+3
2004-04-12forgetting to increment playlist version after reading the dbWarren Dukes1-0/+1
2004-04-12minor little tweak on reporting update statusWarren Dukes1-1/+3
2004-04-11clean up signal handling using a polling method, from the genius that is mack...Warren Dukes1-10/+11
2004-04-11ok, fix some bug due to a child process dieing before the parent canWarren Dukes1-4/+7
2004-04-11incremental updates and command-list/update kung fuWarren Dukes1-3/+52
2004-04-11fix some snafoosWarren Dukes1-0/+2
2004-04-11update job id stuffWarren Dukes1-2/+9
2004-04-11updating_db in status and some ideas for the TODO that i've already forgottenWarren Dukes1-0/+5
2004-04-11make "update" command background/non-blockingWarren Dukes1-0/+64
2004-04-11add --only-create-db option from msellsWarren Dukes1-1/+1
2004-04-10work in prep of using msells/sbh's non-blocking update methodWarren Dukes1-4/+41
2004-04-02use EXIT_SUCCESS and EXIT_FAILUREWarren Dukes1-9/+9
2004-03-21add aac_decode.[ch] and start working on itWarren Dukes1-6/+6