index
:
mpd
custom-cookie-path
eric
master
osx
path
svn/ancl
svn/andreas
svn/branch-0.10.3
svn/branch-0.11.4-fixes
svn/branch-0.12.1-fixes
svn/branch-0.13.0-fixes
svn/mpd-tree
svn/msells
svn/oggflac
svn/q-mpd
svn/r2562-metadata-handling-rewrite
svn/r2642-pre-avuton-merge
svn/shank-rewrite-config
svn/trunk
v0.14.x
v0.15.x
v0.16.x
v0.17.x
clone of git://git.musicpd.org/master/mpd.git
Alexander Sulfrian
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
main.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Winsock2 is needed on MinGW (or other pure Win32 toolchains) for
Sean McNamara
2009-03-27
1
-0
/
+36
*
log: removed DEBUG() and FATAL()
Max Kellermann
2009-03-15
1
-3
/
+3
*
all: Update copyright header.
Avuton Olrich
2009-03-13
1
-6
/
+7
*
pipe: added music_buffer, rewrite music_pipe
Max Kellermann
2009-03-06
1
-4
/
+1
*
music_pipe: moved struct music_chunk to chunk.h
Max Kellermann
2009-03-03
1
-0
/
+1
*
database: db_load() returns GError
Max Kellermann
2009-03-02
1
-1
/
+5
*
listen: no CamelCase
Max Kellermann
2009-02-24
1
-2
/
+2
*
output_all: no CamelCase
Max Kellermann
2009-02-10
1
-2
/
+2
*
audio: moved code to output_all.c
Max Kellermann
2009-02-10
1
-0
/
+1
*
playlist: renamed global "playlist" variable to "g_playlist"
Max Kellermann
2009-02-04
1
-1
/
+0
*
main: don't pass argv[0] to openDB()
Max Kellermann
2009-02-02
1
-6
/
+4
*
main: create database after daemonization
Max Kellermann
2009-02-02
1
-8
/
+29
*
mixer: configure legacy mixer before the audio outputs
Max Kellermann
2009-01-25
1
-1
/
+1
*
conf: const pointers in block get functions
Max Kellermann
2009-01-25
1
-1
/
+1
*
stored_playlist: moved configuration variables from playlist.c
Max Kellermann
2009-01-25
1
-0
/
+2
*
player_thread: start decoder thread in player thread
Max Kellermann
2009-01-25
1
-2
/
+0
*
sticker: new library for storing dynamic information about songs
Max Kellermann
2009-01-19
1
-0
/
+12
*
daemon: pass "detach" flag to daemonize()
Max Kellermann
2009-01-18
1
-1
/
+1
*
daemon: added daemonize_init(), daemonize_finish()
Max Kellermann
2009-01-18
1
-1
/
+4
*
main: moved the save_state timer to state_file.c
Max Kellermann
2009-01-18
1
-18
/
+0
*
state_file: added state_file_init() and state_file_finish()
Max Kellermann
2009-01-18
1
-2
/
+3
*
conf: added config_get_path()
Max Kellermann
2009-01-18
1
-5
/
+6
*
removed playerData.c
Max Kellermann
2009-01-18
1
-5
/
+55
*
main: moved code to daemon.c
Max Kellermann
2009-01-18
1
-98
/
+3
*
mapper: make the music_directory optional
Max Kellermann
2009-01-18
1
-1
/
+10
*
database: pass database file name to db_init()
Max Kellermann
2009-01-18
1
-1
/
+4
*
stats: use GTimer instead of time(NULL)
Max Kellermann
2009-01-18
1
-0
/
+1
*
stats: no CamelCase
Max Kellermann
2009-01-18
1
-1
/
+1
*
conf: no CamelCase, part I
Max Kellermann
2009-01-17
1
-5
/
+7
*
main: remove "save_state" timer event on exit
Max Kellermann
2009-01-10
1
-1
/
+4
*
main: deinitialize main_notify on exit
Max Kellermann
2009-01-10
1
-0
/
+1
*
added missing explicit config.h includes
Max Kellermann
2009-01-08
1
-1
/
+1
*
configure.ac: use AC_CHECK_HEADERS to check for locale.h
Max Kellermann
2009-01-05
1
-2
/
+2
*
database: use stdbool
Max Kellermann
2009-01-04
1
-2
/
+3
*
database: db_init() initializes library, does not update
Max Kellermann
2009-01-04
1
-1
/
+10
*
don't exit after --create-db
Max Kellermann
2009-01-04
1
-6
/
+1
*
event_pipe: moved variable "main_task" to main.c
Max Kellermann
2009-01-03
1
-0
/
+2
*
main: include main.h, fix dependencies
Max Kellermann
2009-01-02
1
-0
/
+1
*
event_pipe: replaced PIPE_EVENT_SIGNAL with main_notify
Max Kellermann
2009-01-02
1
-0
/
+3
*
event_pipe: added pipe_event enum and callbacks
Max Kellermann
2009-01-01
1
-10
/
+10
*
event_pipe: renamed functions from main_notify_* to event_pipe_*
Max Kellermann
2009-01-01
1
-2
/
+2
*
main_notify: renamed source to event_pipe.c
Max Kellermann
2009-01-01
1
-1
/
+1
*
Moving mixers to audio outputs
Viliam Mateicka
2008-12-31
1
-3
/
+2
*
client: run client_manager_expire() in an idle event
Max Kellermann
2008-12-31
1
-1
/
+0
*
main: export the main_loop variable
Max Kellermann
2008-12-30
1
-1
/
+2
*
main: use the GLib main loop
Max Kellermann
2008-12-30
1
-17
/
+33
*
listen: moved redirect_stdin() to daemon.c
Max Kellermann
2008-12-30
1
-0
/
+2
*
main: moved daemonize() to daemon.c
Max Kellermann
2008-12-30
1
-59
/
+1
*
main: disable non-portable code on WIN32
Max Kellermann
2008-12-29
1
-0
/
+14
*
main: use g_setenv() instead of setenv()
Max Kellermann
2008-12-29
1
-42
/
+1
[next]