index
:
infinitytier.git
cla
main
Fork of ZeroTier (mirror of https://github.com/vyos/infinitytier.git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
controller
/
PostgreSQL.cpp
Age
Commit message (
Collapse
)
Author
2019-08-08
Comment ugly query
Adam Ierymenko
2019-08-08
ugly query is ugly
Adam Ierymenko
2019-08-08
more worky less not worky
Adam Ierymenko
2019-08-08
fix bad column name
Adam Ierymenko
2019-08-08
Another exception fix
Adam Ierymenko
2019-08-08
Fix race in multiple DB mirroring configurations.
Adam Ierymenko
2019-08-08
warning removal
Adam Ierymenko
2019-08-06
network update to upsert
Grant Limberg
2019-08-06
Build fixes
Adam Ierymenko
2019-08-06
More work on DB mirroring.
Adam Ierymenko
2019-08-06
Cruftectomy, work in progress on mirrorring
Adam Ierymenko
2019-08-06
Refactoring in prep for mirroring
Adam Ierymenko
2019-08-04
Add optional function in DB change listener for member online events.
Adam Ierymenko
2019-08-04
Merge branch 'remove_network_status_table' into dev
Grant Limberg
2019-07-26
Abstract out change listener from controller itself to permit DBs to shadow ↵
Adam Ierymenko
changes from other DBs.
2019-07-16
Add a central database schema version check to central controller startup
Grant Limberg
2019-07-15
Don't write to ztc_network_status table anymore in central controller
Grant Limberg
2019-05-31
dont spin as much in the onlineNotificationThread
Grant Limberg
2019-04-18
amqp_consume_message now has a timeout
Grant Limberg
RabbitMQ::consume() will return an empty string if the call to amqp_consume_message times out
2019-04-04
fix compile & sql errors
Grant Limberg
2019-04-04
Queue up inserts in onlineNotificationThread() into a multiple insert statement
Grant Limberg
2019-03-08
more logs
Grant Limberg
2019-03-06
finish up rabbitmq integration
Grant Limberg
2019-03-05
rabbitMQ implementation
Grant Limberg
2019-03-04
added struct for rabbitmq config
Grant Limberg
2019-03-04
Merge branch 'dev' of http://git.int.zerotier.com/ZeroTier/ZeroTierOne into dev
Grant Limberg
2019-03-04
added librabbitmq library for central controller
Grant Limberg
2019-01-21
insert/update host_port on controller start
Grant Limberg
2019-01-21
Merge branch 'dev' of http://git.int.zerotier.com/zerotier/ZeroTierOne into dev
Grant Limberg
2019-01-21
WIP: Pass listen port down to Postgres
Grant Limberg
2019-01-14
Updated licenses for 2019
Joseph Henry
2018-12-10
add application_name to pgbouncer connectio string
Grant Limberg
2018-12-06
more logging of exits from the central controller
Grant Limberg
2018-12-06
log message
Grant Limberg
2018-12-06
exit controller if onlinenotification thread exits while _run == 1
Grant Limberg
2018-12-06
update # of threads for Postgres
Grant Limberg
2018-12-03
finish pgbouncer integration
Grant Limberg
2018-12-03
add handling for PGBOUNCER_CONNSTR environment variable.
Grant Limberg
alows Central controllers to connect to PGBouncer on some threads. LISTEN threads still require a direct connection to the DB
2018-11-30
back to plain old libpq in dev
Grant Limberg
2018-11-13
fix member init query
Grant Limberg
2018-11-13
WIP: libpxx instead of libpq
Grant Limberg
2018-11-11
exceptions
Grant Limberg
2018-11-11
more error checking
Grant Limberg
2018-10-24
remove another noisy log line
Grant Limberg
2018-10-24
Fully operational pgsql controller
Grant Limberg
2018-09-28
get rid of a noisy log line
Grant Limberg
2018-09-28
Working controller & docker container for GKE
Grant Limberg
2018-09-25
cleanup connections after errors
Grant Limberg
2018-09-06
Send member/network change notifications via Postgres
Grant Limberg
2018-09-05
quieting things down a little bit
Grant Limberg
[next]