| Commit message (Expand) | Author | Files | Lines |
2006-08-07 | sparse / gcc-2.95 / -pedantic fixes | Eric Wong | 3 | -30/+37 |
2006-08-07 | rewrite getId3Tag so we can get rid of this silly ID3_TAG_BUFLEN crap | J. Alexander Treuman | 1 | -28/+21 |
2006-08-07 | command: static-fication since commandError is no longer a macro | Eric Wong | 2 | -5/+2 |
2006-08-07 | Indent some #defines in tag.c for better readability | J. Alexander Treuman | 1 | -8/+8 |
2006-08-07 | Ok, don't use memcmp for comparing audio formats! | J. Alexander Treuman | 1 | -1/+2 |
2006-08-07 | Eliminate unnecessary use of a variable | J. Alexander Treuman | 1 | -2/+1 |
2006-08-07 | Use memcmp to compare audio formats | J. Alexander Treuman | 1 | -2/+1 |
2006-08-07 | Reopen the audio device if the audio format has changed | J. Alexander Treuman | 1 | -0/+4 |
2006-08-07 | Add PERMISSION_NONE define, for commands that require no permission | J. Alexander Treuman | 2 | -9/+10 |
2006-08-07 | Reformatting initCommands and fillBuffer | J. Alexander Treuman | 2 | -83/+56 |
2006-08-06 | remove overzealous asserts (wait for np to clean up his COMMAND_MAX_ARGS stuff) | Warren Dukes | 1 | -3/+0 |
2006-08-06 | renamce cstrtok to buffer2array. please don't rename functions; especially to... | Warren Dukes | 6 | -26/+42 |
2006-08-06 | merge changes from mpd-tree: | Warren Dukes | 12 | -295/+916 |
2006-08-05 | buffer2array: more unit tests | Eric Wong | 1 | -0/+21 |
2006-08-05 | buffer2array: fix for trailing sub-quoted text inside a quoted context | Eric Wong | 1 | -2/+36 |
2006-08-03 | Our id3 tag buffer should be an array of bytes, not an array of pointers to b... | J. Alexander Treuman | 1 | -4/+4 |
2006-08-03 | buffer2array: oops, we forgot to take into account that \ is escaped, too | Eric Wong | 1 | -1/+2 |
2006-08-03 | log: oops, brain fart caused a segfault | Eric Wong | 1 | -1/+1 |
2006-08-03 | log: switch to using FILE * for logging, since fdprintf isn't reentrant | Eric Wong | 1 | -12/+15 |
2006-08-03 | Undoing more indent silliness | J. Alexander Treuman | 1 | -8/+4 |
2006-08-03 | remove tree.[ch] from trunk, it will be added back once the mpd-tree branch is | Warren Dukes | 2 | -722/+0 |
2006-08-03 | main.c: initialize the verbose flag correctly | Eric Wong | 1 | -0/+1 |
2006-08-02 | tree optimization: reduce the number of compares required for insertion and d... | Warren Dukes | 1 | -101/+103 |
2006-08-01 | audioOutput_oss: cleanups (stolen from -ke) | Eric Wong | 1 | -73/+58 |
2006-08-01 | charConv: optimize away a boatload of strdups during update (try #2) | Eric Wong | 1 | -4/+13 |
2006-08-01 | audio: pause/resume-from-statefile bugfixes, | Eric Wong | 1 | -45/+37 |
2006-08-01 | audio: malloc reductions | Eric Wong | 3 | -62/+52 |
2006-08-01 | audio: get rid of the myAudioDevicesEnabled array | Eric Wong | 3 | -66/+78 |
2006-08-01 | audio: remove AUDIO_MAX_DEVICES limit | Eric Wong | 4 | -24/+33 |
2006-08-01 | logging cleanups | Eric Wong | 8 | -184/+225 |
2006-08-01 | playerData: move player_pid into the main playerData structure | Eric Wong | 2 | -20/+3 |
2006-08-01 | Several fixes uncovered with -pedantic | Eric Wong | 6 | -20/+20 |
2006-08-01 | src/listen.c: replace bcopy with memcpy | Eric Wong | 1 | -4/+4 |
2006-08-01 | fix a bug when deleting node and CHILDREN_PER_NODE is even | Warren Dukes | 1 | -3/+3 |
2006-08-01 | fix a bug when deleting songs and CHILDREN_PER_NODE > 3 | Warren Dukes | 1 | -8/+6 |
2006-08-01 | a couple of small cleanups | Warren Dukes | 1 | -51/+40 |
2006-08-01 | deletion of tree nodes now works. | Warren Dukes | 2 | -6/+14 |
2006-07-31 | some tree bugfixes | Warren Dukes | 1 | -37/+78 |
2006-07-31 | No code change, just add headers | Avuton Olrich | 4 | -4/+72 |
2006-07-31 | tree updates: | Warren Dukes | 2 | -6/+246 |
2006-07-30 | software volume can now be saved and read from the state file | Eric Wong | 3 | -0/+41 |
2006-07-30 | Standardize state_file handling routines. | Eric Wong | 9 | -232/+261 |
2006-07-30 | remove deprecated myfprintf wrapper | Eric Wong | 10 | -44/+45 |
2006-07-30 | tree updates: | Warren Dukes | 2 | -73/+221 |
2006-07-30 | remove clumsy strncpy use | Eric Wong | 8 | -60/+77 |
2006-07-30 | Now fix the mp4 plugin warnings to what they were before the dynamic linking | Avuton Olrich | 1 | -3/+3 |
2006-07-30 | gcc signedness and sparse fixes | Eric Wong | 5 | -9/+11 |
2006-07-30 | commandError() cleanups, fixup gcc checks | Eric Wong | 8 | -57/+58 |
2006-07-30 | beginnings of a B-tree, currently insertion has been implemented and test | Warren Dukes | 2 | -0/+296 |
2006-07-30 | command: fix find/search commands from the malloc reduction patch | Eric Wong | 1 | -4/+7 |