aboutsummaryrefslogtreecommitdiffstats
path: root/src/directory.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* removing debug messages from signal handlersJ. Alexander Treuman2007-08-271-6/+8
* Extra debug outputQball Cow2007-07-161-3/+16
* "unable open" -> "unable to open"J. Alexander Treuman2007-05-261-1/+1
* Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a singleJ. Alexander Treuman2007-05-261-33/+15
* Don't list playlists in lsinfo if the path isn't the root directory (theyJ. Alexander Treuman2007-05-241-1/+9
* Fixing some code that was rendered unreadable by indent.J. Alexander Treuman2007-04-261-6/+2
* Set directory_dbModTime when writing the db, so that it will be set afterJ. Alexander Treuman2007-04-251-2/+6
* fials -> failsJ. Alexander Treuman2007-04-251-2/+2
* Remove the now unused struct stat from initMp3Directory().J. Alexander Treuman2007-04-251-2/+0
* initMp3Directory() is only called when (re)creating the db, but before theJ. Alexander Treuman2007-04-251-3/+0
* The massive copyright updateAvuton Olrich2007-04-051-1/+1
* Don't initialize globals to zero (or NULL)Eric Wong2007-01-141-5/+5
* Replace strdup and {c,re,m}alloc with x* variants to check for OOM errorsEric Wong2006-08-261-18/+18
* Fix warnings for -Wmissing-prototypesAvuton Olrich2006-08-201-5/+5
* more sparse cleanupsEric Wong2006-08-081-12/+12
* renamce cstrtok to buffer2array. please don't rename functions; especially to...Warren Dukes2006-08-061-11/+13
* merge changes from mpd-tree:Warren Dukes2006-08-061-0/+1
* Several fixes uncovered with -pedanticEric Wong2006-08-011-3/+3
* remove deprecated myfprintf wrapperEric Wong2006-07-301-7/+7
* commandError() cleanups, fixup gcc checksEric Wong2006-07-301-6/+4
* interface/connection malloc reductions from mpd-keEric Wong2006-07-301-27/+27
* If we're going to create the db file, make sure the parent path is a directoryJ. Alexander Treuman2006-07-231-1/+16
* Make checkDirectoryDB check that the db file is a regular fileJ. Alexander Treuman2006-07-231-3/+16
* Tidying up code in checkDirectoryDBJ. Alexander Treuman2006-07-231-19/+17
* Add mpd-indent.shAvuton Olrich2006-07-201-591/+648
* remove the glib library dependencyEric Wong2006-07-161-1/+0
* [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