summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add support for partial I/O. Not tested yest, except with H5S_ALL.Neil Fortner2016-12-061-50/+204
* Change object class names to match new version of DAOS.Neil Fortner2016-12-051-2/+2
* Add group create/open/close, various fixes.Neil Fortner2016-12-036-102/+769
* Replace daos_dkey_t with daos_key_t.Neil Fortner2016-11-301-4/+4
* Fix bugs in read/write implementation. Only seems to read/write theNeil Fortner2016-11-293-28/+34
* Add autogenerated trace commands.Neil Fortner2016-11-291-0/+11
* Initial implementation of dataset reads and writes. Untested. Does notNeil Fortner2016-11-292-4/+317
* Fix Dataset open.Neil Fortner2016-11-231-3/+3
* Encode/decode datatype/dataspace/DCPL to/from dataset. Decode notNeil Fortner2016-11-231-39/+203
* Improve transaction support, add H5Fcreate_ff, H5Fopen_ff, H5Fclose_ff.Neil Fortner2016-11-186-97/+436
* Fix bug in dataset create/open, Transaction terminate.Neil Fortner2016-11-162-10/+11
* Initial implementation of dataset create/open/close, transactions. NotNeil Fortner2016-11-1417-52/+1550
* Processes with rank greater than 0 should now fail when process 0 fails.Neil Fortner2016-10-281-3/+57
* Various improvements/fixes.Neil Fortner2016-10-271-8/+27
* Add daos error code reporting.Neil Fortner2016-10-271-62/+65
* Query epoch instead of hardcoding it. Also bring fixes from create to close r...Neil Fortner2016-10-271-42/+49
* Minor fixes.Neil Fortner2016-10-272-3/+5
* More fixes for new API, fix warnings.Neil Fortner2016-10-271-6/+6
* More fixes for new DAOS API.Neil Fortner2016-10-271-12/+12
* Update to use new DAOS API.Neil Fortner2016-10-272-37/+36
* Initial implementation of file create/open/close on daos-m. Has not been tested.Neil Fortner2016-10-275-0/+980
* [svn-r29903] merge from trunk.Mohamad Chaarawi2016-05-09166-3303/+13104
|\
| * [svn-r29668] Added H5Dfarray.c to CMake.Dana Robinson2016-04-081-0/+1
| * [svn-r29659] Added fixed array chunk indexing from revise_chunks.Dana Robinson2016-04-0712-22/+1782
| * [svn-r29655] Added H5D_CHUNK_BTREE to the deprecated section of H5Dpublic.h.Dana Robinson2016-04-071-0/+1
| * [svn-r29644] Description:Quincey Koziol2016-04-061-1/+1
| * [svn-r29640] Description:Quincey Koziol2016-04-051-1/+1
| * [svn-r29638] Added new chunk index types to trace code.Dana Robinson2016-04-051-0/+34
| * [svn-r29635] Description:Quincey Koziol2016-04-0517-18/+3749
| * [svn-r29626] Description:Quincey Koziol2016-04-043-17/+23