- 01 Feb, 2018 2 commits
-
-
Matthieu Dorier authored
-
Matthieu Dorier authored
-
- 31 Jan, 2018 5 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
-
Matthieu Dorier authored
-
Matthieu Dorier authored
-
Rob Latham authored
-
Matthieu Dorier authored
-
- 30 Jan, 2018 4 commits
-
-
Matthieu Dorier authored
-
Matthieu Dorier authored
-
Matthieu Dorier authored
-
Matthieu Dorier authored
-
- 29 Jan, 2018 6 commits
-
-
Rob Latham authored
we were previously just returning all keys
-
Shane Snyder authored
solves make check failures on my system
-
Matthieu Dorier authored
-
Matthieu Dorier authored
-
Matthieu Dorier authored
-
Matthieu Dorier authored
-
- 26 Jan, 2018 6 commits
-
-
Matthieu Dorier authored
-
Matthieu Dorier authored
-
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.
-
- 18 Jan, 2018 1 commit
-
-
Rob Latham authored
-
- 20 Dec, 2017 2 commits
-
-
David Rich authored
-
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.
-
- 18 Dec, 2017 1 commit
-
-
Rob Latham authored
-
- 07 Dec, 2017 6 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
-
Rob Latham authored
server-oriented code needs a few more libraries than client-side. Should fix Matthieu's build problem where boost was not propigated up to mobject.
-
Rob Latham authored
one purpose of the alternate backends is to get us building when we don't have gcc5 or newer. If we always build bwtree, then we're not helping things. Now BwTree is only built if it's the selected backend
-
Rob Latham authored
C compilers on bebop are still c99 by default.
-
Rob Latham authored
bebop machine (centos 7) has automake 1.13.4 by default. Should be good enough for us.
-
- 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.
-