summaryrefslogtreecommitdiff
path: root/libnetwork/datastore
Commit message (Expand)AuthorAgeFilesLines
* libnetwork/config: remove vestiges of global scopeCory Snider2023-01-262-56/+29
* libnetwork/datastore: rename var that collided with importSebastiaan van Stijn2022-12-211-2/+2
* libnet/datastore: stop sharing defaultScopes singletonCory Snider2022-11-081-4/+3
* libnetwork: fix empty-lines (revive)Sebastiaan van Stijn2022-09-262-2/+0
* gofmt GoDoc comments with go1.19Sebastiaan van Stijn2022-07-081-3/+3
* libnetwork: remove etcd-related code and testsSebastiaan van Stijn2022-01-061-1/+1
* libnetwork: remove consul-related code and testsSebastiaan van Stijn2022-01-061-1/+1
* libnetwork: remove zookeeper-related code and testsSebastiaan van Stijn2022-01-061-1/+1
* libnetwork: remove unused "testutils" importsSebastiaan van Stijn2021-08-181-1/+0
* Fixup libnetwork lint errorsBrian Goff2021-06-012-4/+3
* Fix libnetwork importsBrian Goff2021-06-013-5/+5
* vendor: gotest.tools v3.0.2Sebastiaan van Stijn2020-09-121-1/+1
* Spelling fixesJosh Soref2018-07-122-9/+9
* Migrate to gotest.tools :)Vincent Demeester2018-07-061-4/+4
* Fixed code issuesFlavio Crisciani2017-06-121-0/+3
* Add ConnectivityScope capability for network drivers along with scope network...Alessandro Boch2017-05-121-1/+4
* replace individual endpoint_cnt read from store with 1 bulk readMadhu Venugopal2017-02-021-6/+36
* Remove unnecessary string formatsKe Li2016-11-222-3/+4
* Increase timeout for local store clientAlessandro Boch2016-11-091-1/+3
* fix nits in comments and logallencloud2016-10-291-1/+1
* Merge pull request #1205 from allencloud/fix-typosJana Radhakrishnan2016-08-011-4/+4
|\
| * use grep to find a/an misuseallencloud2016-06-031-4/+4
* | Merge pull request #1206 from jimmycmh/masterJana Radhakrishnan2016-06-241-20/+39
|\ \
| * | Remove Lock in datastore for global scopemenghui.chen2016-06-231-20/+39
| |/
* | Sequence non-persistent objects in cacheJana Radhakrishnan2016-06-132-7/+44
|/
* Remove kvstore deps from datastore packageJana Radhakrishnan2016-04-152-15/+7
* Fix some typos.allencloud2016-02-291-1/+1
* Allow to pass global datastore configAlessandro Boch2016-02-171-3/+8
* Handle datastore update in Ipam and overlay driversAlessandro Boch2016-02-161-0/+24
* Format the codeLi Yi2015-10-271-0/+1
* Fix the issue to parse file path for boltdbLi Yi2015-10-241-9/+15
* Fix the issue for the --cluster-store URL with pathLi Yi2015-10-231-2/+11
* Add watch retrigger when store restartsMadhu Venugopal2015-10-211-7/+49
* Fix the daemon panic on consul server restartSanthosh Manohar2015-10-191-0/+7
* Fix docker daemon failed to start with multiple cluster store addressLei Jitang2015-10-141-2/+5
* Ensure the parent directory for key prefix existsJana Radhakrishnan2015-10-131-4/+4
* Merge pull request #633 from mrjana/bugsMadhu Venugopal2015-10-111-0/+22
|\
| * Synchronize datastore apisJana Radhakrishnan2015-10-111-0/+22
* | Moved the default local and global store to new rootMadhu Venugopal2015-10-112-6/+6
|/
* Make bridge driver networks persistentJana Radhakrishnan2015-10-082-4/+1
* Revert "Share libkv store handles across datastore handles"Madhu Venugopal2015-10-081-73/+15
* Removing boltdb timeoutMadhu Venugopal2015-10-081-3/+1
* Share libkv store handles across datastore handlesJana Radhakrishnan2015-10-061-15/+73
* Add local store caching supportJana Radhakrishnan2015-10-063-45/+461
* Providing KVObject option to skip persisting object in kvstoreMadhu Venugopal2015-09-222-3/+16
* Add local datastore to persist states of LocalScope networkChun Chen2015-09-212-3/+24
* Update libkv to latest commitChun Chen2015-09-161-0/+9
* Move test specific functions to a testutils package.David Calavera2015-09-071-1/+1
* Minor spelling fixes in documentation and code commentsAlex Chan2015-06-261-1/+1
* Datastore handles creating objects atomically.Spike Curtis2015-06-253-28/+75