| Commit message (Expand) | Author | Files | Lines |
2008-08-26 | renamed player.c to player_control.c | Max Kellermann | 1 | -1/+1 |
2008-08-26 | enable -Wpointer-arith, -Wstrict-prototypes | Max Kellermann | 1 | -1/+1 |
2008-04-12 | clean up CPP includes | Max Kellermann | 1 | -1/+3 |
2008-03-26 | fix "unreachable code" warning | Max Kellermann | 1 | -1/+0 |
2008-02-05 | fix -Wconst warnings | Max Kellermann | 1 | -6/+6 |
2008-01-26 | fixed -Wshadow warnings | Max Kellermann | 1 | -8/+8 |
2008-01-03 | Cleanup #includes of standard system headers and put them in one place | Eric Wong | 1 | -7/+1 |
2007-05-26 | Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a single | J. Alexander Treuman | 1 | -2/+1 |
2007-04-05 | The massive copyright update | Avuton Olrich | 1 | -1/+1 |
2007-01-14 | Don't initialize globals to zero (or NULL) | Eric Wong | 1 | -1/+1 |
2006-08-26 | Replace strdup and {c,re,m}alloc with x* variants to check for OOM errors | Eric Wong | 1 | -1/+1 |
2006-08-11 | Spelling & Grammar | Avuton Olrich | 1 | -1/+1 |
2006-08-09 | labels should be on the left most column, no tabbing | Warren Dukes | 1 | -1/+2 |
2006-07-30 | software volume can now be saved and read from the state file | Eric Wong | 1 | -0/+35 |
2006-07-30 | commandError() cleanups, fixup gcc checks | Eric Wong | 1 | -5/+3 |
2006-07-30 | interface/connection malloc reductions from mpd-ke | Eric Wong | 1 | -10/+10 |
2006-07-20 | Add mpd-indent.sh | Avuton Olrich | 1 | -117/+143 |
2006-07-17 | alsa: fix memory leaks from snd_*_open*() | Eric Wong | 1 | -1/+3 |
2006-07-17 | sparse: ANSI-fy function declarations | Eric Wong | 1 | -7/+7 |
2006-07-16 | OSS: handle device disconnects and reconnects (w/o needing a mpd restart) | Eric Wong | 1 | -8/+26 |
2006-07-16 | volume: gracefully handle disconnected ALSA mixers | Eric Wong | 1 | -24/+36 |
2006-07-15 | [CLEANUP] Cleanup whitespace->tabs | Avuton Olrich | 1 | -30/+30 |
2006-07-14 | Change shank's email address | J. Alexander Treuman | 1 | -1/+1 |
2006-07-13 | Huge header update, update the copyright and add | Avuton Olrich | 1 | -1/+1 |
2005-03-15 | undo change 3081 | Warren Dukes | 1 | -114/+0 |
2005-03-14 | - Add 'mute' command for testing | Avuton Olrich | 1 | -0/+114 |
2005-03-08 | make PCM the default controller for the mixer | Warren Dukes | 1 | -2/+2 |
2004-10-31 | if a home directory is available for 'user', set env variable $HOME | Warren Dukes | 1 | -4/+4 |
2004-10-30 | finish integrating in np's oss stuff | Warren Dukes | 1 | -9/+9 |
2004-10-28 | merge shank-rewrite-config changes | Warren Dukes | 1 | -29/+56 |
2004-06-15 | fix C99 stuff for commandError | Warren Dukes | 1 | -4/+7 |
2004-06-12 | Add WARNING log method. it's the same as ERROR, except that when mpd starts, | Warren Dukes | 1 | -15/+15 |
2004-06-04 | finish ack error codes | Warren Dukes | 1 | -6/+7 |
2004-06-04 | clean up ACK error coding a little bit | Warren Dukes | 1 | -8/+5 |
2004-04-14 | add vim shiznit to end of all source files | Warren Dukes | 1 | -0/+1 |
2004-04-11 | more software volume tweeks | Warren Dukes | 1 | -2/+2 |
2004-04-11 | adjust scaling of software volume | Warren Dukes | 1 | -8/+7 |
2004-04-02 | use EXIT_SUCCESS and EXIT_FAILURE | Warren Dukes | 1 | -1/+1 |
2004-04-01 | for alsa mixer default to Master element, not the first element | Warren Dukes | 1 | -33/+25 |
2004-03-24 | strcasecmp for mixer_control | Warren Dukes | 1 | -2/+2 |
2004-03-23 | alsa volume fixes | Warren Dukes | 1 | -5/+11 |
2004-03-23 | volume fixes | Warren Dukes | 1 | -1/+21 |
2004-02-29 | fix a bug where getting OS Mixer volume may fail, and we were closing | Warren Dukes | 1 | -1/+0 |