aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* do while(wait3) for sighandlerWarren Dukes2004-04-111-2/+2
* add --disable-audio configure optionWarren Dukes2004-04-115-8/+31
* fix some snafoosWarren Dukes2004-04-113-4/+2
* don't stop playlist on finishPlaylist()[DWarren Dukes2004-04-111-1/+0
* update job id stuffWarren Dukes2004-04-112-3/+13
* updating_db in status and some ideas for the TODO that i've already forgottenWarren Dukes2004-04-114-0/+11
* some idearsWarren Dukes2004-04-111-0/+5
* make "update" command background/non-blockingWarren Dukes2004-04-117-26/+111
* add --only-create-db option from msellsWarren Dukes2004-04-116-5/+27
* bump version number up to 0.11.0Warren Dukes2004-04-101-1/+1
* work in prep of using msells/sbh's non-blocking update methodWarren Dukes2004-04-102-8/+96
* some more stuff for the TODOWarren Dukes2004-04-101-0/+1
* ideas on how to make readDirectoryInfo and readSongInfo deal with alreadyWarren Dukes2004-04-103-0/+49
* more ideas for the TODOWarren Dukes2004-04-091-1/+3
* don't report an error about not able to open device in audioErrorWarren Dukes2004-04-072-7/+2
* a journaled db?Warren Dukes2004-04-071-2/+6
* updates to non-blocking update planWarren Dukes2004-04-061-3/+5
* plan for non-blocking updateWarren Dukes2004-04-061-0/+8
* make default max playlist length be 16384. bumped up from 4096Warren Dukes2004-04-042-2/+2
* when converting from bps -> kbps, divide by 1000, not 1024Warren Dukes2004-04-036-6/+6
* use EXIT_SUCCESS and EXIT_FAILUREWarren Dukes2004-04-0215-87/+87
* oops, forgot to update ChangelogWarren Dukes2004-04-011-0/+1
* for alsa mixer default to Master element, not the first elementWarren Dukes2004-04-011-33/+25
* move sys/types.h include in utils.c, so it works for FreeBSD, from MDRWarren Dukes2004-04-011-1/+1
* update changelogWarren Dukes2004-04-011-0/+1
* need to include utils.h for my_usleepWarren Dukes2004-04-011-0/+1
* use our own portable version of usleep using select()Warren Dukes2004-04-0111-23/+40
* clear TODOWarren Dukes2004-04-011-10/+0
* use 16-bit signed ints for storing positions in the ring bufferWarren Dukes2004-04-012-4/+9
* lets cleanup some file type detection and not call stat() so muchWarren Dukes2004-03-314-60/+32
* update stuff for 0.10.3 releaseWarren Dukes2004-03-312-1/+8
* fix for loading playlists on platforms where char is unsigned (like PPC)Warren Dukes2004-03-311-1/+3
* cleanup reading from interface, when argArrayLength returned by buffer2arrayWarren Dukes2004-03-312-3/+19
* allow to disable alsaWarren Dukes2004-03-301-8/+12
* forgot a ;Warren Dukes2004-03-271-1/+1
* just to be carfile, make sure to null terminate when using strncpyWarren Dukes2004-03-273-2/+19
* close audio device on pause, after we say we have paused, makes pause seemWarren Dukes2004-03-262-9/+2
* don't generate .bz2 for make distWarren Dukes2004-03-261-1/+1
* put backWarren Dukes2004-03-251-1/+0
* bsd seems to want sys/time.hWarren Dukes2004-03-251-0/+1
* minor fix ups for typesWarren Dukes2004-03-252-4/+8
* fix and detect differences between faad2 1.1 and 2.0Warren Dukes2004-03-254-15/+119
* fix some changelog grammarWarren Dukes2004-03-241-3/+3
* check for mad and id3tag headersWarren Dukes2004-03-241-6/+15
* forgot to set CPPFLAGS for some AC_CHECK_HEADERS, where it uses CPPFLAGSWarren Dukes2004-03-241-0/+12
* git-svn-id: https://svn.musicpd.org/mpd/trunk@445 09075e82-0dd4-0310-85a5-a0d...Warren Dukes2004-03-241-2/+3
* calculate song length more accuratelyWarren Dukes2004-03-241-1/+8
* bitRate support for audiofileWarren Dukes2004-03-242-3/+18
* tweek seeking for mp3'sWarren Dukes2004-03-241-4/+4
* git-svn-id: https://svn.musicpd.org/mpd/trunk@441 09075e82-0dd4-0310-85a5-a0d...Warren Dukes2004-03-241-3/+3