Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ambrop72/badvpn.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/flow
AgeCommit message (Expand)Author
2011-01-16PacketPassFairQueue: add additional weight to packetsambrop7
2011-01-16PacketPassPriorityQueue, PacketPassFairQueue: minor changesambrop7
2011-01-15PacketPassNotifier: remove useless debug codeambrop7
2011-01-15PacketRouter: first send, then receive moreambrop7
2011-01-14flow: add PacketRouterambrop7
2011-01-14flow: add RouteBufferambrop7
2010-12-27DebugError: don't use a dead var, use a job to enforce destruction, allowing ...ambrop7
2010-12-27SinglePacketSender: port to DebugErrorambrop7
2010-12-27StreamSocketSink: port to DebugErrorambrop7
2010-12-27StreamSocketSource: port to DebugErrorambrop7
2010-12-27flow: simplify implementation of flow interfacesambrop7
2010-12-26system/BAddr.h: replace *_IsRecognized in favour of *_Assertambrop7
2010-11-23PacketPassFairQueue: don't assign a new (lowest) time to a flow when it becom...ambrop7
2010-11-12move flow/error.h to FlowErrorambrop7
2010-11-12Minor changesambrop7
2010-11-12Minor changesambrop7
2010-11-12Minor changesambrop7
2010-11-12FragmentProtoAssembler: use BAllocambrop7
2010-11-12Minor changesambrop7
2010-11-12PacketCopier, FragmentProtoDisassembler: always call Done for input and outpu...ambrop7
2010-11-12PacketProtoEncoder: simplifyambrop7
2010-11-12PacketCopier: work more synchronouslyambrop7
2010-11-12PacketPassFairQueue: rework timeambrop7
2010-11-11Minor changesambrop7
2010-11-11PacketProtoDecoder, StreamPeerIO: fix bug: when an error occured in PacketPro...ambrop7
2010-11-11flow: remove unused code from interfacesambrop7
2010-11-09minor changesambrop7
2010-11-08PacketBuffer: call Recv before calling Send, so that sending has priority ove...ambrop7
2010-11-07Introduce a brand new design based on a LIFO list of jobs pending execution:ambrop7
2010-11-05PacketPassFairQueue: when assigning time to a flow, also consider the time of...ambrop7
2010-11-02PacketCopier: revert using jobs to call Done, it makes no senseambrop7
2010-11-02PacketCopier: lazifyambrop7
2010-11-02PacketProtoDecoder: operate synchronously, not as a bufferambrop7
2010-11-02Unix sockets suck at message oriented communication. Just use a stream socket...ambrop7
2010-11-01Remove seqsocket socket type. Unix socket of type SOCK_SEQPACKET are broken (...ambrop7
2010-11-01SeqPacketSocketSource: interpret return value 0 from recv as connection close...ambrop7
2010-11-01flow: add SeqPacketSocketSource, SeqPacketSocketSinkambrop7
2010-10-29security: make into a libraryambrop7
2010-10-27StreamPeerIO: use flows to send the password. Add SinglePacketSender and Pass...ambrop7
2010-10-25PacketProtoDecoder: remove old error codeambrop7
2010-10-25Initial importambrop7