aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
Commit message (Expand)AuthorAge
* daemon: pass "detach" flag to daemonize()Max Kellermann2009-01-18
* daemon: added daemonize_init(), daemonize_finish()Max Kellermann2009-01-18
* main: moved the save_state timer to state_file.cMax Kellermann2009-01-18
* state_file: added state_file_init() and state_file_finish()Max Kellermann2009-01-18
* conf: added config_get_path()Max Kellermann2009-01-18
* removed playerData.cMax Kellermann2009-01-18
* main: moved code to daemon.cMax Kellermann2009-01-18
* mapper: make the music_directory optionalMax Kellermann2009-01-18
* database: pass database file name to db_init()Max Kellermann2009-01-18
* stats: use GTimer instead of time(NULL)Max Kellermann2009-01-18
* stats: no CamelCaseMax Kellermann2009-01-18
* conf: no CamelCase, part IMax Kellermann2009-01-17
* main: remove "save_state" timer event on exitMax Kellermann2009-01-10
* main: deinitialize main_notify on exitMax Kellermann2009-01-10
* added missing explicit config.h includesMax Kellermann2009-01-08
* configure.ac: use AC_CHECK_HEADERS to check for locale.hMax Kellermann2009-01-05
* database: use stdboolMax Kellermann2009-01-04
* database: db_init() initializes library, does not updateMax Kellermann2009-01-04
* don't exit after --create-dbMax Kellermann2009-01-04
* event_pipe: moved variable "main_task" to main.cMax Kellermann2009-01-03
* main: include main.h, fix dependenciesMax Kellermann2009-01-02
* event_pipe: replaced PIPE_EVENT_SIGNAL with main_notifyMax Kellermann2009-01-02
* event_pipe: added pipe_event enum and callbacksMax Kellermann2009-01-01
* event_pipe: renamed functions from main_notify_* to event_pipe_*Max Kellermann2009-01-01
* main_notify: renamed source to event_pipe.cMax Kellermann2009-01-01
* Moving mixers to audio outputsViliam Mateicka2008-12-31
* client: run client_manager_expire() in an idle eventMax Kellermann2008-12-31
* main: export the main_loop variableMax Kellermann2008-12-30
* main: use the GLib main loopMax Kellermann2008-12-30
* listen: moved redirect_stdin() to daemon.cMax Kellermann2008-12-30
* main: moved daemonize() to daemon.cMax Kellermann2008-12-30
* main: disable non-portable code on WIN32Max Kellermann2008-12-29
* main: use g_setenv() instead of setenv()Max Kellermann2008-12-29
* main: use GLib loggingMax Kellermann2008-12-29
* removed os_compat.hMax Kellermann2008-12-29
* tag & tag_pool: migrate from pthread to glib threadsThomas Jansen2008-12-28
* songvec: migrate from pthread to glib threadsThomas Jansen2008-12-28
* dirvec: migrate from pthread to glib threadsThomas Jansen2008-12-28
* idle: migrate from pthread to glib threadsThomas Jansen2008-12-28
* log: merged initLog() and open_log_files().Max Kellermann2008-12-28
* moved command line parser to cmdline.cMax Kellermann2008-12-27
* disable archive API without pluginsMax Kellermann2008-12-27
* new archive api, input_archive streamViliam Mateicka2008-12-16
* update: added update_global_init() and update_global_finish()Max Kellermann2008-11-27
* main: destroy the save_state timer on exitMax Kellermann2008-11-25
* state_file: save state_file every 5 minutesMax Kellermann2008-11-21
* replay_gain: no CamelCaseMax Kellermann2008-11-11
* replay_gain: renamed sources to replay_gain.c, replay_gain.hMax Kellermann2008-11-11
* main: print usage to stdoutMax Kellermann2008-11-05
* log: removed warning bufferMax Kellermann2008-11-05