summaryrefslogtreecommitdiff
path: root/src/directory.c
AgeCommit message (Expand)Author
2008-04-12clean up CPP includesMax Kellermann
2008-04-12Initial cut of fork() => pthreads() for decoder and playerEric Wong
2008-02-05fix -Wconst warningsMax Kellermann
2008-01-26fixed -Wshadow warningsMax Kellermann
2008-01-26fixed invalid C prototypesMax Kellermann
2008-01-03directory: allow db_file to reside on / once againEric Wong
2008-01-03Cleanup #includes of standard system headers and put them in one placeEric Wong
2008-01-03directory.c: get rid of the horrid dirname(3) and libgen.h dependencyEric Wong
2007-12-28Merge branches/ew r7104Eric Wong
2007-08-27removing debug messages from signal handlersJ. Alexander Treuman
2007-07-16Extra debug outputQball Cow
2007-05-26"unable open" -> "unable to open"J. Alexander Treuman
2007-05-26Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a singleJ. Alexander Treuman
2007-05-24Don't list playlists in lsinfo if the path isn't the root directory (theyJ. Alexander Treuman
2007-04-26Fixing some code that was rendered unreadable by indent.J. Alexander Treuman
2007-04-25Set directory_dbModTime when writing the db, so that it will be set afterJ. Alexander Treuman
2007-04-25fials -> failsJ. Alexander Treuman
2007-04-25Remove the now unused struct stat from initMp3Directory().J. Alexander Treuman
2007-04-25initMp3Directory() is only called when (re)creating the db, but before theJ. Alexander Treuman
2007-04-05The massive copyright updateAvuton Olrich
2007-01-14Don't initialize globals to zero (or NULL)Eric Wong
2006-08-26Replace strdup and {c,re,m}alloc with x* variants to check for OOM errorsEric Wong
2006-08-20Fix warnings for -Wmissing-prototypesAvuton Olrich
2006-08-08more sparse cleanupsEric Wong
2006-08-06renamce cstrtok to buffer2array. please don't rename functions; especially to...Warren Dukes
2006-08-06merge changes from mpd-tree:Warren Dukes
2006-08-01Several fixes uncovered with -pedanticEric Wong
2006-07-30remove deprecated myfprintf wrapperEric Wong
2006-07-30commandError() cleanups, fixup gcc checksEric Wong
2006-07-30interface/connection malloc reductions from mpd-keEric Wong
2006-07-23If we're going to create the db file, make sure the parent path is a directoryJ. Alexander Treuman
2006-07-23Make checkDirectoryDB check that the db file is a regular fileJ. Alexander Treuman
2006-07-23Tidying up code in checkDirectoryDBJ. Alexander Treuman
2006-07-20Add mpd-indent.shAvuton Olrich
2006-07-16remove the glib library dependencyEric Wong
2006-07-14[CLEANUP] Remove unused functionAvuton Olrich
2006-07-14Change shank's email addressJ. Alexander Treuman
2006-07-14[CLEANUP] Remove unused functions from the headerAvuton Olrich
2006-07-13Huge header update, update the copyright and addAvuton Olrich
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