aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c (unfollow)
Commit message (Expand)AuthorFilesLines
2008-10-15mapper: moved musicDir initialization from path.cMax Kellermann1-0/+3
2008-10-14command: added command "idle"Max Kellermann1-0/+9
2008-10-14changed package name to "mpd-mk", updated version numberMax Kellermann1-1/+2
2008-10-09update: don't export updateDirectory()Max Kellermann1-1/+2
2008-10-08database: renamed functions, "db_" prefix and no CamelCaseMax Kellermann1-6/+6
2008-10-08directory: moved code to database.cMax Kellermann1-1/+1
2008-10-08directory: moved code to update.cMax Kellermann1-0/+1
2008-09-29directory: remove "Mp3" referencesEric Wong1-3/+3
2008-09-24notify: added notify_deinit()Max Kellermann1-0/+4
2008-09-23directory: update do its work inside a threadEric Wong1-1/+1
2008-09-23start using prefixcmp()Eric Wong1-1/+1
2008-09-08output: static audio_output_plugin list as arrayMax Kellermann1-1/+0
2008-08-29tag: renamed functions, no CamelCaseMax Kellermann1-1/+1
2008-08-28client: renamed all public functionsMax Kellermann1-4/+4
2008-08-28renamed interface.c to client.cMax Kellermann1-1/+1
2008-08-28include cleanupMax Kellermann1-1/+0
2008-08-26moved code to pc_init(), dc_init()Max Kellermann1-0/+6
2008-08-26renamed player.c to player_control.cMax Kellermann1-1/+1
2008-08-26renamed decoderInit() to decoder_thread_start()Max Kellermann1-1/+1
2008-08-26renamed decode.c to decoder_thread.cMax Kellermann1-1/+1
2008-08-26moved global variable "pc" to player.hMax Kellermann1-0/+1
2008-08-26moved variable "dc" to decode.hMax Kellermann1-0/+1
2008-08-26moved code to player_thread.cMax Kellermann1-2/+2
2008-08-26renamed functions in decoder_list.hMax Kellermann1-4/+4
2008-08-26renamed inputPlugin.* to decoder_list.*Max Kellermann1-1/+1
2008-08-26enable -Wpointer-arith, -Wstrict-prototypesMax Kellermann1-2/+2
2008-06-02remove audioDeviceStates from playerData and getPlayerDataEric Wong1-1/+0
2008-04-13Stop passing our single DecoderControl object everywhereEric Wong1-1/+1
2008-04-13Get rid of PlayerControl inside the PlayerData structEric Wong1-1/+1
2008-04-12Fix the problem of songs not advancing without client activityEric Wong1-16/+2
2008-04-12pass dc to decoder_task()Max Kellermann1-1/+1
2008-04-12pass pc to player_task()Max Kellermann1-1/+1
2008-04-12use the notify API in the main threadMax Kellermann1-0/+16
2008-04-12Initial cut of fork() => pthreads() for decoder and playerEric Wong1-0/+2
2008-03-26moved handlePendingSignals() check into while() conditionMax Kellermann1-3/+2
2008-01-03Cleanup #includes of standard system headers and put them in one placeEric Wong1-14/+1
2007-12-28Merge branches/ew r7104Eric Wong1-2/+2
2007-06-04Don't initialize zeroconf until after we've daemonized and log output hasJ. Alexander Treuman1-3/+2
2007-05-26Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a singleJ. Alexander Treuman1-29/+15
2007-04-25Removing references to options.updateDB in main.c.J. Alexander Treuman1-9/+1
2007-04-05The massive copyright updateAvuton Olrich1-2/+2
2007-02-18Reverting all of my localization changes. It was a horribleJ. Alexander Treuman1-3/+0
2007-01-17Call initLocalization() earlier so that errors, --version, etc. outputJ. Alexander Treuman1-1/+1
2007-01-11Added zeroconf service publishing using avahiJim Ramsay1-0/+3
2007-01-08Convert log messages sent to stdout to the current locale's charset.J. Alexander Treuman1-1/+1
2007-01-08Moving localization stuff from path.c to localization.c so we can reuse itJ. Alexander Treuman1-0/+3
2006-08-26Replace strdup and {c,re,m}alloc with x* variants to check for OOM errorsEric Wong1-1/+1
2006-08-14Several bugfixes during exit found by valgrindEric Wong1-2/+2
2006-08-07sparse / gcc-2.95 / -pedantic fixesEric Wong1-1/+2
2006-08-06merge changes from mpd-tree:Warren Dukes1-70/+19