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