Daniel Skowroński
|
18c9dc8a06
|
fix RTF_MULTICAST and g++ -w
|
9 years ago |
Daniel Skowroński
|
f09eedbd7a
|
make it compilable
|
9 years ago |
Daniel Skowroński
|
546e8a3b44
|
initial netbsd support in makefile/flags
|
9 years ago |
Adam Ierymenko
|
8e3463d47a
|
Add length limit to TEE and REDIRECT, and completely factor out old C json-parser to eliminate a dependency.
|
10 years ago |
Adam Ierymenko
|
fd81a7fe63
|
On Linux auto-detect presence of http-parser and lz4 and link against system libs instead of ext/ builtins (for RPM and DEB packaging effort)
|
10 years ago |
Adam Ierymenko
|
425d311ce8
|
Merge of netcon with edge and unification of make processes.
|
10 years ago |
Adam Ierymenko
|
906e49ff72
|
Add make option ZT_ENABLE_CLUSTER and disable it in default Linux build.
|
10 years ago |
Adam Ierymenko
|
f9f4dd5276
|
Fix FreeBSD regression -- gmake defaults g++ which does not exist.
|
11 years ago |
Moritz Warning
|
235d4aba9a
|
allow environment variables to set/extend CC, CXX, CFLAGS and LDFLAGS
|
11 years ago |
Adam Ierymenko
|
4c687fca45
|
No auto-updates on BSD either.
|
11 years ago |
Adam Ierymenko
|
a9a390a930
|
Apply @marning suggested SSE auto-detect to make builds easier on non-x86 platforms: aa2fd044cb
|
11 years ago |
Adam Ierymenko
|
13d5073e5b
|
CLI work and Makefile cleanup.
|
11 years ago |
Adam Ierymenko
|
8333bf065e
|
Basic CLI working with JSON output. Now to parse and support old tabular form.
|
11 years ago |
Adam Ierymenko
|
53cbe485f0
|
Some cleanup, and bite the bullet and go ahead and write a simple Http client. Need a cross-platform built-in one to do cli right.
|
11 years ago |
Adam Ierymenko
|
4e5d2d2c72
|
Write a zerotier-one.port file to the home path to make CLI easy to write, and do a backward compatiable CLI in bash instead of as part of the executable.
|
11 years ago |
Adam Ierymenko
|
6369c264e2
|
Rename netconf to controller and NetworkConfigMaster to NetworkController for consistency.
|
11 years ago |
Adam Ierymenko
|
5572b7ffb6
|
Simplify Phy<> to get rid of more indirections.
|
11 years ago |
Adam Ierymenko
|
7576911951
|
Temporarily shelve testnet/ -- will resurrect self-contained testnet later perhaps, but probably will not by the time next version ships. Was mostly for debugging multicast anyway and that is now quite stable.
|
11 years ago |
Adam Ierymenko
|
d761330465
|
No more tap factories.
|
11 years ago |
Adam Ierymenko
|
a61acf36d2
|
osnet -> osdep
|
11 years ago |
Adam Ierymenko
|
60158aa5dd
|
Turns out that node/ likely has no business with or need for the system IP routing table. So shelve that code for now.
|
11 years ago |
Adam Ierymenko
|
31bf0a4ea6
|
Netconf build fixes, schema, etc.
|
11 years ago |
Adam Ierymenko
|
1a02bcc9f5
|
Fork OSXEthernetTapFactory -> BSDEthernetTapFactory
|
11 years ago |
Adam Ierymenko
|
cd2bf6f4b3
|
Stash make-freebsd.mk in attic/ to indicate that the FreeBSD port is not done net. Coming soon!
|
11 years ago |
Adam Ierymenko
|
1bd5a1ebcd
|
Make selftest build and run on FreeBSD 10 with gmake
|
12 years ago |
Adam Ierymenko
|
4c59497b95
|
Linux build fixes for testnet.
|
12 years ago |
Adam Ierymenko
|
023cac4ebb
|
Add -g to optimized crypto code in ZT_DEBUG=1 build mode.
|
12 years ago |
Adam Ierymenko
|
6316011024
|
Make crypto and compression build optimized in debug, and also try disabling peers.persist -- might ship this way as it seems more trouble than its worth.
|
12 years ago |
Adam Ierymenko
|
1952db5069
|
Only enable SSE Salsa20 on x86 and x86_64 Linux
|
12 years ago |
Adam Ierymenko
|
721625d512
|
Add MAC to listnetworks, and some other make stuff.
|
12 years ago |
Adam Ierymenko
|
282114e96c
|
Makefile changes, and make Topology::getBestSupernode() return the "next" supernode if I am a supernode. Also some comment cleanup.
|
12 years ago |
Adam Ierymenko
|
b7b9b9c0b7
|
Add "make debug" to make building debug one-offs easier (Linux).
|
12 years ago |
Adam Ierymenko
|
8c9d3146df
|
make clean fix
|
12 years ago |
Adam Ierymenko
|
1f5feb75fb
|
LinuxEthernetTap refactor.
|
12 years ago |
Adam Ierymenko
|
05031ff938
|
Linux build stuff.
|
12 years ago |
Adam Ierymenko
|
adfb71fa6b
|
Compile for for TRACE, remove old TESTNET cruft.
|
12 years ago |
Adam Ierymenko
|
df0a8e8450
|
Linux routing table now works.
|
12 years ago |
Adam Ierymenko
|
12692c551e
|
SSE optimized Salsa20 -- anywhere from 20% to 50% faster than plain C version
|
12 years ago |
Adam Ierymenko
|
986773cc9c
|
ZT_USE_TESTNET define in makefiles.
|
12 years ago |
Adam Ierymenko
|
67b3fa9311
|
Clean up main.o in Linux make clean.
|
12 years ago |
Adam Ierymenko
|
ce09d00679
|
Security improvements to Linux build flags mirroring OSX improvements.
|
12 years ago |
Adam Ierymenko
|
268ec8d1e0
|
Fix for GitHub issue #40: updates.d not being cleared.
|
12 years ago |
Adam Ierymenko
|
ddb77b1454
|
Make rules for internal use.
|
12 years ago |
Adam Ierymenko
|
76638aae76
|
Linux installer builds...
|
12 years ago |
Adam Ierymenko
|
14e4e9e479
|
Phasing out existing installer, delete some stuff...
|
12 years ago |
Adam Ierymenko
|
5917453611
|
Linux makefile helpful debug line.
|
12 years ago |
Adam Ierymenko
|
b792ab8ff1
|
Prefer clang for Linux builds, but use gcc if no clang available.
|
12 years ago |
Adam Ierymenko
|
ec4ffc0c2c
|
Software update fetcher seems to work, going back to updater/installer itself.
|
12 years ago |
Adam Ierymenko
|
59b26faaba
|
Integrate idtool the same way we did with cli.
|
12 years ago |
Adam Ierymenko
|
66cff2e98d
|
Create common Makefile that automatically loads make rules on a per-OS basis.
|
12 years ago |