aboutsummaryrefslogtreecommitdiffstats
path: root/src/directory.c (unfollow)
Commit message (Expand)AuthorFilesLines
2007-05-26"unable open" -> "unable to open"J. Alexander Treuman1-1/+1
2007-05-26Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a singleJ. Alexander Treuman1-33/+15
2007-05-24Don't list playlists in lsinfo if the path isn't the root directory (theyJ. Alexander Treuman1-1/+9
2007-04-26Fixing some code that was rendered unreadable by indent.J. Alexander Treuman1-6/+2
2007-04-25Set directory_dbModTime when writing the db, so that it will be set afterJ. Alexander Treuman1-2/+6
2007-04-25fials -> failsJ. Alexander Treuman1-2/+2
2007-04-25Remove the now unused struct stat from initMp3Directory().J. Alexander Treuman1-2/+0
2007-04-25initMp3Directory() is only called when (re)creating the db, but before theJ. Alexander Treuman1-3/+0
2007-04-05The massive copyright updateAvuton Olrich1-1/+1
2007-01-14Don't initialize globals to zero (or NULL)Eric Wong1-5/+5
2006-08-26Replace strdup and {c,re,m}alloc with x* variants to check for OOM errorsEric Wong1-18/+18
2006-08-20Fix warnings for -Wmissing-prototypesAvuton Olrich1-5/+5
2006-08-08more sparse cleanupsEric Wong1-12/+12
2006-08-06renamce cstrtok to buffer2array. please don't rename functions; especially to...Warren Dukes1-11/+13
2006-08-06merge changes from mpd-tree:Warren Dukes1-0/+1
2006-08-01Several fixes uncovered with -pedanticEric Wong1-3/+3
2006-07-30remove deprecated myfprintf wrapperEric Wong1-7/+7
2006-07-30commandError() cleanups, fixup gcc checksEric Wong1-6/+4
2006-07-30interface/connection malloc reductions from mpd-keEric Wong1-27/+27
2006-07-23If we're going to create the db file, make sure the parent path is a directoryJ. Alexander Treuman1-1/+16
2006-07-23Make checkDirectoryDB check that the db file is a regular fileJ. Alexander Treuman1-3/+16
2006-07-23Tidying up code in checkDirectoryDBJ. Alexander Treuman1-19/+17
2006-07-20Add mpd-indent.shAvuton Olrich1-591/+648
2006-07-16remove the glib library dependencyEric Wong1-1/+0
2006-07-14[CLEANUP] Remove unused functionAvuton Olrich1-1/+0
2006-07-14Change shank's email addressJ. Alexander Treuman1-1/+1
2006-07-14[CLEANUP] Remove unused functions from the headerAvuton Olrich1-106/+55
2006-07-13Huge header update, update the copyright and addAvuton Olrich1-1/+1
2006-06-07Check that db_file exists before checking if we can write to it. Committed o...J. Alexander Treuman1-0/+30
2006-05-15Fix log message when removing subdirectories.J. Alexander Treuman1-3/+2
2006-05-08Jat/Q patch for checking permission on database before creating itQball Cow1-0/+12
2006-03-16merge with mpd/trunk up to r3925Eric Wong1-5/+5
2005-12-31r1067@BL4ST: normalperson | 2005-12-30 19:21:28 -0800Eric Wong1-0/+1
2005-11-19remove C++ style commentsEric Wong1-1/+1
2005-11-16DJWLindenaar balanced tree and master process patchQball Cow1-1/+2
2005-03-06fix stateFile path getting garbledWarren Dukes1-2/+2
2005-03-06config file change! now 'port' is optional and 'db_file' is required!Warren Dukes1-17/+34
2005-01-29free(name) in readDirectoryInfo after using itEric Wong1-0/+1
2004-11-15this shit really needs to be cleaned up, but its good enough for testing,Warren Dukes1-0/+1
2004-11-15don't to an unneccessary sortWarren Dukes1-5/+0
2004-11-13a few DEBUG statementsWarren Dukes1-0/+8
2004-11-12fix a bug in pringSongUrl, don't print leading '/' for songs in root dirWarren Dukes1-1/+1
2004-11-12don't store only relative paths in the directory structure, its probably notWarren Dukes1-24/+25
2004-11-11ok, optimize memory sage of directorys, by iteratively creating the directories,Warren Dukes1-35/+88
2004-11-11ok, now song->url is only the filename, not the full path to the songWarren Dukes1-2/+2
2004-11-11implement saved memory by not storing full pathWarren Dukes1-9/+9
2004-11-10merge changes from metadata-rewrite branchWarren Dukes1-182/+7
2004-11-03now one can specify multiple bind_to_addressesWarren Dukes1-1/+1
2004-11-02new command "addid", this is the same as "add" command, except it also return...Warren Dukes1-1/+1
2004-10-29listallinfo now prints out directoriesWarren Dukes1-1/+1