Ellen Wang
eb2f851e65
Don't relink zerotier-one every time.
...
Because zerotier-one depends on "one", which is a phony target,
making it relinks zerotier-one every time, which is probably
not the desired behavior.
In any case, zerotier-one, zerotier-cli, and zerotier-idtool are
real target, so they should have real dependencies and actions.
The "one" target now depends on these three files.
Behavior is mostly unchanged otherwise.
7 years ago
Joseph Henry
a0f47b12b4
Removed Synology-specific home path, changes made elsewhere in SPK
7 years ago
Adam Ierymenko
1b2d9e202e
Remove 44/8 as pseudoprivate since it is now partly global.
7 years ago
Michael Adams
daa8839005
Update Dockerfile
...
Update Dockerfile to use Debian 10 + pull the main.sh directly from Github; works for Portainer use.
7 years ago
Grant Limberg
80124bb753
Update release notes
7 years ago
Grant Limberg
861a319014
Merge branch 'dev' of github.com:zerotier/ZeroTierOne into dev
7 years ago
Grant Limberg
d43e810ecb
Finally figured out how to update the network interface names on Windows so that they'll be visible in `ipconfig`, `Get-NetAdapter` etc.
7 years ago
Grant Limberg
7afcc17024
no usleep() on Windows
7 years ago
Grant Limberg
2ab2f68725
Add a central database schema version check to central controller startup
7 years ago
Adam Ierymenko
90872c906f
Fix FileDB stuff and latency measurement.
7 years ago
Adam Ierymenko
bdc2ec1f5e
Track online status in FileDB
7 years ago
Grant Limberg
692733fffb
Don't write to ztc_network_status table anymore in central controller
7 years ago
Adam Ierymenko
d3728d5859
cleanup
7 years ago
Joseph Henry
389331ca29
Ticket #915 , added allowSecondaryPort to optionally force ZT to use a single port
7 years ago
Adam Ierymenko
b2c4b7e99f
Version bunmp
7 years ago
Adam Ierymenko
fee6aae442
Drop in faster C25519 agreement code.
7 years ago
Grant Limberg
409406d114
Whoops
7 years ago
Grant Limberg
203414910f
Give up to a second for the interface to appear to assign IP addresses
7 years ago
Travis LaDuke
ac0082a67e
Update README.md
7 years ago
Aleksandar Topuzović
9ccbe85923
Fix compiling on Raspberry PI Zero W on Arch Linux
...
* Should also fix it for Raspberry PI 1
* "gcc -dumpmachine | cut -d '-' -f 1" reports armv6l
7 years ago
Adam Ierymenko
dffbd2113a
Merge branch 'dev' of http://git.int.zerotier.com/zerotier/ZeroTierOne into dev
7 years ago
Adam Ierymenko
7db073d993
Start 1.4.0 release notes.
7 years ago
Adam Ierymenko
3c02c2e4bd
Windows installer bump
7 years ago
Adam Ierymenko
a17c760181
Fix Mac installer
7 years ago
Adam Ierymenko
54d2fa65dd
Version bump, cleanup
7 years ago
Adam Ierymenko
a019c3dd5d
Tighten up credential push just a bit for faster up-time with older nodes, should not have significant impact on bandwidth. Also some cleanup and push direct path timing fixes.
7 years ago
Adam Ierymenko
a3ef9b8a15
Cleanup
7 years ago
Adam Ierymenko
554e0b7c6d
Merge branch 'dev' of http://git.int.zerotier.com/zerotier/ZeroTierOne into dev
7 years ago
Adam Ierymenko
fd74e2a583
Windows build changes for 1.2.99 (1.4.0pre)
7 years ago
Grant Limberg
af5d3a7f0b
dockerfile updates
7 years ago
Adam Ierymenko
bb0808c99c
Remove current multithreaded receive path, which is not that efficient. We will do something better in the future.
7 years ago
Adam Ierymenko
f0295b154b
Merge branch 'dev' of http://git.int.zerotier.com/zerotier/ZeroTierOne into dev
7 years ago
Adam Ierymenko
b041de831a
More stack->heap
7 years ago
Grant Limberg
21e844cd82
Merge branch 'dev' of http://git.int.zerotier.com/ZeroTier/ZeroTierOne into dev
7 years ago
Grant Limberg
4e2439bd12
Don't call _phy->getIfName if localSocket is -1
7 years ago
Adam Ierymenko
c5a07c7f20
More stack->heap
7 years ago
Adam Ierymenko
e2900f4f3c
Fix valgrind warning... not sure if it is an actual issue.
7 years ago
Adam Ierymenko
aa831dd843
More stack->heap...
7 years ago
Adam Ierymenko
2dc783214c
Allocate outp on heap in Peer.
7 years ago
Adam Ierymenko
523df47a65
Check for null data ptr
7 years ago
Adam Ierymenko
f66fac3982
Win32 build fix
7 years ago
Adam Ierymenko
9c51ce9c40
Windows build fixes, fix double/float types to get rid of warnings.
7 years ago
Adam Ierymenko
9797540212
merge
7 years ago
Adam Ierymenko
ce2338c24a
Fix null ptr on managed routes if no IPs are set.
7 years ago
Grant Limberg
3b188ba672
no message
7 years ago
Grant Limberg
eb84d61deb
remove these from jenkins for now
7 years ago
Grant Limberg
47d29ddcaf
Compiler warning cleanup
7 years ago
Grant Limberg
f411eb1651
Remove old RethinkDB.cpp/.hpp files from visual studio project
7 years ago
Joseph Henry
94bd2918fa
Merge branch 'dev' of http://git.int.zerotier.com/ZeroTier/ZeroTierOne into dev
7 years ago
Joseph Henry
c3bfcf560b
Removed check for port number in multipath path replacement logic
7 years ago