- Nov 26, 2018
-
-
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
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
-
Marc Vef authored
-
- Nov 12, 2018
-
-
Marc Vef authored
update mercury dependency See merge request zdvresearch_bsc/adafs!102
-
Marc Vef authored
update argobots dependency See merge request zdvresearch_bsc/adafs!101
-
Tommaso Tocci authored
-
- Nov 11, 2018
-
-
Tommaso Tocci authored
As discussed here: https://xgitlab.cels.anl.gov/sds/margo/issues/43 There is no more need to clone the fork repository of argobots. We could directly use the original one because all the patches required for margo have been merged upstream.
-
- Nov 09, 2018
-
-
Marc Vef authored
bugfix: rmdir must not remove regular file See merge request zdvresearch_bsc/adafs!99
-
Tommaso Tocci authored
-
Tommaso Tocci authored
-
- Nov 08, 2018
- Nov 07, 2018
-
-
Tommaso Tocci authored
the functionality wasn't used at all and it will be implemented later with a different approach
-
Tommaso Tocci authored
- Added adafs_pwrite and adafs_pread functions: they accept an OpenFile pointer instead of a fd so that can be called by function that already accessed the OpenFileMap. - Moved the writev function into internal adafs functions. - Added internal adafs_write function: instead messing up with the file position at the interception layer, we can use this internal function that hides the update of the file position two.
-
Tommaso Tocci authored
various metadata related improvements See merge request zdvresearch_bsc/adafs!96
-
Tommaso Tocci authored
Instead of passing only the mode as paramenter, we now pass an entire Metadata object in such a way that the parameter can be configured at compile time. For instace if we support symlinks we would like also to pass the target path
-
Tommaso Tocci authored
-
Tommaso Tocci authored
Can be used to retrieve the Metadata object for a named path In several places the adafs_stat function have been replaced with this new adafs_metadata. This allowed to avoid the construnction of the additional `struct stat`.
-
Tommaso Tocci authored
pos is already set to zero in the OpenFile constructor, thus there is no need to do that also in the OpenDir constructor
-
- Nov 05, 2018
-
-
Tommaso Tocci authored
fix buffer overflow: readlink write See merge request zdvresearch_bsc/adafs!94
-
Tommaso Tocci authored
readlink write at most PATH_MAX, thus we need to support also the worst case scenario in which all the bytes are written.
-
Marc Vef authored
Bugfix: links to pipe raise exception See merge request zdvresearch_bsc/adafs!95
-