aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2006-08-03Our id3 tag buffer should be an array of bytes, not an array of pointers to b...J. Alexander Treuman1-4/+4
2006-08-03buffer2array: oops, we forgot to take into account that \ is escaped, tooEric Wong1-1/+2
2006-08-03log: oops, brain fart caused a segfaultEric Wong1-1/+1
2006-08-03log: switch to using FILE * for logging, since fdprintf isn't reentrantEric Wong1-12/+15
2006-08-03Undoing more indent sillinessJ. Alexander Treuman1-8/+4
2006-08-03remove tree.[ch] from trunk, it will be added back once the mpd-tree branch isWarren Dukes2-722/+0
2006-08-03main.c: initialize the verbose flag correctlyEric Wong1-0/+1
2006-08-02tree optimization: reduce the number of compares required for insertion and d...Warren Dukes1-101/+103
2006-08-01audioOutput_oss: cleanups (stolen from -ke)Eric Wong1-73/+58
2006-08-01charConv: optimize away a boatload of strdups during update (try #2)Eric Wong1-4/+13
2006-08-01audio: pause/resume-from-statefile bugfixes,Eric Wong1-45/+37
2006-08-01audio: malloc reductionsEric Wong3-62/+52
2006-08-01audio: get rid of the myAudioDevicesEnabled arrayEric Wong3-66/+78
2006-08-01audio: remove AUDIO_MAX_DEVICES limitEric Wong4-24/+33
2006-08-01logging cleanupsEric Wong8-184/+225
2006-08-01playerData: move player_pid into the main playerData structureEric Wong2-20/+3
2006-08-01Several fixes uncovered with -pedanticEric Wong6-20/+20
2006-08-01src/listen.c: replace bcopy with memcpyEric Wong1-4/+4
2006-08-01fix a bug when deleting node and CHILDREN_PER_NODE is evenWarren Dukes1-3/+3
2006-08-01fix a bug when deleting songs and CHILDREN_PER_NODE > 3Warren Dukes1-8/+6
2006-08-01a couple of small cleanupsWarren Dukes1-51/+40
2006-08-01deletion of tree nodes now works.Warren Dukes2-6/+14
2006-07-31some tree bugfixesWarren Dukes1-37/+78
2006-07-31No code change, just add headersAvuton Olrich4-4/+72
2006-07-31tree updates:Warren Dukes2-6/+246
2006-07-30software volume can now be saved and read from the state fileEric Wong3-0/+41
2006-07-30Standardize state_file handling routines.Eric Wong9-232/+261
2006-07-30remove deprecated myfprintf wrapperEric Wong10-44/+45
2006-07-30tree updates:Warren Dukes2-73/+221
2006-07-30remove clumsy strncpy useEric Wong8-60/+77
2006-07-30Now fix the mp4 plugin warnings to what they were before the dynamic linkingAvuton Olrich1-3/+3
2006-07-30gcc signedness and sparse fixesEric Wong5-9/+11
2006-07-30commandError() cleanups, fixup gcc checksEric Wong8-57/+58
2006-07-30beginnings of a B-tree, currently insertion has been implemented and testWarren Dukes2-0/+296
2006-07-30command: fix find/search commands from the malloc reduction patchEric Wong1-4/+7
2006-07-30myfprintf: parse paths so we can reopen log files correctlyEric Wong1-2/+2
2006-07-30fix some warnings introduced in the big malloc-reduction patchEric Wong4-5/+7
2006-07-30interface/connection malloc reductions from mpd-keEric Wong32-801/+1081
2006-07-30conf.c: bugfix: print out the number, not the addressEric Wong1-1/+1
2006-07-29replace buffer2array() with cstrtok() from mpd-keEric Wong4-117/+59
2006-07-29command.c: shorten common variable names to argc and argvEric Wong1-209/+209
2006-07-27conf.[ch] whitespace cleanupJ. Alexander Treuman2-77/+77
2006-07-27Updating compress.[ch] from AudioCompressJ. Alexander Treuman2-5/+9
2006-07-27Use AudioCompress for volume normalizationJ. Alexander Treuman9-99/+461
2006-07-26Remove the fifo plugin. It's currently useless for the average user, and mak...J. Alexander Treuman3-254/+0
2006-07-26Typo fixAvuton Olrich1-1/+1
2006-07-26Silence a gcc warning... Properly.J. Alexander Treuman1-1/+3
2006-07-26Silence a gcc warningJ. Alexander Treuman1-0/+2
2006-07-26jat's second tip of the day: when you change a ternary operator to an if, don...J. Alexander Treuman1-1/+1
2006-07-26Try to add the directory, againAvuton Olrich14-0/+4782