]> arthur.barton.de Git - ngircd-alex.git/history - src/ngircd/sighandlers.c
Don't abort startup when setgid/setuid() fails with EINVAL
[ngircd-alex.git] / src / ngircd / sighandlers.c
10 days ago Alexander BartonPing the service manager and set a status message
10 days ago Alexander BartonAdd support for the "sd_notify" protocol
2023-09-17 Alexander BartonMerge branch 'katp32/master'
2023-01-02 michiMake the debug loglevel always available
2022-12-17 Jules MaselbasConvert uses of Log(LOG_DEBUG, ...) to LogDebug()
2020-02-15 michiReuse old SSL key if loading a new one failed
2019-11-10 Alexander BartonLog received signals (using strsignal(3), when available)
2019-06-29 Alexander BartonStreamline handling of invalid and unset server name
2015-11-15 Alexander BartonExplicitly cast time_t to long when printing it out
2014-03-17 Alexander BartonRe-add #include's for header files of the C file itself
2014-03-17 Alexander BartonUpdate copyright notices of recently changed files
2014-03-17 Alexander BartonUpdate #include's: remove unused and add missing ones
2014-03-16 Alexander BartonRemove imp.h and exp.h header files
2013-08-04 Alexander BartonMerge branch 'bug152-AllowedChannelTypes'
2013-08-04 Federico G. SchwindtMore spelling fixes
2013-02-15 Alexander BartonMerge branch 'bug153-ServerMask' into master
2013-02-12 Alexander Bartonsighandlers.c: Update some log messages
2012-11-02 Alexander BartonSpelling fix: "nick name" -> "nickname"
2012-09-23 Alexander BartonMerge branch 'bug92-xop'
2012-09-16 Alexander BartonMerge branch 'autoconf-update'
2012-09-11 Alexander BartonMerge pull request #2 from briancollins/master
2012-09-11 Alexander BartonCorrectly re-initialize signal handlers on RESTART
2012-06-08 Alexander BartonLog a debug message when SIGUSR2 is handled
2010-09-22 Alexander BartonExplicitly cast return value of read(2) to "int"
2010-09-22 Alexander BartonDon't call sigaction() if it is not available on the...
2010-09-14 Florian WestphalFix signalpipe file descriptor leak on RESTART
2010-09-13 Alexander Bartonsighandlers.{c|h}: Code cleanup
2010-09-13 Alexander BartonMake sighandlers.{c|h} compatible with ansi2knr
2010-09-13 Alexander BartonOutput connection status when dumping the internal...
2010-09-13 Alexander BartonReformat "server state" debug messages a little bit
2010-09-13 Alexander BartonEnable the daemon to dump its internal state in debug...
2010-09-11 Florian Westphalsignalhandlers: add fallback to deprecated sysv API
2010-09-11 Florian Westphalremove NGIRCd_SignalRehash
2010-09-11 Florian WestphalAdd new 'delayed' signal handlers.