Adam Ierymenko
d77846dcea
Add bigness to buffers to prevent overflow on high traffic (Mac tap).
7 years ago
Adam Ierymenko
92c811deb7
Destroy feth devices before creating to delete old ones if they were left behind (MacEthernetTap).
7 years ago
Adam Ierymenko
92f199ab98
More bug fixing for AARCH64.
7 years ago
Adam Ierymenko
b65feeba85
One more AARCH64 fix.
7 years ago
Adam Ierymenko
6914425b03
cleanup
7 years ago
Adam Ierymenko
89f57124b2
Never mind, only unused on some builds so leave them there.
7 years ago
Adam Ierymenko
65823332d4
Comment out some unused functions.
7 years ago
Adam Ierymenko
ee8682ac75
Temporarily disable the symmetric NAT port prediction code since the current version adds protocol overhead and probably is not that effective.
7 years ago
Adam Ierymenko
e3e5137757
Fix more alignment hell in LinuxNetLink for AARCH64 and probably other pedantic architectures.
7 years ago
Adam Ierymenko
d81549a7b1
Various other fixes including removal of more mem*() issues and netlink fixes for AARCH64.
7 years ago
Adam Ierymenko
d5ac8512e3
...
7 years ago
Adam Ierymenko
f23e354272
Nope, more...
7 years ago
Adam Ierymenko
6475e1faf6
I think this is the last one.
7 years ago
Adam Ierymenko
752fc0742e
More mem*() stuff... sigh...
7 years ago
Adam Ierymenko
e1091611da
More mem*() stuff...
7 years ago
Adam Ierymenko
678116b6d1
One more.
7 years ago
Adam Ierymenko
0a9e2227e8
... and more
7 years ago
Adam Ierymenko
2600b1f144
Removal of more mem*() calls.
7 years ago
Adam Ierymenko
b56753ea9f
Get rid of some mem* calls that are bad C++ form (but worked fine) and cause warnings.
7 years ago
Adam Ierymenko
97046b265c
Kill ZT_FAST_MEMCPY in selftest.
7 years ago
Adam Ierymenko
2966eac64f
Get rid of ZT_FAST_MEMCPY because this is not really needed.
7 years ago
Adam Ierymenko
d530356055
RingBuffer<> is now templated with size, buffer is now static.
7 years ago
Adam Ierymenko
af3ec000a0
Merge branch 'dev' into edge
7 years ago
Adam Ierymenko
8051127c3b
Update credits.
7 years ago
Adam Ierymenko
e37eb0aa54
More cleanup of old stuff no longer used.
7 years ago
Adam Ierymenko
130fa35bb1
cleanup
7 years ago
Adam Ierymenko
39e1021f62
Replace certificate based gating of multicast like/gather with a simpler more efficient method, fix some minor issues with request based com/cert push, and clean up some other random stuff.
7 years ago
Adam Ierymenko
63ec19674c
.
7 years ago
Travis LaDuke
af60e769b0
Allow mac users to `make central-controller`
...
Made the smallest change I could figure out.
Had to remove -Werror because something in the postgres adapter woudn't
compile.
brew install postgresql rabbitmq-c
and seems to put the libs in the right place
7 years ago
Adam Ierymenko
087c75d5ee
More cleanup.
7 years ago
Adam Ierymenko
e03102dbcb
Clean out some unnecessarily pedantic auth stuff in favor of a simpler way of gating multicast gathers.
7 years ago
Adam Ierymenko
9d7b7c72b2
Merge branch 'dev' into edge
7 years ago
Grant Limberg
95bfc29c92
Merge branch 'dev' of http://git.int.zerotier.com/ZeroTier/ZeroTierOne into dev
7 years ago
Grant Limberg
e3cc7c9a80
fix non-central controller builds
7 years ago
Grant Limberg
d4c0349de9
Revert "#ifdef'd out multipath/QoS statistics buffers allocations for ZT_PROTOCOL_VERSION<10"
...
This reverts commit 270debb3fc .
7 years ago
Adam Ierymenko
d7a6357393
Merge branch 'dev' into edge
7 years ago
Adam Ierymenko
6fbf21b4f0
Use a smaller MTU, which should not impact throughput since 2800+overhead/2 still fits in two of these.
7 years ago
Grant Limberg
993d850f69
more logs
7 years ago
Grant Limberg
cda07b20a2
add mutex to channel numbering
7 years ago
Grant Limberg
52c85aa605
now with more -fPIC
7 years ago
Grant Limberg
e5155df6d5
Merge branch 'dev' of http://git.int.zerotier.com/ZeroTier/ZeroTierOne into dev
7 years ago
Grant Limberg
293d2064c4
librabbitmq built with same clang version as zt
7 years ago
Grant Limberg
171cc3e01a
reorder a couple of things
7 years ago
Grant Limberg
8141043560
finish up rabbitmq integration
7 years ago
Grant Limberg
9a3cc93d74
update dockerfile to generate rabbitmq config settings when necessary
7 years ago
Grant Limberg
fcb4221f97
rabbitMQ implementation
7 years ago
Grant Limberg
1f13374a4f
added struct for rabbitmq config
7 years ago
Grant Limberg
801401a6e7
Merge branch 'dev' of http://git.int.zerotier.com/ZeroTier/ZeroTierOne into dev
7 years ago
Grant Limberg
de1fc43cc5
added librabbitmq library for central controller
7 years ago
Joseph Henry
270debb3fc
#ifdef'd out multipath/QoS statistics buffers allocations for ZT_PROTOCOL_VERSION<10
7 years ago