aboutsummaryrefslogtreecommitdiffstats
path: root/src/directory.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* [CLEANUP] Remove unused functionAvuton Olrich2006-07-141-1/+0
* Change shank's email addressJ. Alexander Treuman2006-07-141-1/+1
* [CLEANUP] Remove unused functions from the headerAvuton Olrich2006-07-141-106/+55
* Huge header update, update the copyright and addAvuton Olrich2006-07-131-1/+1
* Check that db_file exists before checking if we can write to it. Committed o...J. Alexander Treuman2006-06-071-0/+30
* Fix log message when removing subdirectories.J. Alexander Treuman2006-05-151-3/+2
* Jat/Q patch for checking permission on database before creating itQball Cow2006-05-081-0/+12
* merge with mpd/trunk up to r3925Eric Wong2006-03-161-5/+5
* r1067@BL4ST: normalperson | 2005-12-30 19:21:28 -0800Eric Wong2005-12-311-0/+1
* remove C++ style commentsEric Wong2005-11-191-1/+1
* DJWLindenaar balanced tree and master process patchQball Cow2005-11-161-1/+2
* fix stateFile path getting garbledWarren Dukes2005-03-061-2/+2
* config file change! now 'port' is optional and 'db_file' is required!Warren Dukes2005-03-061-17/+34
* free(name) in readDirectoryInfo after using itEric Wong2005-01-291-0/+1
* this shit really needs to be cleaned up, but its good enough for testing,Warren Dukes2004-11-151-0/+1
* don't to an unneccessary sortWarren Dukes2004-11-151-5/+0
* a few DEBUG statementsWarren Dukes2004-11-131-0/+8
* fix a bug in pringSongUrl, don't print leading '/' for songs in root dirWarren Dukes2004-11-121-1/+1
* don't store only relative paths in the directory structure, its probably notWarren Dukes2004-11-121-24/+25
* ok, optimize memory sage of directorys, by iteratively creating the directories,Warren Dukes2004-11-111-35/+88
* ok, now song->url is only the filename, not the full path to the songWarren Dukes2004-11-111-2/+2
* implement saved memory by not storing full pathWarren Dukes2004-11-111-9/+9
* merge changes from metadata-rewrite branchWarren Dukes2004-11-101-182/+7
* now one can specify multiple bind_to_addressesWarren Dukes2004-11-031-1/+1
* 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