aboutsummaryrefslogtreecommitdiff
path: root/src/directory.c
Commit message (Expand)AuthorAge
* clean up CPP includesMax Kellermann2008-04-12
* Initial cut of fork() => pthreads() for decoder and playerEric Wong2008-04-12
* fix -Wconst warningsMax Kellermann2008-02-05
* fixed -Wshadow warningsMax Kellermann2008-01-26
* fixed invalid C prototypesMax Kellermann2008-01-26
* directory: allow db_file to reside on / once againEric Wong2008-01-03
* Cleanup #includes of standard system headers and put them in one placeEric Wong2008-01-03
* directory.c: get rid of the horrid dirname(3) and libgen.h dependencyEric Wong2008-01-03
* Merge branches/ew r7104Eric Wong2007-12-28
* removing debug messages from signal handlersJ. Alexander Treuman2007-08-27
* Extra debug outputQball Cow2007-07-16
* "unable open" -> "unable to open"J. Alexander Treuman2007-05-26
* Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a singleJ. Alexander Treuman2007-05-26
* Don't list playlists in lsinfo if the path isn't the root directory (theyJ. Alexander Treuman2007-05-24
* Fixing some code that was rendered unreadable by indent.J. Alexander Treuman2007-04-26
* Set directory_dbModTime when writing the db, so that it will be set afterJ. Alexander Treuman2007-04-25
* fials -> failsJ. Alexander Treuman2007-04-25
* Remove the now unused struct stat from initMp3Directory().J. Alexander Treuman2007-04-25
* initMp3Directory() is only called when (re)creating the db, but before theJ. Alexander Treuman2007-04-25
* The massive copyright updateAvuton Olrich2007-04-05
* Don't initialize globals to zero (or NULL)Eric Wong2007-01-14
* Replace strdup and {c,re,m}alloc with x* variants to check for OOM errorsEric Wong2006-08-26
* Fix warnings for -Wmissing-prototypesAvuton Olrich2006-08-20
* more sparse cleanupsEric Wong2006-08-08
* renamce cstrtok to buffer2array. please don't rename functions; especially to...Warren Dukes2006-08-06
* merge changes from mpd-tree:Warren Dukes2006-08-06
* Several fixes uncovered with -pedanticEric Wong2006-08-01
* 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