- 29 Jan, 2018 1 commit
-
-
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 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 9 commits
-
-
Rob Latham authored
since BwTree is an optional backend, the BwTree flags should be selected at configure time
-
Rob Latham authored
-
-
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
only the spack package provides a pkgconfig file. for other leveldb installations we'll have to check for headers ourselves.
-
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 4 commits
-
-
Rob Latham authored
-
-
-
-