]> arthur.barton.de Git - ngircd-alex.git/history - src/ngircd/proc.c
Make sure that the target user is able to join a local channel
[ngircd-alex.git] / src / ngircd / proc.c
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-10-23 Federico G. SchwindtCheck and call arc4random_stir() if present
2013-10-16 Federico G. SchwindtAdd support for arc4random
2012-01-06 Alexander BartonProc_Close(): Only close socket if it is still valid
2011-09-07 Alexander BartonOnly close "unrelated" sockets in forked child processes
2011-08-23 Alexander BartonUse Proc_Close() to remove no longer unused pipes to...
2011-08-23 Alexander BartonNew function Proc_Close() to shutdown pipes to child...
2011-06-26 Alexander BartonUse srand()/rand() instead of srandom()/random(); seems...
2011-04-12 Alexander BartonAdd some type casts to random() and srandom() functions
2011-03-27 Florian Westphalngircd: improve rng initialisation
2011-02-13 Alexander BartonAdd Doxygen @file documentation to each source and...
2010-09-11 Florian WestphalAdd new 'delayed' signal handlers.
2010-07-14 Alexander BartonRemove Proc_Kill(), use timeout to kill child processes generic-proc
2010-07-13 Alexander BartonDon't Proc_Kill() childs after Proc_Read(): done there...
2010-07-13 Alexander BartonUse Proc_GenericSignalHandler() as handler for SIGTERM...
2010-07-11 Alexander BartonRefactor Resolve_Read() into generic Proc_Read() function
2010-07-11 Alexander BartonMake Proc_Kill() more fault-tolerant
2010-06-30 Alexander BartonNew function Proc_GenericSignalHandler()
2010-06-29 Alexander BartonNew "module" proc.c/proc.h for generic process handling