ambrop7 e4e49b9c7d minor changes 15 年之前
..
BufferWriter.c c2167ac4b0 Minor changes 15 年之前
BufferWriter.h 8bf44ec382 Minor changes 15 年之前
CMakeLists.txt 4af9060ffe flow: add PacketRouter 15 年之前
DataProtoKeepaliveSource.c c5e652b3fd Minor changes 15 年之前
DataProtoKeepaliveSource.h 00cd64a636 Introduce a brand new design based on a LIFO list of jobs pending execution: 15 年之前
DatagramSocketSink.c 49a56089a7 system/BAddr.h: replace *_IsRecognized in favour of *_Assert 15 年之前
DatagramSocketSink.h 8e969cfc58 move flow/error.h to FlowError 15 年之前
DatagramSocketSource.c bf23ab61fc minor changes 15 年之前
DatagramSocketSource.h 8e969cfc58 move flow/error.h to FlowError 15 年之前
FlowError.c 8e969cfc58 move flow/error.h to FlowError 15 年之前
FlowError.h 8e969cfc58 move flow/error.h to FlowError 15 年之前
FragmentProtoAssembler.c 08baacbbf5 Minor changes 15 年之前
FragmentProtoAssembler.h 00cd64a636 Introduce a brand new design based on a LIFO list of jobs pending execution: 15 年之前
FragmentProtoDisassembler.c c5e652b3fd Minor changes 15 年之前
FragmentProtoDisassembler.h 00cd64a636 Introduce a brand new design based on a LIFO list of jobs pending execution: 15 年之前
KeepaliveIO.c c2167ac4b0 Minor changes 15 年之前
KeepaliveIO.h 00cd64a636 Introduce a brand new design based on a LIFO list of jobs pending execution: 15 年之前
PacketBuffer.c 4b25f9ad36 PacketBuffer: call Recv before calling Send, so that sending has priority over receiving (it's a LIFO...) 15 年之前
PacketBuffer.h 00cd64a636 Introduce a brand new design based on a LIFO list of jobs pending execution: 15 年之前
PacketCopier.c 5bf73c9771 PacketCopier, FragmentProtoDisassembler: always call Done for input and output in the same order, giving priority to output 15 年之前
PacketCopier.h 00cd64a636 Introduce a brand new design based on a LIFO list of jobs pending execution: 15 年之前
PacketPassConnector.c e4e49b9c7d minor changes 15 年之前
PacketPassConnector.h e4e49b9c7d minor changes 15 年之前
PacketPassFairQueue.c 55d8881fde PacketPassFairQueue: add additional weight to packets 15 年之前
PacketPassFairQueue.h 55d8881fde PacketPassFairQueue: add additional weight to packets 15 年之前
PacketPassInactivityMonitor.c 00cd64a636 Introduce a brand new design based on a LIFO list of jobs pending execution: 15 年之前
PacketPassInactivityMonitor.h 00cd64a636 Introduce a brand new design based on a LIFO list of jobs pending execution: 15 年之前
PacketPassInterface.c a72cb44424 flow: simplify implementation of flow interfaces 15 年之前
PacketPassInterface.h a72cb44424 flow: simplify implementation of flow interfaces 15 年之前
PacketPassNotifier.c 087189af36 PacketPassNotifier: remove useless debug code 15 年之前
PacketPassNotifier.h 087189af36 PacketPassNotifier: remove useless debug code 15 年之前
PacketPassPriorityQueue.c 104fb40944 PacketPassPriorityQueue, PacketPassFairQueue: minor changes 15 年之前
PacketPassPriorityQueue.h 104fb40944 PacketPassPriorityQueue, PacketPassFairQueue: minor changes 15 年之前
PacketProtoDecoder.c c5e652b3fd Minor changes 15 年之前
PacketProtoDecoder.h 8e969cfc58 move flow/error.h to FlowError 15 年之前
PacketProtoEncoder.c b66f585596 PacketProtoEncoder: simplify 15 年之前
PacketProtoEncoder.h 00cd64a636 Introduce a brand new design based on a LIFO list of jobs pending execution: 15 年之前
PacketProtoFlow.c 00cd64a636 Introduce a brand new design based on a LIFO list of jobs pending execution: 15 年之前
PacketProtoFlow.h c5e652b3fd Minor changes 15 年之前
PacketRecvBlocker.c c5e652b3fd Minor changes 15 年之前
PacketRecvBlocker.h 00cd64a636 Introduce a brand new design based on a LIFO list of jobs pending execution: 15 年之前
PacketRecvConnector.c e4e49b9c7d minor changes 15 年之前
PacketRecvConnector.h e4e49b9c7d minor changes 15 年之前
PacketRecvInterface.c a72cb44424 flow: simplify implementation of flow interfaces 15 年之前
PacketRecvInterface.h a72cb44424 flow: simplify implementation of flow interfaces 15 年之前
PacketRecvNotifier.c bf23ab61fc minor changes 15 年之前
PacketRecvNotifier.h bf23ab61fc minor changes 15 年之前
PacketRouter.c e28eeecf22 PacketRouter: first send, then receive more 15 年之前
PacketRouter.h e28eeecf22 PacketRouter: first send, then receive more 15 年之前
PacketStreamSender.c 00cd64a636 Introduce a brand new design based on a LIFO list of jobs pending execution: 15 年之前
PacketStreamSender.h 00cd64a636 Introduce a brand new design based on a LIFO list of jobs pending execution: 15 年之前
RouteBuffer.c 5fd2e0cf5b flow: add RouteBuffer 15 年之前
RouteBuffer.h 5fd2e0cf5b flow: add RouteBuffer 15 年之前
SCKeepaliveSource.c 00cd64a636 Introduce a brand new design based on a LIFO list of jobs pending execution: 15 年之前
SCKeepaliveSource.h 00cd64a636 Introduce a brand new design based on a LIFO list of jobs pending execution: 15 年之前
SPProtoDecoder.c 0b5077ef78 Minor changes 15 年之前
SPProtoDecoder.h 00cd64a636 Introduce a brand new design based on a LIFO list of jobs pending execution: 15 年之前
SPProtoEncoder.c 0b5077ef78 Minor changes 15 年之前
SPProtoEncoder.h 8bf44ec382 Minor changes 15 年之前
SinglePacketBuffer.c 00cd64a636 Introduce a brand new design based on a LIFO list of jobs pending execution: 15 年之前
SinglePacketBuffer.h 00cd64a636 Introduce a brand new design based on a LIFO list of jobs pending execution: 15 年之前
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 年之前
SinglePacketSender.h adaa666328 SinglePacketSender: port to DebugError 15 年之前
StreamPassInterface.c a72cb44424 flow: simplify implementation of flow interfaces 15 年之前
StreamPassInterface.h a72cb44424 flow: simplify implementation of flow interfaces 15 年之前
StreamRecvConnector.c e4e49b9c7d minor changes 15 年之前
StreamRecvConnector.h e4e49b9c7d minor changes 15 年之前
StreamRecvInterface.c a72cb44424 flow: simplify implementation of flow interfaces 15 年之前
StreamRecvInterface.h a72cb44424 flow: simplify implementation of flow interfaces 15 年之前
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 年之前
StreamSocketSink.h ced69b1b88 StreamSocketSink: port to DebugError 15 年之前
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 年之前
StreamSocketSource.h 32ee730ed1 StreamSocketSource: port to DebugError 15 年之前