summaryrefslogtreecommitdiffstats
path: root/src/H5VLcallback.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'canonical/develop' into hpcio/post_open_fixDana Robinson2021-10-141-6/+23
|\
| * VFD plugins (#602)jhendersonHDF2021-09-291-6/+23
* | Remove duplicated call to underlying group close operation from API wrapperQuincey Koziol2021-07-021-4/+0
* | Committing clang-format changesgithub-actions2021-07-011-348/+359
* | Merge branch 'post_open_fix' of github.com:hpc-io/hdf5 into post_open_fixQuincey Koziol2021-07-011-331/+338
|\ \
| * | Committing clang-format changesgithub-actions2021-06-301-331/+338
* | | Finish adding operations to H5Pset_plugin_new_api_context frameworkQuincey Koziol2021-07-011-138/+1241
|/ /
* | Add more wrappers for VOL callback API routinesQuincey Koziol2021-06-301-37/+649
* | Merge remote-tracking branch 'origin/develop' into post_open_fixQuincey Koziol2021-06-291-7/+7
|\ \ | |/
| * Removes obsolete equivalents of C99's __func__ (#800)Dana Robinson2021-06-291-7/+7
* | Merge branch 'post_open_fix' of github.com:hpc-io/hdf5 into post_open_fixQuincey Koziol2021-06-291-130/+140
|\ \
| * | Committing clang-format changesgithub-actions2021-06-281-190/+200
* | | Add more operations to H5Pset_plugin_new_api_context frameworkQuincey Koziol2021-06-291-145/+461
|/ /
* | Most changes for fixing post open issuesQuincey Koziol2021-06-281-188/+784
|/
* Combo set of async and other changes (#161)Quincey Koziol2021-06-021-765/+922
* Update license url (#332)Larry Knox2021-02-171-1/+1
* Enable H5Fopen to probe list of available VOL connectors when opening a (#182)jhendersonHDF2020-12-161-4/+155
* Bring async branch to develop (#166)Quincey Koziol2020-12-141-33/+13
* Expand 'opt_query' VOL callback to return a bitfield instead of a flag (#136)Quincey Koziol2020-11-301-9/+8
* Enhance API tracing (#120)Quincey Koziol2020-11-261-121/+126
* Basic alignment with async branch (#115)Quincey Koziol2020-11-231-1/+1
* Clang-format of source filesAllen Byrne2020-09-301-1740/+1483
* Updated the 'const memory free' changes based on PR feedback.Dana Robinson2020-01-311-5/+6
* Squashed commit of the token_refactoring branch:Dana Robinson2020-01-161-1/+384
* Refactor all the 'H5VL_*_optional' callbacks to move the type of operation outQuincey Koziol2019-12-201-765/+1064
* Fix bugs in H5VL file comparison code. Add short circuit success toNeil Fortner2019-11-281-4/+4
* Implement file comparison VOL callback. Other changes to allowNeil Fortner2019-11-271-0/+68
* Trivial parameter renaming in VOL API calls.Dana Robinson2019-11-251-16/+16
* Implement H5VLget_file_type() to return a copy of a datatype with theNeil Fortner2019-11-081-7/+7
* Unify code between H5Lcopy and H5LmoveJordan Henderson2019-10-101-3/+3
* Fix H5VL_blob_get to return size of blobJerome Soumagne2019-10-081-29/+259
* Add 'blob' callbacks to VOL, along with a native implementation to store themQuincey Koziol2019-10-081-0/+119
* Added the map (H5M) APIDana Robinson2019-08-131-0/+111
* Added H5Fdelete call and VOL support (but no VFD/native implementation).Dana Robinson2019-06-111-1/+1
* Refactor group creation parameters to take them out of the group creationQuincey Koziol2019-04-251-11/+14
* Refactor link creation parameters from being passing as properties in theQuincey Koziol2019-04-251-15/+26
* Refactor attribute creation parameters to move parameters out of creationQuincey Koziol2019-04-251-13/+16
* Refactor dataset creation parameters out of the dataset creation propertyQuincey Koziol2019-04-251-10/+13
* Add an 'unwrap' VOL callback, so that connectors can unwrap an underlyingQuincey Koziol2019-04-211-48/+117
* Merge remote-tracking branch 'origin/develop' into env_vol_loadQuincey Koziol2019-04-031-1/+1
|\
| * Added an H5MM_memcpy call that checks for buffer overlap.Dana Robinson2019-03-161-1/+1
* | Specify the default VOL connector to use with an environment variable.Quincey Koziol2019-03-101-30/+15
|/
* Revise "management" VOL callbacks into 'info' and object 'wrap / retrieval'Quincey Koziol2019-02-231-22/+22
* Merge branch 'develop' into c_stdlib_posix_call_cleanupDana Robinson2019-02-191-5/+6
|\
| * Add ID type (of eventual hid_t) to the VOL "wrap" callback.Quincey Koziol2019-02-071-5/+6
* | C and POSIX call cleanupDana Robinson2019-01-111-1/+1
|/
* Remove H5VL_FILE_CACHE_VOL_CONN from file specific callbacks, as it turns outQuincey Koziol2018-12-171-46/+0
* Further va_list improvements.Dana Robinson2018-12-171-50/+50
* Update API tracing info for VOL functions and regenerate trace macros for VOLQuincey Koziol2018-11-281-19/+23
* Added 'notify' callback for async requests; switched VOL class and infoQuincey Koziol2018-11-281-21/+163