aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* audioOutput_pulse: ansi-fy function declarations (sparse)Eric Wong2006-08-081-2/+2
* more sparse cleanupsEric Wong2006-08-086-49/+46
* mpc_plugin: fix seeking bugEric Wong2006-08-081-0/+1
* mpc_plugin.c: fix compilation error with MPC_FIXED_POINTEric Wong2006-08-071-1/+1
* sparse / gcc-2.95 / -pedantic fixesEric Wong2006-08-073-30/+37
* rewrite getId3Tag so we can get rid of this silly ID3_TAG_BUFLEN crapJ. Alexander Treuman2006-08-071-28/+21
* command: static-fication since commandError is no longer a macroEric Wong2006-08-072-5/+2
* Indent some #defines in tag.c for better readabilityJ. Alexander Treuman2006-08-071-8/+8
* Ok, don't use memcmp for comparing audio formats!J. Alexander Treuman2006-08-071-1/+2
* Eliminate unnecessary use of a variableJ. Alexander Treuman2006-08-071-2/+1
* Use memcmp to compare audio formatsJ. Alexander Treuman2006-08-071-2/+1
* Reopen the audio device if the audio format has changedJ. Alexander Treuman2006-08-071-0/+4
* Add PERMISSION_NONE define, for commands that require no permissionJ. Alexander Treuman2006-08-072-9/+10
* Reformatting initCommands and fillBufferJ. Alexander Treuman2006-08-072-83/+56
* remove overzealous asserts (wait for np to clean up his COMMAND_MAX_ARGS stuff)Warren Dukes2006-08-061-3/+0
* renamce cstrtok to buffer2array. please don't rename functions; especially to...Warren Dukes2006-08-066-26/+42
* merge changes from mpd-tree:Warren Dukes2006-08-0612-295/+916
* buffer2array: more unit testsEric Wong2006-08-051-0/+21
* buffer2array: fix for trailing sub-quoted text inside a quoted contextEric Wong2006-08-051-2/+36
* Our id3 tag buffer should be an array of bytes, not an array of pointers to b...J. Alexander Treuman2006-08-031-4/+4
* buffer2array: oops, we forgot to take into account that \ is escaped, tooEric Wong2006-08-031-1/+2
* log: oops, brain fart caused a segfaultEric Wong2006-08-031-1/+1
* log: switch to using FILE * for logging, since fdprintf isn't reentrantEric Wong2006-08-031-12/+15
* Undoing more indent sillinessJ. Alexander Treuman2006-08-031-8/+4
* remove tree.[ch] from trunk, it will be added back once the mpd-tree branch isWarren Dukes2006-08-032-722/+0
* main.c: initialize the verbose flag correctlyEric Wong2006-08-031-0/+1
* tree optimization: reduce the number of compares required for insertion and d...Warren Dukes2006-08-021-101/+103
* audioOutput_oss: cleanups (stolen from -ke)Eric Wong2006-08-011-73/+58
* charConv: optimize away a boatload of strdups during update (try #2)Eric Wong2006-08-011-4/+13
* audio: pause/resume-from-statefile bugfixes,Eric Wong2006-08-011-45/+37
* audio: malloc reductionsEric Wong2006-08-013-62/+52
* audio: get rid of the myAudioDevicesEnabled arrayEric Wong2006-08-013-66/+78
* audio: remove AUDIO_MAX_DEVICES limitEric Wong2006-08-014-24/+33
* logging cleanupsEric Wong2006-08-018-184/+225
* playerData: move player_pid into the main playerData structureEric Wong2006-08-012-20/+3
* Several fixes uncovered with -pedanticEric Wong2006-08-016-20/+20
* src/listen.c: replace bcopy with memcpyEric Wong2006-08-011-4/+4
* fix a bug when deleting node and CHILDREN_PER_NODE is evenWarren Dukes2006-08-011-3/+3
* fix a bug when deleting songs and CHILDREN_PER_NODE > 3Warren Dukes2006-08-011-8/+6
* a couple of small cleanupsWarren Dukes2006-08-011-51/+40
* deletion of tree nodes now works.Warren Dukes2006-08-012-6/+14
* some tree bugfixesWarren Dukes2006-07-311-37/+78
* No code change, just add headersAvuton Olrich2006-07-314-4/+72
* tree updates:Warren Dukes2006-07-312-6/+246
* software volume can now be saved and read from the state fileEric Wong2006-07-303-0/+41
* Standardize state_file handling routines.Eric Wong2006-07-309-232/+261
* remove deprecated myfprintf wrapperEric Wong2006-07-3010-44/+45
* tree updates:Warren Dukes2006-07-302-73/+221
* remove clumsy strncpy useEric Wong2006-07-308-60/+77
* Now fix the mp4 plugin warnings to what they were before the dynamic linkingAvuton Olrich2006-07-301-3/+3