Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-24 | whoops. committed a binary | Grant Limberg | |
2018-05-24 | ManagedRoute uses ioctl to add/remove routes on Linux | Grant Limberg | |
Added LinuxNetLink to talk to the rtnetlink socket for adding interfaces, addresses routes. Not yet complete. Can currently monitor changes on the system. | |||
2018-05-18 | node: remove deprecated register hint for C++17 compatibility | Dave Cottlehuber | |
when building with `ZT_DEBUG=1` this hint produces a warning: > node/Packet.cpp:335:43: error: 'register' storage class specifier is deprecated and incompatible with C++17 [-Werror,-Wdeprecated-register] See http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2015/n4340 | |||
2018-05-11 | Merge branch 'dev' of http://git.int.zerotier.com/zerotier/ZeroTierOne into dev | Adam Ierymenko | |
2018-05-11 | Windows 1.2.10 | Adam Ierymenko | |
2018-05-09 | Consolidated powerpc64le machine types, added 32-bit powerpc machine type ↵ | Joseph Henry | |
and a flag to disable use of Linux capabilities | |||
2018-05-09 | Merge branch 'master' into dev | Joseph Henry | |
2018-05-08 | 1.2.10 | Adam Ierymenko | |
2018-05-07 | Fix silly bug where moons and networks were being loaded by the address of ↵ | Adam Ierymenko | |
an array rather than the proper value. | |||
2018-05-07 | GitHub issue #734 (warning removal) | Adam Ierymenko | |
2018-05-04 | Added override directive to CFLAGS for Synology builds in make-linux.mk | Joseph Henry | |
2018-05-04 | Added override directive to CXXFLAGS for Synology builds in make-linux.mk | Joseph Henry | |
2018-05-04 | Added -fPIC for Synology builds | Joseph Henry | |
2018-05-03 | Debian clean fix and CentOS 6 upgrade fix. | Adam Ierymenko | |
2018-05-02 | Adjusted locking order of _paths_m for path pruning. Other minor multipath ↵ | Joseph Henry | |
changes | |||
2018-05-02 | User useradd not adduser on Debian. | Adam Ierymenko | |
2018-05-02 | Do not add zerotier-one user if it does not exist (Debian) | Adam Ierymenko | |
2018-05-02 | Cleanup. Misc type conversion and signedness fixes | Joseph Henry | |
2018-05-01 | Introduced basic multipath support | Joseph Henry | |
2018-05-01 | Re-ordered local.conf and node init logic, also split software update config ↵ | Joseph Henry | |
into separate method to fix bad node pointer reference | |||
2018-04-30 | Merge branch 'dev' into edge | Adam Ierymenko | |
2018-04-30 | Merge branch 'dev' of http://10.6.6.2/zerotier/ZeroTierOne into dev | Adam Ierymenko | |
2018-04-30 | Merge branch 'dev' of http://10.6.6.2/zerotier/ZeroTierOne into edge | Adam Ierymenko | |
2018-04-30 | ARM32 fix. | Adam Ierymenko | |
2018-04-30 | app icon with no alpha channel | Grant Limberg | |
2018-04-30 | Remove alpha channel from app store icon | Travis LaDuke | |
2018-04-30 | Merge branch 'dev' into edge | Adam Ierymenko | |
2018-04-27 | Merge branch 'dev' of /media/psf/Code/ZeroTier/ZeroTierOne into dev | Adam Ierymenko | |
2018-04-27 | Another squeeze fix to see if we can make this work. | Adam Ierymenko | |
2018-04-27 | Fix for packaging on old Debian squeeze. | Adam Ierymenko | |
2018-04-27 | Remove separate dh-systemd dependency since this is obsolete on newer Debian ↵ | Adam Ierymenko | |
anyway. | |||
2018-04-27 | Add some more icon sizes | Travis LaDuke | |
20x20, 60x60, 1024x1024 pngs getting ready for an iOS release | |||
2018-04-27 | Add some more icon sizes | Travis LaDuke | |
20x20, 60x60, 1024x1024 pngs getting ready for an iOS release | |||
2018-04-27 | Typo. | Adam Ierymenko | |
2018-04-27 | Debian build fix. | Adam Ierymenko | |
2018-04-27 | 1.2.8 Windows Advanced Installer update. | Adam Ierymenko | |
2018-04-27 | 1.2.8 bump for all but Windows install files. | Adam Ierymenko | |
2018-04-25 | Merge branch 'master' into edge | Adam Ierymenko | |
2018-04-25 | Merge pull request #428 from danielskowronski/netbsd-support | Adam Ierymenko | |
NetBSD support (we still consider this unsupported, but it might work -- thanks!) | |||
2018-04-25 | Merge branch 'dev' into netbsd-support | Adam Ierymenko | |
2018-04-25 | Re-enable faster ed25519 signatures on x64 thanks to PR from @jonathonf | Adam Ierymenko | |
2018-04-25 | Merge pull request #722 from jonathonf/dev | Adam Ierymenko | |
Fix ed25519-amd64-asm PIC compatibility | |||
2018-04-23 | Delete junk. | Adam Ierymenko | |
2018-04-23 | GitHub issue #723 | Adam Ierymenko | |
2018-04-21 | Fix ed25519-amd64-asm PIC compatibility | Jonathon Fernyhough | |
The Hyperledger implementation (https://github.com/hyperledger/iroha-ed25519) contains changes to the assembly code to allow PIC. This in turn fixes compilation/linking of ZeroTier One when "full hardening" flags are used. | |||
2018-04-20 | Disable ASM ed25519 by default (it only helps significantly on controllers) ↵ | Adam Ierymenko | |
so fPIE will work -- GitHub issue #717 | |||
2018-04-18 | Merge branch 'dev' of github.com:zerotier/ZeroTierOne into dev | Adam Ierymenko | |
2018-04-18 | Merge pull request #654 from atopuzov/armv7l | Adam Ierymenko | |
Add support for armv7l | |||
2018-04-18 | Merge pull request #673 from neutronscott/dev | Adam Ierymenko | |
check physical blacklist for interface binding as well | |||
2018-04-18 | Merge pull request #690 from Pablohn26/master | Adam Ierymenko | |
Warn about invalid network id instead of help |