| Commit message (Expand) | Author | Age | Files | Lines |
* | pipe: added music_buffer, rewrite music_pipe | Max Kellermann | 2009-03-06 | 1 | -4/+1 |
* | music_pipe: moved struct music_chunk to chunk.h | Max Kellermann | 2009-03-03 | 1 | -0/+1 |
* | database: db_load() returns GError | Max Kellermann | 2009-03-02 | 1 | -1/+5 |
* | listen: no CamelCase | Max Kellermann | 2009-02-24 | 1 | -2/+2 |
* | output_all: no CamelCase | Max Kellermann | 2009-02-10 | 1 | -2/+2 |
* | audio: moved code to output_all.c | Max Kellermann | 2009-02-10 | 1 | -0/+1 |
* | playlist: renamed global "playlist" variable to "g_playlist" | Max Kellermann | 2009-02-04 | 1 | -1/+0 |
* | main: don't pass argv[0] to openDB() | Max Kellermann | 2009-02-02 | 1 | -6/+4 |
* | main: create database after daemonization | Max Kellermann | 2009-02-02 | 1 | -8/+29 |
* | mixer: configure legacy mixer before the audio outputs | Max Kellermann | 2009-01-25 | 1 | -1/+1 |
* | conf: const pointers in block get functions | Max Kellermann | 2009-01-25 | 1 | -1/+1 |
* | stored_playlist: moved configuration variables from playlist.c | Max Kellermann | 2009-01-25 | 1 | -0/+2 |
* | player_thread: start decoder thread in player thread | Max Kellermann | 2009-01-25 | 1 | -2/+0 |
* | 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 |