aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* main.c: initialize the verbose flag correctlyEric Wong2006-08-03
* tree optimization: reduce the number of compares required for insertion and d...Warren Dukes2006-08-02
* audioOutput_oss: cleanups (stolen from -ke)Eric Wong2006-08-01
* charConv: optimize away a boatload of strdups during update (try #2)Eric Wong2006-08-01
* audio: pause/resume-from-statefile bugfixes,Eric Wong2006-08-01
* audio: malloc reductionsEric Wong2006-08-01
* audio: get rid of the myAudioDevicesEnabled arrayEric Wong2006-08-01
* audio: remove AUDIO_MAX_DEVICES limitEric Wong2006-08-01
* logging cleanupsEric Wong2006-08-01
* playerData: move player_pid into the main playerData structureEric Wong2006-08-01
* Several fixes uncovered with -pedanticEric Wong2006-08-01
* src/listen.c: replace bcopy with memcpyEric Wong2006-08-01
* fix a bug when deleting node and CHILDREN_PER_NODE is evenWarren Dukes2006-08-01
* fix a bug when deleting songs and CHILDREN_PER_NODE > 3Warren Dukes2006-08-01
* a couple of small cleanupsWarren Dukes2006-08-01
* deletion of tree nodes now works.Warren Dukes2006-08-01
* some tree bugfixesWarren Dukes2006-07-31
* No code change, just add headersAvuton Olrich2006-07-31
* tree updates:Warren Dukes2006-07-31
* software volume can now be saved and read from the state fileEric Wong2006-07-30
* Standardize state_file handling routines.Eric Wong2006-07-30
* remove deprecated myfprintf wrapperEric Wong2006-07-30
* tree updates:Warren Dukes2006-07-30
* remove clumsy strncpy useEric Wong2006-07-30
* Now fix the mp4 plugin warnings to what they were before the dynamic linkingAvuton Olrich2006-07-30
* gcc signedness and sparse fixesEric Wong2006-07-30
* commandError() cleanups, fixup gcc checksEric Wong2006-07-30
* beginnings of a B-tree, currently insertion has been implemented and testWarren Dukes2006-07-30
* command: fix find/search commands from the malloc reduction patchEric Wong2006-07-30
* myfprintf: parse paths so we can reopen log files correctlyEric Wong2006-07-30
* fix some warnings introduced in the big malloc-reduction patchEric Wong2006-07-30
* interface/connection malloc reductions from mpd-keEric Wong2006-07-30
* conf.c: bugfix: print out the number, not the addressEric Wong2006-07-30
* replace buffer2array() with cstrtok() from mpd-keEric Wong2006-07-29
* command.c: shorten common variable names to argc and argvEric Wong2006-07-29
* "a" -> ) in ChangeLogJ. Alexander Treuman2006-07-27
* Document which parameters may be specified multiple times in mpd.conf.5J. Alexander Treuman2006-07-27
* conf.[ch] whitespace cleanupJ. Alexander Treuman2006-07-27
* Updating compress.[ch] from AudioCompressJ. Alexander Treuman2006-07-27
* Update author of AudioCompress in AUTHORSJ. Alexander Treuman2006-07-27
* Use AudioCompress for volume normalizationJ. Alexander Treuman2006-07-27
* Remove libid3tag/libmad copyright from AUTHORS, since it's no longer bundledJ. Alexander Treuman2006-07-27
* Remove the fifo plugin. It's currently useless for the average user, and mak...J. Alexander Treuman2006-07-26
* Remove the mp4ff directory from the root dirAvuton Olrich2006-07-26
* Typo fixAvuton Olrich2006-07-26
* Silence a gcc warning... Properly.J. Alexander Treuman2006-07-26
* Silence a gcc warningJ. Alexander Treuman2006-07-26
* jat's second tip of the day: when you change a ternary operator to an if, don...J. Alexander Treuman2006-07-26
* Try to add the directory, againAvuton Olrich2006-07-26
* Screw this found_* stuff, just wrap parse_*() in an ifJ. Alexander Treuman2006-07-26