index
:
infinitytier.git
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 (
Expand
)
Author
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 c...
Adam Ierymenko
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
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
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
2018-09-05
Fix testing for true/false. Dont attempt to update member status on networks...
Grant Limberg
2018-09-05
fix crashes
Grant Limberg
2018-09-05
Added some exception hadling. Dont want to live *too* dangerously here
Grant Limberg
2018-09-05
Theoretically we have PostgreSQL support now
Grant Limberg
2018-09-04
dont insert/update creation time. Let the database handle it with the defaul...
Grant Limberg
2018-09-04
commit thread WIP
Grant Limberg
2018-09-04
members initialized
Grant Limberg
2018-09-04
Online Update/Notify thread
Grant Limberg
2018-08-31
Postgres Integration has begun
Grant Limberg