aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2006-08-07command: static-fication since commandError is no longer a macroEric Wong2-5/+2
2006-08-07Indent some #defines in tag.c for better readabilityJ. Alexander Treuman1-8/+8
2006-08-07Ok, don't use memcmp for comparing audio formats!J. Alexander Treuman1-1/+2
2006-08-07Eliminate unnecessary use of a variableJ. Alexander Treuman1-2/+1
2006-08-07Use memcmp to compare audio formatsJ. Alexander Treuman1-2/+1
2006-08-07Reopen the audio device if the audio format has changedJ. Alexander Treuman1-0/+4
2006-08-07Add PERMISSION_NONE define, for commands that require no permissionJ. Alexander Treuman2-9/+10
2006-08-07Reformatting initCommands and fillBufferJ. Alexander Treuman2-83/+56
2006-08-06remove overzealous asserts (wait for np to clean up his COMMAND_MAX_ARGS stuff)Warren Dukes1-3/+0
2006-08-06renamce cstrtok to buffer2array. please don't rename functions; especially to...Warren Dukes6-26/+42
2006-08-06merge changes from mpd-tree:Warren Dukes12-295/+916
2006-08-05buffer2array: more unit testsEric Wong1-0/+21
2006-08-05buffer2array: fix for trailing sub-quoted text inside a quoted contextEric Wong1-2/+36
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