aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* mixer: configure legacy mixer before the audio outputsMax Kellermann2009-01-251-1/+1
* conf: const pointers in block get functionsMax Kellermann2009-01-251-1/+1
* stored_playlist: moved configuration variables from playlist.cMax Kellermann2009-01-251-0/+2
* player_thread: start decoder thread in player threadMax Kellermann2009-01-251-2/+0
* sticker: new library for storing dynamic information about songsMax Kellermann2009-01-191-0/+12
* daemon: pass "detach" flag to daemonize()Max Kellermann2009-01-181-1/+1
* daemon: added daemonize_init(), daemonize_finish()Max Kellermann2009-01-181-1/+4
* main: moved the save_state timer to state_file.cMax Kellermann2009-01-181-18/+0
* state_file: added state_file_init() and state_file_finish()Max Kellermann2009-01-181-2/+3
* conf: added config_get_path()Max Kellermann2009-01-181-5/+6
* removed playerData.cMax Kellermann2009-01-181-5/+55
* main: moved code to daemon.cMax Kellermann2009-01-181-98/+3
* 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