summaryrefslogtreecommitdiffstats
path: root/src/H5VLcallback.c
Commit message (Expand)AuthorAgeFilesLines
* Multi Dataset (#2120)Neil Fortner2022-10-191-38/+215
* Updates VOL capabilities flags (#2105)Dana Robinson2022-09-171-3/+3
* Fix typos found in src/ subdirectory (#1983)luzpaz2022-08-101-2/+2
* Develop clang 13 format (#1933)Allen Byrne2022-07-261-66/+66
* Removes the STATIC flavor of FUNC_ENTER macros (#1622)Dana Robinson2022-04-081-63/+63
* Minor tweaks from VFD SWMR normalization (#1474)Dana Robinson2022-03-091-1/+1
* Fixes for async operations (#1272)jhendersonHDF2021-12-111-6/+66
* Fixed Spelling Errors (#1166)Scot Breitenfeld2021-12-071-4/+4
* VFD plugins (#602)jhendersonHDF2021-09-291-6/+23
* Removes obsolete equivalents of C99's __func__ (#800)Dana Robinson2021-06-291-7/+7
* 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
* Switch loc_params to VOL callbacks to pass struct by pointer instead of byQuincey Koziol2018-11-221-84/+84
* Add info_to_str and str_to_info "management" callbacks for serializing andQuincey Koziol2018-11-211-1/+114
* Add VOL connector info to the flie access property list returned fromQuincey Koziol2018-11-181-17/+133
* Fix a few error messagesQuincey Koziol2018-11-121-4/+4