summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add support for simple variable length datatypes in datasets (includingNeil Fortner2017-05-231-206/+639
* Add support for variable length types (not within compound or array, with no ...Neil Fortner2017-05-212-119/+418
* Add maps to h5dsm_test.sh. Fix issues with maps implementation.Neil Fortner2017-05-112-1/+3
* Add maps implementation (based on a patch supplied by MohamadNeil Fortner2017-05-1120-20/+1763
* Fix compilation bug when not compiled with memory sanity checks.Neil Fortner2017-05-091-1/+1
* Add support for H5Aget_name, H5Aget_creatE_plist, H5Aget_space, andNeil Fortner2017-05-091-14/+119
* Update DAOS plugin to work with new version of DAOS: removeNeil Fortner2017-05-091-20/+13
* Fix bug where H5Fcreate would ignore H5Pset_all_coll_metadata_opsNeil Fortner2017-05-081-1/+5
* Fix memory leak in collective group open through soft links. MinorNeil Fortner2017-05-051-11/+14
* Implement H5Oget_info. Fix bugs in H5Oopen_by_addr and H5Oopen. AddNeil Fortner2017-05-041-24/+154
* Fix problems with H5Lexists. Other minor cleanup.Neil Fortner2017-05-031-35/+34
* Make idx parameter optional in H5L/Aiterate*Neil Fortner2017-05-031-4/+6
* Change datasets to again use DAOS_OC_LARGE_RW object class. They hadNeil Fortner2017-05-031-1/+1
* Add support for H5Literate and H5Literate_by_name. AddNeil Fortner2017-05-031-18/+172
* Remove unnecessary prefixes from constant key names (thouse used forNeil Fortner2017-05-021-5/+5
* Change links to be stored with the link name as the dkey. ChangeNeil Fortner2017-05-021-16/+17
* Implement H5Oopen, H5Oopen_by_addr, H5Acreate_by_name, H5Aopen_by_name,Neil Fortner2017-05-011-83/+390
* Fix bug with opening root group in collective mode. Fix performance issue wi...Neil Fortner2017-04-301-2/+18
* Fix bug in H5Gopen1 where it would pass H5P_DEFAULT instead ofNeil Fortner2017-04-281-1/+1
* Add support for H5Aiterate. Add h5dsm_attr_iter.c example for this.Neil Fortner2017-04-271-2/+232
* Update DAOS plugin to work with latest version of DAOS, based on work by Moha...Neil Fortner2017-04-271-223/+175
* Add support for collective dataset open and create, again usingNeil Fortner2017-04-251-223/+352
* Add support for collective group create and open, usingNeil Fortner2017-04-242-166/+396
* Update H5VL_daosm_file_flush to reflect "auto slip" behaviour of daos_epoch_c...Neil Fortner2017-04-101-11/+3
* Add support for datatype conversion with datasets, including withNeil Fortner2017-03-161-66/+286
* Modify plugin to use H5VL_daosm_term as the plugin's terminate callback,Neil Fortner2017-03-161-10/+9
* Merge branch 'vol' into hdf5_daosmNeil Fortner2017-03-161-2/+11
|\
| * Call terminate callback upon freeing H5VL classJordan Henderson2017-03-101-2/+11
* | Modify H5VLdaosm_term to similarly only execute once. Also modify thatNeil Fortner2017-03-151-10/+14
* | Modify H5VL_daosm_init to simply return success if it has already beenNeil Fortner2017-03-151-4/+8
* | Modify DAOS-M plugin to call daos_pool_connect at plugin initializationNeil Fortner2017-03-143-243/+407
* | Modify plugin to open DAOS container in read only mode when the HDF5Neil Fortner2017-03-081-1/+1
* | Fix attribute datatype conversion implementation to always supplyNeil Fortner2017-03-081-99/+71
* | Add draft datatype conversion for attributes. Not tested, thoughNeil Fortner2017-02-221-37/+398
* | Add full support for soft links. Add h5dsm_slink_create.c example. FixNeil Fortner2017-02-152-27/+112
* | Fix issues with the epoch number when opening read-only, and whenNeil Fortner2017-02-141-11/+11
* | Refactor link/group code in preparation for adding soft link support.Neil Fortner2017-02-142-43/+248
* | Implement attribute read/write. Added examples for this. AddedNeil Fortner2017-02-101-9/+197
* | Add support for H5Dget_space, H5Dget_type, H5Dget_access_plist, andNeil Fortner2017-02-081-3/+81
* | Add support for attribute create/open/close. Add examples for attributeNeil Fortner2017-02-083-149/+623
* | Implement H5Lexists. Add h5dsm_link_exists example. Other minor fixesNeil Fortner2017-02-021-9/+104
* | Improve handling of snapshots with multiple processes so any processesNeil Fortner2017-02-022-13/+26
* | H5F_ACC_TRUNC now correctly deletes the file (container) before creatingNeil Fortner2017-02-011-13/+9
* | Implement new transaction model, transactions are now hidden from theNeil Fortner2017-01-314-221/+417
* | Add support for leading "/" in path names, to denote absolute paths evenNeil Fortner2016-12-151-6/+16
* | Add support for reading FCPL from file. Other minor fixes.U-hdf\nfortne22016-12-152-0/+10
* | Split H5VLdaosm.h into public and private headers, to remove the needNeil Fortner2016-12-134-7/+57
* | Implement group traversal. Major refactoring of group/link code. AddedNeil Fortner2016-12-092-238/+323
* | Add support for saving/loading max OID in file. Other fixes.Neil Fortner2016-12-091-23/+132
* | Fix memory leak in H5VL_daosm_dataset_write, bug inNeil Fortner2016-12-071-10/+17