log svr-main.c @ 1937:334b742fdeb8

age author description
Thu, 03 Feb 2022 22:12:11 +0800 Matt Johnston Avoid unused argument warning when reexec is unused
Tue, 01 Feb 2022 22:18:23 +0800 Matt Johnston Make re-exec work with "dropbearmulti dropbear"
Mon, 31 Jan 2022 11:12:58 +0800 Matt Johnston Fix missing NULL terminator for re-exec
Sun, 30 Jan 2022 10:14:56 +0800 Matt Johnston Add re-exec for server
Mon, 15 Jun 2020 22:24:34 +0800 Matt Johnston Delay seedrandom until connections
Fri, 29 May 2020 23:32:19 +0800 Matt Johnston Remove unused DEBUG_FORKGPROF
Thu, 21 May 2020 22:58:56 +0800 Matt Johnston Make DEBUG_NOFORK a #if not #ifdef
Tue, 06 Mar 2018 21:51:51 +0800 Matt Johnston workaround memory sanitizer FD_ZERO false positives
Sat, 17 Feb 2018 04:27:37 +0100 François Perrad more linting (#55)
Fri, 16 Feb 2018 23:17:48 +0800 Matt Johnston merge
Thu, 20 Jul 2017 19:38:26 +0000 Michael Witten options: Complete the transition to numeric toggles (`#if')
Thu, 15 Feb 2018 23:30:54 +0800 Matt Johnston disallow inetd -v
Wed, 14 Feb 2018 23:06:01 +0800 Matt Johnston make signal flags volatile, simplify handling
Wed, 04 May 2016 15:33:40 +0200 Matt Johnston Convert #ifdef to #if, other build changes
Fri, 01 Jan 2016 16:30:31 +0100 Francois Perrad fix empty C prototypes