| Commit message (Expand) | Author | Files | Lines |
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 |
2006-07-30 | myfprintf: parse paths so we can reopen log files correctly | Eric Wong | 1 | -2/+2 |
2006-07-30 | fix some warnings introduced in the big malloc-reduction patch | Eric Wong | 4 | -5/+7 |
2006-07-30 | interface/connection malloc reductions from mpd-ke | Eric Wong | 32 | -801/+1081 |
2006-07-30 | conf.c: bugfix: print out the number, not the address | Eric Wong | 1 | -1/+1 |
2006-07-29 | replace buffer2array() with cstrtok() from mpd-ke | Eric Wong | 4 | -117/+59 |
2006-07-29 | command.c: shorten common variable names to argc and argv | Eric Wong | 1 | -209/+209 |
2006-07-27 | conf.[ch] whitespace cleanup | J. Alexander Treuman | 2 | -77/+77 |
2006-07-27 | Updating compress.[ch] from AudioCompress | J. Alexander Treuman | 2 | -5/+9 |
2006-07-27 | Use AudioCompress for volume normalization | J. Alexander Treuman | 9 | -99/+461 |
2006-07-26 | Remove the fifo plugin. It's currently useless for the average user, and mak... | J. Alexander Treuman | 3 | -254/+0 |
2006-07-26 | Typo fix | Avuton Olrich | 1 | -1/+1 |
2006-07-26 | Silence a gcc warning... Properly. | J. Alexander Treuman | 1 | -1/+3 |
2006-07-26 | Silence a gcc warning | J. Alexander Treuman | 1 | -0/+2 |
2006-07-26 | jat's second tip of the day: when you change a ternary operator to an if, don... | J. Alexander Treuman | 1 | -1/+1 |
2006-07-26 | Try to add the directory, again | Avuton Olrich | 14 | -0/+4782 |
2006-07-26 | Screw this found_* stuff, just wrap parse_*() in an if | J. Alexander Treuman | 1 | -11/+6 |
2006-07-26 | Don't decode the first frame if it has a xing tag, not only if it has a xing ... | J. Alexander Treuman | 1 | -1/+2 |
2006-07-26 | Use the lame tag's encoder delay/padding to implement gapless mp3 playback | J. Alexander Treuman | 1 | -0/+53 |