ambrop7 5a015fcb49 SPProtoDecoder: parallelize encryption and hashing using BThreadWork 15 tahun lalu
..
BufferWriter.c c2167ac4b0 Minor changes 15 tahun lalu
BufferWriter.h 8bf44ec382 Minor changes 15 tahun lalu
CMakeLists.txt fda152417e PacketRecvNotifier: remove 15 tahun lalu
DataProtoKeepaliveSource.c c5e652b3fd Minor changes 15 tahun lalu
DataProtoKeepaliveSource.h 00cd64a636 Introduce a brand new design based on a LIFO list of jobs pending execution: 15 tahun lalu
DatagramSocketSink.c d588473938 log errors where they occur 15 tahun lalu
DatagramSocketSink.h 8e969cfc58 move flow/error.h to FlowError 15 tahun lalu
DatagramSocketSource.c d588473938 log errors where they occur 15 tahun lalu
DatagramSocketSource.h 8e969cfc58 move flow/error.h to FlowError 15 tahun lalu
FlowError.c d1e931fcb4 FlowError: pass an int error code instead of a void * 15 tahun lalu
FlowError.h d1e931fcb4 FlowError: pass an int error code instead of a void * 15 tahun lalu
FragmentProtoAssembler.c 084597a46d minor changes 15 tahun lalu
FragmentProtoAssembler.h 084597a46d minor changes 15 tahun lalu
FragmentProtoDisassembler.c 521f7db90f remove some gccisms 15 tahun lalu
FragmentProtoDisassembler.h 0557db2ac5 minor changes 15 tahun lalu
KeepaliveIO.c c2167ac4b0 Minor changes 15 tahun lalu
KeepaliveIO.h 00cd64a636 Introduce a brand new design based on a LIFO list of jobs pending execution: 15 tahun lalu
PacketBuffer.c 6f95696566 ChunkBuffer2: add ChunkBuffer2_calc_blocks for computing the number of blocks, checking for overflows 15 tahun lalu
PacketBuffer.h 00cd64a636 Introduce a brand new design based on a LIFO list of jobs pending execution: 15 tahun lalu
PacketCopier.c 5bf73c9771 PacketCopier, FragmentProtoDisassembler: always call Done for input and output in the same order, giving priority to output 15 tahun lalu
PacketCopier.h 00cd64a636 Introduce a brand new design based on a LIFO list of jobs pending execution: 15 tahun lalu
PacketPassConnector.c e4e49b9c7d minor changes 15 tahun lalu
PacketPassConnector.h e4e49b9c7d minor changes 15 tahun lalu
PacketPassFairQueue.c 521f7db90f remove some gccisms 15 tahun lalu
PacketPassFairQueue.h 6953c4d39d oops... 15 tahun lalu
PacketPassInactivityMonitor.c 00cd64a636 Introduce a brand new design based on a LIFO list of jobs pending execution: 15 tahun lalu
PacketPassInactivityMonitor.h 00cd64a636 Introduce a brand new design based on a LIFO list of jobs pending execution: 15 tahun lalu
PacketPassInterface.c a72cb44424 flow: simplify implementation of flow interfaces 15 tahun lalu
PacketPassInterface.h a72cb44424 flow: simplify implementation of flow interfaces 15 tahun lalu
PacketPassNotifier.c 087189af36 PacketPassNotifier: remove useless debug code 15 tahun lalu
PacketPassNotifier.h 087189af36 PacketPassNotifier: remove useless debug code 15 tahun lalu
PacketPassPriorityQueue.c 104fb40944 PacketPassPriorityQueue, PacketPassFairQueue: minor changes 15 tahun lalu
PacketPassPriorityQueue.h 104fb40944 PacketPassPriorityQueue, PacketPassFairQueue: minor changes 15 tahun lalu
PacketProtoDecoder.c 521f7db90f remove some gccisms 15 tahun lalu
PacketProtoDecoder.h 8e969cfc58 move flow/error.h to FlowError 15 tahun lalu
PacketProtoEncoder.c b66f585596 PacketProtoEncoder: simplify 15 tahun lalu
PacketProtoEncoder.h 00cd64a636 Introduce a brand new design based on a LIFO list of jobs pending execution: 15 tahun lalu
PacketProtoFlow.c 00cd64a636 Introduce a brand new design based on a LIFO list of jobs pending execution: 15 tahun lalu
PacketProtoFlow.h c5e652b3fd Minor changes 15 tahun lalu
PacketRecvBlocker.c c5e652b3fd Minor changes 15 tahun lalu
PacketRecvBlocker.h 00cd64a636 Introduce a brand new design based on a LIFO list of jobs pending execution: 15 tahun lalu
PacketRecvConnector.c e4e49b9c7d minor changes 15 tahun lalu
PacketRecvConnector.h e4e49b9c7d minor changes 15 tahun lalu
PacketRecvInterface.c a72cb44424 flow: simplify implementation of flow interfaces 15 tahun lalu
PacketRecvInterface.h a72cb44424 flow: simplify implementation of flow interfaces 15 tahun lalu
PacketRouter.c e28eeecf22 PacketRouter: first send, then receive more 15 tahun lalu
PacketRouter.h e28eeecf22 PacketRouter: first send, then receive more 15 tahun lalu
PacketStreamSender.c 00cd64a636 Introduce a brand new design based on a LIFO list of jobs pending execution: 15 tahun lalu
PacketStreamSender.h 00cd64a636 Introduce a brand new design based on a LIFO list of jobs pending execution: 15 tahun lalu
RouteBuffer.c 5fd2e0cf5b flow: add RouteBuffer 15 tahun lalu
RouteBuffer.h 5fd2e0cf5b flow: add RouteBuffer 15 tahun lalu
SCKeepaliveSource.c 00cd64a636 Introduce a brand new design based on a LIFO list of jobs pending execution: 15 tahun lalu
SCKeepaliveSource.h 00cd64a636 Introduce a brand new design based on a LIFO list of jobs pending execution: 15 tahun lalu
SPProtoDecoder.c 5a015fcb49 SPProtoDecoder: parallelize encryption and hashing using BThreadWork 15 tahun lalu
SPProtoDecoder.h 5a015fcb49 SPProtoDecoder: parallelize encryption and hashing using BThreadWork 15 tahun lalu
SPProtoEncoder.c 644c1155c1 SPProtoEncoder: parallelize encryption and hashing using BThreadWork 15 tahun lalu
SPProtoEncoder.h 644c1155c1 SPProtoEncoder: parallelize encryption and hashing using BThreadWork 15 tahun lalu
SinglePacketBuffer.c 00cd64a636 Introduce a brand new design based on a LIFO list of jobs pending execution: 15 tahun lalu
SinglePacketBuffer.h 00cd64a636 Introduce a brand new design based on a LIFO list of jobs pending execution: 15 tahun lalu
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 tahun lalu
SinglePacketSender.h adaa666328 SinglePacketSender: port to DebugError 15 tahun lalu
StreamPassInterface.c a72cb44424 flow: simplify implementation of flow interfaces 15 tahun lalu
StreamPassInterface.h a72cb44424 flow: simplify implementation of flow interfaces 15 tahun lalu
StreamRecvConnector.c e4e49b9c7d minor changes 15 tahun lalu
StreamRecvConnector.h e4e49b9c7d minor changes 15 tahun lalu
StreamRecvInterface.c a72cb44424 flow: simplify implementation of flow interfaces 15 tahun lalu
StreamRecvInterface.h a72cb44424 flow: simplify implementation of flow interfaces 15 tahun lalu
StreamSocketSink.c d588473938 log errors where they occur 15 tahun lalu
StreamSocketSink.h ced69b1b88 StreamSocketSink: port to DebugError 15 tahun lalu
StreamSocketSource.c d588473938 log errors where they occur 15 tahun lalu
StreamSocketSource.h 32ee730ed1 StreamSocketSource: port to DebugError 15 tahun lalu