Adam Ierymenko
eac56a2e25
Build fix in ARM flags for Snap builds.
4 years ago
Adam Ierymenko
5ce0019ee5
ARM wrestling.
4 years ago
Adam Ierymenko
e37c9055b3
ARM flags
4 years ago
Adam Ierymenko
8cda04cc98
Use nproc to get the number of cores on Linux to speed up bounds.
4 years ago
Adam Ierymenko
f20b7e8cee
ARM32 flags update.
4 years ago
Joseph Henry
62ce6e6a60
Disable faster x64 crypto mode for IA32 builds
4 years ago
Joseph Henry
c7109c646a
Add IA32 build flag
4 years ago
Grant Limberg
a411b83a65
remove strip calls from linux makefile
5 years ago
Grant Limberg
eec46a137e
optimize data loading from psql on startup
5 years ago
Grant Limberg
5623a0b420
fix central controller build from linux
5 years ago
Grant Limberg
6cb4c58d9a
linux docker build
5 years ago
Joseph Henry
315a5cfd58
Fix ZT_SANITIZE flag handling in Linux makefile
5 years ago
Adam Ierymenko
201fd7c421
Revert "Revert "GitHub issue #1317""
...
This reverts commit 89efd09e20 .
5 years ago
Adam Ierymenko
89efd09e20
Revert "GitHub issue #1317"
...
This reverts commit c14d1047d2 .
5 years ago
Adam Ierymenko
c14d1047d2
GitHub issue #1317
5 years ago
Adam Ierymenko
0587e432c0
ARM wrestling.
5 years ago
Adam Ierymenko
bcb3fc7fc0
Only use SSE/SSE2 for X64 for regular stuff.
5 years ago
Adam Ierymenko
2c75be0d64
Do not always enable SSE4 on X64 due to old Atom chips. Enable instead only for AES-NI code which is only run if AES-NI is present, which it is not on these old chips.
6 years ago
Adam Ierymenko
d82b3684ac
Enable RV64
6 years ago
Adam Ierymenko
04f6140da6
AES builds and works now on ARM64.
6 years ago
Adam Ierymenko
8374553b6a
Linux build fix for AES flags.
6 years ago
Adam Ierymenko
3fd8efe642
AES builds now
6 years ago
Grant Limberg
663df9118a
fix centos8 build
6 years ago
Grant Limberg
73b1d57b13
rip out rabbitMQ
6 years ago
Grant Limberg
acb4ef0f12
add hiredis-vip to controller build
6 years ago
Gleb Panov
d2db307bee
Add lines to enable Elbrus ( https://en.wikipedia.org/wiki/Elbrus-8S ) microprocessor architecture. No changes in code, only in build procedure (recognise relevant ARCH output.
6 years ago
Athanasios Oikonomou
182f16d2a4
Add support for armv7ve
...
This commit adds support for ARM armv7ve arch.
The extended version of the ARMv7-A architecture with support for virtualization.
6 years ago
Joseph Henry
54f9f2ad53
Add special case for Ubiquiti routers in platformDefaultHomePath()
6 years ago
Grant Limberg
00ac35ad62
add --no-cache for docker central controller build
6 years ago
Grant Limberg
12a92fc4a1
Un-log & some production build image fixes
6 years ago
root
23d5a972ba
disable lintian because sid/bullseye are sitting there running /bin/sleep 3 endlessly on this step
6 years ago
root
d5467e130e
disable lintian because sid/bullseye are sitting there running /bin/sleep 3 endlessly on this step
6 years ago
Grant Limberg
e0518ab176
testing armv5t instead of armv5 flag
6 years ago
Grant Limberg
381f15382c
Convert central-controller docker build to use a builder subcontainer
6 years ago
Adam Ierymenko
0767ea5d69
* Update default root list to latest
...
* ARM32 platform build and flag fixes
* Add a clarification line to LICENSE.txt
* Fix license message in CLI
* Windows service now looks for service command line arguments
* Fixed a bug that could cause excessive queued multicasts
7 years ago
Adam Ierymenko
ef69f1bb27
ARM wrestling
7 years ago
Adam Ierymenko
ebb5f1256f
ARM wrestling
7 years ago
Adam Ierymenko
7c6d0d3c0f
ARM wrestling
7 years ago
Grant Limberg
1cf953c046
working docker image for end users.
...
GitHub Issue #1013
7 years ago
Grant Limberg
5cda292d15
comment out `docker` docker target from makefile because broken
7 years ago
Adam Ierymenko
ca89695270
Fix make central-controller-docker
7 years ago
Adam Ierymenko
05470bf202
Fix RPM targets
7 years ago
Adam Ierymenko
2f74bd5150
Add "make docker" for GitHub issue #1013
7 years ago
Adam Ierymenko
fb3b2820b5
centos 7 docs
7 years ago
Adam Ierymenko
3ed8e46782
Use devtoolset-8 on RHEL/CentOS 7
7 years ago
Joseph Henry
d2af12b6a0
Forgot to add ZT_DISABLE_COMPRESSION to linux makefile
7 years ago
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
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
Joseph Henry
ebadc6f203
Added s390x arch flags to makefile and ZeroTierOne.h for ticket #950
7 years ago
Grant Limberg
de1fc43cc5
added librabbitmq library for central controller
7 years ago