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/udpgw
AgeCommit message (Expand)Author
2016-05-24Use GNUInstallDirs for controlling install destinationsJulian Ospald
2013-05-01udpgw: fix clang warningambrop7
2013-04-22tun2socks: IPv6 support. Includes updated lwIP version and udpgw program.ambrop7
2013-03-13tun2socks, udpgw: transparent DNS support, contributed by Kerem Hadimli. No W...ambrop7
2012-12-30fix many potential aliasing issuesambrop7
2012-07-24port to compile with MSVCambrop7
2012-07-21simplify comparators using B_COMPAREambrop7
2012-01-27switch to using the New BSD Licenseambrop7
2012-01-02udpgw: add option to use unique local ports for each remote IP address (by de...ambrop7
2012-01-01udpgw: don't return busy connections as least-usedambrop7
2012-01-01udpgw: another attempt at fixing bindingambrop7
2012-01-01udpgw: try to fix the local port bindingambrop7
2012-01-01udpgw: add option for specifying local UDP port rangeambrop7
2011-09-04call open_standard_streams() on startup to ensure stdin/stdout/stderr file de...ambrop7
2011-07-24Rework logging, don't format log messages if we wouldn't log them. Results in...ambrop7
2011-07-21PacketPassFairQueue: enforce MTU limit through error not assertionambrop7
2011-06-20udpgw: add command line option for SO_SNDBUF. Bump default to 1M.ambrop7
2011-06-18PacketProtoDecoder: report errors without FlowError.ambrop7
2011-06-03BLog_syslog: move from system to baseambrop7
2011-05-28Replace BSocket with BConnection and BDatagram. On Windows, do all I/O throug...ambrop7
2011-05-15rearrange source flow such that 'flow' does not depend on 'system' ambrop7
2011-05-08udpgw: change default parametersambrop7
2011-05-07add udpgwambrop7