summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Merge of clang-format changes from developAllen Byrne2020-09-3024-4074/+4158
|
* Fixed errant commaDana Robinson2020-09-031-1/+1
|
* Brings Quincey's parallel collective MD write bugfix from developDana Robinson2020-09-038-231/+25
|
* Moves some H5S iterator symbols to H5Sprivate.hDana Robinson2020-08-272-29/+29
| | | | | These only need to be public in VOL branches and they show up on the binary compatibility report. It's better to hide them.
* Removes unused H5I_SPACE_SEL_ITER value from H5I_type_tDana Robinson2020-08-2711-20/+0
|
* Adds helpful error messages to the HDFS VFD stubs.Dana Robinson2020-08-261-2/+14
|
* Adds binary compatibility HDFS VFD stubs.Dana Robinson2020-08-262-3/+39
|
* Fixes issues with HDFS VFD.Dana Robinson2020-08-242-11/+22
| | | | | | | - Warning from hdfs.h interpreted as an error under gcc - Incorrect order of headers results inn incorrect initialization - <hdfs.h> not "hdfs.h" - Other misc tidying
* Update version to 1.8.0-1 for CMake test failure.Larry Knox2020-08-241-2/+2
| | | | | | | | | | | if (H5_VERS_SUBRELEASE) set (HDF5_PACKAGE_VERSION_STRING "${HDF5_PACKAGE_VERSION}-${H5_VERS_SUBRELEASE}") else () if (${H5_VERS_SUBRELEASE} STREQUAL "") set (HDF5_PACKAGE_VERSION_STRING "${HDF5_PACKAGE_VERSION}") else () set (HDF5_PACKAGE_VERSION_STRING "${HDF5_PACKAGE_VERSION}-${H5_VERS_SUBRELEASE}") endif ()
* Brings the MPI datatype fixes from developDana Robinson2020-08-221-54/+60
|
* Add missing mirror filesAllen Byrne2020-08-211-0/+3
|
* Add missing '-'.Larry Knox2020-08-191-1/+1
|
* Updated HDF5 1.10 support branch version number to 1.10.8-0Larry Knox2020-08-191-3/+3
|
* Fixed one last trailing whitespace characterDana Robinson2020-08-181-1/+1
|
* Fixed trailing whitespace from revert.Dana Robinson2020-08-183-31/+31
|
* Revert "Don't track file offset position when using pread / pwrite."Dana Robinson2020-08-184-80/+32
| | | | This reverts commit 9e5a68214a5e40bb8e43c5ec2a928dc70e8a6017.
* Adds missing HDstrtoumax for S3 VFDDana Robinson2020-08-181-0/+3
|
* Merge of develop PRs to 1.10Dana Robinson2020-08-185-97/+155
|
* Merge pull request #2799 in HDFFV/hdf5 from ↵Larry Knox2020-08-181-0/+4
|\ | | | | | | | | | | | | ~BMRIBLER/hdf5_bmr2020:hdf5_bmr2020_addrsani_110 to hdf5_1_10 * commit 'ede1b9b1dd53caad6dfce8ec7bc4aa7b3dbce62c': Fix HDFFV-11101
| * Fix HDFFV-11101Binh-Minh Ribler2020-08-181-0/+4
| | | | | | | | | | | | | | | | | | | | Description Added initialization to local structs in the src function H5MF_settle_raw_data_fsm() and the test function test_bt2_hdr_fd() to prevent the following error in two different occurrences: MemorySanitizer: use-of-uninitialized-value Platforms tested: Linux/64 (jelly)
* | Merge pull request #2772 in HDFFV/hdf5 from ↵Larry Knox2020-08-183-13/+92
|\ \ | |/ |/| | | | | | | | | | | ~BMRIBLER/hdf5_bmr:hdf5_bmr_HDFFV-10933_110 to hdf5_1_10 * commit '538bdb35ae932a1445f32a04e8173f8805d404f8': Updated for HDFFV-10933 Fixed HDFFV-10933
| * Fixed HDFFV-10933Binh-Minh Ribler2020-08-143-13/+92
| | | | | | | | | | | | | | | | | | | | | | Description: Fixed to allow the creation of a dataset when the combination of type, space, etc doesn't work for filter and the filter is optional. Currently, it was supposed to be skipped as indicated in the documentation, but it was not skipped and the creation failed. The function H5Z_ignore_filters was added and used in H5D__create. Platforms tested: Linux/64 (jelly)
* | Brings H5Fstart_swmr_write changes from developDana Robinson2020-08-184-7/+36
| |
* | Merge branch 'hdf5_1_10' into h5f_start_swmr_write_locksDana Robinson2020-08-1810-787/+2305
|\ \
| * \ Merge pull request #2789 in HDFFV/hdf5 from ↵Dana Robinson2020-08-1810-787/+2305
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | ~DEROBINS/hdf5_der:h5ac_skiplist_optimization_1_10 to hdf5_1_10 * commit '90fa429c015649fee878530817e503393e9f269c': Brings the MDC skiplist optimizations from develop
| | * | Brings the MDC skiplist optimizations from developDana Robinson2020-08-1710-787/+2305
| | | |
* | | | Merge branch 'hdf5_1_10' into h5f_start_swmr_write_locksDana Robinson2020-08-174-2425/+1310
|\ \ \ \ | |/ / /
| * | | Brings over S3 and HDFS VFD changes from developDana Robinson2020-08-174-2425/+1310
| |/ /
* | | Adds fix for H5Fstart_swmr_write lock issueDana Robinson2020-08-172-4/+16
|/ / | | | | | | Needs a final review pass.
* | Removes email and Modifications sectionsDana Robinson2020-08-1780-670/+202
| |
* | Minor normalizations with developDana Robinson2020-08-1666-985/+472
| |
* | Minor normalizations with developDana Robinson2020-08-16100-1867/+1509
| |
* | Normalizations with developDana Robinson2020-08-1643-373/+276
| |
* | Even more normalization with developDana Robinson2020-08-1515-165/+101
| |
* | More normalizations with developDana Robinson2020-08-151-22/+18
| |
* | Misc normalizations with developDana Robinson2020-08-152-57/+35
| |
* | Brings monotonic timer changes from developDana Robinson2020-08-1510-725/+1182
| |
* | Brings Mirror VFD to 1.10 from developDana Robinson2020-08-148-1/+2494
| |
* | Brings splitter VFD from developDana Robinson2020-08-146-2/+1453
| |
* | Brings file locking changes from developDana Robinson2020-08-1419-163/+590
|/
* HDFFV-11127 - force RTLD_LOCAL in dlopenAllen Byrne2020-08-121-1/+1
|
* Brings HDFFV-11027 H5S_NO_CLASS fix to 1.10 from developDana Robinson2020-08-111-2/+5
|
* Fix HDFFV-11120 and HDFFV-11121 (CVE-2018-13870 and CVE-2018-13869)Binh-Minh Ribler2020-08-031-1/+18
| | | | | | | | | | | Description: When a buffer overflow occurred because a name length was corrupted and became very large, h5dump produced a segfault on one file and a memcpy parameter overlap on another file. This commit added checks that detect a read pass the end of the buffer to prevent these error conditions. Platforms tested: Linux/64 (jelly)
* Merge branch 'hdf5_1_10' into 1_10_normalizationDana Robinson2020-07-301-0/+4
|\
| * Supply the appropriate file pointer to H5T_patch_vlen_file() without ↵vchoi2020-07-211-1/+1
| | | | | | | | H5F_VOL_OBJ from develop branch.
| * Merge pull request #2693 in HDFFV/hdf5 from ↵Vailin Choi2020-07-211-0/+4
| | | | | | | | | | | | | | | | ~VCHOI/my_third_fork:bugfix/HDFFV-11080-heap-use-after-free-by-the-call to develop * commit '3023b34272cc6ada84aebfa7441a6a55afa3621c': Update MANIFEST. Add new test to Cmake. Fix for jira issue HDFFV-11080: (1) Patch up the file pointer when reading attribute of variable length datatype (2) Test to verify the fix when doing multiple threads
* | Minor normalization with developDana Robinson2020-07-2718-453/+321
|/
* Corrected missing H5CS thread-safety change.Dana Robinson2020-07-201-5/+1
|
* Brought over thread-safety changes from develop.Dana Robinson2020-07-205-22/+163
|
* Merge pull request #2702 in HDFFV/hdf5 from ↵Dana Robinson2020-07-2026-288/+213
|\ | | | | | | | | | | | | ~DEROBINS/hdf5_der:1_10_normalization to hdf5_1_10 * commit '795a2e5058c6214df1777a073e6b058638377003': Normalization with develop.