summaryrefslogtreecommitdiffstats
path: root/src/H5VLpassthru.c
Commit message (Expand)AuthorAgeFilesLines
* 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