aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c (unfollow)
Commit message (Expand)AuthorFilesLines
2009-03-27Winsock2 is needed on MinGW (or other pure Win32 toolchains) forSean McNamara1-0/+36
2009-03-15log: removed DEBUG() and FATAL()Max Kellermann1-3/+3
2009-03-13all: Update copyright header.Avuton Olrich1-6/+7
2009-03-06pipe: added music_buffer, rewrite music_pipeMax Kellermann1-4/+1
2009-03-03music_pipe: moved struct music_chunk to chunk.hMax Kellermann1-0/+1
2009-03-02database: db_load() returns GErrorMax Kellermann1-1/+5
2009-02-24listen: no CamelCaseMax Kellermann1-2/+2
2009-02-10output_all: no CamelCaseMax Kellermann1-2/+2
2009-02-10audio: moved code to output_all.cMax Kellermann1-0/+1
2009-02-04playlist: renamed global "playlist" variable to "g_playlist"Max Kellermann1-1/+0
2009-02-02main: don't pass argv[0] to openDB()Max Kellermann1-6/+4
2009-02-02main: create database after daemonizationMax Kellermann1-8/+29
2009-01-25mixer: configure legacy mixer before the audio outputsMax Kellermann1-1/+1
2009-01-25conf: const pointers in block get functionsMax Kellermann1-1/+1
2009-01-25stored_playlist: moved configuration variables from playlist.cMax Kellermann1-0/+2
2009-01-25player_thread: start decoder thread in player threadMax Kellermann1-2/+0
2009-01-19sticker: new library for storing dynamic information about songsMax Kellermann1-0/+12
2009-01-18daemon: pass "detach" flag to daemonize()Max Kellermann1-1/+1
2009-01-18daemon: added daemonize_init(), daemonize_finish()Max Kellermann1-1/+4
2009-01-18main: moved the save_state timer to state_file.cMax Kellermann1-18/+0
2009-01-18state_file: added state_file_init() and state_file_finish()Max Kellermann1-2/+3
2009-01-18conf: added config_get_path()Max Kellermann1-5/+6
2009-01-18removed playerData.cMax Kellermann1-5/+55
2009-01-18main: moved code to daemon.cMax Kellermann1-98/+3
2009-01-18mapper: make the music_directory optionalMax Kellermann1-1/+10
2009-01-18database: pass database file name to db_init()Max Kellermann1-1/+4
2009-01-18stats: use GTimer instead of time(NULL)Max Kellermann1-0/+1
2009-01-18stats: no CamelCaseMax Kellermann1-1/+1
2009-01-17conf: no CamelCase, part IMax Kellermann1-5/+7
2009-01-10main: remove "save_state" timer event on exitMax Kellermann1-1/+4
2009-01-10main: deinitialize main_notify on exitMax Kellermann1-0/+1
2009-01-08added missing explicit config.h includesMax Kellermann1-1/+1
2009-01-05configure.ac: use AC_CHECK_HEADERS to check for locale.hMax Kellermann1-2/+2
2009-01-04database: use stdboolMax Kellermann1-2/+3
2009-01-04database: db_init() initializes library, does not updateMax Kellermann1-1/+10
2009-01-04don't exit after --create-dbMax Kellermann1-6/+1
2009-01-03event_pipe: moved variable "main_task" to main.cMax Kellermann1-0/+2
2009-01-02main: include main.h, fix dependenciesMax Kellermann1-0/+1
2009-01-02event_pipe: replaced PIPE_EVENT_SIGNAL with main_notifyMax Kellermann1-0/+3
2009-01-01event_pipe: added pipe_event enum and callbacksMax Kellermann1-10/+10
2009-01-01event_pipe: renamed functions from main_notify_* to event_pipe_*Max Kellermann1-2/+2
2009-01-01main_notify: renamed source to event_pipe.cMax Kellermann1-1/+1
2008-12-31Moving mixers to audio outputsViliam Mateicka1-3/+2
2008-12-31client: run client_manager_expire() in an idle eventMax Kellermann1-1/+0
2008-12-30main: export the main_loop variableMax Kellermann1-1/+2
2008-12-30main: use the GLib main loopMax Kellermann1-17/+33
2008-12-30listen: moved redirect_stdin() to daemon.cMax Kellermann1-0/+2
2008-12-30main: moved daemonize() to daemon.cMax Kellermann1-59/+1
2008-12-29main: disable non-portable code on WIN32Max Kellermann1-0/+14
2008-12-29main: use g_setenv() instead of setenv()Max Kellermann1-42/+1