aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c (unfollow)
Commit message (Expand)AuthorFilesLines
2009-10-20main: call g_set_application_name()Max Kellermann1-0/+2
2009-10-13main: initialize playlist pluginsMax Kellermann1-0/+3
2009-10-13configure.ac: require GLib 2.16Max Kellermann1-2/+0
2009-10-08player_control: no CamelCaseMax Kellermann1-1/+1
2009-09-25automatically update the database with Linux inotifyMax Kellermann1-0/+6
2009-09-24command: added command "rescan"Max Kellermann1-1/+1
2009-09-24cmdline: handle fatal errors with GErrorMax Kellermann1-1/+6
2009-09-24listen: handle fatal errors with GErrorMax Kellermann1-1/+8
2009-09-24update: renamed directory_update_init() to update_enqueue()Max Kellermann1-1/+1
2009-09-20cmdline: removed options --create-db and --no-create-dbMax Kellermann1-12/+4
2009-07-22cmdline: renamed options.stderr to options.log_stderrEugeny N Dzhurinsky1-2/+2
2009-07-19daemon: added "group" configuration optionMichal Nazarewicz1-0/+1
2009-07-15mapper: pass music and playlist directory to mapper_init()Max Kellermann1-1/+17
2009-07-15main: moved complex initialization code to glue functionsMax Kellermann1-17/+36
2009-07-15main: renamed openDB() to glue_db_init_and_load()Max Kellermann1-2/+2
2009-07-15cmdline: no CamelCaseMax Kellermann1-7/+7
2009-07-14playlist: no CamelCaseMax Kellermann1-2/+2
2009-07-06main: fix "unused local variable" warningMax Kellermann1-0/+2
2009-07-05sticker: use GError for error handlingMax Kellermann1-1/+6
2009-06-25conf: log unused/unknown block parametersMax Kellermann1-0/+2
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