summaryrefslogtreecommitdiff
path: root/controller/PostgreSQL.cpp
AgeCommit message (Expand)Author
2019-08-04Add optional function in DB change listener for member online events.Adam Ierymenko
2019-08-04Merge branch 'remove_network_status_table' into devGrant Limberg
2019-07-26Abstract out change listener from controller itself to permit DBs to shadow c...Adam Ierymenko
2019-07-16Add a central database schema version check to central controller startupGrant Limberg
2019-07-15Don't write to ztc_network_status table anymore in central controllerGrant Limberg
2019-05-31dont spin as much in the onlineNotificationThreadGrant Limberg
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-08more logsGrant 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-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-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-11more error checkingGrant Limberg
2018-10-24remove another noisy log lineGrant Limberg
2018-10-24Fully operational pgsql controllerGrant Limberg
2018-09-28get rid of a noisy log lineGrant Limberg
2018-09-28Working controller & docker container for GKEGrant Limberg
2018-09-25cleanup connections after errorsGrant Limberg
2018-09-06Send member/network change notifications via PostgresGrant Limberg
2018-09-05quieting things down a little bitGrant Limberg
2018-09-05Fix testing for true/false. Dont attempt to update member status on networks...Grant Limberg
2018-09-05fix crashesGrant Limberg
2018-09-05Added some exception hadling. Dont want to live *too* dangerously hereGrant Limberg
2018-09-05Theoretically we have PostgreSQL support nowGrant Limberg
2018-09-04dont insert/update creation time. Let the database handle it with the defaul...Grant Limberg
2018-09-04commit thread WIPGrant Limberg
2018-09-04members initializedGrant Limberg
2018-09-04Online Update/Notify threadGrant Limberg
2018-08-31Postgres Integration has begunGrant Limberg