aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c (unfollow)
Commit message (Expand)AuthorFilesLines
2008-12-29main: use GLib loggingMax Kellermann1-33/+34
2008-12-29removed os_compat.hMax Kellermann1-1/+8
2008-12-28tag & tag_pool: migrate from pthread to glib threadsThomas Jansen1-0/+3
2008-12-28songvec: migrate from pthread to glib threadsThomas Jansen1-0/+3
2008-12-28dirvec: migrate from pthread to glib threadsThomas Jansen1-0/+3
2008-12-28idle: migrate from pthread to glib threadsThomas Jansen1-0/+2
2008-12-28log: merged initLog() and open_log_files().Max Kellermann1-3/+1
2008-12-27moved command line parser to cmdline.cMax Kellermann1-137/+1
2008-12-27disable archive API without pluginsMax Kellermann1-1/+10
2008-12-16new archive api, input_archive streamViliam Mateicka1-0/+8
2008-11-27update: added update_global_init() and update_global_finish()Max Kellermann1-0/+2
2008-11-25main: destroy the save_state timer on exitMax Kellermann1-0/+2
2008-11-21state_file: save state_file every 5 minutesMax Kellermann1-0/+9
2008-11-11replay_gain: no CamelCaseMax Kellermann1-1/+1
2008-11-11replay_gain: renamed sources to replay_gain.c, replay_gain.hMax Kellermann1-1/+1
2008-11-05main: print usage to stdoutMax Kellermann1-26/+25
2008-11-05log: removed warning bufferMax Kellermann1-1/+0
2008-11-05main: initialize locale (LC_CTYPE)Max Kellermann1-0/+9
2008-11-05path: no CamelCaseMax Kellermann1-2/+2
2008-11-05enable GLib threadingMax Kellermann1-0/+3
2008-11-05main: don't close all file descriptors on startupMax Kellermann1-11/+0
2008-11-02music_pipe: renamed ob_* functions to music_pipe_*Max Kellermann1-2/+2
2008-11-02renamed outputBuffer.[ch] to pipe.[ch]Max Kellermann1-1/+1
2008-10-28utils: use g_str_has_prefix() instead of prefixcmp()Max Kellermann1-2/+3
2008-10-26input_stream: no CamelCaseMax Kellermann1-1/+1
2008-10-26input_stream: renamed sources, no CamelCaseMax Kellermann1-1/+1
2008-10-26input_stream: added input_stream_global_finish()Max Kellermann1-0/+1
2008-10-22command: no CamelCaseMax Kellermann1-2/+2
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