aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
Commit message (Expand)AuthorAge
* directory: remove "Mp3" referencesEric Wong2008-09-29
* notify: added notify_deinit()Max Kellermann2008-09-24
* directory: update do its work inside a threadEric Wong2008-09-23
* start using prefixcmp()Eric Wong2008-09-23
* output: static audio_output_plugin list as arrayMax Kellermann2008-09-08
* tag: renamed functions, no CamelCaseMax Kellermann2008-08-29
* client: renamed all public functionsMax Kellermann2008-08-28
* renamed interface.c to client.cMax Kellermann2008-08-28
* include cleanupMax Kellermann2008-08-28
* moved code to pc_init(), dc_init()Max Kellermann2008-08-26
* renamed player.c to player_control.cMax Kellermann2008-08-26
* renamed decoderInit() to decoder_thread_start()Max Kellermann2008-08-26
* renamed decode.c to decoder_thread.cMax Kellermann2008-08-26
* moved global variable "pc" to player.hMax Kellermann2008-08-26
* moved variable "dc" to decode.hMax Kellermann2008-08-26
* moved code to player_thread.cMax Kellermann2008-08-26
* renamed functions in decoder_list.hMax Kellermann2008-08-26
* renamed inputPlugin.* to decoder_list.*Max Kellermann2008-08-26
* enable -Wpointer-arith, -Wstrict-prototypesMax Kellermann2008-08-26
* remove audioDeviceStates from playerData and getPlayerDataEric Wong2008-06-02
* Stop passing our single DecoderControl object everywhereEric Wong2008-04-13
* Get rid of PlayerControl inside the PlayerData structEric Wong2008-04-13
* Fix the problem of songs not advancing without client activityEric Wong2008-04-12
* pass dc to decoder_task()Max Kellermann2008-04-12
* pass pc to player_task()Max Kellermann2008-04-12
* use the notify API in the main threadMax Kellermann2008-04-12
* Initial cut of fork() => pthreads() for decoder and playerEric Wong2008-04-12
* moved handlePendingSignals() check into while() conditionMax Kellermann2008-03-26
* Cleanup #includes of standard system headers and put them in one placeEric Wong2008-01-03
* Merge branches/ew r7104Eric Wong2007-12-28
* Don't initialize zeroconf until after we've daemonized and log output hasJ. Alexander Treuman2007-06-04
* Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a singleJ. Alexander Treuman2007-05-26
* Removing references to options.updateDB in main.c.J. Alexander Treuman2007-04-25
* The massive copyright updateAvuton Olrich2007-04-05
* Reverting all of my localization changes. It was a horribleJ. Alexander Treuman2007-02-18
* Call initLocalization() earlier so that errors, --version, etc. outputJ. Alexander Treuman2007-01-17
* Added zeroconf service publishing using avahiJim Ramsay2007-01-11
* Convert log messages sent to stdout to the current locale's charset.J. Alexander Treuman2007-01-08
* Moving localization stuff from path.c to localization.c so we can reuse itJ. Alexander Treuman2007-01-08
* Replace strdup and {c,re,m}alloc with x* variants to check for OOM errorsEric Wong2006-08-26
* Several bugfixes during exit found by valgrindEric Wong2006-08-14
* sparse / gcc-2.95 / -pedantic fixesEric Wong2006-08-07
* merge changes from mpd-tree:Warren Dukes2006-08-06
* main.c: initialize the verbose flag correctlyEric Wong2006-08-03
* logging cleanupsEric Wong2006-08-01
* Standardize state_file handling routines.Eric Wong2006-07-30
* remove deprecated myfprintf wrapperEric Wong2006-07-30
* Use AudioCompress for volume normalizationJ. Alexander Treuman2006-07-27
* Open the db file before daemonizing/creating the master process, so we can ha...J. Alexander Treuman2006-07-24
* Initialize more stuff before daemonizing so we exit properly on fatal errorsJ. Alexander Treuman2006-07-21