index
:
infinitytier.git
main
Fork of ZeroTier (mirror of https://github.com/vyos/infinitytier.git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
osdep
/
Binder.hpp
Age
Commit message (
Expand
)
Author
2019-06-17
Windows build fixes, fix double/float types to get rid of warnings.
Adam Ierymenko
2019-01-14
Updated licenses for 2019
Joseph Henry
2018-11-11
Added preprocessor check for __APPLE__ as an attempted fix for ticket #600
Joseph Henry
2018-08-09
merge dev
Adam Ierymenko
2018-07-19
Added ifdefs surrounding usage of getifaddrs() on Android
Joseph Henry
2018-05-30
Added VERB_ACK and VERB_QOS_MEASUREMENT, refined notion of path quality
Joseph Henry
2018-05-01
Introduced basic multipath support
Joseph Henry
2018-01-26
More cleanup of old stuff.
Adam Ierymenko
2018-01-25
More useful to allow arrays of IPs to bind to.
Adam Ierymenko
2018-01-25
Add bindToWildcard local.conf option.
Adam Ierymenko
2018-01-10
Added allowTcpFallbackRelay to local.conf, fixed logic in Binder's route enum...
Joseph Henry
2018-01-09
GitHub issue #492
Adam Ierymenko
2018-01-08
Copyright updates for 2018.
Adam Ierymenko
2017-08-14
GCC/G++ build fixes, GitHub issue #563
Adam Ierymenko
2017-07-13
More tracing stuff.
Adam Ierymenko
2017-07-07
More cleanup, Linux build fixes.
Adam Ierymenko
2017-07-06
Windows build fixes.
Adam Ierymenko
2017-07-06
.
Adam Ierymenko
2017-07-06
.
Adam Ierymenko
2017-06-07
Build fix, use -Os on Linux too.
Adam Ierymenko
2017-06-06
Last bit of new cluster code, ready to test.
Adam Ierymenko
2017-06-05
.
Adam Ierymenko
2017-04-27
License header update.
Adam Ierymenko
2017-02-21
properly fill out ifcfg files. also removed route re-add code for synology
Joseph Henry
2017-02-16
Decreased ZT_BINDER_REFRESH_PERIOD for Synology build
Joseph Henry
2017-01-01
Binder.hpp: gather all IPv4 interface addresses
Michał Zieliński
2016-12-12
Remove debug printf
Adam Ierymenko
2016-12-12
Use an alternative method for enumerating interface addresses on Linux to avo...
Adam Ierymenko
2016-06-21
Default route override and route management in general now works in Linux.
Adam Ierymenko
2016-04-05
Binder for Windows, and use Binder to get local interface addresses to advert...
Adam Ierymenko
2016-04-05
OneService now binds all ports to specific local interfaces instead of wildca...
Adam Ierymenko
2016-04-05
More refactoring and prep for explicit interface bindings (for default route ...
Adam Ierymenko
2016-04-05
Fix Cluster to send from a designated endpoint address instead of wildcard.
Adam Ierymenko
2016-04-04
Beginning of local binding manager for default gateway support.
Adam Ierymenko