aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* labels should be on the left most column, no tabbingWarren Dukes2006-08-09
* we have the parentPos, so use it when incrementing the tree iterator.Warren Dukes2006-08-09
* audioOutput_pulse: ansi-fy function declarations (sparse)Eric Wong2006-08-08
* more sparse cleanupsEric Wong2006-08-08
* mpc_plugin: fix seeking bugEric Wong2006-08-08
* mpc_plugin.c: fix compilation error with MPC_FIXED_POINTEric Wong2006-08-07
* sparse / gcc-2.95 / -pedantic fixesEric Wong2006-08-07
* rewrite getId3Tag so we can get rid of this silly ID3_TAG_BUFLEN crapJ. Alexander Treuman2006-08-07
* command: static-fication since commandError is no longer a macroEric Wong2006-08-07
* Indent some #defines in tag.c for better readabilityJ. Alexander Treuman2006-08-07
* Ok, don't use memcmp for comparing audio formats!J. Alexander Treuman2006-08-07
* 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
* 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