log src/lib/lib-signals.c @ 9451:9fff30644260 HEAD

age author description
Tue, 08 Sep 2009 14:50:01 -0400 Timo Sirainen lib-signals: Don't assert-crash with nested signal handler calls. HEAD
Fri, 28 Aug 2009 11:04:53 -0400 Timo Sirainen Solaris: Don't crash when signal handler is called with siginfo_t=NULL. HEAD
Tue, 21 Jul 2009 17:14:41 -0400 Timo Sirainen lib-signals: Redesigned how delayed signals are handled. HEAD
Mon, 06 Apr 2009 17:20:20 -0400 Timo Sirainen FreeBSD compiling fix. HEAD
Mon, 06 Apr 2009 17:15:37 -0400 Timo Sirainen Compile fix to NetBSD: Don't use si_code which is a macro. HEAD
Wed, 01 Apr 2009 13:13:04 -0400 Timo Sirainen When a process is killed, show the signal code and the sending process's pid and uid. HEAD
Wed, 01 Apr 2009 12:52:46 -0400 Timo Sirainen lib-signals: Changed callback API to return siginfo_t. HEAD
Tue, 06 Jan 2009 09:25:38 -0500 Timo Sirainen Updated copyright notices to include year 2009. HEAD
Sat, 01 Nov 2008 14:15:00 +0200 Timo Sirainen Added lib_signals_reset_ioloop() for handling signals with multiple ioloops. HEAD
Tue, 01 Jan 2008 22:05:21 +0200 Timo Sirainen Updated copyright notices to include year 2008. HEAD
Sun, 16 Sep 2007 14:34:22 +0300 Timo Sirainen Replaced my Copyright notices. The year range always ends with 2007 now. HEAD
Sun, 16 Sep 2007 11:40:56 +0300 Timo Sirainen Renamed __attr_*__ to ATTR_*. Renamed __attrs_used__ to ATTRS_DEFINED. HEAD
Wed, 27 Jun 2007 23:12:35 +0300 Timo Sirainen Allow registering signal handlers even before lib_signals_init() is called. HEAD
Fri, 26 Jan 2007 15:58:48 +0200 Timo Sirainen Cleanups and minor fixes HEAD
Fri, 15 Dec 2006 20:10:51 +0200 Timo Sirainen Type safe callbacks weren't as easy as I thought. Only callback(void HEAD
Fri, 15 Dec 2006 18:55:29 +0200 Timo Sirainen Added context parameter type safety checks for most callback APIs. HEAD
Sat, 18 Nov 2006 16:07:40 +0200 Timo Sirainen Assert fix HEAD
Thu, 04 May 2006 01:58:15 +0300 Timo Sirainen And s/lib_signals_ignore_signal/lib_signals_ignore/ HEAD
Thu, 04 May 2006 01:54:38 +0300 Timo Sirainen Added lib_signals_ignore_signal() and made lib_signals_set_handler() with HEAD
Sat, 14 Jan 2006 20:47:20 +0200 Timo Sirainen deinit, unref, destroy, close, free, etc. functions now take a pointer to HEAD
Fri, 13 Jan 2006 22:25:57 +0200 Timo Sirainen Added "bool" type and changed all ints that were used as booleans to bool. HEAD
Sun, 25 Sep 2005 14:07:32 +0300 Timo Sirainen Implemented new signal handling framework, which makes handling signals much HEAD
Thu, 09 Jun 2005 21:28:57 +0300 Timo Sirainen Ignore SIGALRM, but not with SIG_IGN as it causes syscalls to restart. HEAD
Fri, 12 Nov 2004 16:35:39 +0200 Timo Sirainen Add signal counters to USR1 and USR2 signals too. HEAD
Sat, 06 Nov 2004 22:22:59 +0200 Timo Sirainen Changed lib_signal_hup to lib_signal_hup_count. HEAD
Tue, 24 Aug 2004 13:12:00 +0300 Timo Sirainen Ignore SIGALRM. HEAD
Wed, 27 Aug 2003 00:18:16 +0300 Timo Sirainen Removed most of the license comments from src/lib/*.c. It's just fine to HEAD
Wed, 23 Oct 2002 23:41:35 +0300 Timo Sirainen file_wait_lock() now takes timeout-parameter so one badly behaving process HEAD
Tue, 24 Sep 2002 16:53:43 +0300 Timo Sirainen comment fix HEAD
Fri, 09 Aug 2002 12:15:38 +0300 Timo Sirainen Initial revision HEAD