log netio.c @ 1352:66c1cfd5e100 fuzz

age author description
Fri, 12 May 2017 22:14:49 +0800 Matt Johnston notsocket changes from afl branch fuzz
Thu, 21 Jul 2016 23:38:42 +0800 Matt Johnston merge 2016.74
Sun, 19 Jun 2016 20:38:38 +0800 Matt Johnston make sure socket is of the right domain
Sun, 19 Jun 2016 20:38:38 +0800 Matt Johnston make sure socket is of the right domain
Wed, 04 May 2016 15:33:40 +0200 Matt Johnston Convert #ifdef to #if, other build changes
Tue, 29 Sep 2015 22:19:11 +0800 Matt Johnston avoid invalidated iterator when connection fails
Mon, 03 Aug 2015 20:53:37 +0800 Matt Johnston Don't try to send data on first ack packet of 3way handshake.
Thu, 04 Jun 2015 22:25:28 +0800 Matt Johnston Merge pull request #13 from gazoo74/fix-warnings
Sat, 02 May 2015 15:59:06 +0200 Gaƫl PORTAY Fix pointer differ in signess warnings [-Werror=pointer-sign]
Fri, 29 May 2015 23:19:11 +0800 Matt Johnston separate client/server fastopen options
Fri, 17 Apr 2015 20:59:32 +0800 Matt Johnston Should be AF_UNSPEC not PF_UNSPEC
Tue, 14 Apr 2015 20:43:54 +0800 Matt Johnston fastopen code was totally broken
Fri, 20 Mar 2015 23:33:45 +0800 Matt Johnston Fix when iov queue is large
Fri, 20 Mar 2015 22:53:32 +0800 Matt Johnston avoid malloc for iovec
Mon, 16 Mar 2015 21:33:01 +0800 Matt Johnston dropbear_assert() rather than assert()