| Commit message (Expand) | Author | Age | Files | Lines |
* | moved code to player_thread.c | Max Kellermann | 2008-08-26 | 1 | -2/+2 |
* | renamed functions in decoder_list.h | Max Kellermann | 2008-08-26 | 1 | -4/+4 |
* | renamed inputPlugin.* to decoder_list.* | Max Kellermann | 2008-08-26 | 1 | -1/+1 |
* | enable -Wpointer-arith, -Wstrict-prototypes | Max Kellermann | 2008-08-26 | 1 | -2/+2 |
* | remove audioDeviceStates from playerData and getPlayerData | Eric Wong | 2008-06-02 | 1 | -1/+0 |
* | Stop passing our single DecoderControl object everywhere | Eric Wong | 2008-04-13 | 1 | -1/+1 |
* | Get rid of PlayerControl inside the PlayerData struct | Eric Wong | 2008-04-13 | 1 | -1/+1 |
* | Fix the problem of songs not advancing without client activity | Eric Wong | 2008-04-12 | 1 | -16/+2 |
* | pass dc to decoder_task() | Max Kellermann | 2008-04-12 | 1 | -1/+1 |
* | pass pc to player_task() | Max Kellermann | 2008-04-12 | 1 | -1/+1 |
* | use the notify API in the main thread | Max Kellermann | 2008-04-12 | 1 | -0/+16 |
* | Initial cut of fork() => pthreads() for decoder and player | Eric Wong | 2008-04-12 | 1 | -0/+2 |
* | moved handlePendingSignals() check into while() condition | Max Kellermann | 2008-03-26 | 1 | -3/+2 |
* | Cleanup #includes of standard system headers and put them in one place | Eric Wong | 2008-01-03 | 1 | -14/+1 |
* | Merge branches/ew r7104 | Eric Wong | 2007-12-28 | 1 | -2/+2 |
* | Don't initialize zeroconf until after we've daemonized and log output has | J. Alexander Treuman | 2007-06-04 | 1 | -3/+2 |
* | Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a single | J. Alexander Treuman | 2007-05-26 | 1 | -29/+15 |
* | Removing references to options.updateDB in main.c. | J. Alexander Treuman | 2007-04-25 | 1 | -9/+1 |
* | The massive copyright update | Avuton Olrich | 2007-04-05 | 1 | -2/+2 |
* | Reverting all of my localization changes. It was a horrible | J. Alexander Treuman | 2007-02-18 | 1 | -3/+0 |
* | Call initLocalization() earlier so that errors, --version, etc. output | J. Alexander Treuman | 2007-01-17 | 1 | -1/+1 |
* | Added zeroconf service publishing using avahi | Jim Ramsay | 2007-01-11 | 1 | -0/+3 |
* | Convert log messages sent to stdout to the current locale's charset. | J. Alexander Treuman | 2007-01-08 | 1 | -1/+1 |
* | Moving localization stuff from path.c to localization.c so we can reuse it | J. Alexander Treuman | 2007-01-08 | 1 | -0/+3 |
* | Replace strdup and {c,re,m}alloc with x* variants to check for OOM errors | Eric Wong | 2006-08-26 | 1 | -1/+1 |
* | Several bugfixes during exit found by valgrind | Eric Wong | 2006-08-14 | 1 | -2/+2 |
* | sparse / gcc-2.95 / -pedantic fixes | Eric Wong | 2006-08-07 | 1 | -1/+2 |
* | merge changes from mpd-tree: | Warren Dukes | 2006-08-06 | 1 | -70/+19 |
* | main.c: initialize the verbose flag correctly | Eric Wong | 2006-08-03 | 1 | -0/+1 |
* | logging cleanups | Eric Wong | 2006-08-01 | 1 | -75/+7 |
* | Standardize state_file handling routines. | Eric Wong | 2006-07-30 | 1 | -4/+3 |
* | remove deprecated myfprintf wrapper | Eric Wong | 2006-07-30 | 1 | -4/+4 |
* | Use AudioCompress for volume normalization | J. Alexander Treuman | 2006-07-27 | 1 | -0/+3 |
* | Open the db file before daemonizing/creating the master process, so we can ha... | J. Alexander Treuman | 2006-07-24 | 1 | -2/+1 |
* | Initialize more stuff before daemonizing so we exit properly on fatal errors | J. Alexander Treuman | 2006-07-21 | 1 | -4/+5 |
* | Rolling back change to when we redirect to logs. Turns out it silenced fatal... | J. Alexander Treuman | 2006-07-20 | 1 | -5/+1 |
* | Add mpd-indent.sh | Avuton Olrich | 2006-07-20 | 1 | -1/+1 |
* | Redirect to log files earlier to prevent some debug spam on console | J. Alexander Treuman | 2006-07-19 | 1 | -1/+5 |
* | Fix whitespace->tabs in main.c, it was afu | Avuton Olrich | 2006-07-19 | 1 | -383/+362 |
* | Don't bother freeing a bunch of stuff at exit, since it takes far too long an... | J. Alexander Treuman | 2006-07-18 | 1 | -3/+6 |
* | Committing qball's patch to list supported audio outputs in --version | J. Alexander Treuman | 2006-07-16 | 1 | -0/+6 |
* | main: static-fication, ANSI fixes | Eric Wong | 2006-07-15 | 1 | -13/+13 |
* | Avoid spewing messages to the console | Eric Wong | 2006-07-15 | 1 | -2/+1 |
* | Update copyright in --version | J. Alexander Treuman | 2006-07-14 | 1 | -1/+1 |
* | Change shank's email address | J. Alexander Treuman | 2006-07-14 | 1 | -2/+2 |
* | Huge header update, update the copyright and add | Avuton Olrich | 2006-07-13 | 1 | -1/+1 |
* | Declare functions not used outside dbUtils.c static. | Avuton Olrich | 2006-07-13 | 1 | -2/+0 |
* | main.c: fix gcc-2.95 compilation problem | Eric Wong | 2006-06-05 | 1 | -1/+2 |
* | Made pid_file an optional config parameter. | J. Alexander Treuman | 2006-06-05 | 1 | -17/+28 |
* | correctly check for setenv() function | Eric Wong | 2006-06-04 | 1 | -2/+2 |