summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use the safe calloc() idiom, p = calloc(1, sizeof(*p)), and doDavid Young2020-08-213-3/+3
* Avoid potential shadow-file clashes, call the shadow file `rw-shadow`.David Young2020-08-217-7/+8
* Straggler from last: call the shadow file `vlstr-shadow`.David Young2020-08-211-1/+1
* Avoid shadow file clashes, call the file `vlstr-shadow`.David Young2020-08-211-1/+1
* To avoid potential clashes with other tests, call the shadow file `zoo-shadow`.David Young2020-08-211-1/+1
* Derive the name of the shadow file from the HDF5 file: drop the .h5, addDavid Young2020-08-211-6/+12
* Delete disused routine H5FD_has_conflict().David Young2020-08-202-19/+0
* Sleep 1/10s between H5Dopen() tries. Make a couple of warning/error messagesDavid Young2020-08-181-2/+6
* Perform the dataset opens in reverse order to their creation, and ifDavid Young2020-08-181-5/+49
* Fix copy-and-paste error: do not copy the H5T_C_S1 type twice.David Young2020-08-172-10/+0
* Fix a regression that crept in with the August merge: use the "swmr" VFD whenDavid Young2020-08-051-31/+39
* Merge branch 'aug-develop' into aug-merge-attempt/feature/vfd_swmrDavid Young2020-08-04310-12641/+13767
|\
| * Merge pull request #2727 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop_minor ...Dana Robinson2020-08-0217-309/+308
| |\
| | * Minor normalizations with 1.12 branchDana Robinson2020-08-0116-266/+265
| | * Merge branch 'develop' into develop_minorDana Robinson2020-08-012-5/+8
| | |\ | | |/ | |/|
| * | Merge pull request #2723 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop_minor ...Dana Robinson2020-08-019-414/+331
| |\ \
| * \ \ Merge pull request #2722 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2020-07-312-5/+8
| |\ \ \
| | * | | Mingw copy disabledAllen Byrne2020-07-312-5/+8
| |/ / /
| | | * Fixed bad parens in H5trace.cDana Robinson2020-07-311-43/+43
| | |/
| | * Minor normalizations with hdf5_1_10Dana Robinson2020-07-319-414/+331
| |/
| * Merge pull request #2720 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop_minor ...Dana Robinson2020-07-3111-312/+220
| |\
| | * Merge branch 'develop' into develop_minorDana Robinson2020-07-3071-4714/+4091
| | |\ | | |/ | |/|
| * | Merge pull request #2718 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2020-07-3010-134/+126
| |\ \
| | * | Warnings reduction in toolsAllen Byrne2020-07-3010-134/+126
| |/ /
| * | Merge pull request #2716 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2020-07-299-27/+27
| |\ \
| | * | Correct reference fileAllen Byrne2020-07-291-2/+2
| | * | Correct h5diff filenamesAllen Byrne2020-07-299-29/+29
| |/ /
| * | Merge pull request #2711 in HDFFV/hdf5 from bmr-HDFFV-11120 to developBinh-Minh Ribler2020-07-292-1/+29
| |\ \
| | * | Fixed typos in error messages.Binh-Minh Ribler2020-07-281-3/+3
| | * | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...Binh-Minh Ribler2020-07-2223-236/+162
| | |\ \
| | * | | Fix HDFFV-11120 and HDFFV-11121 (CVE-2018-13870 and CVE-2018-13869)Binh-Minh Ribler2020-07-222-1/+29
| * | | | Merge pull request #2714 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:h5s_set_extent...Dana Robinson2020-07-284-5/+99
| |\ \ \ \
| | * | | | Updated the Java tests to deal with H5Sset_extent_none changesDana Robinson2020-07-281-1/+1
| | * | | | Fixed additional typos in tselect.c comments.Dana Robinson2020-07-281-2/+2
| | * | | | Fixes typo in tselect.cDana Robinson2020-07-281-1/+1
| | * | | | Updates H5Sset_extent_none() to set H5S_NULLDana Robinson2020-07-283-4/+98
| | | |/ / | | |/| |
| * | | | Merge pull request #2697 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2020-07-2864-4679/+3942
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Only one line needed to compareAllen Byrne2020-07-271-0/+1
| | * | | Revert err fileAllen Byrne2020-07-271-8/+0
| | * | | revert error-stack enableAllen Byrne2020-07-201-1/+1
| | * | | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2020-07-2023-236/+162
| | |\ \ \ | | |/ / / | |/| | |
| | * | | Add release notes for toolsAllen Byrne2020-07-201-2/+38
| | * | | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2020-07-178-1/+200
| | |\ \ \ | | | |/ /
| | * | | add test file extAllen Byrne2020-07-172-4/+4
| | * | | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2020-07-174-31/+30
| | |\ \ \
| | * \ \ \ Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2020-07-164-25/+336
| | |\ \ \ \
| | * | | | | Correct file name in testAllen Byrne2020-07-161-1/+1
| | * | | | | Tools refactorAllen Byrne2020-07-1560-4667/+3901
| | * | | | | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2020-07-142-29/+8
| | |\ \ \ \ \
| | * \ \ \ \ \ Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2020-07-117-5/+94
| | |\ \ \ \ \ \