summaryrefslogtreecommitdiffstats
path: root/src/H5Fint.c
Commit message (Expand)AuthorAgeFilesLines
...
| | * Moved the optional enums to H5VLnative.h and converted to an intDana Robinson2018-12-181-0/+1
| | * Merge branch 'develop' into vol_optional_enum_to_macrosDana Robinson2018-12-181-20/+28
| | |\
| | | * Correct error from refactoring out H5VL_FILE_CACHE_VOL_CONN callback.Quincey Koziol2018-12-181-18/+15
| | | * Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...Quincey Koziol2018-12-171-2/+0
| | | |\
| | * | | Updated enums in VOL va_lists to be passed as ints.Dana Robinson2018-12-181-1/+1
| | | |/ | | |/|
| * | | Move H5Fset_dset_no_attrs_hint VOL operations to native.Jacob Smith2018-12-181-0/+24
| * | | Merge branch 'develop' into dset_ohdr_minimizeJacob Smith2018-12-181-51/+29
| |\ \ \
| | * \ \ Merge pull request #1390 in HDFFV/hdf5 from stackable_vol_fix_06 to developQuincey Koziol2018-12-181-2/+13
| | |\ \ \ | | | |/ / | | |/| / | | | |/
| | | * Remove H5VL_FILE_CACHE_VOL_CONN from file specific callbacks, as it turns outQuincey Koziol2018-12-171-2/+13
| | * | Merge pull request #1364 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:h5i_reference_...Dana Robinson2018-12-171-2/+0
| | |\ \ | | | |/ | | |/|
| | | * Removed H5I_REFERENCE from the library. It has always been unusedDana Robinson2018-12-081-2/+0
| | * | Moved the native VOL connector's optional enums to theDana Robinson2018-12-151-1/+1
| | |/
| * | Merge branch 'develop' into dset_ohdr_minimizeJacob Smith2018-12-121-582/+629
| |\ \ | | |/
| | * Refactor infrastructure for setting FAPL information from environmentQuincey Koziol2018-11-281-1/+0
| | * Revert some of the changes to support the original property list value ofQuincey Koziol2018-11-181-3/+2
| | * Add VOL connector info to the flie access property list returned fromQuincey Koziol2018-11-181-45/+119
| | * Remove most debugging shims & scaffolding.Quincey Koziol2018-11-041-56/+120
| | * Switch driver | plugin => connector.Quincey Koziol2018-11-041-11/+11
| | * Refactor and standarize file object callbacks, including some fixes on theQuincey Koziol2018-10-311-7/+6
| | * Eliminate last call to H5VL_native_register, shifting everything over toQuincey Koziol2018-10-261-1/+9
| | * Checkpoint progress on stacking VOL plugins - all standalone regression testsQuincey Koziol2018-10-261-24/+37
| | * Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...Quincey Koziol2018-10-251-8/+8
| | |\
| | | * Split H5VLnative.h into public and private files and updatedDana Robinson2018-10-201-2/+1
| | | * Updates to the VOL ID and object API calls.Dana Robinson2018-10-171-1/+1
| | * | Squashed commit of private branch changes to support stackable VOL plugins.Quincey Koziol2018-10-251-15/+83
| | |/
| | * VOL FEATUREDana Robinson2018-10-101-53/+71
| * | Stash work on object header reduction code and tests.Jacob Smith2018-09-111-0/+3
* | | Remove superfluous casts from `void *` to another pointer type prior toDavid Young2020-07-301-1/+1
* | | Change H5F_open to perform deduplication of open VFDs in a more flexible way,David Young2020-07-301-22/+6
* | | Add all extant virtual files to a list. Add an "exclusive owner" (`exc_owner`)David Young2020-07-101-7/+12
* | | (1) Add public routines H5Fvfd_swmr_end_tick, H5Fvfd_swmr_disable_end_of_tick...vchoi2020-06-261-0/+139
* | | Make H5Drefresh() copy non-persistent properties---e.g., dataset accessDavid Young2020-06-191-1/+10
* | | Trim trailing whitespaceQuincey Koziol2020-05-201-1/+1
* | | Updated the 'const memory free' changes based on PR feedback.Dana Robinson2020-05-201-1/+1
* | | fix uninitizlized warningkmu2020-05-201-2/+2
* | | Squashed commit of the token_refactoring branch:Dana Robinson2020-05-201-72/+0
* | | Refactor all the 'H5VL_*_optional' callbacks to move the type of operation outQuincey Koziol2020-05-201-4/+14
* | | Remove H5VL_NATIVE_FILE_GET_FILE_ID and add H5VL_OBJECT_GET_FILEJerome Soumagne2020-05-201-47/+18
* | | Implement H5VLget_file_type() to return a copy of a datatype with theNeil Fortner2020-05-201-2/+40
* | | Rename the deferred-free queues. There are two of them, and the names I usedDavid Young2020-02-061-1/+1
* | | Use the "tail queue" from queue(3) for the delayed free list of shadow images.David Young2019-12-191-3/+1
* | | Remove disused duplicate of H5F__idx_entry_cmp(). I probably introduced thatDavid Young2019-12-131-34/+0
* | | Merge all of my changes from merge-back-to-feature-vfd_swmr-attempt-1,David Young2019-12-091-198/+495
* | | Fix for punch list #28:Vailin Choi2019-11-201-46/+22
* | | Changes for punch list #4: Add support for opening mulitple files in either V...Vailin Choi2019-11-201-3/+29
* | | Fix for punch list #9 Move VFD SWMR H5F code to its own file: H5Fvfd_swmr.c.vchoi2019-11-151-1761/+3
* | | Modifications for the following items in the punch list:Vailin Choi2019-11-141-2/+2
* | | Use int64_t instead of uint64_t to avoid some warnings about signDavid Young2019-09-301-4/+4
* | | Fix a typo: adress -> address.David Young2019-09-271-1/+1
* | | Fix a comment: I don't know what `*pbe_ptr` was. Refer to `page`, sinceDavid Young2019-09-261-1/+1