aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Another patch from JoseAvuton Olrich2007-03-23
* Add new update from Jose for JACKAvuton Olrich2007-03-23
* Doing those previous SONG_* commits properly. Thanks to normalperson forJ. Alexander Treuman2007-03-20
* Use "file" instead of SONG_INFO (literally "file: ") forJ. Alexander Treuman2007-03-20
* Use SONG_FILE instead of literal "file: " for consistency with db code.J. Alexander Treuman2007-03-20
* Use SONG_TIME instead of literal "Time: " for consistency with db code.J. Alexander Treuman2007-03-20
* This fixes a bug where a client sending just the right data could cause mpdJ. Alexander Treuman2007-03-18
* fix bug #1458Warren Dukes2007-03-09
* Support for libmikmod 3.2.0 betas.J. Alexander Treuman2007-03-02
* Removing a useless block.J. Alexander Treuman2007-02-28
* Adding copyright headers to locate.[ch].J. Alexander Treuman2007-02-24
* Adding playlistfind and playlistsearch commands for searching the currentJ. Alexander Treuman2007-02-24
* Moving a bunch of the LocateTagItem code to locate.[ch] so that it canJ. Alexander Treuman2007-02-24
* Make mpd fetch the Original artist/performer tag from mp3'sQball Cow2007-02-23
* pcm_utils: fix libsamplerate compilation with non-C99 compilersEric Wong2007-02-19
* More (v)snprintf-related buffer over-allocations removedEric Wong2007-02-19
* inputStream_http: cleanup GET request code (finishHTTPInit)Eric Wong2007-02-19
* inputStream_http: fix HTTP seekingEric Wong2007-02-19
* Removing a global initialization to 0.J. Alexander Treuman2007-02-18
* Closing some parenthesis around shank's email address in copyright headers.J. Alexander Treuman2007-02-18
* Re-adding a fix to log.c that got pulled with the localization reversion.J. Alexander Treuman2007-02-18
* Reverting all of my localization changes. It was a horribleJ. Alexander Treuman2007-02-18
* fix for bug #1447Warren Dukes2007-02-18
* Fixing some weird floating point comparison issue. Not exactly sure whyJ. Alexander Treuman2007-02-13
* #1) fix a few potential deadlock conditons in decode.c when crossfading is en...Warren Dukes2007-02-11
* Fix a bug where mpd would complain about a proxy password being specifiedJ. Alexander Treuman2007-02-06
* Add libsamplerate support, old resampling is still an option, but this sounds...Avuton Olrich2007-02-02
* on second thought, comment out the debug statement so that users aren't poten...Warren Dukes2007-01-24
* add debug statement for bug #1380Warren Dukes2007-01-24
* Fix some error messages concerning _ao output driverQball Cow2007-01-21
* José Anarch: JACK updatesAvuton Olrich2007-01-20
* Committing posix_fadvise(); normalperson/jat reviewed. Appears fine. Fixes bu...Avuton Olrich2007-01-19
* Call initLocalization() earlier so that errors, --version, etc. outputJ. Alexander Treuman2007-01-17
* avahi: malloc => xmallocEric Wong2007-01-14
* sparse: move extern declarations for plugins into header filesEric Wong2007-01-14
* More sparse fixes now that we've re-enabled -Wmissing-prototypesEric Wong2007-01-14
* avahi: use #ifdef instead of #if because AVAHI may not be defined at allEric Wong2007-01-14
* flac: workaround for type inconsistency between new/old read callbackEric Wong2007-01-14
* jack: fix type warning in error messageEric Wong2007-01-14
* Don't initialize globals to zero (or NULL)Eric Wong2007-01-14
* flac/ogg/oggflac: keep old mime-types in addition to the new onesEric Wong2007-01-14
* jack: fix double-free in finish routineEric Wong2007-01-14
* jack: fix potential segfaults in parsing bad configs for 'ports'Eric Wong2007-01-14
* jack: fix multiple segfaults when jackd hasn't been startedEric Wong2007-01-14
* jack: strdup => xstrdup for error checkingEric Wong2007-01-14
* avahi: more sparse fixes (-Wshadow, non-ANSI declarations)Eric Wong2007-01-14
* jack: declare global variables as staticEric Wong2007-01-14
* mp3: sparse: fix warnings reported with -WshadowEric Wong2007-01-14
* localization: fix implicit declaration warnings (WARNING and strcmp)Eric Wong2007-01-14
* flac: sparse: mismatched enum type for seekEric Wong2007-01-14