- Dec 07, 2018
- Dec 06, 2018
-
-
Tommaso Tocci authored
since back() has undefined behaviour on empty string we need to ensure that the string is not empty before to check the last char.
-
Tommaso Tocci authored
Fix access to non-existing map entry, code maintainence Closes #83 See merge request zdvresearch_bsc/adafs!111
-
Tommaso Tocci authored
Paths passed as parameter to the daemon needs to be canonicalized
-
Marc Vef authored
-
Marc Vef authored
-
Marc Vef authored
-
Marc Vef authored
-
- Dec 05, 2018
-
-
Marc Vef authored
Remove optional dependency `gflags` Closes #59 See merge request zdvresearch_bsc/adafs!109
-
Tommaso Tocci authored
`gflags` is an optional dependency of RocksDB, it is used only for cli tools that we don't use.
-
- Dec 04, 2018
-
-
Marc Vef authored
Update mercury to V1.0.0 See merge request zdvresearch_bsc/adafs!108
-
- Nov 26, 2018
-
-
Marc Vef authored
-
Marc Vef authored
-
Tommaso Tocci authored
Cleanup RPCs See merge request zdvresearch_bsc/adafs!104
-
Tommaso Tocci authored
-
Tommaso Tocci authored
-
Tommaso Tocci authored
-
Tommaso Tocci authored
Since now there is only one margo instance there is no more difference between RPC and IPC. All the "ipc" occurence in the code have been removed in favor of "rpc"
-
Tommaso Tocci authored
-
Tommaso Tocci authored
-
Tommaso Tocci authored
-
Tommaso Tocci authored
removed `MARGO_FORWARD_TIMER` option that allows to measure RPCs timing
-
Tommaso Tocci authored
-
Tommaso Tocci authored
-
Tommaso Tocci authored
-
Tommaso Tocci authored
-
Tommaso Tocci authored
-
Tommaso Tocci authored
-
Tommaso Tocci authored
-
Tommaso Tocci authored
-
Tommaso Tocci authored
-
Marc Vef authored
Fix host lookup See merge request zdvresearch_bsc/adafs!107
-
Tommaso Tocci authored
-
Tommaso Tocci authored
-
Tommaso Tocci authored
introduced `get_uri_from_hostname` function
-
Tommaso Tocci authored
Lookup of the local daemon is not different from a remote one thus we can use the same code.
-
- Nov 25, 2018
-
-
Marc Vef authored
remove boost algorithm dependency See merge request zdvresearch_bsc/adafs!105
-
Tommaso Tocci authored
-
- Nov 22, 2018
-
-
Tommaso Tocci authored
Added Log to Readme and allow alphabetic LOG_LEVEL See merge request zdvresearch_bsc/adafs!103
-