log packet.c @ 1442:517c67cbcd31

age author description
Fri, 01 Jan 2016 16:30:31 +0100 Francois Perrad fix empty C prototypes
Fri, 01 Jan 2016 15:02:09 +0100 Francois Perrad more hard tab
Thu, 31 Dec 2015 15:59:01 +0100 Francois Perrad refactor indentation with hard tab
Sat, 02 May 2015 22:47:25 +0800 Matt Johnston Fix no-writev fallback
Fri, 20 Mar 2015 23:36:42 +0800 Matt Johnston Make main socket nonblocking. Limit writequeue size.
Fri, 20 Mar 2015 22:53:32 +0800 Matt Johnston avoid malloc for iovec
Sun, 01 Mar 2015 21:16:09 +0800 Matt Johnston allocate buffer and data in a single allocation nocircbuffer
Sun, 01 Mar 2015 00:57:21 +0800 Matt Johnston A bit of a bodge to avoid memcpy if zlib is disabled nocircbuffer
Fri, 20 Feb 2015 23:16:38 +0800 Matt Johnston Move generic network routines to netio.c 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 23:02:49 +0800 Matt Johnston generalise write iovec handling 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
Fri, 23 Jan 2015 22:21:06 +0800 Fedor Brunner Integrity error (bad packet size %u) negative length
Wed, 06 Aug 2014 21:55:43 +0800 Matt Johnston Test for EAGAIN too