summaryrefslogtreecommitdiff
path: root/refdb.go
AgeCommit message (Collapse)Author
2021-09-05Make all non-user-creatable structures non-comparable (#802)lhchavez
This change makes all non-user-creatable structures non-comparable. This makes it easier to add changes later that don't introduce breaking changes from the go compatibility guarantees perspective. This, of course, implies that this change _is_ a breaking change, but since these structures are not intended to be created by users (or de-referenced), it should be okay.
2017-07-08Third round of keep-alive aditionsCarlos Martín Nieto
2016-09-30odb & refdb: make New*BackendFromC take unsafe.Pointer as argument allowing ↵Mark Karpeles
argument to be set from different package
2014-12-11Remove useless includesCarlos Martín Nieto
2014-12-06Add missing thread lockingCarlos Martín Nieto
2014-04-03fix for travisciAidan Nulman
2014-04-03update for upstream changesAidan Nulman
2014-04-03explicit returnsAidan Nulman
2014-02-24add custom refdb backend supportAidan Nulman