194
I Use This!
High Activity

Commits : Listings

Analyzed about 8 hours ago. based on code collected 1 day ago.
Jun 16, 2023 — Jun 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
The configure.ac version is used in the mpd reply, and using rc1 breaks some clients. Reverting last commit. More... almost 18 years ago
0.12.0 -> 0.12.0rc1 More... almost 18 years ago
labels should be on the left most column, no tabbing More... almost 18 years ago
we have the parentPos, so use it when incrementing the tree iterator. More... almost 18 years ago
ves the spelling nazi strikes again More... almost 18 years ago
audioOutput_pulse: ansi-fy function declarations (sparse) More... almost 18 years ago
more sparse cleanups More... almost 18 years ago
mpc_plugin: fix seeking bug More... almost 18 years ago
mpc_plugin.c: fix compilation error with MPC_FIXED_POINT More... almost 18 years ago
sparse / gcc-2.95 / -pedantic fixes More... almost 18 years ago
rewrite getId3Tag so we can get rid of this silly ID3_TAG_BUFLEN crap More... almost 18 years ago
command: static-fication since commandError is no longer a macro More... almost 18 years ago
Indent some #defines in tag.c for better readability More... almost 18 years ago
Ok, don't use memcmp for comparing audio formats! More... almost 18 years ago
Eliminate unnecessary use of a variable More... almost 18 years ago
Use memcmp to compare audio formats More... almost 18 years ago
Reopen the audio device if the audio format has changed More... almost 18 years ago
Add PERMISSION_NONE define, for commands that require no permission More... almost 18 years ago
Reformatting initCommands and fillBuffer More... almost 18 years ago
remove overzealous asserts (wait for np to clean up his COMMAND_MAX_ARGS stuff) More... almost 18 years ago
renamce cstrtok to buffer2array. please don't rename functions; especially to names that look extremely std-lib-ish. also, don't use isspace, apparently it's local dependent and potentially consideres ' ' or '\t' not to be a space, or considers other characters to be a space. More... almost 18 years ago
merge changes from mpd-tree: -use tree for tagTracker -eliminate the master process More... almost 18 years ago
buffer2array: more unit tests More... almost 18 years ago
buffer2array: fix for trailing sub-quoted text inside a quoted context More... almost 18 years ago
configure.ac: fix a typo More... almost 18 years ago
Our id3 tag buffer should be an array of bytes, not an array of pointers to bytes. Now I know where those warnings came from... More... almost 18 years ago
buffer2array: oops, we forgot to take into account that \ is escaped, too More... almost 18 years ago
log: oops, brain fart caused a segfault More... almost 18 years ago
log: switch to using FILE * for logging, since fdprintf isn't reentrant More... almost 18 years ago
Undoing more indent silliness More... almost 18 years ago