aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* event_pipe: added pipe_event enum and callbacksMax Kellermann2009-01-011-10/+10
* event_pipe: renamed functions from main_notify_* to event_pipe_*Max Kellermann2009-01-011-2/+2
* main_notify: renamed source to event_pipe.cMax Kellermann2009-01-011-1/+1
* Moving mixers to audio outputsViliam Mateicka2008-12-311-3/+2
* client: run client_manager_expire() in an idle eventMax Kellermann2008-12-311-1/+0
* main: export the main_loop variableMax Kellermann2008-12-301-1/+2
* main: use the GLib main loopMax Kellermann2008-12-301-17/+33
* listen: moved redirect_stdin() to daemon.cMax Kellermann2008-12-301-0/+2
* main: moved daemonize() to daemon.cMax Kellermann2008-12-301-59/+1
* main: disable non-portable code on WIN32Max Kellermann2008-12-291-0/+14
* main: use g_setenv() instead of setenv()Max Kellermann2008-12-291-42/+1
* 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