aboutsummaryrefslogtreecommitdiffstats
path: root/src/directory.c (unfollow)
Commit message (Expand)AuthorFilesLines
2008-08-28client: renamed all public functionsMax Kellermann1-1/+1
2008-08-28renamed interface.c to client.cMax Kellermann1-1/+1
2008-08-28include cleanupMax Kellermann1-0/+1
2008-04-12clean up CPP includesMax Kellermann1-6/+2
2008-04-12Initial cut of fork() => pthreads() for decoder and playerEric Wong1-1/+0
2008-02-05fix -Wconst warningsMax Kellermann1-30/+38
2008-01-26fixed -Wshadow warningsMax Kellermann1-14/+14
2008-01-26fixed invalid C prototypesMax Kellermann1-1/+1
2008-01-03directory: allow db_file to reside on / once againEric Wong1-0/+2
2008-01-03Cleanup #includes of standard system headers and put them in one placeEric Wong1-5/+0
2008-01-03directory.c: get rid of the horrid dirname(3) and libgen.h dependencyEric Wong1-13/+3
2007-12-28Merge branches/ew r7104Eric Wong1-139/+87
2007-08-27removing debug messages from signal handlersJ. Alexander Treuman1-6/+8
2007-07-16Extra debug outputQball Cow1-3/+16
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