ambrop7 5fd2e0cf5b flow: add RouteBuffer 15 anni fa
..
BufferWriter.c c2167ac4b0 Minor changes 15 anni fa
BufferWriter.h 8bf44ec382 Minor changes 15 anni fa
CMakeLists.txt 5fd2e0cf5b flow: add RouteBuffer 15 anni fa
DataProtoKeepaliveSource.c c5e652b3fd Minor changes 15 anni fa
DataProtoKeepaliveSource.h 00cd64a636 Introduce a brand new design based on a LIFO list of jobs pending execution: 15 anni fa
DatagramSocketSink.c 49a56089a7 system/BAddr.h: replace *_IsRecognized in favour of *_Assert 15 anni fa
DatagramSocketSink.h 8e969cfc58 move flow/error.h to FlowError 15 anni fa
DatagramSocketSource.c bf23ab61fc minor changes 15 anni fa
DatagramSocketSource.h 8e969cfc58 move flow/error.h to FlowError 15 anni fa
FlowError.c 8e969cfc58 move flow/error.h to FlowError 15 anni fa
FlowError.h 8e969cfc58 move flow/error.h to FlowError 15 anni fa
FragmentProtoAssembler.c 08baacbbf5 Minor changes 15 anni fa
FragmentProtoAssembler.h 00cd64a636 Introduce a brand new design based on a LIFO list of jobs pending execution: 15 anni fa
FragmentProtoDisassembler.c c5e652b3fd Minor changes 15 anni fa
FragmentProtoDisassembler.h 00cd64a636 Introduce a brand new design based on a LIFO list of jobs pending execution: 15 anni fa
KeepaliveIO.c c2167ac4b0 Minor changes 15 anni fa
KeepaliveIO.h 00cd64a636 Introduce a brand new design based on a LIFO list of jobs pending execution: 15 anni fa
PacketBuffer.c 4b25f9ad36 PacketBuffer: call Recv before calling Send, so that sending has priority over receiving (it's a LIFO...) 15 anni fa
PacketBuffer.h 00cd64a636 Introduce a brand new design based on a LIFO list of jobs pending execution: 15 anni fa
PacketCopier.c 5bf73c9771 PacketCopier, FragmentProtoDisassembler: always call Done for input and output in the same order, giving priority to output 15 anni fa
PacketCopier.h 00cd64a636 Introduce a brand new design based on a LIFO list of jobs pending execution: 15 anni fa
PacketPassConnector.c 00cd64a636 Introduce a brand new design based on a LIFO list of jobs pending execution: 15 anni fa
PacketPassConnector.h 00cd64a636 Introduce a brand new design based on a LIFO list of jobs pending execution: 15 anni fa
PacketPassFairQueue.c f3c6e377c6 PacketPassFairQueue: don't assign a new (lowest) time to a flow when it becomes active. Instead keep a time for all flows, and when it's about to 15 anni fa
PacketPassFairQueue.h f3c6e377c6 PacketPassFairQueue: don't assign a new (lowest) time to a flow when it becomes active. Instead keep a time for all flows, and when it's about to 15 anni fa
PacketPassInactivityMonitor.c 00cd64a636 Introduce a brand new design based on a LIFO list of jobs pending execution: 15 anni fa
PacketPassInactivityMonitor.h 00cd64a636 Introduce a brand new design based on a LIFO list of jobs pending execution: 15 anni fa
PacketPassInterface.c a72cb44424 flow: simplify implementation of flow interfaces 15 anni fa
PacketPassInterface.h a72cb44424 flow: simplify implementation of flow interfaces 15 anni fa
PacketPassNotifier.c bf23ab61fc minor changes 15 anni fa
PacketPassNotifier.h bf23ab61fc minor changes 15 anni fa
PacketPassPriorityQueue.c c2167ac4b0 Minor changes 15 anni fa
PacketPassPriorityQueue.h c2167ac4b0 Minor changes 15 anni fa
PacketProtoDecoder.c c5e652b3fd Minor changes 15 anni fa
PacketProtoDecoder.h 8e969cfc58 move flow/error.h to FlowError 15 anni fa
PacketProtoEncoder.c b66f585596 PacketProtoEncoder: simplify 15 anni fa
PacketProtoEncoder.h 00cd64a636 Introduce a brand new design based on a LIFO list of jobs pending execution: 15 anni fa
PacketProtoFlow.c 00cd64a636 Introduce a brand new design based on a LIFO list of jobs pending execution: 15 anni fa
PacketProtoFlow.h c5e652b3fd Minor changes 15 anni fa
PacketRecvBlocker.c c5e652b3fd Minor changes 15 anni fa
PacketRecvBlocker.h 00cd64a636 Introduce a brand new design based on a LIFO list of jobs pending execution: 15 anni fa
PacketRecvConnector.c 00cd64a636 Introduce a brand new design based on a LIFO list of jobs pending execution: 15 anni fa
PacketRecvConnector.h 00cd64a636 Introduce a brand new design based on a LIFO list of jobs pending execution: 15 anni fa
PacketRecvInterface.c a72cb44424 flow: simplify implementation of flow interfaces 15 anni fa
PacketRecvInterface.h a72cb44424 flow: simplify implementation of flow interfaces 15 anni fa
PacketRecvNotifier.c bf23ab61fc minor changes 15 anni fa
PacketRecvNotifier.h bf23ab61fc minor changes 15 anni fa
PacketStreamSender.c 00cd64a636 Introduce a brand new design based on a LIFO list of jobs pending execution: 15 anni fa
PacketStreamSender.h 00cd64a636 Introduce a brand new design based on a LIFO list of jobs pending execution: 15 anni fa
RouteBuffer.c 5fd2e0cf5b flow: add RouteBuffer 15 anni fa
RouteBuffer.h 5fd2e0cf5b flow: add RouteBuffer 15 anni fa
SCKeepaliveSource.c 00cd64a636 Introduce a brand new design based on a LIFO list of jobs pending execution: 15 anni fa
SCKeepaliveSource.h 00cd64a636 Introduce a brand new design based on a LIFO list of jobs pending execution: 15 anni fa
SPProtoDecoder.c 0b5077ef78 Minor changes 15 anni fa
SPProtoDecoder.h 00cd64a636 Introduce a brand new design based on a LIFO list of jobs pending execution: 15 anni fa
SPProtoEncoder.c 0b5077ef78 Minor changes 15 anni fa
SPProtoEncoder.h 8bf44ec382 Minor changes 15 anni fa
SinglePacketBuffer.c 00cd64a636 Introduce a brand new design based on a LIFO list of jobs pending execution: 15 anni fa
SinglePacketBuffer.h 00cd64a636 Introduce a brand new design based on a LIFO list of jobs pending execution: 15 anni fa
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 anni fa
SinglePacketSender.h adaa666328 SinglePacketSender: port to DebugError 15 anni fa
StreamPassInterface.c a72cb44424 flow: simplify implementation of flow interfaces 15 anni fa
StreamPassInterface.h a72cb44424 flow: simplify implementation of flow interfaces 15 anni fa
StreamRecvConnector.c bf23ab61fc minor changes 15 anni fa
StreamRecvConnector.h bf23ab61fc minor changes 15 anni fa
StreamRecvInterface.c a72cb44424 flow: simplify implementation of flow interfaces 15 anni fa
StreamRecvInterface.h a72cb44424 flow: simplify implementation of flow interfaces 15 anni fa
StreamSocketSink.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 anni fa
StreamSocketSink.h ced69b1b88 StreamSocketSink: port to DebugError 15 anni fa
StreamSocketSource.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 anni fa
StreamSocketSource.h 32ee730ed1 StreamSocketSource: port to DebugError 15 anni fa