aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Closing some parenthesis around shank's email address in copyright headers.J. Alexander Treuman2007-02-187-7/+7
* Re-adding a fix to log.c that got pulled with the localization reversion.J. Alexander Treuman2007-02-181-5/+4
* Reverting all of my localization changes. It was a horribleJ. Alexander Treuman2007-02-188-171/+58
* fix for bug #1447Warren Dukes2007-02-181-6/+20
* Fixing some weird floating point comparison issue. Not exactly sure whyJ. Alexander Treuman2007-02-131-2/+3
* Tidying up libsamplerate documentation in the mpd.conf man page.J. Alexander Treuman2007-02-131-13/+17
* Tidying up libsamplerate example in mpdconf.example.J. Alexander Treuman2007-02-131-4/+5
* #1) fix a few potential deadlock conditons in decode.c when crossfading is en...Warren Dukes2007-02-113-9/+11
* Fix a bug where mpd would complain about a proxy password being specifiedJ. Alexander Treuman2007-02-061-7/+7
* Add libsamplerate support, old resampling is still an option, but this sounds...Avuton Olrich2007-02-026-11/+156
* on second thought, comment out the debug statement so that users aren't poten...Warren Dukes2007-01-241-1/+1
* add debug statement for bug #1380Warren Dukes2007-01-241-0/+1
* Fix some error messages concerning _ao output driverQball Cow2007-01-211-2/+2
* José Anarch: JACK updatesAvuton Olrich2007-01-201-40/+63
* Committing posix_fadvise(); normalperson/jat reviewed. Appears fine. Fixes bu...Avuton Olrich2007-01-191-0/+6
* Call initLocalization() earlier so that errors, --version, etc. outputJ. Alexander Treuman2007-01-171-1/+1
* avahi: malloc => xmallocEric Wong2007-01-141-2/+3
* sparse: move extern declarations for plugins into header filesEric Wong2007-01-144-19/+20
* More sparse fixes now that we've re-enabled -Wmissing-prototypesEric Wong2007-01-142-7/+7
* avahi: use #ifdef instead of #if because AVAHI may not be defined at allEric Wong2007-01-141-2/+2
* flac: workaround for type inconsistency between new/old read callbackEric Wong2007-01-142-1/+3
* jack: fix type warning in error messageEric Wong2007-01-141-2/+2
* configure.ac: no longer drop MPD_CFLAGS if shout is enabledEric Wong2007-01-141-5/+3
* configure.ac: get rid of scary message about OggFLAC with FLAC 1.1.3Eric Wong2007-01-141-3/+13
* Don't initialize globals to zero (or NULL)Eric Wong2007-01-1434-206/+88
* flac/ogg/oggflac: keep old mime-types in addition to the new onesEric Wong2007-01-143-4/+15
* jack: fix double-free in finish routineEric Wong2007-01-141-3/+12
* jack: fix potential segfaults in parsing bad configs for 'ports'Eric Wong2007-01-141-5/+21
* jack: fix multiple segfaults when jackd hasn't been startedEric Wong2007-01-141-8/+17
* jack: strdup => xstrdup for error checkingEric Wong2007-01-141-4/+4
* avahi: more sparse fixes (-Wshadow, non-ANSI declarations)Eric Wong2007-01-142-9/+9
* jack: declare global variables as staticEric Wong2007-01-141-3/+3
* mp3: sparse: fix warnings reported with -WshadowEric Wong2007-01-141-8/+7
* localization: fix implicit declaration warnings (WARNING and strcmp)Eric Wong2007-01-141-0/+2
* flac: sparse: mismatched enum type for seekEric Wong2007-01-141-1/+1
* zeroconf: avoid mixing declarations and codeEric Wong2007-01-141-15/+19
* inputStream_http: stop mixing declarations with codeEric Wong2007-01-141-1/+3
* flac: fix a stupid mistake newer preprocessors don't complain aboutEric Wong2007-01-141-2/+2
* configure.ac: shell portability fix (test -a)Eric Wong2007-01-141-4/+6
* Added zeroconf service publishing using avahiJim Ramsay2007-01-1112-4/+692
* Remove a line of dead codeQball Cow2007-01-111-2/+1
* Output warning messages in the current locale's charset.J. Alexander Treuman2007-01-081-1/+4
* Fixed some silly logic that caused an extra \n to be printed when flushingJ. Alexander Treuman2007-01-081-5/+4
* Convert log messages sent to stdout to the current locale's charset.J. Alexander Treuman2007-01-085-11/+32
* Moving pathConvCharset to charConv.c so it can be reused for localization.J. Alexander Treuman2007-01-083-9/+11
* Moving localization stuff from path.c to localization.c so we can reuse itJ. Alexander Treuman2007-01-085-41/+127
* Fix the mime types for flac & oggflac, see mantis bug #1423 for more informationAvuton Olrich2007-01-062-3/+3
* And a fix for the warnings in the last patch for JACKAvuton Olrich2006-12-301-4/+5
* A JACK patch to fix some old issues, from author.Avuton Olrich2006-12-301-170/+189
* Accept application/x-ogg as valid mime typeQball Cow2006-12-271-1/+1