aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2008-10-03directory: simplify list update handling logicEric Wong3-100/+71
2008-10-03main_notify: define main_task so we can use it for assertionsEric Wong2-0/+7
2008-10-03directory: streamline deletesEric Wong1-17/+15
2008-09-29directory: remove redundant sanitizePathDupEric Wong1-15/+7
2008-09-29update: move path sanitation up the stack to avoid extra copiesEric Wong3-30/+58
2008-09-28clean up updateInit calling and error handlingEric Wong3-13/+22
2008-09-28directory: isRootDirectory() is a one-linerEric Wong1-4/+1
2008-09-28directory: writeDirectoryInfo propagates errorsEric Wong1-28/+19
2008-09-28directory: make it clear that DIRECTORY_MTIME is deprecatedEric Wong1-1/+1
2008-09-28directory: remove "Mp3" referencesEric Wong3-22/+22
2008-09-28playlist: deleteASongFromPlaylist takes a const Song *Eric Wong2-2/+2
2008-09-28songvec: songvec_delete takes a const Song pointerEric Wong2-2/+2
2008-09-28directory: remove shortname arguments everywhereEric Wong1-79/+40
2008-09-28path: add mpd_basename() functionEric Wong2-0/+20
2008-09-28directory.h: remove directory_sigChldHandler declEric Wong1-2/+0
2008-09-28directory: replace DirectoryList with dirvecEric Wong4-197/+175
2008-09-28directory: remove unused CPP definesEric Wong1-4/+0
2008-09-28songvec_free => songvec_destroyEric Wong3-3/+3
2008-09-28directory.c: kill unnecessary includesEric Wong1-4/+0
2008-09-28directory: update playlist version if updatedEric Wong1-1/+6
2008-09-28playlist: fix currentsong info after swapping songsEric Wong1-0/+4
2008-09-28playlist: reset after we've hit the endEric Wong1-0/+6
2008-09-28advance to the next song on decoder errorsEric Wong3-6/+17
2008-09-26song: removed type SongListMax Kellermann4-45/+2
2008-09-26command: fix command "addid"Max Kellermann1-1/+1
2008-09-23Revert "directory: serialize freeSong() within the main thread"Eric Wong1-9/+1
2008-09-23songvec: avoid free(NULL)Eric Wong1-2/+4
2008-09-23directory: use songvec_free to prevent memory leaks.Eric Wong1-2/+1
2008-09-23directory: fix leak introduced with threaded updateEric Wong1-1/+1
2008-09-23directory: serialize freeSong() within the main threadEric Wong1-1/+10
2008-09-22log: remove umask() calls, just change open(2) argsEric Wong1-8/+2
2008-09-22Remove EINTR checking for open(2)Eric Wong2-4/+2
2008-09-22directory: don't leak file handles if we get a corrupt dbEric Wong1-1/+1
2008-09-22songvec: remove songvec_pruneEric Wong3-27/+0
2008-09-22directory: update do its work inside a threadEric Wong5-125/+56
2008-09-22directory: use enum update_return for return valuesEric Wong1-72/+49
2008-09-20Don't try to prune unless we're updatingEric Wong1-1/+2
2008-09-20workaround race condition on updates with broken signal blockingEric Wong1-39/+50
2008-09-20Replace SongList with struct songvecEric Wong8-136/+226
2008-09-20directory: remove unused updateMp3Directory() functionEric Wong2-20/+0
2008-09-20start using prefixcmp()Eric Wong8-58/+29
2008-09-20Add prefixcmp() (stol^H^H^H^Hborrowed from git)Eric Wong2-0/+12
2008-09-20Oops, open() with O_CREAT is nicer with a modeEric Wong2-2/+2
2008-09-18volume: oops, only #include <alloca.h> if OSS is enabledEric Wong1-1/+0
2008-09-18oss: avoid heap allocations when configuring mixerEric Wong1-13/+13
2008-09-18Move away from fprintf() when writing DB/state_fileEric Wong10-55/+60
2008-09-18fdprintf and vfdprintf get error handlingEric Wong2-14/+22
2008-09-18Directory: don't allocate stat information dynamicallyEric Wong2-50/+22
2008-09-17mp3: fix long line, I can't read past 80 colsEric Wong1-1/+2
2008-09-17mp3: fix buffer overflow when max_frames is too largeMax Kellermann1-0/+5