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
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