aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Eliminate unnecessary use of a variableJ. Alexander Treuman2006-08-07
* Use memcmp to compare audio formatsJ. Alexander Treuman2006-08-07
* Reopen the audio device if the audio format has changedJ. Alexander Treuman2006-08-07
* Add PERMISSION_NONE define, for commands that require no permissionJ. Alexander Treuman2006-08-07
* Reformatting initCommands and fillBufferJ. Alexander Treuman2006-08-07
* remove overzealous asserts (wait for np to clean up his COMMAND_MAX_ARGS stuff)Warren Dukes2006-08-06
* renamce cstrtok to buffer2array. please don't rename functions; especially to...Warren Dukes2006-08-06
* merge changes from mpd-tree:Warren Dukes2006-08-06
* buffer2array: more unit testsEric Wong2006-08-05
* buffer2array: fix for trailing sub-quoted text inside a quoted contextEric Wong2006-08-05
* configure.ac: fix a typoEric Wong2006-08-04
* Our id3 tag buffer should be an array of bytes, not an array of pointers to b...J. Alexander Treuman2006-08-03
* buffer2array: oops, we forgot to take into account that \ is escaped, tooEric Wong2006-08-03
* log: oops, brain fart caused a segfaultEric Wong2006-08-03
* log: switch to using FILE * for logging, since fdprintf isn't reentrantEric Wong2006-08-03
* Undoing more indent sillinessJ. Alexander Treuman2006-08-03
* remove tree.[ch] from trunk, it will be added back once the mpd-tree branch isWarren Dukes2006-08-03
* 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