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
2013-03-13compile PIC versions of internal libraries, to be used by NCD pluginsambrop7
2012-12-30fix many potential aliasing issuesambrop7
2012-09-01get rid of some warningsambrop7
2012-09-01remove LinkedList2 and use LinkedList1 insteadambrop7
2012-09-01cosmetic changesambrop7
2012-09-01flow: PacketPassPriorityQueue: use SAvl instead of BHeapambrop7
2012-09-01flow: PacketPassFairQueue: use SAvl instead of BHeapambrop7
2012-07-24port to compile with MSVCambrop7
2012-07-21simplify comparators using B_COMPAREambrop7
2012-03-31flow: PacketProtoDecoder: remove unneeded includeambrop7
2012-02-23flow: add PacketPassFifoQueueambrop7
2012-01-27switch to using the New BSD Licenseambrop7
2011-08-12flow: add StreamPassConnectorambrop7
2011-07-21PacketPassFairQueue: enforce MTU limit through error not assertionambrop7
2011-07-12flow: add StreamPacketSenderambrop7
2011-07-12PacketPassPriorityQueue, PacketPassFairQueue: add _GetMTU()ambrop7
2011-06-19fix integer overflows, cosmetic changesambrop7
2011-06-19use BAlloc in allocations where zero size is possibleambrop7
2011-06-18PacketProtoDecoder: report errors without FlowError.ambrop7
2011-05-28Replace BSocket with BConnection and BDatagram. On Windows, do all I/O throug...ambrop7
2011-05-17flow: add SingleStreamSenderambrop7
2011-05-17flow: add SingleStreamReceiverambrop7
2011-05-15rearrange source flow such that 'flow' does not depend on 'system' ambrop7
2011-04-28use BLog instead od DEBUGambrop7
2011-03-27flow: add LineBufferambrop7
2011-03-25PacketPassInactivityMonitor: add PacketPassInactivityMonitor_Forceambrop7
2011-03-21PacketPassInterface: remove Cancel in favour of RequestCancel with non-immedi...ambrop7
2011-03-20DatagramPeerIO: allow setting and unsetting handlersambrop7
2011-03-19PacketPassPriorityQueue, PacketPassFairQueue: document flow busyness betterambrop7
2011-03-19PacketPassInactivityMonitor: add PacketPassInactivityMonitor_SetHandlerambrop7
2011-03-16Add notes on using encryption functions from non-main threads.ambrop7
2011-03-15SPProtoDecoder: parallelize encryption and hashing using BThreadWorkambrop7
2011-03-15SPProtoEncoder: parallelize encryption and hashing using BThreadWorkambrop7
2011-03-14OTPChecker: parallelize OTP generation using BThreadWorkambrop7
2011-03-14OTPGenerator: parallelize OTP generation using BThreadWorkambrop7
2011-03-13ChunkBuffer2: add ChunkBuffer2_calc_blocks for computing the number of blocks...ambrop7
2011-01-28remove some gccismsambrop7
2011-01-25SPProtoEncoder: encode_packet should return voidambrop7
2011-01-22don't log error details in error handlersambrop7
2011-01-22log errors where they occurambrop7
2011-01-22FlowError: pass an int error code instead of a void *ambrop7
2011-01-22PacketRecvNotifier: removeambrop7
2011-01-22minor changes, move OTP warning to SPProtoEncoderambrop7
2011-01-21minor changesambrop7
2011-01-21minor changesambrop7
2011-01-21FragmentProtoDisassembler: fix assertambrop7
2011-01-21minor changesambrop7
2011-01-20oops...ambrop7
2011-01-20minor changesambrop7
2011-01-20minor changesambrop7