aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2007-02-24Adding copyright headers to locate.[ch].J. Alexander Treuman2-0/+36
2007-02-24Adding playlistfind and playlistsearch commands for searching the currentJ. Alexander Treuman3-3/+80
2007-02-24Moving a bunch of the LocateTagItem code to locate.[ch] so that it canJ. Alexander Treuman5-213/+233
2007-02-23Make mpd fetch the Original artist/performer tag from mp3'sQball Cow1-0/+4
2007-02-19pcm_utils: fix libsamplerate compilation with non-C99 compilersEric Wong1-4/+12
2007-02-19More (v)snprintf-related buffer over-allocations removedEric Wong3-4/+4
2007-02-19inputStream_http: cleanup GET request code (finishHTTPInit)Eric Wong1-29/+29
2007-02-19inputStream_http: fix HTTP seekingEric Wong1-1/+1
2007-02-18Removing a global initialization to 0.J. Alexander Treuman1-1/+1
2007-02-18Closing some parenthesis around shank's email address in copyright headers.J. Alexander Treuman7-7/+7
2007-02-18Re-adding a fix to log.c that got pulled with the localization reversion.J. Alexander Treuman1-5/+4
2007-02-18Reverting all of my localization changes. It was a horribleJ. Alexander Treuman8-171/+58
2007-02-18fix for bug #1447Warren Dukes1-6/+20
2007-02-13Fixing some weird floating point comparison issue. Not exactly sure whyJ. Alexander Treuman1-2/+3
2007-02-11#1) fix a few potential deadlock conditons in decode.c when crossfading is en...Warren Dukes3-9/+11
2007-02-06Fix a bug where mpd would complain about a proxy password being specifiedJ. Alexander Treuman1-7/+7
2007-02-02Add libsamplerate support, old resampling is still an option, but this sounds...Avuton Olrich3-10/+101
2007-01-24on second thought, comment out the debug statement so that users aren't poten...Warren Dukes1-1/+1
2007-01-24add debug statement for bug #1380Warren Dukes1-0/+1
2007-01-21Fix some error messages concerning _ao output driverQball Cow1-2/+2
2007-01-20José Anarch: JACK updatesAvuton Olrich1-40/+63
2007-01-19Committing posix_fadvise(); normalperson/jat reviewed. Appears fine. Fixes bu...Avuton Olrich1-0/+6
2007-01-17Call initLocalization() earlier so that errors, --version, etc. outputJ. Alexander Treuman1-1/+1
2007-01-14avahi: malloc => xmallocEric Wong1-2/+3
2007-01-14sparse: move extern declarations for plugins into header filesEric Wong4-19/+20
2007-01-14More sparse fixes now that we've re-enabled -Wmissing-prototypesEric Wong2-7/+7
2007-01-14avahi: use #ifdef instead of #if because AVAHI may not be defined at allEric Wong1-2/+2
2007-01-14flac: workaround for type inconsistency between new/old read callbackEric Wong2-1/+3
2007-01-14jack: fix type warning in error messageEric Wong1-2/+2
2007-01-14Don't initialize globals to zero (or NULL)Eric Wong34-206/+88
2007-01-14flac/ogg/oggflac: keep old mime-types in addition to the new onesEric Wong3-4/+15
2007-01-14jack: fix double-free in finish routineEric Wong1-3/+12
2007-01-14jack: fix potential segfaults in parsing bad configs for 'ports'Eric Wong1-5/+21
2007-01-14jack: fix multiple segfaults when jackd hasn't been startedEric Wong1-8/+17
2007-01-14jack: strdup => xstrdup for error checkingEric Wong1-4/+4
2007-01-14avahi: more sparse fixes (-Wshadow, non-ANSI declarations)Eric Wong2-9/+9
2007-01-14jack: declare global variables as staticEric Wong1-3/+3
2007-01-14mp3: sparse: fix warnings reported with -WshadowEric Wong1-8/+7
2007-01-14localization: fix implicit declaration warnings (WARNING and strcmp)Eric Wong1-0/+2
2007-01-14flac: sparse: mismatched enum type for seekEric Wong1-1/+1
2007-01-14zeroconf: avoid mixing declarations and codeEric Wong1-15/+19
2007-01-14inputStream_http: stop mixing declarations with codeEric Wong1-1/+3
2007-01-14flac: fix a stupid mistake newer preprocessors don't complain aboutEric Wong1-2/+2
2007-01-11Added zeroconf service publishing using avahiJim Ramsay10-4/+646
2007-01-11Remove a line of dead codeQball Cow1-2/+1
2007-01-08Output warning messages in the current locale's charset.J. Alexander Treuman1-1/+4
2007-01-08Fixed some silly logic that caused an extra \n to be printed when flushingJ. Alexander Treuman1-5/+4
2007-01-08Convert log messages sent to stdout to the current locale's charset.J. Alexander Treuman5-11/+32
2007-01-08Moving pathConvCharset to charConv.c so it can be reused for localization.J. Alexander Treuman3-9/+11
2007-01-08Moving localization stuff from path.c to localization.c so we can reuse itJ. Alexander Treuman5-41/+127