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/client
AgeCommit message (Expand)Author
2018-12-30Assume that NSS headers are under nss/.Ambroz Bizjak
2016-05-24Use GNUInstallDirs for controlling install destinationsJulian Ospald
2013-01-28client, server: implement experimental support for performing SSL operations ...ambrop7
2013-01-23client/CMakeLists.txt: make sure we link to threadworkambrop7
2013-01-22client: make max_peers adjustible at runtime via command lineambrop7
2012-12-30fix many potential aliasing issuesambrop7
2012-09-01get rid of some warningsambrop7
2012-09-01remove LinkedList2 and use LinkedList1 insteadambrop7
2012-08-14remove some unused variables and labelsambrop7
2012-07-24port to compile with MSVCambrop7
2012-07-22client: FrameDecider: port multicast tree to SAvlambrop7
2012-07-22client: FrameDecider: port groups tree to SAvlambrop7
2012-07-22client: FrameDecider: port macs tree to SAvlambrop7
2012-07-22client: FragmentProtoAssembler: port to SAvlambrop7
2012-07-21simplify comparators using B_COMPAREambrop7
2012-07-20client: FrameDecider: port multicast tree to CAvlambrop7
2012-07-20client: FrameDecider: port groups tree to CAvlambrop7
2012-07-20client: FrameDecider: port macs tree to CAvlambrop7
2012-07-20client: FragmentProtoAssembler: port to CAvlambrop7
2012-01-27switch to using the New BSD Licenseambrop7
2011-09-04install man pages for programs only if we're building those programsambrop7
2011-09-04call open_standard_streams() on startup to ensure stdin/stdout/stderr file de...ambrop7
2011-07-25Revert revision 759. It actually significally slowed down some other workload...ambrop7
2011-07-25FragmentProtoDisassembler: use a job instead of a timer to wait for more inpu...ambrop7
2011-07-24SPProtoDecoder: add log prefix to log messagesambrop7
2011-07-24cosmetic changes: remove includes already included in header filesambrop7
2011-07-24FragmentProtoAssembler: add log prefix to log messagesambrop7
2011-07-24use the same global log function typedef everywhereambrop7
2011-07-24Rework logging, don't format log messages if we wouldn't log them. Results in...ambrop7
2011-07-22client: send resetpeer if we run out of send bufferambrop7
2011-07-22client: cosmetic changesambrop7
2011-07-22cosmetic changesambrop7
2011-07-22cosmetic changesambrop7
2011-07-22cosmetic changesambrop7
2011-07-21DPRelay: cosmetic changesambrop7
2011-07-21DataProto: cosmetic changesambrop7
2011-07-21DataProto: cosmetic changesambrop7
2011-07-21DataProto: cosmetic changesambrop7
2011-07-21PacketPassFairQueue: enforce MTU limit through error not assertionambrop7
2011-07-21DataProto: cosmetic changesambrop7
2011-07-17cosmetic changesambrop7
2011-07-17client: move peer message sending buffer to PeerChatambrop7
2011-07-16client: don't require --allow-peer-talk-without-ssl if we're not using SSL in...ambrop7
2011-07-15client: PeerChat: prepend peer log prefix to log messagesambrop7
2011-07-15StreamPeerIO: prepend peer log prefix to log messagesambrop7
2011-07-15client: DatagramPeerIO: prepend peer log prefix to log messagesambrop7
2011-07-15client: DatagramPeerIO: remove DatagramPeerIO_SetHandlersambrop7
2011-07-15client: FrameDecider: prepend peer log prefix to log messagesambrop7
2011-07-14client: merge "talking" and "initialized" log messagesambrop7
2011-07-14Make peers use SSL when talking through the server.ambrop7