ambrop7 e39dbd4fda Add notes on using encryption functions from non-main threads. 15 лет назад
..
BufferWriter.c c2167ac4b0 Minor changes 15 лет назад
BufferWriter.h 8bf44ec382 Minor changes 15 лет назад
CMakeLists.txt fda152417e PacketRecvNotifier: remove 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 d588473938 log errors where they occur 15 лет назад
DatagramSocketSink.h 8e969cfc58 move flow/error.h to FlowError 15 лет назад
DatagramSocketSource.c d588473938 log errors where they occur 15 лет назад
DatagramSocketSource.h 8e969cfc58 move flow/error.h to FlowError 15 лет назад
FlowError.c d1e931fcb4 FlowError: pass an int error code instead of a void * 15 лет назад
FlowError.h d1e931fcb4 FlowError: pass an int error code instead of a void * 15 лет назад
FragmentProtoAssembler.c 084597a46d minor changes 15 лет назад
FragmentProtoAssembler.h 084597a46d minor changes 15 лет назад
FragmentProtoDisassembler.c 521f7db90f remove some gccisms 15 лет назад
FragmentProtoDisassembler.h 0557db2ac5 minor changes 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 6f95696566 ChunkBuffer2: add ChunkBuffer2_calc_blocks for computing the number of blocks, checking for overflows 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 521f7db90f remove some gccisms 15 лет назад
PacketPassFairQueue.h 6953c4d39d oops... 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 521f7db90f remove some gccisms 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 лет назад
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 5a015fcb49 SPProtoDecoder: parallelize encryption and hashing using BThreadWork 15 лет назад
SPProtoDecoder.h e39dbd4fda Add notes on using encryption functions from non-main threads. 15 лет назад
SPProtoEncoder.c 644c1155c1 SPProtoEncoder: parallelize encryption and hashing using BThreadWork 15 лет назад
SPProtoEncoder.h e39dbd4fda Add notes on using encryption functions from non-main threads. 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 d588473938 log errors where they occur 15 лет назад
StreamSocketSink.h ced69b1b88 StreamSocketSink: port to DebugError 15 лет назад
StreamSocketSource.c d588473938 log errors where they occur 15 лет назад
StreamSocketSource.h 32ee730ed1 StreamSocketSource: port to DebugError 15 лет назад