summaryrefslogtreecommitdiff
path: root/controller
AgeCommit message (Expand)Author
2019-07-23More LFDB workAdam Ierymenko
2019-07-23Build fixAdam Ierymenko
2019-07-23Work in progressAdam Ierymenko
2019-07-22LFDB work in progressAdam Ierymenko
2019-07-16Merge branch 'dev' of github.com:zerotier/ZeroTierOne into devGrant Limberg
2019-07-16no usleep() on WindowsGrant Limberg
2019-07-16Add a central database schema version check to central controller startupGrant Limberg
2019-07-15Fix FileDB stuff and latency measurement.Adam Ierymenko
2019-07-15Track online status in FileDBAdam Ierymenko
2019-06-11Indent fixAdam Ierymenko
2019-06-06.Adam Ierymenko
2019-05-31dont spin as much in the onlineNotificationThreadGrant Limberg
2019-05-14Bump protocol version to 10Adam Ierymenko
2019-04-18amqp_consume_message now has a timeoutGrant Limberg
2019-04-04fix compile & sql errorsGrant Limberg
2019-04-04Queue up inserts in onlineNotificationThread() into a multiple insert statementGrant Limberg
2019-03-22Get rid of ZT_FAST_MEMCPY because this is not really needed.Adam Ierymenko
2019-03-11fix non-central controller buildsGrant Limberg
2019-03-08more logsGrant Limberg
2019-03-08add mutex to channel numberingGrant Limberg
2019-03-08reorder a couple of thingsGrant Limberg
2019-03-06finish up rabbitmq integrationGrant 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-02-25Remove `/controller/network/<network ID>/active` from controller documentatio...Grant Limberg
2019-02-01Take netmask bits from most specific route.Adam Ierymenko
2019-02-01Wrong criteria was wrong. Now with less wrong.Adam Ierymenko
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-14Updated licenses for 2019Joseph Henry
2018-12-10add application_name to pgbouncer connectio stringGrant Limberg
2018-12-06more logging of exits from the central controllerGrant Limberg
2018-12-06log messageGrant Limberg
2018-12-06exit controller if onlinenotification thread exits while _run == 1Grant Limberg
2018-12-06update # of threads for PostgresGrant Limberg
2018-12-03finish pgbouncer integrationGrant Limberg
2018-12-03add handling for PGBOUNCER_CONNSTR environment variable.Grant Limberg
2018-11-30Replace RethinkDB section in controller/README with PostgreSQLGrant Limberg
2018-11-30back to plain old libpq in devGrant Limberg
2018-11-13fix member init queryGrant Limberg
2018-11-13WIP: libpxx instead of libpqGrant Limberg
2018-11-11exceptionsGrant Limberg
2018-11-11Merge branch 'dev' of http://git.int.zerotier.com/zerotier/ZeroTierOne into devAdam Ierymenko
2018-11-11Retire RethinkDB, simple receive path multithreading.Adam Ierymenko
2018-11-11more error checkingGrant Limberg
2018-10-24remove another noisy log lineGrant Limberg
2018-10-24Fully operational pgsql controllerGrant Limberg