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
/
sig_handlers.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
log: removed DEBUG() and FATAL()
Max Kellermann
2009-03-15
1
-1
/
+1
*
sig_handlers: include signal.h instead of sys/signal.h
Max Kellermann
2009-03-15
1
-1
/
+1
*
all: Update copyright header.
Avuton Olrich
2009-03-13
1
-7
/
+7
*
sig_handlers: disable on WIN32
Max Kellermann
2009-01-03
1
-0
/
+7
*
removed the signal_check libraries
Max Kellermann
2009-01-01
1
-3
/
+0
*
sig_handlers: use event_pipe for delivering SIGHUP
Max Kellermann
2009-01-01
1
-11
/
+14
*
sig_handlers: call g_main_loop_quit() in SIGTERM handler
Max Kellermann
2008-12-30
1
-8
/
+21
*
sig_handlers: removed SIGCHLD
Max Kellermann
2008-12-30
1
-18
/
+0
*
sig_handlers: don't reload database on SIGHUP
Max Kellermann
2008-12-30
1
-7
/
+0
*
sig_handlers: removed unused functions
Max Kellermann
2008-12-30
1
-50
/
+0
*
sig_handlers.c: replaced mpd_unused by G_GNUC_UNUSED
Thomas Jansen
2008-11-24
1
-1
/
+2
*
database: renamed functions, "db_" prefix and no CamelCase
Max Kellermann
2008-10-08
1
-1
/
+1
*
directory: moved code to database.c
Max Kellermann
2008-10-08
1
-1
/
+1
*
don't include os_compat.h
Max Kellermann
2008-10-08
1
-0
/
+4
*
directory: moved code to update.c
Max Kellermann
2008-10-08
1
-0
/
+1
*
directory: update do its work inside a thread
Eric Wong
2008-09-23
1
-1
/
+0
*
clean up CPP includes
Max Kellermann
2008-08-26
1
-2
/
+0
*
enable -Wpointer-arith, -Wstrict-prototypes
Max Kellermann
2008-08-26
1
-1
/
+1
*
clean up CPP includes
Max Kellermann
2008-04-12
1
-3
/
+0
*
Initial cut of fork() => pthreads() for decoder and player
Eric Wong
2008-04-12
1
-19
/
+0
*
fixed -Wshadow warnings
Max Kellermann
2008-01-26
1
-1
/
+1
*
Cleanup #includes of standard system headers and put them in one place
Eric Wong
2008-01-03
1
-8
/
+1
*
removing debug messages from signal handlers
J. Alexander Treuman
2007-08-27
1
-1
/
+1
*
The massive copyright update
Avuton Olrich
2007-04-05
1
-1
/
+1
*
Fix warnings for -Wmissing-prototypes
Avuton Olrich
2006-08-20
1
-1
/
+1
*
more sparse cleanups
Eric Wong
2006-08-08
1
-10
/
+7
*
merge changes from mpd-tree:
Warren Dukes
2006-08-06
1
-90
/
+1
*
logging cleanups
Eric Wong
2006-08-01
1
-1
/
+1
*
Add mpd-indent.sh
Avuton Olrich
2006-07-20
1
-92
/
+110
*
Initialize sigaction.sa_mask to an empty set in a few places we forgot to
J. Alexander Treuman
2006-07-18
1
-0
/
+3
*
Change shank's email address
J. Alexander Treuman
2006-07-14
1
-1
/
+1
*
Huge header update, update the copyright and add
Avuton Olrich
2006-07-13
1
-1
/
+1
*
DJWLindenaar's fix race condition and some memory leaks patch
Qball Cow
2005-11-18
1
-1
/
+12
*
DJWLindenaar balanced tree and master process patch
Qball Cow
2005-11-16
1
-3
/
+78
*
fix some signal handling
Warren Dukes
2005-03-19
1
-6
/
+1
*
now player and decoder processes should only exit() when receiving term signa...
Warren Dukes
2005-03-08
1
-1
/
+6
*
new setSigHandlersForDecoder() function, and be sure player/decode processes ...
Warren Dukes
2004-11-03
1
-0
/
+16
*
a few extra strerror()'s sprinkled in the code
Warren Dukes
2004-11-02
1
-1
/
+0
*
new command, plchanges, and also add Num: to songinfo of playlistinfo
Warren Dukes
2004-06-05
1
-1
/
+1
*
add mackstann to (c)
Warren Dukes
2004-06-04
1
-0
/
+1
*
log cycling and a few cleanups
Warren Dukes
2004-04-15
1
-0
/
+3
*
don't updatedb on sighup if db is being updated
Warren Dukes
2004-04-14
1
-2
/
+4
*
add vim shiznit to end of all source files
Warren Dukes
2004-04-14
1
-0
/
+1
*
have update process ignore signals when writing db
Warren Dukes
2004-04-13
1
-0
/
+14
*
block signals when writing db to ensure db isn't corrupted
Warren Dukes
2004-04-13
1
-0
/
+4
*
when doing signal functions (like sigaction) make sure it wasn't interrupted ...
Warren Dukes
2004-04-13
1
-4
/
+4
*
forgetting to increment playlist version after reading the db
Warren Dukes
2004-04-12
1
-0
/
+1
*
clean up signal handling using a polling method, from the genius that is mack...
Warren Dukes
2004-04-11
1
-42
/
+30
*
do while(wait3) for sighandler
Warren Dukes
2004-04-11
1
-2
/
+2
*
fix some snafoos
Warren Dukes
2004-04-11
1
-3
/
+0
[next]