| Commit message (Expand) | Author | Files | Lines |
2009-03-27 | Winsock2 is needed on MinGW (or other pure Win32 toolchains) for | Sean McNamara | 1 | -0/+36 |
2009-03-15 | log: removed DEBUG() and FATAL() | Max Kellermann | 1 | -3/+3 |
2009-03-13 | all: Update copyright header. | Avuton Olrich | 1 | -6/+7 |
2009-03-06 | pipe: added music_buffer, rewrite music_pipe | Max Kellermann | 1 | -4/+1 |
2009-03-03 | music_pipe: moved struct music_chunk to chunk.h | Max Kellermann | 1 | -0/+1 |
2009-03-02 | database: db_load() returns GError | Max Kellermann | 1 | -1/+5 |
2009-02-24 | listen: no CamelCase | Max Kellermann | 1 | -2/+2 |
2009-02-10 | output_all: no CamelCase | Max Kellermann | 1 | -2/+2 |
2009-02-10 | audio: moved code to output_all.c | Max Kellermann | 1 | -0/+1 |
2009-02-04 | playlist: renamed global "playlist" variable to "g_playlist" | Max Kellermann | 1 | -1/+0 |
2009-02-02 | main: don't pass argv[0] to openDB() | Max Kellermann | 1 | -6/+4 |
2009-02-02 | main: create database after daemonization | Max Kellermann | 1 | -8/+29 |
2009-01-25 | mixer: configure legacy mixer before the audio outputs | Max Kellermann | 1 | -1/+1 |
2009-01-25 | conf: const pointers in block get functions | Max Kellermann | 1 | -1/+1 |
2009-01-25 | stored_playlist: moved configuration variables from playlist.c | Max Kellermann | 1 | -0/+2 |
2009-01-25 | player_thread: start decoder thread in player thread | Max Kellermann | 1 | -2/+0 |
2009-01-19 | sticker: new library for storing dynamic information about songs | Max Kellermann | 1 | -0/+12 |
2009-01-18 | daemon: pass "detach" flag to daemonize() | Max Kellermann | 1 | -1/+1 |
2009-01-18 | daemon: added daemonize_init(), daemonize_finish() | Max Kellermann | 1 | -1/+4 |
2009-01-18 | main: moved the save_state timer to state_file.c | Max Kellermann | 1 | -18/+0 |
2009-01-18 | state_file: added state_file_init() and state_file_finish() | Max Kellermann | 1 | -2/+3 |
2009-01-18 | conf: added config_get_path() | Max Kellermann | 1 | -5/+6 |
2009-01-18 | removed playerData.c | Max Kellermann | 1 | -5/+55 |
2009-01-18 | main: moved code to daemon.c | Max Kellermann | 1 | -98/+3 |
2009-01-18 | mapper: make the music_directory optional | Max Kellermann | 1 | -1/+10 |
2009-01-18 | database: pass database file name to db_init() | Max Kellermann | 1 | -1/+4 |
2009-01-18 | stats: use GTimer instead of time(NULL) | Max Kellermann | 1 | -0/+1 |
2009-01-18 | stats: no CamelCase | Max Kellermann | 1 | -1/+1 |
2009-01-17 | conf: no CamelCase, part I | Max Kellermann | 1 | -5/+7 |
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 |