- 08 May, 2018 1 commit
-
-
Matthieu Dorier authored
-
- 24 Jan, 2018 3 commits
-
-
Matthieu Dorier authored
-
Matthieu Dorier authored
-
Matthieu Dorier authored
-
- 23 Jan, 2018 1 commit
-
-
Rob Latham authored
kv_list_keys will give you all the keys in the database. Still TODO: implement the "starting key" feature, so we can get a subset of keys.
-
- 06 Dec, 2017 1 commit
-
-
David Rich authored
Fix BerkeleyDB interface implementation to be multithread tolerant. Added simple ABT_mutex in kv-server to protect access to the 2 datastore related global variables in open_handler. Successfully tested with ParSplice.
-
- 01 Dec, 2017 3 commits
-
-
Rob Latham authored
also lets us use strange/specific CXXFLAGS only when needed
-
Rob Latham authored
populaing a "kv_config.h" makes it easier to inspect what configure thinks it found vs. looking through compiler command lines.
-
Rob Latham authored
-
- 22 Nov, 2017 13 commits
-
-
-
-
-
-
-
-
Simplify API. Handle arbitrary key/value types. Code still has explicit handling of bulk transfers. Unless this is a performance win, just let HG handle it all implicitly?
-
Did a "spack install leveldb" to pull stock leveldb into sds-repo. Decoupled sds-keyval from ParSplice build environment.
-
-
-
-
-
-