aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* mapper: make the music_directory optionalMax Kellermann2009-01-181-1/+10
* database: pass database file name to db_init()Max Kellermann2009-01-181-1/+4
* stats: use GTimer instead of time(NULL)Max Kellermann2009-01-181-0/+1
* stats: no CamelCaseMax Kellermann2009-01-181-1/+1
* conf: no CamelCase, part IMax Kellermann2009-01-171-5/+7
* main: remove "save_state" timer event on exitMax Kellermann2009-01-101-1/+4
* main: deinitialize main_notify on exitMax Kellermann2009-01-101-0/+1
* added missing explicit config.h includesMax Kellermann2009-01-081-1/+1
* configure.ac: use AC_CHECK_HEADERS to check for locale.hMax Kellermann2009-01-051-2/+2
* database: use stdboolMax Kellermann2009-01-041-2/+3
* database: db_init() initializes library, does not updateMax Kellermann2009-01-041-1/+10
* don't exit after --create-dbMax Kellermann2009-01-041-6/+1
* event_pipe: moved variable "main_task" to main.cMax Kellermann2009-01-031-0/+2
* main: include main.h, fix dependenciesMax Kellermann2009-01-021-0/+1
* event_pipe: replaced PIPE_EVENT_SIGNAL with main_notifyMax Kellermann2009-01-021-0/+3
* 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