aboutsummaryrefslogtreecommitdiff
path: root/src/directory.c
Commit message (Expand)AuthorAge
* clean up ACK error coding a little bitWarren Dukes2004-06-04
* '\n' are badWarren Dukes2004-06-02
* fix a nasty bug when deleting a stream from the playlistWarren Dukes2004-05-19
* fix bug where db_update wasn't being set in readDirectoryDBWarren Dukes2004-05-17
* redimentary addition of url's to playlistWarren Dukes2004-05-13
* add type element to Song struct, and change utf8file to utf8urlWarren Dukes2004-05-13
* when updating, don't cause db reread on adding and then removing empty direct...Warren Dukes2004-04-16
* *gasp* added a commentWarren Dukes2004-04-16
* only write db in initMp3Directory() when stuff is updatedWarren Dukes2004-04-16
* remove directory mtime from db!Warren Dukes2004-04-16
* don't stat() the db to get the modtime everytime, instead store it when we re...Warren Dukes2004-04-15
* no point in tallying stats on writeDirectoryDB anymoreWarren Dukes2004-04-15
* clean up a little bit main() codeWarren Dukes2004-04-15
* add vim shiznit to end of all source filesWarren Dukes2004-04-14
* ok, finished incremental update!Warren Dukes2004-04-14
* silly shank, use functions you already have\!Warren Dukes2004-04-14
* pseduo-code for creating new entries in db for incremental updateWarren Dukes2004-04-14
* incremental update can now recognize if you pass it a deleted pathWarren Dukes2004-04-14
* fix some misc chld signal handling for update processWarren Dukes2004-04-13
* have update process ignore signals when writing dbWarren Dukes2004-04-13
* ok, rework myfprintf so it uses write() and never use any file streamWarren Dukes2004-04-13
* block signals when writing db to ensure db isn't corruptedWarren Dukes2004-04-13
* when doing signal functions (like sigaction) make sure it wasn't interrupted ...Warren Dukes2004-04-13
* lots of fsCharset, utf8/ascii converting clean-up and robustness stuffWarren Dukes2004-04-13
* volatile fun-nessWarren Dukes2004-04-12
* forgetting to increment playlist version after reading the dbWarren Dukes2004-04-12
* minor little tweak on reporting update statusWarren Dukes2004-04-12
* clean up signal handling using a polling method, from the genius that is mack...Warren Dukes2004-04-11
* ok, fix some bug due to a child process dieing before the parent canWarren Dukes2004-04-11
* incremental updates and command-list/update kung fuWarren Dukes2004-04-11
* fix some snafoosWarren Dukes2004-04-11
* update job id stuffWarren Dukes2004-04-11
* updating_db in status and some ideas for the TODO that i've already forgottenWarren Dukes2004-04-11
* make "update" command background/non-blockingWarren Dukes2004-04-11
* add --only-create-db option from msellsWarren Dukes2004-04-11
* work in prep of using msells/sbh's non-blocking update methodWarren Dukes2004-04-10
* use EXIT_SUCCESS and EXIT_FAILUREWarren Dukes2004-04-02
* add aac_decode.[ch] and start working on itWarren Dukes2004-03-21
* move time back into MpdTagWarren Dukes2004-03-11
* move adding and removeing from tables from directory.c to song.cWarren Dukes2004-03-10
* update when mtimes are not the sameWarren Dukes2004-03-10
* fix it so that mpd will work if mtime is 0 (for those strange folk)Warren Dukes2004-03-10
* move time from tag info to song info.Warren Dukes2004-03-10
* clean up logging for creating and updating the dbWarren Dukes2004-03-09
* remove empty directoriesWarren Dukes2004-03-09
* exit on any unknown line in the dbWarren Dukes2004-03-09
* strip return characters that are in the id3 tagsWarren Dukes2004-03-09
* display db_playtime in statsWarren Dukes2004-02-27
* import from SF CVSWarren Dukes2004-02-23