summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-03-21cleanupAdam Ierymenko
2019-03-21Replace certificate based gating of multicast like/gather with a simpler ↵Adam Ierymenko
more efficient method, fix some minor issues with request based com/cert push, and clean up some other random stuff.
2019-03-19.Adam Ierymenko
2019-03-14More cleanup.Adam Ierymenko
2019-03-14Clean out some unnecessarily pedantic auth stuff in favor of a simpler way ↵Adam Ierymenko
of gating multicast gathers.
2019-03-14Merge branch 'dev' into edgeAdam Ierymenko
2019-03-11Merge branch 'dev' of http://git.int.zerotier.com/ZeroTier/ZeroTierOne into devGrant Limberg
2019-03-11fix non-central controller buildsGrant Limberg
2019-03-11Revert "#ifdef'd out multipath/QoS statistics buffers allocations for ↵Grant Limberg
ZT_PROTOCOL_VERSION<10" This reverts commit 270debb3fc39c3f1f6a3f6fbc2c5fb6183182c8f.
2019-03-08Merge branch 'dev' into edgeAdam Ierymenko
2019-03-08Use a smaller MTU, which should not impact throughput since 2800+overhead/2 ↵Adam Ierymenko
still fits in two of these.
2019-03-08more logsGrant Limberg
2019-03-08add mutex to channel numberingGrant Limberg
2019-03-08now with more -fPICGrant Limberg
2019-03-08Merge branch 'dev' of http://git.int.zerotier.com/ZeroTier/ZeroTierOne into devGrant Limberg
2019-03-08librabbitmq built with same clang version as ztGrant Limberg
2019-03-08reorder a couple of thingsGrant Limberg
2019-03-06finish up rabbitmq integrationGrant Limberg
2019-03-05update dockerfile to generate rabbitmq config settings when necessaryGrant Limberg
2019-03-05rabbitMQ implementationGrant Limberg
2019-03-04added struct for rabbitmq configGrant Limberg
2019-03-04Merge branch 'dev' of http://git.int.zerotier.com/ZeroTier/ZeroTierOne into devGrant Limberg
2019-03-04added librabbitmq library for central controllerGrant Limberg
2019-03-01#ifdef'd out multipath/QoS statistics buffers allocations for ↵Joseph Henry
ZT_PROTOCOL_VERSION<10
2019-03-01Merge branch 'controller-live' into devGrant Limberg
2019-02-25Remove `/controller/network/<network ID>/active` from controller ↵Grant Limberg
documentation as that path no longer exists. GitHub Issue #921
2019-02-08update docker registry usedGrant Limberg
2019-02-05no messageGrant Limberg
2019-02-05Fixed a bug where UI elements were attempting to be updated in a background ↵Grant Limberg
thread. Also code cleanup & removed confusing startup UI
2019-02-01Take netmask bits from most specific route.Adam Ierymenko
2019-02-01Take netmask bits from most specific route.Adam Ierymenko
2019-02-01Bugfix for heap-use-after-free in concurrent packet processing code ↵Joseph Henry
(manifests only after terminate() is called)
2019-02-01Fixed potential memory leak in RingBufferJoseph Henry
2019-02-01Wrong criteria was wrong. Now with less wrong.Adam Ierymenko
2019-02-01Wrong criteria was wrong. Now with less wrong.Adam Ierymenko
2019-01-30Bugfix for heap-use-after-free in concurrent packet processing code ↵Joseph Henry
(manifests only after terminate() is called)
2019-01-27Fixed potential memory leak in RingBufferJoseph Henry
2019-01-25Fixed sign-comparison compile warnings in QoS codeJoseph Henry
2019-01-21insert/update host_port on controller startGrant Limberg
2019-01-21Merge branch 'dev' of http://git.int.zerotier.com/zerotier/ZeroTierOne into devGrant Limberg
2019-01-21WIP: Pass listen port down to PostgresGrant Limberg
2019-01-14Disable HTTP control plane for libzt builds, introduction of getRoutes() for ↵Joseph Henry
SDK API
2019-01-14Updated licenses for 2019Joseph Henry
2019-01-07Print error & exit on local.conf parsing errorGrant Limberg
2018-12-10Merge branch 'dev' of http://git.int.zerotier.com/ZeroTier/ZeroTierOne into devGrant Limberg
2018-12-10add application_name to pgbouncer connectio stringGrant Limberg
2018-12-07sleep 60 seconds between deploymentsGrant Limberg
2018-12-07cleanupGrant Limberg
2018-12-07add INCOMING_PACKET_CONCURRENCY environment variable to be able to specify ↵Grant Limberg
max threads for receive in controller
2018-12-06more logging of exits from the central controllerGrant Limberg