Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Squash merge of file locking fixes | Dana Robinson | 2020-08-03 | 1 | -1/+110 |
| | |||||
* | Merge pull request #2711 in HDFFV/hdf5 from bmr-HDFFV-11120 to develop | Binh-Minh Ribler | 2020-07-29 | 1 | -0/+11 |
|\ | | | | | | | | | | | | | | | Fix HDFFV-11120 and HDFFV-11121 (CVE-2018-13870 and CVE-2018-13869) * commit '707e30c6be1954c0027374124207e46caae68cbc': Fixed typos in error messages. Fix HDFFV-11120 and HDFFV-11121 (CVE-2018-13870 and CVE-2018-13869) | ||||
| * | Fix HDFFV-11120 and HDFFV-11121 (CVE-2018-13870 and CVE-2018-13869) | Binh-Minh Ribler | 2020-07-22 | 1 | -0/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | 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) SunOS 5.11 (emu) | ||||
* | | Merge pull request #2714 in HDFFV/hdf5 from ↵ | Dana Robinson | 2020-07-28 | 1 | -0/+15 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | ~DEROBINS/hdf5_der:h5s_set_extent_none to develop * commit 'e4603ff8a171e82de6373ba6eddcf59d5eeab5aa': Updated the Java tests to deal with H5Sset_extent_none changes Fixed additional typos in tselect.c comments. Fixes typo in tselect.c Updates H5Sset_extent_none() to set H5S_NULL | ||||
| * | | Updates H5Sset_extent_none() to set H5S_NULL | Dana Robinson | 2020-07-28 | 1 | -0/+15 |
| |/ | | | | | | | | | | | | | | | The API call used to set the internal H5S_NO_CLASS value which produced errors when such a dataspace was passed to many other API calls. Fixes HDFFV-11027 | ||||
* | | Add release notes for tools | Allen Byrne | 2020-07-20 | 1 | -2/+38 |
|/ | |||||
* | Fix for jira issue HDFFV-11080: | vchoi | 2020-07-14 | 1 | -0/+14 |
| | | | | | (1) Patch up the file pointer when reading attribute of variable length datatype (2) Test to verify the fix when doing multiple threads | ||||
* | HDFFV-11116 Add option for install location of Fortran MOD files | Allen Byrne | 2020-07-09 | 2 | -3/+36 |
| | |||||
* | Lib files needed are now copied to a subdirectory in the java/test | Larry Knox | 2020-07-02 | 1 | -0/+8 |
| | | | | | | directory, and on Macs the loader path for libhdf5.xxxs.so is changed in the temporary copy of libhdf5_java.dylib. Fix for HDFFV-11063 | ||||
* | - added comment to explain a kluge | Binh-Minh Ribler | 2020-06-29 | 1 | -1/+9 |
| | | | | - added the associated entry to release notes | ||||
* | Added note for HDFFV-10591. | Binh-Minh Ribler | 2020-06-19 | 1 | -0/+12 |
| | |||||
* | OESS-65 fix packaging config files | Allen Byrne | 2020-05-08 | 1 | -0/+1 |
| | |||||
* | Remove old szip line | Allen Byrne | 2020-04-23 | 1 | -1/+0 |
| | |||||
* | OESS-65 add option to use AEC library in place of SZip | Allen Byrne | 2020-04-22 | 3 | -0/+20 |
| | |||||
* | Trim trailing whitespace | Quincey Koziol | 2020-04-20 | 4 | -3068/+3068 |
| | |||||
* | Merge branch 'develop' of ↵ | Jacob Smith | 2020-04-07 | 1 | -0/+39 |
|\ | | | | | | | https://bitbucket.hdfgroup.org/scm/~jake.smith/hdf5 into feature/vfd_splitter_mirror_a | ||||
| * | Move intel warnings to subfolder, update autotools files | Allen Byrne | 2020-04-06 | 1 | -1/+3 |
| | | |||||
| * | Corrected note | Allen Byrne | 2020-04-06 | 1 | -3/+3 |
| | | |||||
| * | Update release note for CMake warnings | Allen Byrne | 2020-04-03 | 1 | -0/+2 |
| | | |||||
| * | TRILAB-192 add comparable clang flags | Allen Byrne | 2020-03-27 | 1 | -0/+2 |
| | | |||||
| * | TRILAB-24 use CHECK_STRUCT_HAS_MEMBER | Allen Byrne | 2020-03-24 | 1 | -0/+7 |
| | | |||||
| * | TRILAB-192 add release note | Allen Byrne | 2020-03-24 | 1 | -0/+15 |
| | | |||||
| * | Fixed the RELEASE.txt note for HDFFV-11057 | Dana Robinson | 2020-03-18 | 1 | -9/+8 |
| | | |||||
| * | Fix shutdown errors when using the HDF5_VOL_CONNECTOR environment | Dana Robinson | 2020-03-18 | 1 | -0/+12 |
| | | | | | | | | | | variable to set a dynamically loaded plugin as the default VOL connector. Fixes HDFFV-11057 | ||||
* | | Add Splitter VFD to library. | Jacob Smith | 2020-03-13 | 1 | -0/+14 |
|/ | | | | | | | | | | | | | | | * "Simultaneous and equivalent" Read-Write and Write-Only channels for file I/O. * Only supports drivers with the H5FD_FEAT_DEFAULT_VFD_COMPATIBLE flag for now, preventing issues with multi-file drivers. Add Mirror VFD to library. * Write-only operations over a network. * Uses TCP/IP sockets. * Server and auxiliary server-shutdown programs provided in a new directory, `utils/mirror_vfd`. * Automated testing via loopback ("remote" of localhost). | ||||
* | Update examples and fix old version references. | Allen Byrne | 2020-02-26 | 8 | -209/+213 |
| | |||||
* | Update Windows platforms | Allen Byrne | 2020-02-24 | 1 | -5/+1 |
| | |||||
* | HDFFV-11036 add release note | Allen Byrne | 2020-02-24 | 1 | -1/+8 |
| | |||||
* | TRILAB-142 Change minimum CMake version to 3.12 | Allen Byrne | 2020-02-21 | 2 | -1/+8 |
| | |||||
* | Merge develop | Jordan Henderson | 2020-02-21 | 4 | -37/+237 |
|\ | |||||
| * | Corrected INTERFACE INTENT(IN) to INTENT(OUT) for buf_size ↵ | M. Scot Breitenfeld | 2020-02-18 | 1 | -0/+3 |
| | | | | | | | | | | | | inh5fget_file_image_f. HDFFV-11029 | ||||
| * | Update sanitizer note. | Allen Byrne | 2020-02-11 | 1 | -3/+12 |
| | | |||||
| * | HDFFV-11014, fix the h5repack issue that misses a few attributes during the ↵ | Muqun Yang | 2020-02-07 | 1 | -0/+10 |
| | | | | | | | | repacking. The flag that checks the object reference attribute is not updated properly. The fix is trivial. Just need to move the flag update line into the inner loop. Tested at Jelly. Also update the release.txt. | ||||
| * | Add RELEASE.txt note for token refactoring changes | Jordan Henderson | 2020-02-05 | 1 | -0/+44 |
| | | |||||
| * | HDFFV-11012 - add release note | Allen Byrne | 2020-02-05 | 1 | -0/+7 |
| | | |||||
| * | HDFFV-10996 add release note | Allen Byrne | 2020-02-04 | 1 | -0/+6 |
| | | |||||
| * | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop) | Allen Byrne | 2020-01-24 | 1 | -7/+4 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '590aaff33046df99a4d88ba59e4b461e060b36e4': Optimized the floating point comparisons a little bit. Fix for failing h5diff tests involving floating-point compares. Removed H5_DEC_ENUM Revert "Revert "Moved -Wunsuffixed-float-constants to the developer warnings."" Revert "Moved -Wunsuffixed-float-constants to the developer warnings." Moved -Wunsuffixed-float-constants to the developer warnings. Fixed a bug in testpar/t_cache.c concerning checking expected vs. actual cache entry reads and writes. | ||||
| | * | Revert "Revert "Moved -Wunsuffixed-float-constants to the developer warnings."" | Dana Robinson | 2020-01-23 | 1 | -7/+4 |
| | | | | | | | | | | | | This reverts commit 6486e06545bf637d46e18a787395542f4fca143a. | ||||
| * | | Note for common warnings files | Allen Byrne | 2020-01-17 | 1 | -0/+9 |
| |/ | |||||
| * | HDFFV-11001 need to qualify all by parallel or serial types | Allen Byrne | 2020-01-15 | 1 | -8/+8 |
| | | |||||
| * | HDDFV-11001 add note | Allen Byrne | 2020-01-15 | 1 | -0/+14 |
| | | |||||
| * | Added JIRA note | Allen Byrne | 2020-01-13 | 1 | -0/+8 |
| | | |||||
| * | HDFFV-10980 - h5diff uses new ref APIs | Allen Byrne | 2019-12-19 | 1 | -0/+7 |
| | | |||||
| * | Add missing note | Allen Byrne | 2019-12-19 | 1 | -0/+12 |
| | | |||||
| * | Merge pull request #2109 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:pread_bugs to ↵ | Dana Robinson | 2019-12-17 | 1 | -0/+15 |
| |\ | | | | | | | | | | | | | | | | | | | develop * commit '99f85cbf15a637768c8df977ddc5eebe7683a60d': Fixed bugs in pread/pwrite I/O in VFDs. | ||||
| | * | Fixed bugs in pread/pwrite I/O in VFDs. | Dana Robinson | 2019-12-09 | 1 | -0/+15 |
| | | | | | | | | | | | | Fixes HDFFV-10945. | ||||
| * | | Add release note for sanitizer support | Allen Byrne | 2019-12-12 | 1 | -0/+6 |
| | | | |||||
| * | | Latest date first in RELEASE.txt | Chris Hogan | 2019-12-10 | 1 | -6/+6 |
| | | | |||||
| * | | Update RELEASE.txt with performance improvements | Chris Hogan | 2019-12-10 | 1 | -0/+6 |
| | | | |||||
| * | | Merge pull request #2113 in HDFFV/hdf5 from ↵ | Chris Hogan | 2019-12-09 | 1 | -0/+6 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | ~CHOGAN/hdf5:chogan/develop/10934_release_txt to develop * commit 'c000061e6a6123d9cba7938bb8e6b94139cc3cc7': Add RELEASE.txt entry for Jira 10934 |