aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* utils: use g_str_has_prefix() instead of prefixcmp()Max Kellermann2008-10-281-2/+3
* input_stream: no CamelCaseMax Kellermann2008-10-261-1/+1
* input_stream: renamed sources, no CamelCaseMax Kellermann2008-10-261-1/+1
* input_stream: added input_stream_global_finish()Max Kellermann2008-10-261-0/+1
* command: no CamelCaseMax Kellermann2008-10-221-2/+2
* mapper: moved musicDir initialization from path.cMax Kellermann2008-10-151-0/+3
* command: added command "idle"Max Kellermann2008-10-141-0/+9
* changed package name to "mpd-mk", updated version numberMax Kellermann2008-10-141-1/+2
* update: don't export updateDirectory()Max Kellermann2008-10-091-1/+2
* database: renamed functions, "db_" prefix and no CamelCaseMax Kellermann2008-10-081-6/+6
* directory: moved code to database.cMax Kellermann2008-10-081-1/+1
* directory: moved code to update.cMax Kellermann2008-10-081-0/+1
* directory: remove "Mp3" referencesEric Wong2008-09-291-3/+3
* notify: added notify_deinit()Max Kellermann2008-09-241-0/+4
* directory: update do its work inside a threadEric Wong2008-09-231-1/+1
* start using prefixcmp()Eric Wong2008-09-231-1/+1
* output: static audio_output_plugin list as arrayMax Kellermann2008-09-081-1/+0
* tag: renamed functions, no CamelCaseMax Kellermann2008-08-291-1/+1
* client: renamed all public functionsMax Kellermann2008-08-281-4/+4
* renamed interface.c to client.cMax Kellermann2008-08-281-1/+1
* include cleanupMax Kellermann2008-08-281-1/+0
* moved code to pc_init(), dc_init()Max Kellermann2008-08-261-0/+6
* renamed player.c to player_control.cMax Kellermann2008-08-261-1/+1
* renamed decoderInit() to decoder_thread_start()Max Kellermann2008-08-261-1/+1
* renamed decode.c to decoder_thread.cMax Kellermann2008-08-261-1/+1
* moved global variable "pc" to player.hMax Kellermann2008-08-261-0/+1
* moved variable "dc" to decode.hMax Kellermann2008-08-261-0/+1
* moved code to player_thread.cMax Kellermann2008-08-261-2/+2
* renamed functions in decoder_list.hMax Kellermann2008-08-261-4/+4
* renamed inputPlugin.* to decoder_list.*Max Kellermann2008-08-261-1/+1
* enable -Wpointer-arith, -Wstrict-prototypesMax Kellermann2008-08-261-2/+2
* remove audioDeviceStates from playerData and getPlayerDataEric Wong2008-06-021-1/+0
* Stop passing our single DecoderControl object everywhereEric Wong2008-04-131-1/+1
* Get rid of PlayerControl inside the PlayerData structEric Wong2008-04-131-1/+1
* Fix the problem of songs not advancing without client activityEric Wong2008-04-121-16/+2
* pass dc to decoder_task()Max Kellermann2008-04-121-1/+1
* pass pc to player_task()Max Kellermann2008-04-121-1/+1
* use the notify API in the main threadMax Kellermann2008-04-121-0/+16
* Initial cut of fork() => pthreads() for decoder and playerEric Wong2008-04-121-0/+2
* moved handlePendingSignals() check into while() conditionMax Kellermann2008-03-261-3/+2
* Cleanup #includes of standard system headers and put them in one placeEric Wong2008-01-031-14/+1
* Merge branches/ew r7104Eric Wong2007-12-281-2/+2
* Don't initialize zeroconf until after we've daemonized and log output hasJ. Alexander Treuman2007-06-041-3/+2
* Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a singleJ. Alexander Treuman2007-05-261-29/+15
* Removing references to options.updateDB in main.c.J. Alexander Treuman2007-04-251-9/+1
* The massive copyright updateAvuton Olrich2007-04-051-2/+2
* Reverting all of my localization changes. It was a horribleJ. Alexander Treuman2007-02-181-3/+0
* Call initLocalization() earlier so that errors, --version, etc. outputJ. Alexander Treuman2007-01-171-1/+1
* Added zeroconf service publishing using avahiJim Ramsay2007-01-111-0/+3
* Convert log messages sent to stdout to the current locale's charset.J. Alexander Treuman2007-01-081-1/+1