summaryrefslogtreecommitdiffstats
path: root/src/H5VLdaosm.h
Commit message (Collapse)AuthorAgeFilesLines
* Implement new transaction model, transactions are now hidden from theNeil Fortner2017-01-311-2/+6
| | | | | | API, H5TR functions have no effect. Added support for H5Fflush. Added H5VLdaosm_snap_create and H5Pset_daosm_snap_open to save and load snapshots. Added enforcement of file access flags. Updated examples. Other minor fixes/cleanup.
* Split H5VLdaosm.h into public and private headers, to remove the needNeil Fortner2016-12-131-5/+4
| | | | for the application to include daos.h. Fix bugs in examples.
* Implement group traversal. Major refactoring of group/link code. AddedNeil Fortner2016-12-091-0/+1
| | | | group examples, all examples now work with paths.
* Add group create/open/close, various fixes.Neil Fortner2016-12-031-0/+1
|
* Initial implementation of dataset create/open/close, transactions. NotNeil Fortner2016-11-141-3/+30
| | | | | working on boro, though it is unclear if that is due to a pug in this code or in daos.
* Update to use new DAOS API.Neil Fortner2016-10-271-2/+1
|
* Initial implementation of file create/open/close on daos-m. Has not been tested.Neil Fortner2016-10-271-0/+78