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/tuntap
AgeCommit message (Expand)Author
2016-11-13Fix TUN/TAP initialization with newer TAP-Windows.Ambroz Bizjak
2015-04-09Fix TUN/TAP operation with Linux kernel 3.19.Ambroz Bizjak
2014-11-26Refactoring using MemRef.Ambroz Bizjak
2013-03-15BTap: make a string in options a non-const char pointer so we can allocate an...ambrop7
2013-03-15BTap: implement initialization from file descriptorambrop7
2013-03-13compile PIC versions of internal libraries, to be used by NCD pluginsambrop7
2012-12-01system: BReactor, BConnection: properly handle HUP event so that it is possib...ambrop7
2012-07-24port to compile with MSVCambrop7
2012-01-27switch to using the New BSD Licenseambrop7
2012-01-27tuntap: wintap-common.h: rewriteambrop7
2011-06-18cosmetic changesambrop7
2011-06-18cosmetic changesambrop7
2011-06-18BTap: use a simple send function instead of PacketPassInterface; we send pack...ambrop7
2011-05-28Replace BSocket with BConnection and BDatagram. On Windows, do all I/O throug...ambrop7
2011-05-15BTap: fix broken MTU reportingambrop7
2011-05-15rearrange source flow such that 'flow' does not depend on 'system' ambrop7
2011-05-08BTap: report correct MTU in TUN modeambrop7
2011-04-28use BLog instead od DEBUGambrop7
2011-03-22BTap: remove unneeded cancel functionalityambrop7
2011-03-21PacketPassInterface: remove Cancel in favour of RequestCancel with non-immedi...ambrop7
2011-03-12FreeBSD support.ambrop7
2010-12-27DebugError: don't use a dead var, use a job to enforce destruction, allowing ...ambrop7
2010-12-26BTap: port to DebugErrorambrop7
2010-11-28BTap: on Windows, don't write frames without an Ethernet headerambrop7
2010-11-28BTap: support TUN on Windowsambrop7
2010-11-27BTap: add support for TUN devices (Linux only)ambrop7
2010-11-27BTap: don't assert on error fd eventsambrop7
2010-11-07Introduce a brand new design based on a LIFO list of jobs pending execution:ambrop7
2010-10-25Initial importambrop7