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