aboutsummaryrefslogtreecommitdiffstats
path: root/src/directory.c (unfollow)
Commit message (Expand)AuthorFilesLines
2008-09-23Remove EINTR checking for open(2)Eric Wong1-1/+1
2008-09-23directory: don't leak file handles if we get a corrupt dbEric Wong1-1/+1
2008-09-23directory: update do its work inside a threadEric Wong1-106/+50
2008-09-23directory: use enum update_return for return values IIMax Kellermann1-16/+21
2008-09-23directory: use enum update_return for return valuesEric Wong1-72/+49
2008-09-23workaround race condition on updates with broken signal blockingEric Wong1-39/+50
2008-09-23Replace SongList with struct songvecEric Wong1-47/+47
2008-09-23directory: remove unused updateMp3Directory() functionEric Wong1-18/+0
2008-09-23start using prefixcmp()Eric Wong1-15/+8
2008-09-23Directory: don't allocate stat information dynamicallyEric Wong1-44/+19
2008-09-07pass "struct client" to dbUtils.c, song.c, tag_print.cMax Kellermann1-7/+6
2008-09-07directory: don't pass "fd" to updateInit()Max Kellermann1-11/+4
2008-09-07directory: printDirectoryInfo() does not call commandError()Max Kellermann1-3/+1
2008-09-07directory: don't pass fd to traverseAllIn()Max Kellermann1-7/+5
2008-09-07directory: don't pass fd to traverseAllIn() callbacksMax Kellermann1-12/+11
2008-09-07song: moved code to song_print.c, song_save.cMax Kellermann1-0/+2
2008-09-06dbUtils, playlist, directory: pass constant pointersMax Kellermann1-2/+2
2008-08-29tag: static directory nameMax Kellermann1-5/+3
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