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