| Commit message (Expand) | Author | Files | Lines |
2009-01-10 | main: remove "save_state" timer event on exit | Max Kellermann | 1 | -1/+4 |
2009-01-10 | main: deinitialize main_notify on exit | Max Kellermann | 1 | -0/+1 |
2009-01-08 | added missing explicit config.h includes | Max Kellermann | 1 | -1/+1 |
2009-01-05 | configure.ac: use AC_CHECK_HEADERS to check for locale.h | Max Kellermann | 1 | -2/+2 |
2009-01-04 | database: use stdbool | Max Kellermann | 1 | -2/+3 |
2009-01-04 | database: db_init() initializes library, does not update | Max Kellermann | 1 | -1/+10 |
2009-01-04 | don't exit after --create-db | Max Kellermann | 1 | -6/+1 |
2009-01-03 | event_pipe: moved variable "main_task" to main.c | Max Kellermann | 1 | -0/+2 |
2009-01-02 | main: include main.h, fix dependencies | Max Kellermann | 1 | -0/+1 |
2009-01-02 | event_pipe: replaced PIPE_EVENT_SIGNAL with main_notify | Max Kellermann | 1 | -0/+3 |
2009-01-01 | event_pipe: added pipe_event enum and callbacks | Max Kellermann | 1 | -10/+10 |
2009-01-01 | event_pipe: renamed functions from main_notify_* to event_pipe_* | Max Kellermann | 1 | -2/+2 |
2009-01-01 | main_notify: renamed source to event_pipe.c | Max Kellermann | 1 | -1/+1 |
2008-12-31 | Moving mixers to audio outputs | Viliam Mateicka | 1 | -3/+2 |
2008-12-31 | client: run client_manager_expire() in an idle event | Max Kellermann | 1 | -1/+0 |
2008-12-30 | main: export the main_loop variable | Max Kellermann | 1 | -1/+2 |
2008-12-30 | main: use the GLib main loop | Max Kellermann | 1 | -17/+33 |
2008-12-30 | listen: moved redirect_stdin() to daemon.c | Max Kellermann | 1 | -0/+2 |
2008-12-30 | main: moved daemonize() to daemon.c | Max Kellermann | 1 | -59/+1 |
2008-12-29 | main: disable non-portable code on WIN32 | Max Kellermann | 1 | -0/+14 |
2008-12-29 | main: use g_setenv() instead of setenv() | Max Kellermann | 1 | -42/+1 |
2008-12-29 | main: use GLib logging | Max Kellermann | 1 | -33/+34 |
2008-12-29 | removed os_compat.h | Max Kellermann | 1 | -1/+8 |
2008-12-28 | tag & tag_pool: migrate from pthread to glib threads | Thomas Jansen | 1 | -0/+3 |
2008-12-28 | songvec: migrate from pthread to glib threads | Thomas Jansen | 1 | -0/+3 |
2008-12-28 | dirvec: migrate from pthread to glib threads | Thomas Jansen | 1 | -0/+3 |
2008-12-28 | idle: migrate from pthread to glib threads | Thomas Jansen | 1 | -0/+2 |
2008-12-28 | log: merged initLog() and open_log_files(). | Max Kellermann | 1 | -3/+1 |
2008-12-27 | moved command line parser to cmdline.c | Max Kellermann | 1 | -137/+1 |
2008-12-27 | disable archive API without plugins | Max Kellermann | 1 | -1/+10 |
2008-12-16 | new archive api, input_archive stream | Viliam Mateicka | 1 | -0/+8 |
2008-11-27 | update: added update_global_init() and update_global_finish() | Max Kellermann | 1 | -0/+2 |
2008-11-25 | main: destroy the save_state timer on exit | Max Kellermann | 1 | -0/+2 |
2008-11-21 | state_file: save state_file every 5 minutes | Max Kellermann | 1 | -0/+9 |
2008-11-11 | replay_gain: no CamelCase | Max Kellermann | 1 | -1/+1 |
2008-11-11 | replay_gain: renamed sources to replay_gain.c, replay_gain.h | Max Kellermann | 1 | -1/+1 |
2008-11-05 | main: print usage to stdout | Max Kellermann | 1 | -26/+25 |
2008-11-05 | log: removed warning buffer | Max Kellermann | 1 | -1/+0 |
2008-11-05 | main: initialize locale (LC_CTYPE) | Max Kellermann | 1 | -0/+9 |
2008-11-05 | path: no CamelCase | Max Kellermann | 1 | -2/+2 |
2008-11-05 | enable GLib threading | Max Kellermann | 1 | -0/+3 |
2008-11-05 | main: don't close all file descriptors on startup | Max Kellermann | 1 | -11/+0 |
2008-11-02 | music_pipe: renamed ob_* functions to music_pipe_* | Max Kellermann | 1 | -2/+2 |
2008-11-02 | renamed outputBuffer.[ch] to pipe.[ch] | Max Kellermann | 1 | -1/+1 |
2008-10-28 | utils: use g_str_has_prefix() instead of prefixcmp() | Max Kellermann | 1 | -2/+3 |
2008-10-26 | input_stream: no CamelCase | Max Kellermann | 1 | -1/+1 |
2008-10-26 | input_stream: renamed sources, no CamelCase | Max Kellermann | 1 | -1/+1 |
2008-10-26 | input_stream: added input_stream_global_finish() | Max Kellermann | 1 | -0/+1 |
2008-10-22 | command: no CamelCase | Max Kellermann | 1 | -2/+2 |
2008-10-15 | mapper: moved musicDir initialization from path.c | Max Kellermann | 1 | -0/+3 |