- 02 Feb, 2018 2 commits
-
-
Matthieu Dorier authored
-
Matthieu Dorier authored
-
- 01 Feb, 2018 2 commits
-
-
Matthieu Dorier authored
-
Matthieu Dorier authored
-
- 31 Jan, 2018 3 commits
-
-
Rob Latham authored
Honors "starting key" in BerkelyDB and LevelDB backends. Note that we are following RADOS semantics for starting key and excluding it from returned list of keys. closes #9
-
Rob Latham authored
-
Matthieu Dorier authored
-
- 30 Jan, 2018 3 commits
-
-
Matthieu Dorier authored
-
Matthieu Dorier authored
-
Matthieu Dorier authored
-
- 29 Jan, 2018 4 commits
-
-
Rob Latham authored
we were previously just returning all keys
-
Matthieu Dorier authored
-
Matthieu Dorier authored
-
Matthieu Dorier authored
-
- 26 Jan, 2018 4 commits
-
-
Matthieu Dorier authored
-
Matthieu Dorier authored
-
Matthieu Dorier authored
-
Matthieu Dorier authored
-
- 24 Jan, 2018 4 commits
-
-
Matthieu Dorier authored
-
Matthieu Dorier authored
-
Matthieu Dorier authored
-
Matthieu Dorier authored
-
- 23 Jan, 2018 2 commits
-
-
Rob Latham authored
-
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.
-
- 20 Dec, 2017 1 commit
-
-
David Rich authored
Makefile.am fix for manual build linking issue. Bug fix in kvgroup-client for addr_str size argument to margo_addr_to_string. The size is in/out so need to be careful in the loop.
-
- 07 Dec, 2017 2 commits
-
-
Rob Latham authored
Split up "context" (the instance of the sds-keyval service) and "database" (a specific collection of keys and values). Furthermore, teach 'group' about this split. Now a 'group' is a collection of one context and one or more databases. fixes #5 and #6 fully fixes #7
-
Rob Latham authored
C compilers on bebop are still c99 by default.
-
- 06 Dec, 2017 2 commits
-
-
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.
-
David Rich authored
-
- 04 Dec, 2017 2 commits
-
-
Rob Latham authored
split up header into public and private/internal versions. Fixes: #4
-
Rob Latham authored
populaing a "kv_config.h" makes it easier to inspect what configure thinks it found vs. looking through compiler command lines.
-
- 01 Dec, 2017 6 commits
-
-
-
Rob Latham authored
these small wrappers around margo init/finalize aren't helpful when compositing with multiple services
-
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
-
Rob Latham authored
-
- 22 Nov, 2017 3 commits
-
-