log common-channel.c @ 1835:90ac15aeac43

age author description
Thu, 14 Oct 2021 20:55:15 +0800 Matt Johnston Bring back recently removed channel->flushing
Mon, 11 Oct 2021 15:42:14 +0800 Matt Johnston Replace ChanType.sepfds with Channel.bidir_fd
Mon, 11 Oct 2021 15:16:54 +0800 Matt Johnston - Remove "flushing" handling for exited processes, it should be
Mon, 11 Oct 2021 15:14:46 +0800 Matt Johnston Fix some outdated comments
Fri, 05 Mar 2021 21:13:20 +0800 Matt Johnston Return errstring on connect failure
Wed, 14 Nov 2018 22:57:56 +0800 Matt Johnston Split ChanType closehandler() and cleanup() so that dbclient doesn't
Sat, 17 Feb 2018 19:29:51 +0800 Matt Johnston merge from main fuzz
Sat, 19 Aug 2017 17:16:13 +0200 Francois Perrad Pointer parameter could be declared as pointing to const
Mon, 22 May 2017 22:09:38 +0800 Matt Johnston remove unneeded check fuzz
Sat, 20 May 2017 22:47:19 +0800 Matt Johnston glaring wrapfd problems fixed fuzz
Thu, 24 Mar 2016 12:36:56 +0100 Francois Perrad remove duplicated include
Wed, 04 May 2016 15:33:40 +0200 Matt Johnston Convert #ifdef to #if, other build changes
Fri, 27 Nov 2015 22:19:08 +0800 Matt Johnston Fix "Avoid queueing into circbuffer when the channel is about to close"
Fri, 27 Nov 2015 21:26:43 +0800 Matt Johnston Fix ses.channel_signal_pending race
Thu, 19 Nov 2015 23:52:52 +0800 Matt Johnston Avoid queueing into circbuffer when the channel is about to close