Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed errant comma | Dana Robinson | 2020-09-03 | 1 | -1/+1 |
| | |||||
* | Brings Quincey's parallel collective MD write bugfix from develop | Dana Robinson | 2020-09-03 | 8 | -231/+25 |
| | |||||
* | Moves some H5S iterator symbols to H5Sprivate.h | Dana Robinson | 2020-08-27 | 2 | -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_t | Dana Robinson | 2020-08-27 | 11 | -20/+0 |
| | |||||
* | Adds helpful error messages to the HDFS VFD stubs. | Dana Robinson | 2020-08-26 | 1 | -2/+14 |
| | |||||
* | Adds binary compatibility HDFS VFD stubs. | Dana Robinson | 2020-08-26 | 2 | -3/+39 |
| | |||||
* | Fixes issues with HDFS VFD. | Dana Robinson | 2020-08-24 | 2 | -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 Knox | 2020-08-24 | 1 | -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 develop | Dana Robinson | 2020-08-22 | 1 | -54/+60 |
| | |||||
* | Add missing mirror files | Allen Byrne | 2020-08-21 | 1 | -0/+3 |
| | |||||
* | Add missing '-'. | Larry Knox | 2020-08-19 | 1 | -1/+1 |
| | |||||
* | Updated HDF5 1.10 support branch version number to 1.10.8-0 | Larry Knox | 2020-08-19 | 1 | -3/+3 |
| | |||||
* | Fixed one last trailing whitespace character | Dana Robinson | 2020-08-18 | 1 | -1/+1 |
| | |||||
* | Fixed trailing whitespace from revert. | Dana Robinson | 2020-08-18 | 3 | -31/+31 |
| | |||||
* | Revert "Don't track file offset position when using pread / pwrite." | Dana Robinson | 2020-08-18 | 4 | -80/+32 |
| | | | | This reverts commit 9e5a68214a5e40bb8e43c5ec2a928dc70e8a6017. | ||||
* | Adds missing HDstrtoumax for S3 VFD | Dana Robinson | 2020-08-18 | 1 | -0/+3 |
| | |||||
* | Merge of develop PRs to 1.10 | Dana Robinson | 2020-08-18 | 5 | -97/+155 |
| | |||||
* | Merge pull request #2799 in HDFFV/hdf5 from ↵ | Larry Knox | 2020-08-18 | 1 | -0/+4 |
|\ | | | | | | | | | | | | | ~BMRIBLER/hdf5_bmr2020:hdf5_bmr2020_addrsani_110 to hdf5_1_10 * commit 'ede1b9b1dd53caad6dfce8ec7bc4aa7b3dbce62c': Fix HDFFV-11101 | ||||
| * | Fix HDFFV-11101 | Binh-Minh Ribler | 2020-08-18 | 1 | -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 Knox | 2020-08-18 | 3 | -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-10933 | Binh-Minh Ribler | 2020-08-14 | 3 | -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 develop | Dana Robinson | 2020-08-18 | 4 | -7/+36 |
| | | |||||
* | | Merge branch 'hdf5_1_10' into h5f_start_swmr_write_locks | Dana Robinson | 2020-08-18 | 10 | -787/+2305 |
|\ \ | |||||
| * \ | Merge pull request #2789 in HDFFV/hdf5 from ↵ | Dana Robinson | 2020-08-18 | 10 | -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 develop | Dana Robinson | 2020-08-17 | 10 | -787/+2305 |
| | | | | |||||
* | | | | Merge branch 'hdf5_1_10' into h5f_start_swmr_write_locks | Dana Robinson | 2020-08-17 | 4 | -2425/+1310 |
|\ \ \ \ | |/ / / | |||||
| * | | | Brings over S3 and HDFS VFD changes from develop | Dana Robinson | 2020-08-17 | 4 | -2425/+1310 |
| |/ / | |||||
* | | | Adds fix for H5Fstart_swmr_write lock issue | Dana Robinson | 2020-08-17 | 2 | -4/+16 |
|/ / | | | | | | | Needs a final review pass. | ||||
* | | Removes email and Modifications sections | Dana Robinson | 2020-08-17 | 80 | -670/+202 |
| | | |||||
* | | Minor normalizations with develop | Dana Robinson | 2020-08-16 | 66 | -985/+472 |
| | | |||||
* | | Minor normalizations with develop | Dana Robinson | 2020-08-16 | 100 | -1867/+1509 |
| | | |||||
* | | Normalizations with develop | Dana Robinson | 2020-08-16 | 43 | -373/+276 |
| | | |||||
* | | Even more normalization with develop | Dana Robinson | 2020-08-15 | 15 | -165/+101 |
| | | |||||
* | | More normalizations with develop | Dana Robinson | 2020-08-15 | 1 | -22/+18 |
| | | |||||
* | | Misc normalizations with develop | Dana Robinson | 2020-08-15 | 2 | -57/+35 |
| | | |||||
* | | Brings monotonic timer changes from develop | Dana Robinson | 2020-08-15 | 10 | -725/+1182 |
| | | |||||
* | | Brings Mirror VFD to 1.10 from develop | Dana Robinson | 2020-08-14 | 8 | -1/+2494 |
| | | |||||
* | | Brings splitter VFD from develop | Dana Robinson | 2020-08-14 | 6 | -2/+1453 |
| | | |||||
* | | Brings file locking changes from develop | Dana Robinson | 2020-08-14 | 19 | -163/+590 |
|/ | |||||
* | HDFFV-11127 - force RTLD_LOCAL in dlopen | Allen Byrne | 2020-08-12 | 1 | -1/+1 |
| | |||||
* | Brings HDFFV-11027 H5S_NO_CLASS fix to 1.10 from develop | Dana Robinson | 2020-08-11 | 1 | -2/+5 |
| | |||||
* | Fix HDFFV-11120 and HDFFV-11121 (CVE-2018-13870 and CVE-2018-13869) | Binh-Minh Ribler | 2020-08-03 | 1 | -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_normalization | Dana Robinson | 2020-07-30 | 1 | -0/+4 |
|\ | |||||
| * | Supply the appropriate file pointer to H5T_patch_vlen_file() without ↵ | vchoi | 2020-07-21 | 1 | -1/+1 |
| | | | | | | | | H5F_VOL_OBJ from develop branch. | ||||
| * | Merge pull request #2693 in HDFFV/hdf5 from ↵ | Vailin Choi | 2020-07-21 | 1 | -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 develop | Dana Robinson | 2020-07-27 | 18 | -453/+321 |
|/ | |||||
* | Corrected missing H5CS thread-safety change. | Dana Robinson | 2020-07-20 | 1 | -5/+1 |
| | |||||
* | Brought over thread-safety changes from develop. | Dana Robinson | 2020-07-20 | 5 | -22/+163 |
| | |||||
* | Merge pull request #2702 in HDFFV/hdf5 from ↵ | Dana Robinson | 2020-07-20 | 26 | -288/+213 |
|\ | | | | | | | | | | | | | ~DEROBINS/hdf5_der:1_10_normalization to hdf5_1_10 * commit '795a2e5058c6214df1777a073e6b058638377003': Normalization with develop. | ||||
| * | Normalization with develop. | Dana Robinson | 2020-07-20 | 26 | -288/+213 |
| | |