aboutsummaryrefslogtreecommitdiffstats
path: root/src/directory.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* add aac_decode.[ch] and start working on itWarren Dukes2004-03-211-6/+6
* move time back into MpdTagWarren Dukes2004-03-111-1/+1
* move adding and removeing from tables from directory.c to song.cWarren Dukes2004-03-101-8/+4
* update when mtimes are not the sameWarren Dukes2004-03-101-1/+1
* fix it so that mpd will work if mtime is 0 (for those strange folk)Warren Dukes2004-03-101-8/+8
* move time from tag info to song info.Warren Dukes2004-03-101-2/+2
* clean up logging for creating and updating the dbWarren Dukes2004-03-091-3/+6
* remove empty directoriesWarren Dukes2004-03-091-0/+21
* exit on any unknown line in the dbWarren Dukes2004-03-091-0/+1
* strip return characters that are in the id3 tagsWarren Dukes2004-03-091-1/+1