aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
Commit message (Expand)AuthorAge
...
* 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
* main: initialize locale (LC_CTYPE)Max Kellermann2008-11-05
* path: no CamelCaseMax Kellermann2008-11-05
* enable GLib threadingMax Kellermann2008-11-05
* main: don't close all file descriptors on startupMax Kellermann2008-11-05
* music_pipe: renamed ob_* functions to music_pipe_*Max Kellermann2008-11-02
* renamed outputBuffer.[ch] to pipe.[ch]Max Kellermann2008-11-02
* utils: use g_str_has_prefix() instead of prefixcmp()Max Kellermann2008-10-28
* input_stream: no CamelCaseMax Kellermann2008-10-26
* input_stream: renamed sources, no CamelCaseMax Kellermann2008-10-26
* input_stream: added input_stream_global_finish()Max Kellermann2008-10-26
* command: no CamelCaseMax Kellermann2008-10-22
* mapper: moved musicDir initialization from path.cMax Kellermann2008-10-15
* command: added command "idle"Max Kellermann2008-10-14