summaryrefslogtreecommitdiffstats
path: root/src/H5VLpassthru.c
Commit message (Expand)AuthorAgeFilesLines
* Convert hbool_t --> bool in src (#3496)Dana Robinson2023-09-051-1/+1
* Remove programmer/date from comments (#3210)Dana Robinson2023-06-291-9/+0
* Many fixes to various compiler warnings (#3124)Sean McBride2023-06-191-1/+1
* GitHub #2417: to avoid the pass-through VOL failing in unexpected places, mak...raylu-hdf2023-02-171-0/+31
* Multi Dataset (#2120)Neil Fortner2022-10-191-19/+62
* Updates VOL capabilities flags (#2105)Dana Robinson2022-09-171-2/+2
* Develop clang 13 format (#1933)Allen Byrne2022-07-261-37/+37
* Replaced several uses of sprintf with safer snprintf (#1383)Sean McBride2022-01-281-8/+5
* Fixed Spelling Errors (#1166)Scot Breitenfeld2021-12-071-1/+1
* Includes hdf5dev.h in hdf5.h (#728)Dana Robinson2021-06-071-1/+1
* Combo set of async and other changes (#161)Quincey Koziol2021-06-021-442/+242
* Patches from vtk (#358)Sean McBride2021-02-251-1/+1
* Update license url (#332)Larry Knox2021-02-171-1/+1
* Bring async branch to develop (#166)Quincey Koziol2020-12-141-18/+18
* Enforce VOL framework version compatibility when registering connectors. Als...Quincey Koziol2020-12-101-1/+2
* Expand 'opt_query' VOL callback to return a bitfield instead of a flag (#136)Quincey Koziol2020-11-301-3/+3
* Basic alignment with async branch (#115)Quincey Koziol2020-11-231-2/+5
* Clang-format of source filesAllen Byrne2020-09-301-638/+639
* Fix shutdown errors when using the HDF5_VOL_CONNECTOR environmentDana Robinson2020-03-181-0/+12
* Reduce differences between my -Werror branch and `develop`:David Young2020-01-291-5/+7
* Squashed commit of the token_refactoring branch:Dana Robinson2020-01-161-0/+108
* Refactor all the 'H5VL_*_optional' callbacks to move the type of operation outQuincey Koziol2019-12-201-135/+263
* Trivial parameter renaming in VOL API calls.Dana Robinson2019-11-251-1/+1
* Implement H5VLget_file_type() to return a copy of a datatype with theNeil Fortner2019-11-081-2/+2
* Fix H5VL_blob_get to return size of blobJerome Soumagne2019-10-081-3/+89
* Add 'blob' callbacks to VOL, along with a native implementation to store themQuincey Koziol2019-10-081-4/+10
* Fix segfault after H5VL_loc_params_t fix mergeJordan Henderson2019-09-161-2/+2
* Merge branch 'develop' into vol_dev_headersDana Robinson2019-06-141-1/+1
|\
| * Added H5Fdelete call and VOL support (but no VFD/native implementation).Dana Robinson2019-06-111-1/+1
* | Split VOL connector routines into separate headers:Dana Robinson2019-05-241-1/+5
|/
* Refactor group creation parameters to take them out of the group creationQuincey Koziol2019-04-251-3/+4
* Refactor link creation parameters from being passing as properties in theQuincey Koziol2019-04-251-7/+43
* Refactor attribute creation parameters to move parameters out of creationQuincey Koziol2019-04-251-3/+4
* Refactor dataset creation parameters out of the dataset creation propertyQuincey Koziol2019-04-251-3/+4
* Add an 'unwrap' VOL callback, so that connectors can unwrap an underlyingQuincey Koziol2019-04-211-7/+60
* Specify the default VOL connector to use with an environment variable.Quincey Koziol2019-03-101-4/+32
* Revise "management" VOL callbacks into 'info' and object 'wrap / retrieval'Quincey Koziol2019-02-231-62/+70
* Add ID type (of eventual hid_t) to the VOL "wrap" callback.Quincey Koziol2019-02-071-3/+4
* Corrected comment in src/H5VLint.c, fixed pass-through info size inQuincey Koziol2019-01-061-1/+2
* Fixed an enums-in-va_list issue in the passthru VOL connector.Dana Robinson2018-12-181-2/+2
* Updated with extra sanity check and improved comment.Dana Robinson2018-12-171-3/+5
* Fixed an issue in the passthru Windows va_copy hack.Dana Robinson2018-12-171-2/+2
* Further va_list improvements.Dana Robinson2018-12-171-0/+4
* Updated the passthru VOL connector:Dana Robinson2018-12-161-334/+337
* Refactor allocating & releasing pass through wrapper objects.Quincey Koziol2018-12-031-558/+184
* Add a couple of missing prototypes for static routines, along with updatingQuincey Koziol2018-11-301-0/+6
* Add support for "make check-vol", along with a few minor cleanups, etc.Quincey Koziol2018-11-291-1/+1
* Refactor infrastructure for setting FAPL information from environmentQuincey Koziol2018-11-281-4/+4
* Add pass-through VOL connectorQuincey Koziol2018-11-281-0/+3061