summaryrefslogtreecommitdiffstats
path: root/src/H5MV.c
Commit message (Expand)AuthorAgeFilesLines
* Standardize and shorten diagnostic messages to help my search for theDavid Young2020-04-021-11/+11
* Delete an #ifdef H5MV_VFD_SWMR_DEBUG debug fprintf that probably never workedDavid Young2020-03-301-3/+0
* Add a log outlet. Replace #ifdef H5MV_VFD_SWMR_DEBUG debug fprintf's withDavid Young2020-03-301-24/+19
* Delete ridiculous comments and repair some whitespace. NFCI.David Young2020-03-301-4/+3
* It's not necessary to assert(p != NULL) if you're dereferencing p in the nextDavid Young2020-02-031-1/+0
* Consolidate shadow-file allocation code in H5MV.c.David Young2020-01-301-5/+185
* Delete unused constants.David Young2020-01-101-2/+0
* Be brief, replace `(H5FS_section_info_t *)node` with `&node->sect_info`.David Young2020-01-101-7/+7
* Allocate regionsin the shadow file of page size or greater size with pageDavid Young2019-12-181-1/+1
* Merge all of my changes from merge-back-to-feature-vfd_swmr-attempt-1,David Young2019-12-091-3/+3
* Intermin commit to allow update from Vailin's recent changesmainzer2019-01-151-2/+39
* Third batch of checkin:Vailin Choi2018-09-281-0/+518