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