ambrop7 521f7db90f remove some gccisms 15 lat temu
..
BufferWriter.c c2167ac4b0 Minor changes 15 lat temu
BufferWriter.h 8bf44ec382 Minor changes 15 lat temu
CMakeLists.txt fda152417e PacketRecvNotifier: remove 15 lat temu
DataProtoKeepaliveSource.c c5e652b3fd Minor changes 15 lat temu
DataProtoKeepaliveSource.h 00cd64a636 Introduce a brand new design based on a LIFO list of jobs pending execution: 15 lat temu
DatagramSocketSink.c d588473938 log errors where they occur 15 lat temu
DatagramSocketSink.h 8e969cfc58 move flow/error.h to FlowError 15 lat temu
DatagramSocketSource.c d588473938 log errors where they occur 15 lat temu
DatagramSocketSource.h 8e969cfc58 move flow/error.h to FlowError 15 lat temu
FlowError.c d1e931fcb4 FlowError: pass an int error code instead of a void * 15 lat temu
FlowError.h d1e931fcb4 FlowError: pass an int error code instead of a void * 15 lat temu
FragmentProtoAssembler.c 084597a46d minor changes 15 lat temu
FragmentProtoAssembler.h 084597a46d minor changes 15 lat temu
FragmentProtoDisassembler.c 521f7db90f remove some gccisms 15 lat temu
FragmentProtoDisassembler.h 0557db2ac5 minor changes 15 lat temu
KeepaliveIO.c c2167ac4b0 Minor changes 15 lat temu
KeepaliveIO.h 00cd64a636 Introduce a brand new design based on a LIFO list of jobs pending execution: 15 lat temu
PacketBuffer.c 4b25f9ad36 PacketBuffer: call Recv before calling Send, so that sending has priority over receiving (it's a LIFO...) 15 lat temu
PacketBuffer.h 00cd64a636 Introduce a brand new design based on a LIFO list of jobs pending execution: 15 lat temu
PacketCopier.c 5bf73c9771 PacketCopier, FragmentProtoDisassembler: always call Done for input and output in the same order, giving priority to output 15 lat temu
PacketCopier.h 00cd64a636 Introduce a brand new design based on a LIFO list of jobs pending execution: 15 lat temu
PacketPassConnector.c e4e49b9c7d minor changes 15 lat temu
PacketPassConnector.h e4e49b9c7d minor changes 15 lat temu
PacketPassFairQueue.c 521f7db90f remove some gccisms 15 lat temu
PacketPassFairQueue.h 6953c4d39d oops... 15 lat temu
PacketPassInactivityMonitor.c 00cd64a636 Introduce a brand new design based on a LIFO list of jobs pending execution: 15 lat temu
PacketPassInactivityMonitor.h 00cd64a636 Introduce a brand new design based on a LIFO list of jobs pending execution: 15 lat temu
PacketPassInterface.c a72cb44424 flow: simplify implementation of flow interfaces 15 lat temu
PacketPassInterface.h a72cb44424 flow: simplify implementation of flow interfaces 15 lat temu
PacketPassNotifier.c 087189af36 PacketPassNotifier: remove useless debug code 15 lat temu
PacketPassNotifier.h 087189af36 PacketPassNotifier: remove useless debug code 15 lat temu
PacketPassPriorityQueue.c 104fb40944 PacketPassPriorityQueue, PacketPassFairQueue: minor changes 15 lat temu
PacketPassPriorityQueue.h 104fb40944 PacketPassPriorityQueue, PacketPassFairQueue: minor changes 15 lat temu
PacketProtoDecoder.c 521f7db90f remove some gccisms 15 lat temu
PacketProtoDecoder.h 8e969cfc58 move flow/error.h to FlowError 15 lat temu
PacketProtoEncoder.c b66f585596 PacketProtoEncoder: simplify 15 lat temu
PacketProtoEncoder.h 00cd64a636 Introduce a brand new design based on a LIFO list of jobs pending execution: 15 lat temu
PacketProtoFlow.c 00cd64a636 Introduce a brand new design based on a LIFO list of jobs pending execution: 15 lat temu
PacketProtoFlow.h c5e652b3fd Minor changes 15 lat temu
PacketRecvBlocker.c c5e652b3fd Minor changes 15 lat temu
PacketRecvBlocker.h 00cd64a636 Introduce a brand new design based on a LIFO list of jobs pending execution: 15 lat temu
PacketRecvConnector.c e4e49b9c7d minor changes 15 lat temu
PacketRecvConnector.h e4e49b9c7d minor changes 15 lat temu
PacketRecvInterface.c a72cb44424 flow: simplify implementation of flow interfaces 15 lat temu
PacketRecvInterface.h a72cb44424 flow: simplify implementation of flow interfaces 15 lat temu
PacketRouter.c e28eeecf22 PacketRouter: first send, then receive more 15 lat temu
PacketRouter.h e28eeecf22 PacketRouter: first send, then receive more 15 lat temu
PacketStreamSender.c 00cd64a636 Introduce a brand new design based on a LIFO list of jobs pending execution: 15 lat temu
PacketStreamSender.h 00cd64a636 Introduce a brand new design based on a LIFO list of jobs pending execution: 15 lat temu
RouteBuffer.c 5fd2e0cf5b flow: add RouteBuffer 15 lat temu
RouteBuffer.h 5fd2e0cf5b flow: add RouteBuffer 15 lat temu
SCKeepaliveSource.c 00cd64a636 Introduce a brand new design based on a LIFO list of jobs pending execution: 15 lat temu
SCKeepaliveSource.h 00cd64a636 Introduce a brand new design based on a LIFO list of jobs pending execution: 15 lat temu
SPProtoDecoder.c 521f7db90f remove some gccisms 15 lat temu
SPProtoDecoder.h 0557db2ac5 minor changes 15 lat temu
SPProtoEncoder.c 521f7db90f remove some gccisms 15 lat temu
SPProtoEncoder.h d1ab2294b8 minor changes, move OTP warning to SPProtoEncoder 15 lat temu
SinglePacketBuffer.c 00cd64a636 Introduce a brand new design based on a LIFO list of jobs pending execution: 15 lat temu
SinglePacketBuffer.h 00cd64a636 Introduce a brand new design based on a LIFO list of jobs pending execution: 15 lat temu
SinglePacketSender.c 481b171588 DebugError: don't use a dead var, use a job to enforce destruction, allowing the destruction to be done from the handler's jobs (rather than just the handler) 15 lat temu
SinglePacketSender.h adaa666328 SinglePacketSender: port to DebugError 15 lat temu
StreamPassInterface.c a72cb44424 flow: simplify implementation of flow interfaces 15 lat temu
StreamPassInterface.h a72cb44424 flow: simplify implementation of flow interfaces 15 lat temu
StreamRecvConnector.c e4e49b9c7d minor changes 15 lat temu
StreamRecvConnector.h e4e49b9c7d minor changes 15 lat temu
StreamRecvInterface.c a72cb44424 flow: simplify implementation of flow interfaces 15 lat temu
StreamRecvInterface.h a72cb44424 flow: simplify implementation of flow interfaces 15 lat temu
StreamSocketSink.c d588473938 log errors where they occur 15 lat temu
StreamSocketSink.h ced69b1b88 StreamSocketSink: port to DebugError 15 lat temu
StreamSocketSource.c d588473938 log errors where they occur 15 lat temu
StreamSocketSource.h 32ee730ed1 StreamSocketSource: port to DebugError 15 lat temu