Cory Snider
|
4af420f978
libnetwork/internal/kvstore: prune unused method
|
1 year ago |
Sebastiaan van Stijn
|
37cbdeb1f2
libnetwork: remove most of kvstore
|
1 year ago |
Sebastiaan van Stijn
|
4c4149a09c
libnetwork/internal/kvstore: remove unused Delete()
|
2 years ago |
Sebastiaan van Stijn
|
4d09e60f5b
libnetwork/internal/kvstore: remove unused Watch() method
|
2 years ago |
Sebastiaan van Stijn
|
e21e802fc6
libnetwork/datastore: remove unused DeleteTree() method
|
2 years ago |
Sebastiaan van Stijn
|
b32e41f016
libnetwork/internal/kvstore/boltdb: un-export Mutex
|
2 years ago |
Sebastiaan van Stijn
|
7e7c7bbc17
libnetwork/internal/kvstore/boltdb: BoltDB.List(): minor cleanup
|
2 years ago |
Sebastiaan van Stijn
|
95b96eebdd
libnetwork/internal/kvstore/boltdb: BoltDB.Get(): don't shadow error
|
2 years ago |
Sebastiaan van Stijn
|
fb61b07bcf
libnetwork/internal/kvstore/boltdb: BoltDB.Exists(): fix error handling
|
2 years ago |
Sebastiaan van Stijn
|
c94ccd4207
libnetwork/internal/kvstore/boltdb: minor cleanup/refactor
|
2 years ago |
Sebastiaan van Stijn
|
acfd3934a7
libnetwork/internal/kvstore: AtomicDelete(): remove unused "deleted" return
|
2 years ago |
Sebastiaan van Stijn
|
b576682bdc
libnetwork/internal/kvstore: AtomicPut(): remove unused "created" return
|
2 years ago |
Sebastiaan van Stijn
|
c37b58bbc3
libnetwork/internal/kvstore: remove unused WriteOptions
|
2 years ago |
Sebastiaan van Stijn
|
e515bef423
libnetwork/internal/kvstore: remove unused WatchTree and NewLock methods
|
2 years ago |
Sebastiaan van Stijn
|
e60cda7051
libnetwork/internal/kvstore/boltdb: fix linting issues
|
2 years ago |
Sebastiaan van Stijn
|
5d25143ef3
libnetwork/kvstore: rewrite code for new location
|
2 years ago |
John Howard
|
ea4dd1bbf6
boltdb/bolt is not maintained. Used bbolt
|
6 years ago |
Alessandro Boch
|
6c0e0d6250
Allow client to set boltdb timeout
|
8 years ago |
Jana Radhakrishnan
|
a0f6d0798a
Do not return boltdb bucket not found error
|
9 years ago |
Alexandre Beslic
|
dcf8828165
Return store.ErrKeyExists on AtomicPut
|
9 years ago |
Santhosh Manohar
|
f06f78e638
boltDB AtomicDelete fails for non-existent key
|
9 years ago |
Jana Radhakrishnan
|
002f9c37ca
Synchronize boltbd libkv apis
|
9 years ago |
Santhosh Manohar
|
0b81042dc3
Add transient connection option to bolt db
|
9 years ago |
Alexandre Beslic
|
15e5d4067a
Change unsupported call error in boltdb backend to use general store error
|
9 years ago |
Chun Chen
|
1f9cf17713
Fix AtomicPut panic if previous KVPair is not nil and key not exists in boltdb
|
9 years ago |
Madhu Venugopal
|
64eb25dff9
Honoring ConnectionTimeout in boltdb
|
9 years ago |
Alexandre Beslic
|
3ec6dfa346
Refactor libkv to not directly import storage backends
|
9 years ago |
Chun Chen
|
f817826408
Create dir first before opening data file of boltdb
|
10 years ago |
Santhosh Manohar
|
29af4e0f27
BoltDB backend support for libkv
|
10 years ago |