| Commit message (Expand) | Author | Age | Files | Lines |
* | input_stream: renamed sources, no CamelCase | Max Kellermann | 2008-10-26 | 1 | -1/+1 |
* | input_stream: added input_stream_global_finish() | Max Kellermann | 2008-10-26 | 1 | -0/+1 |
* | command: no CamelCase | Max Kellermann | 2008-10-22 | 1 | -2/+2 |
* | mapper: moved musicDir initialization from path.c | Max Kellermann | 2008-10-15 | 1 | -0/+3 |
* | command: added command "idle" | Max Kellermann | 2008-10-14 | 1 | -0/+9 |
* | changed package name to "mpd-mk", updated version number | Max Kellermann | 2008-10-14 | 1 | -1/+2 |
* | update: don't export updateDirectory() | Max Kellermann | 2008-10-09 | 1 | -1/+2 |
* | database: renamed functions, "db_" prefix and no CamelCase | Max Kellermann | 2008-10-08 | 1 | -6/+6 |
* | directory: moved code to database.c | Max Kellermann | 2008-10-08 | 1 | -1/+1 |
* | directory: moved code to update.c | Max Kellermann | 2008-10-08 | 1 | -0/+1 |
* | directory: remove "Mp3" references | Eric Wong | 2008-09-29 | 1 | -3/+3 |
* | notify: added notify_deinit() | Max Kellermann | 2008-09-24 | 1 | -0/+4 |
* | directory: update do its work inside a thread | Eric Wong | 2008-09-23 | 1 | -1/+1 |
* | start using prefixcmp() | Eric Wong | 2008-09-23 | 1 | -1/+1 |
* | output: static audio_output_plugin list as array | Max Kellermann | 2008-09-08 | 1 | -1/+0 |
* | tag: renamed functions, no CamelCase | Max Kellermann | 2008-08-29 | 1 | -1/+1 |
* | client: renamed all public functions | Max Kellermann | 2008-08-28 | 1 | -4/+4 |
* | renamed interface.c to client.c | Max Kellermann | 2008-08-28 | 1 | -1/+1 |
* | include cleanup | Max Kellermann | 2008-08-28 | 1 | -1/+0 |
* | moved code to pc_init(), dc_init() | Max Kellermann | 2008-08-26 | 1 | -0/+6 |
* | renamed player.c to player_control.c | Max Kellermann | 2008-08-26 | 1 | -1/+1 |
* | renamed decoderInit() to decoder_thread_start() | Max Kellermann | 2008-08-26 | 1 | -1/+1 |
* | renamed decode.c to decoder_thread.c | Max Kellermann | 2008-08-26 | 1 | -1/+1 |
* | moved global variable "pc" to player.h | Max Kellermann | 2008-08-26 | 1 | -0/+1 |
* | moved variable "dc" to decode.h | Max Kellermann | 2008-08-26 | 1 | -0/+1 |
* | 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 |