aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* main: use GLib loggingMax Kellermann2008-12-291-33/+34
* removed os_compat.hMax Kellermann2008-12-291-1/+8
* tag & tag_pool: migrate from pthread to glib threadsThomas Jansen2008-12-281-0/+3
* songvec: migrate from pthread to glib threadsThomas Jansen2008-12-281-0/+3
* dirvec: migrate from pthread to glib threadsThomas Jansen2008-12-281-0/+3
* idle: migrate from pthread to glib threadsThomas Jansen2008-12-281-0/+2
* log: merged initLog() and open_log_files().Max Kellermann2008-12-281-3/+1
* moved command line parser to cmdline.cMax Kellermann2008-12-271-137/+1
* disable archive API without pluginsMax Kellermann2008-12-271-1/+10
* new archive api, input_archive streamViliam Mateicka2008-12-161-0/+8
* update: added update_global_init() and update_global_finish()Max Kellermann2008-11-271-0/+2
* main: destroy the save_state timer on exitMax Kellermann2008-11-251-0/+2
* state_file: save state_file every 5 minutesMax Kellermann2008-11-211-0/+9
* replay_gain: no CamelCaseMax Kellermann2008-11-111-1/+1
* replay_gain: renamed sources to replay_gain.c, replay_gain.hMax Kellermann2008-11-111-1/+1
* main: print usage to stdoutMax Kellermann2008-11-051-26/+25
* log: removed warning bufferMax Kellermann2008-11-051-1/+0
* main: initialize locale (LC_CTYPE)Max Kellermann2008-11-051-0/+9
* path: no CamelCaseMax Kellermann2008-11-051-2/+2
* enable GLib threadingMax Kellermann2008-11-051-0/+3
* main: don't close all file descriptors on startupMax Kellermann2008-11-051-11/+0
* music_pipe: renamed ob_* functions to music_pipe_*Max Kellermann2008-11-021-2/+2
* renamed outputBuffer.[ch] to pipe.[ch]Max Kellermann2008-11-021-1/+1
* 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