aboutsummaryrefslogtreecommitdiff
path: root/src/directory.c
Commit message (Expand)AuthorAge
* remove deprecated myfprintf wrapperEric Wong2006-07-30
* commandError() cleanups, fixup gcc checksEric Wong2006-07-30
* interface/connection malloc reductions from mpd-keEric Wong2006-07-30
* If we're going to create the db file, make sure the parent path is a directoryJ. Alexander Treuman2006-07-23
* Make checkDirectoryDB check that the db file is a regular fileJ. Alexander Treuman2006-07-23
* Tidying up code in checkDirectoryDBJ. Alexander Treuman2006-07-23
* Add mpd-indent.shAvuton Olrich2006-07-20
* remove the glib library dependencyEric Wong2006-07-16
* [CLEANUP] Remove unused functionAvuton Olrich2006-07-14
* Change shank's email addressJ. Alexander Treuman2006-07-14
* [CLEANUP] Remove unused functions from the headerAvuton Olrich2006-07-14
* Huge header update, update the copyright and addAvuton Olrich2006-07-13
* Check that db_file exists before checking if we can write to it. Committed o...J. Alexander Treuman2006-06-07
* Fix log message when removing subdirectories.J. Alexander Treuman2006-05-15
* Jat/Q patch for checking permission on database before creating itQball Cow2006-05-08
* merge with mpd/trunk up to r3925Eric Wong2006-03-16
* r1067@BL4ST: normalperson | 2005-12-30 19:21:28 -0800Eric Wong2005-12-31
* remove C++ style commentsEric Wong2005-11-19
* DJWLindenaar balanced tree and master process patchQball Cow2005-11-16
* fix stateFile path getting garbledWarren Dukes2005-03-06
* config file change! now 'port' is optional and 'db_file' is required!Warren Dukes2005-03-06
* free(name) in readDirectoryInfo after using itEric Wong2005-01-29
* this shit really needs to be cleaned up, but its good enough for testing,Warren Dukes2004-11-15
* don't to an unneccessary sortWarren Dukes2004-11-15
* a few DEBUG statementsWarren Dukes2004-11-13
* fix a bug in pringSongUrl, don't print leading '/' for songs in root dirWarren Dukes2004-11-12
* don't store only relative paths in the directory structure, its probably notWarren Dukes2004-11-12
* ok, optimize memory sage of directorys, by iteratively creating the directories,Warren Dukes2004-11-11
* ok, now song->url is only the filename, not the full path to the songWarren Dukes2004-11-11
* implement saved memory by not storing full pathWarren Dukes2004-11-11
* merge changes from metadata-rewrite branchWarren Dukes2004-11-10
* now one can specify multiple bind_to_addressesWarren Dukes2004-11-03
* new command "addid", this is the same as "add" command, except it also return...Warren Dukes2004-11-02
* listallinfo now prints out directoriesWarren Dukes2004-10-29
* merge shank-rewrite-config changesWarren Dukes2004-10-28
* spelling fixes from normalpersonWarren Dukes2004-06-29
* ok, addParentPathToDB now works!Warren Dukes2004-06-23
* update now ignores/recognizes recursive directoriesWarren Dukes2004-06-23
* now we avoid recursive symlinks on creating the dbWarren Dukes2004-06-23
* only call opendir() once when updatingWarren Dukes2004-06-22
* call stat() a few less times on updateWarren Dukes2004-06-22
* fix C99 stuff for commandErrorWarren Dukes2004-06-15
* Add WARNING log method. it's the same as ERROR, except that when mpd starts,Warren Dukes2004-06-12
* new command, plchanges, and also add Num: to songinfo of playlistinfoWarren Dukes2004-06-05
* finish ack error codesWarren Dukes2004-06-04
* 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