aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Noting the defaults for use_mmap and gapless_mp3_playback in mpd.conf.5.J. Alexander Treuman2007-04-091-2/+4
* Cleaning up some comments.J. Alexander Treuman2007-04-093-3/+3
* Updating ChangeLog.J. Alexander Treuman2007-04-081-0/+1
* When calling commandError(STDERR_FILENO, ...), don't set current_command toJ. Alexander Treuman2007-04-081-1/+1
* If current_command is NULL when calling commandError, print the errorJ. Alexander Treuman2007-04-081-5/+8
* Typo.J. Alexander Treuman2007-04-081-1/+1
* The massive copyright updateAvuton Olrich2007-04-05113-115/+115
* Removing Sun audio support from configure and ChangeLog. Turns out theJ. Alexander Treuman2007-04-042-13/+0
* Don't stop decoding when unpausing fails because no audio device can beJ. Alexander Treuman2007-04-031-5/+5
* Reformatting some code.J. Alexander Treuman2007-04-031-5/+5
* Adding ChangeLog entry for tagtypes command.J. Alexander Treuman2007-03-311-0/+1
* Updating metadata_to_use docs to be more consistent with tagtypes command.J. Alexander Treuman2007-03-312-2/+3
* Adding tagtypes command to list available tag types (takes metadata_to_useJ. Alexander Treuman2007-03-313-0/+20
* Set totalTime to 0 for MODs. If this isn't done, the totalTime of theJ. Alexander Treuman2007-03-311-0/+1
* Disable looping MOD files played with libmikmod. Many MODs will loopJ. Alexander Treuman2007-03-311-0/+3
* Don't use -L$libdir -I$includedir. $libdir and $includedir are paths forJ. Alexander Treuman2007-03-311-24/+0
* Reordering parameters in mpd.conf.5 to match the order in mpdconf.example.J. Alexander Treuman2007-03-311-31/+31
* Being a picky little bitch about those doc updates.J. Alexander Treuman2007-03-314-8/+11
* Doc updates for 0.13.0Avuton Olrich2007-03-316-21/+73
* Another patch from JoseAvuton Olrich2007-03-231-50/+29
* Add new update from Jose for JACKAvuton Olrich2007-03-231-31/+71
* Removing a completed item from TODO.J. Alexander Treuman2007-03-211-1/+0
* Adding all of those missing ChangeLog entries.J. Alexander Treuman2007-03-201-0/+18
* Importing ChangeLog entry from 0.12.2.J. Alexander Treuman2007-03-201-0/+3
* Doing those previous SONG_* commits properly. Thanks to normalperson forJ. Alexander Treuman2007-03-202-3/+3
* Use "file" instead of SONG_INFO (literally "file: ") forJ. Alexander Treuman2007-03-201-2/+2
* Use SONG_FILE instead of literal "file: " for consistency with db code.J. Alexander Treuman2007-03-201-2/+2
* Use SONG_TIME instead of literal "Time: " for consistency with db code.J. Alexander Treuman2007-03-201-1/+2
* Bumping version numbers to 0.13.0. Future 0.12.x releases will be madeJ. Alexander Treuman2007-03-202-4/+4
* Updating TODO.J. Alexander Treuman2007-03-201-4/+2
* This fixes a bug where a client sending just the right data could cause mpdJ. Alexander Treuman2007-03-181-0/+1
* fix bug #1458Warren Dukes2007-03-091-2/+1
* Support for libmikmod 3.2.0 betas.J. Alexander Treuman2007-03-021-2/+7
* Removing a useless block.J. Alexander Treuman2007-02-281-13/+10
* Forgot a || in that last commit. Oops.J. Alexander Treuman2007-02-271-1/+1
* LSR and Zeroconf support both use PKG_CHECK_MODULES, and thus requireJ. Alexander Treuman2007-02-271-1/+2
* 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