summaryrefslogtreecommitdiff
path: root/src/directory.c
AgeCommit message (Expand)Author
2006-06-07Check that db_file exists before checking if we can write to it. Committed o...J. Alexander Treuman
2006-05-15Fix log message when removing subdirectories.J. Alexander Treuman
2006-05-08Jat/Q patch for checking permission on database before creating itQball Cow
2006-03-16merge with mpd/trunk up to r3925Eric Wong
2005-12-31r1067@BL4ST: normalperson | 2005-12-30 19:21:28 -0800Eric Wong
2005-11-19remove C++ style commentsEric Wong
2005-11-16DJWLindenaar balanced tree and master process patchQball Cow
2005-03-06fix stateFile path getting garbledWarren Dukes
2005-03-06config file change! now 'port' is optional and 'db_file' is required!Warren Dukes
2005-01-29free(name) in readDirectoryInfo after using itEric Wong
2004-11-15this shit really needs to be cleaned up, but its good enough for testing,Warren Dukes
2004-11-15don't to an unneccessary sortWarren Dukes
2004-11-13a few DEBUG statementsWarren Dukes
2004-11-12fix a bug in pringSongUrl, don't print leading '/' for songs in root dirWarren Dukes
2004-11-12don't store only relative paths in the directory structure, its probably notWarren Dukes
2004-11-11ok, optimize memory sage of directorys, by iteratively creating the directories,Warren Dukes
2004-11-11ok, now song->url is only the filename, not the full path to the songWarren Dukes
2004-11-11implement saved memory by not storing full pathWarren Dukes
2004-11-10merge changes from metadata-rewrite branchWarren Dukes
2004-11-03now one can specify multiple bind_to_addressesWarren Dukes
2004-11-02new command "addid", this is the same as "add" command, except it also return...Warren Dukes
2004-10-29listallinfo now prints out directoriesWarren Dukes
2004-10-28merge shank-rewrite-config changesWarren Dukes
2004-06-29spelling fixes from normalpersonWarren Dukes
2004-06-23ok, addParentPathToDB now works!Warren Dukes
2004-06-23update now ignores/recognizes recursive directoriesWarren Dukes
2004-06-23now we avoid recursive symlinks on creating the dbWarren Dukes
2004-06-22only call opendir() once when updatingWarren Dukes
2004-06-22call stat() a few less times on updateWarren Dukes
2004-06-15fix C99 stuff for commandErrorWarren Dukes
2004-06-12Add WARNING log method. it's the same as ERROR, except that when mpd starts,Warren Dukes
2004-06-05new command, plchanges, and also add Num: to songinfo of playlistinfoWarren Dukes
2004-06-04finish ack error codesWarren Dukes
2004-06-04clean up ACK error coding a little bitWarren Dukes
2004-06-02'\n' are badWarren Dukes
2004-05-19fix a nasty bug when deleting a stream from the playlistWarren Dukes
2004-05-17fix bug where db_update wasn't being set in readDirectoryDBWarren Dukes
2004-05-13redimentary addition of url's to playlistWarren Dukes
2004-05-13add type element to Song struct, and change utf8file to utf8urlWarren Dukes
2004-04-16when updating, don't cause db reread on adding and then removing empty direct...Warren Dukes
2004-04-16*gasp* added a commentWarren Dukes
2004-04-16only write db in initMp3Directory() when stuff is updatedWarren Dukes
2004-04-16remove directory mtime from db!Warren Dukes
2004-04-15don't stat() the db to get the modtime everytime, instead store it when we re...Warren Dukes
2004-04-15no point in tallying stats on writeDirectoryDB anymoreWarren Dukes
2004-04-15clean up a little bit main() codeWarren Dukes
2004-04-14add vim shiznit to end of all source filesWarren Dukes
2004-04-14ok, finished incremental update!Warren Dukes
2004-04-14silly shank, use functions you already have\!Warren Dukes
2004-04-14pseduo-code for creating new entries in db for incremental updateWarren Dukes