aboutsummaryrefslogtreecommitdiffstats
path: root/src/directory.c (unfollow)
Commit message (Expand)AuthorFilesLines
2008-09-29directory: isRootDirectory() is a one-linerEric Wong1-4/+1
2008-09-29directory: writeDirectoryInfo propagates errorsEric Wong1-21/+19
2008-09-29directory: make it clear that DIRECTORY_MTIME is deprecatedEric Wong1-1/+1
2008-09-29directory: remove "Mp3" referencesEric Wong1-17/+17
2008-09-29directory: remove shortname arguments everywhereEric Wong1-80/+41
2008-09-29directory: replace DirectoryList with dirvecEric Wong1-195/+96
2008-09-29directory: remove unused CPP definesEric Wong1-4/+0
2008-09-29songvec_free => songvec_destroyEric Wong1-1/+1
2008-09-29directory.c: kill unnecessary includesEric Wong1-4/+1
2008-09-29directory: update playlist version if updatedEric Wong1-1/+6
2008-09-23directory: fix leak introduced with threaded updateEric Wong1-1/+1
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