summaryrefslogtreecommitdiffstats
path: root/src/H5VLint.c
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1364 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:h5i_reference_...Dana Robinson2018-12-171-1/+0
|\
| * Removed H5I_REFERENCE from the library. It has always been unusedDana Robinson2018-12-081-1/+0
* | Make sure to free copy of VOL connector's name when H5VL_register_connector f...Jordan Henderson2018-12-141-3/+6
|/
* Added 'notify' callback for async requests; switched VOL class and infoQuincey Koziol2018-11-281-23/+41
* Add VOL connector info to the flie access property list returned fromQuincey Koziol2018-11-181-5/+98
* Switch driver | plugin => connector.Quincey Koziol2018-11-041-88/+88
* Add ref counter to VOL object wrapping in API contexts, so that re-entrant /Quincey Koziol2018-10-291-22/+53
* Duplicate name of VOL plugin class, to avoid continuing to refer to the caller'sQuincey Koziol2018-10-271-6/+9
* Checkpoint progress on stacking VOL plugins - all standalone regression testsQuincey Koziol2018-10-261-57/+126
* Updates after merging changes from develop.Quincey Koziol2018-10-261-9/+9
* Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...Quincey Koziol2018-10-251-81/+135
|\
| * Updates to the VOL ID and object API calls.Dana Robinson2018-10-171-64/+140
* | Squashed commit of private branch changes to support stackable VOL plugins.Quincey Koziol2018-10-251-1632/+286
|/
* VOL FEATUREDana Robinson2018-10-101-0/+2192