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