summaryrefslogtreecommitdiff
path: root/make-linux.mk
AgeCommit message (Collapse)Author
2019-03-04added librabbitmq library for central controllerGrant Limberg
2019-02-08update docker registry usedGrant Limberg
2018-12-06More speed stuff.Adam Ierymenko
2018-11-30back to plain old libpq in devGrant Limberg
2018-11-13update makefile for libpqxx controllerGrant Limberg
2018-10-03Ticket #739 - Fixed what appears to be a copy-paste error for machine type ↵Joseph Henry
detection in linux makefile, added line for armv7hl
2018-09-28Working controller & docker container for GKEGrant Limberg
2018-09-25Merge branch 'dev' into libpqGrant Limberg
2018-08-31Postgres Integration has begunGrant Limberg
2018-07-11Minor tweak to linux makefileJoseph Henry
2018-07-03Fix two controller bugs: filesystem bug and another possible infinite ↵Adam Ierymenko
recursion bug.
2018-06-04Merge branch 'rtnetlink' into edgeGrant Limberg
2018-06-04rtnetlink integrated. no more callouts to iproute2Grant Limberg
2018-05-30Added VERB_ACK and VERB_QOS_MEASUREMENT, refined notion of path qualityJoseph Henry
2018-05-30Merge branch 'dev' into edgeAdam Ierymenko
2018-05-24ManagedRoute uses ioctl to add/remove routes on LinuxGrant 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-09Consolidated powerpc64le machine types, added 32-bit powerpc machine type ↵Joseph Henry
and a flag to disable use of Linux capabilities
2018-05-09Merge branch 'master' into devJoseph Henry
2018-05-04Added override directive to CFLAGS for Synology builds in make-linux.mkJoseph Henry
2018-05-04Added override directive to CXXFLAGS for Synology builds in make-linux.mkJoseph Henry
2018-05-04Added -fPIC for Synology buildsJoseph Henry
2018-05-03Debian clean fix and CentOS 6 upgrade fix.Adam Ierymenko
2018-04-30Merge branch 'dev' into edgeAdam Ierymenko
2018-04-30ARM32 fix.Adam Ierymenko
2018-04-30Merge branch 'dev' into edgeAdam Ierymenko
2018-04-27Typo.Adam Ierymenko
2018-04-27Debian build fix.Adam Ierymenko
2018-04-25Merge branch 'master' into edgeAdam Ierymenko
2018-04-25Re-enable faster ed25519 signatures on x64 thanks to PR from @jonathonfAdam Ierymenko
2018-04-20Disable ASM ed25519 by default (it only helps significantly on controllers) ↵Adam Ierymenko
so fPIE will work -- GitHub issue #717
2018-04-18Merge pull request #654 from atopuzov/armv7lAdam Ierymenko
Add support for armv7l
2018-03-29Merge branch 'dev' into edgeAdam Ierymenko
2018-03-29GitHub issue #701Adam Ierymenko
2018-03-19Merge branch 'dev' into edgeAdam Ierymenko
2018-03-13Use X64 ASM ed25519 signatures on Linux/x64, which are about 10X faster. ↵Adam Ierymenko
Will matter a lot for network controllers, not so much for other things.
2018-02-16Linux: link system libcurl when compiling with ZT_VAULT_SUPPORT=1Grant Limberg
Requires libcurl and development headers to be installed
2018-02-01A few other make changes.Adam Ierymenko
2018-02-01Allow us to build a semi-dynamic official binary that works back to CentOS ↵Adam Ierymenko
6, at least on x64, and is very fast since we can build it with newer clang or icc.
2018-02-01Use Intel icc if available on Linux.Adam Ierymenko
2018-02-01Fix build on Intel C/C++ Compiler for Linux.Adam Ierymenko
2018-01-02Add support for armv7lAleksandar Topuzovic
* GCC running on Raspberry Pi 3 on Arch linux ARM reports arch as armv7l-unknown-linux-gnueabihf
2017-12-15Merge branch 'dev' of http://10.6.6.2/zerotier/ZeroTierOne into devAdam Ierymenko
2017-12-15Some micro-optimizations, including a memcpy that is faster than Linux for ↵Adam Ierymenko
most distro/compiler versions.
2017-12-14Added ZT_SANITIZE option to makefiles. This your new memory debugging best ↵Joseph Henry
friend
2017-12-08Member commit bug fix.Adam Ierymenko
2017-12-07GitHub issue #589Adam Ierymenko
2017-11-09GitHub issue #617Adam Ierymenko
2017-11-08RethinkDB build fix.Adam Ierymenko
2017-11-03RethinkDB fixes.Adam Ierymenko
2017-11-03Linux build fixes, linux build rule for RethinkDB mode controller, also ↵Adam Ierymenko
force disable shitty allocators in libstdc++.