log dbutil.c @ 1383:f03cfe9c76ac fuzz

age author description
Fri, 26 May 2017 22:10:51 +0800 Matt Johnston Disable setnonblocking(), get_socket_address(), set_sock_priority() fuzz
Thu, 25 May 2017 22:20:10 +0800 Matt Johnston fuzzing has a constant time fuzz
Tue, 23 May 2017 22:43:34 +0800 Matt Johnston fuzzer-pubkey fuzz
Sun, 21 May 2017 10:54:11 +0800 Matt Johnston add dbmalloc epoch cleanup fuzz
Sat, 20 May 2017 22:47:19 +0800 Matt Johnston glaring wrapfd problems fixed fuzz
Thu, 18 May 2017 23:00:12 +0800 Matt Johnston merge main
Thu, 18 May 2017 22:59:38 +0800 Matt Johnston merge 2017.75
Sat, 19 Nov 2016 00:31:21 +0800 Matt Johnston Use atomic key generation in all cases
Sat, 19 Nov 2016 00:31:21 +0800 Matt Johnston Use atomic key generation in all cases
Thu, 01 Sep 2016 23:08:56 +0800 Matt Johnston ses.debug_trace is wrong
Wed, 04 May 2016 15:33:40 +0200 Matt Johnston Convert #ifdef to #if, other build changes
Thu, 17 Mar 2016 23:21:33 +0800 Matt Johnston move m_burn and function attributes to dbhelpers
Wed, 16 Mar 2016 23:39:39 +0800 Matt Johnston Use memset_s or explicit_bzero
Fri, 01 Jan 2016 15:02:09 +0100 Francois Perrad more hard tab
Tue, 01 Dec 2015 21:54:03 +0300 Konstantin Tokarev Allow setting syslog identifier via startsyslog().
Mon, 03 Aug 2015 20:45:04 +0800 Matt Johnston change DROPBEAR_DEFAULT_CLI_AUTHKEY to just prepend homedir
Sat, 28 Feb 2015 09:06:40 +0800 Matt Johnston merge from default fastopen
Tue, 24 Feb 2015 20:51:18 +0800 Thorsten Horstmann Fix for old compilers, variable declarations at beginning of functions
Fri, 20 Feb 2015 23:16:38 +0800 Matt Johnston Move generic network routines to netio.c fastopen
Thu, 19 Feb 2015 22:42:30 +0800 Matt Johnston merge fastopen
Thu, 19 Feb 2015 22:41:51 +0800 Matt Johnston Add the missing second half of iov code fastopen
Thu, 19 Feb 2015 22:33:51 +0800 Matt Johnston fallback for old glibc and fastopen fastopen
Thu, 19 Feb 2015 00:32:00 +0800 Matt Johnston In theory TFO should work. Needs platform cleanup and testing fastopen
Wed, 18 Feb 2015 22:46:15 +0800 Matt Johnston async connections working fastopen
Wed, 18 Feb 2015 00:05:27 +0800 Matt Johnston work in progress for async connect fastopen
Sun, 15 Feb 2015 22:34:05 +0800 Matt Johnston tcp fastopen for the server fastopen
Sat, 14 Feb 2015 09:56:11 +0800 Matt Johnston connect_remote() is now always non-blocking
Fri, 13 Feb 2015 23:47:53 +0800 Matt Johnston Add envirnonment variable for debug timestamps to roughly match
Fri, 13 Feb 2015 23:13:58 +0800 Matt Johnston Make it compile
Fri, 13 Feb 2015 22:49:15 +0800 Matt Johnston piggyback data on acks when making connections on linux