| Commit message (Expand) | Author | Age | Files | Lines |
* | sticker: new library for storing dynamic information about songs | Max Kellermann | 2009-01-19 | 1 | -0/+12 |
* | daemon: pass "detach" flag to daemonize() | Max Kellermann | 2009-01-18 | 1 | -1/+1 |
* | daemon: added daemonize_init(), daemonize_finish() | Max Kellermann | 2009-01-18 | 1 | -1/+4 |
* | main: moved the save_state timer to state_file.c | Max Kellermann | 2009-01-18 | 1 | -18/+0 |
* | state_file: added state_file_init() and state_file_finish() | Max Kellermann | 2009-01-18 | 1 | -2/+3 |
* | conf: added config_get_path() | Max Kellermann | 2009-01-18 | 1 | -5/+6 |
* | removed playerData.c | Max Kellermann | 2009-01-18 | 1 | -5/+55 |
* | main: moved code to daemon.c | Max Kellermann | 2009-01-18 | 1 | -98/+3 |
* | mapper: make the music_directory optional | Max Kellermann | 2009-01-18 | 1 | -1/+10 |
* | database: pass database file name to db_init() | Max Kellermann | 2009-01-18 | 1 | -1/+4 |
* | stats: use GTimer instead of time(NULL) | Max Kellermann | 2009-01-18 | 1 | -0/+1 |
* | stats: no CamelCase | Max Kellermann | 2009-01-18 | 1 | -1/+1 |
* | conf: no CamelCase, part I | Max Kellermann | 2009-01-17 | 1 | -5/+7 |
* | main: remove "save_state" timer event on exit | Max Kellermann | 2009-01-10 | 1 | -1/+4 |
* | main: deinitialize main_notify on exit | Max Kellermann | 2009-01-10 | 1 | -0/+1 |
* | added missing explicit config.h includes | Max Kellermann | 2009-01-08 | 1 | -1/+1 |
* | configure.ac: use AC_CHECK_HEADERS to check for locale.h | Max Kellermann | 2009-01-05 | 1 | -2/+2 |
* | database: use stdbool | Max Kellermann | 2009-01-04 | 1 | -2/+3 |
* | database: db_init() initializes library, does not update | Max Kellermann | 2009-01-04 | 1 | -1/+10 |
* | don't exit after --create-db | Max Kellermann | 2009-01-04 | 1 | -6/+1 |
* | event_pipe: moved variable "main_task" to main.c | Max Kellermann | 2009-01-03 | 1 | -0/+2 |
* | main: include main.h, fix dependencies | Max Kellermann | 2009-01-02 | 1 | -0/+1 |
* | event_pipe: replaced PIPE_EVENT_SIGNAL with main_notify | Max Kellermann | 2009-01-02 | 1 | -0/+3 |
* | event_pipe: added pipe_event enum and callbacks | Max Kellermann | 2009-01-01 | 1 | -10/+10 |
* | event_pipe: renamed functions from main_notify_* to event_pipe_* | Max Kellermann | 2009-01-01 | 1 | -2/+2 |
* | main_notify: renamed source to event_pipe.c | Max Kellermann | 2009-01-01 | 1 | -1/+1 |
* | Moving mixers to audio outputs | Viliam Mateicka | 2008-12-31 | 1 | -3/+2 |
* | client: run client_manager_expire() in an idle event | Max Kellermann | 2008-12-31 | 1 | -1/+0 |
* | main: export the main_loop variable | Max Kellermann | 2008-12-30 | 1 | -1/+2 |
* | main: use the GLib main loop | Max Kellermann | 2008-12-30 | 1 | -17/+33 |
* | listen: moved redirect_stdin() to daemon.c | Max Kellermann | 2008-12-30 | 1 | -0/+2 |
* | main: moved daemonize() to daemon.c | Max Kellermann | 2008-12-30 | 1 | -59/+1 |
* | main: disable non-portable code on WIN32 | Max Kellermann | 2008-12-29 | 1 | -0/+14 |
* | main: use g_setenv() instead of setenv() | Max Kellermann | 2008-12-29 | 1 | -42/+1 |
* | main: use GLib logging | Max Kellermann | 2008-12-29 | 1 | -33/+34 |
* | removed os_compat.h | Max Kellermann | 2008-12-29 | 1 | -1/+8 |
* | tag & tag_pool: migrate from pthread to glib threads | Thomas Jansen | 2008-12-28 | 1 | -0/+3 |
* | songvec: migrate from pthread to glib threads | Thomas Jansen | 2008-12-28 | 1 | -0/+3 |
* | dirvec: migrate from pthread to glib threads | Thomas Jansen | 2008-12-28 | 1 | -0/+3 |
* | idle: migrate from pthread to glib threads | Thomas Jansen | 2008-12-28 | 1 | -0/+2 |
* | log: merged initLog() and open_log_files(). | Max Kellermann | 2008-12-28 | 1 | -3/+1 |
* | moved command line parser to cmdline.c | Max Kellermann | 2008-12-27 | 1 | -137/+1 |
* | disable archive API without plugins | Max Kellermann | 2008-12-27 | 1 | -1/+10 |
* | new archive api, input_archive stream | Viliam Mateicka | 2008-12-16 | 1 | -0/+8 |
* | update: added update_global_init() and update_global_finish() | Max Kellermann | 2008-11-27 | 1 | -0/+2 |
* | main: destroy the save_state timer on exit | Max Kellermann | 2008-11-25 | 1 | -0/+2 |
* | state_file: save state_file every 5 minutes | Max Kellermann | 2008-11-21 | 1 | -0/+9 |
* | replay_gain: no CamelCase | Max Kellermann | 2008-11-11 | 1 | -1/+1 |
* | replay_gain: renamed sources to replay_gain.c, replay_gain.h | Max Kellermann | 2008-11-11 | 1 | -1/+1 |
* | main: print usage to stdout | Max Kellermann | 2008-11-05 | 1 | -26/+25 |