aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Committing pat's rewrite of the stored playlist code. This also adds twoJ. Alexander Treuman2007-05-167-282/+643
* Changing "//" comments to "/* */" comments.J. Alexander Treuman2007-05-153-15/+19
* Fixing some code that was rendered unreadable by indent.J. Alexander Treuman2007-04-261-6/+2
* Forgot to change the associated fdprintf format to %li.J. Alexander Treuman2007-04-261-1/+1
* Changing SearchStats.playTime from int to unsigned long.J. Alexander Treuman2007-04-261-1/+1
* Adding count command. It's usage is identical to find, but instead ofJ. Alexander Treuman2007-04-253-1/+71
* Set directory_dbModTime when writing the db, so that it will be set afterJ. Alexander Treuman2007-04-251-2/+6
* fials -> failsJ. Alexander Treuman2007-04-251-2/+2
* Remove the now unused struct stat from initMp3Directory().J. Alexander Treuman2007-04-251-2/+0
* initMp3Directory() is only called when (re)creating the db, but before theJ. Alexander Treuman2007-04-251-3/+0
* Removing references to options.updateDB in main.c.J. Alexander Treuman2007-04-251-9/+1
* Only a few changes in jack_playAudio.José Anarch2007-04-111-13/+19
* Now process and playAudio use mutexes.José Anarch2007-04-091-52/+20
* Don't allow "true" as a value for use_mmap for consistency with other "yesJ. Alexander Treuman2007-04-091-2/+1
* Cleaning up some comments.J. Alexander Treuman2007-04-093-3/+3
* 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-05112-114/+114
* 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 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
* Another patch from JoseAvuton Olrich2007-03-231-50/+29
* Add new update from Jose for JACKAvuton Olrich2007-03-231-31/+71
* 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
* 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
* 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