aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Adding copyright headers to locate.[ch].J. Alexander Treuman2007-02-242-0/+36
* Adding playlistfind and playlistsearch commands for searching the currentJ. Alexander Treuman2007-02-243-3/+80
* Moving a bunch of the LocateTagItem code to locate.[ch] so that it canJ. Alexander Treuman2007-02-245-213/+233
* Make mpd fetch the Original artist/performer tag from mp3'sQball Cow2007-02-231-0/+4
* pcm_utils: fix libsamplerate compilation with non-C99 compilersEric Wong2007-02-191-4/+12
* More (v)snprintf-related buffer over-allocations removedEric Wong2007-02-193-4/+4
* inputStream_http: cleanup GET request code (finishHTTPInit)Eric Wong2007-02-191-29/+29
* inputStream_http: fix HTTP seekingEric Wong2007-02-191-1/+1
* Removing a global initialization to 0.J. Alexander Treuman2007-02-181-1/+1
* 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
* #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-023-10/+101
* 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
* 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
* Added zeroconf service publishing using avahiJim Ramsay2007-01-1110-4/+646
* 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