aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * clean up updateInit calling and error handlingEric Wong2008-09-283-13/+22
| * directory: isRootDirectory() is a one-linerEric Wong2008-09-281-4/+1
| * directory: writeDirectoryInfo propagates errorsEric Wong2008-09-281-28/+19
| * directory: make it clear that DIRECTORY_MTIME is deprecatedEric Wong2008-09-281-1/+1
| * directory: remove "Mp3" referencesEric Wong2008-09-283-22/+22
| * playlist: deleteASongFromPlaylist takes a const Song *Eric Wong2008-09-282-2/+2
| * songvec: songvec_delete takes a const Song pointerEric Wong2008-09-282-2/+2
| * directory: remove shortname arguments everywhereEric Wong2008-09-281-79/+40
| * path: add mpd_basename() functionEric Wong2008-09-282-0/+20
| * directory.h: remove directory_sigChldHandler declEric Wong2008-09-281-2/+0
| * directory: replace DirectoryList with dirvecEric Wong2008-09-284-197/+175
| * directory: remove unused CPP definesEric Wong2008-09-281-4/+0
| * songvec_free => songvec_destroyEric Wong2008-09-283-3/+3
| * directory.c: kill unnecessary includesEric Wong2008-09-281-4/+0
* | Merge branch 'mk/flac'Eric Wong2008-09-294-128/+131
|\ \
| * | flac: removed FlacData.chunk_lengthMax Kellermann2008-09-294-9/+3
| * | flac: merged flacSendChunk() into flac_common_write()Max Kellermann2008-09-291-11/+6
| * | flac: removed generic sample size supportMax Kellermann2008-09-291-31/+27
| * | flac: added special functions for 8 and 32 bitMax Kellermann2008-09-291-0/+37
| * | flac: added optimized converter for 16 bitMax Kellermann2008-09-291-0/+17
| * | flac: use signed integers in flac_convert_stereo16()Max Kellermann2008-09-291-6/+4
| * | flac: moved code from flacWrite() to _flac_common.cMax Kellermann2008-09-294-120/+90
| * | flac: assume the buffer is empty in flacWrite() IIMax Kellermann2008-09-291-6/+2
| |/
* | Merge branch 'mk/pcm'Eric Wong2008-09-291-18/+28
|\ \
| * | pcm_utils: added pcm_range()Max Kellermann2008-09-291-10/+18
| * | pcm_utils: added inline function pcm_dither()Max Kellermann2008-09-291-8/+10
| |/
* / command: don't clobber next list value when preparsingEric Wong2008-09-291-3/+6
|/
* directory: update playlist version if updatedEric Wong2008-09-281-1/+6
* playlist: fix currentsong info after swapping songsEric Wong2008-09-281-0/+4
* playlist: reset after we've hit the endEric Wong2008-09-281-0/+6
* advance to the next song on decoder errorsEric Wong2008-09-283-6/+17
* song: removed type SongListMax Kellermann2008-09-264-45/+2
* command: fix command "addid"Max Kellermann2008-09-261-1/+1
* Revert "directory: serialize freeSong() within the main thread"Eric Wong2008-09-231-9/+1
* songvec: avoid free(NULL)Eric Wong2008-09-231-2/+4
* directory: use songvec_free to prevent memory leaks.Eric Wong2008-09-231-2/+1
* directory: fix leak introduced with threaded updateEric Wong2008-09-231-1/+1
* directory: serialize freeSong() within the main threadEric Wong2008-09-231-1/+10
* log: remove umask() calls, just change open(2) argsEric Wong2008-09-221-8/+2
* Remove EINTR checking for open(2)Eric Wong2008-09-222-4/+2
* directory: don't leak file handles if we get a corrupt dbEric Wong2008-09-221-1/+1
* Merge branch 'ew/directory'Eric Wong2008-09-228-221/+102
|\
| * songvec: remove songvec_pruneEric Wong2008-09-223-27/+0
| * directory: update do its work inside a threadEric Wong2008-09-225-125/+56
| * directory: use enum update_return for return valuesEric Wong2008-09-221-72/+49
* | Merge branch 'ew/directory'Eric Wong2008-09-2016-253/+318
|\|
| * Don't try to prune unless we're updatingEric Wong2008-09-201-1/+2
| * workaround race condition on updates with broken signal blockingEric Wong2008-09-201-39/+50
| * Replace SongList with struct songvecEric Wong2008-09-208-136/+226
| * directory: remove unused updateMp3Directory() functionEric Wong2008-09-202-20/+0