summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* 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.
| * Normalization with develop.Dana Robinson2020-07-2026-288/+213
| |
* | Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_10)Allen Byrne2020-07-1730-5509/+8988
|\ \ | |/ | | | | | | * commit '8b6cd7cfddf91308cf860f2da3d28e208fd89788': Merge of dataspace improvements from develop.
| * Merge of dataspace improvements from develop.Dana Robinson2020-07-1630-5509/+8988
| |
* | CMake updates:Allen Byrne2020-07-152-8/+44
|/ | | | | | Add build folder as Include for generated files Add install option for copying Fortran mod files to include folder Add PRI defines to win32defs file Exclude mingw from extra flags
* Moved over the H5S_hyper_diminfo_t from develop.Dana Robinson2020-07-103-114/+124
| | | | | Also fixed the issue with the H5S_diminfo_valid_t enum from the last commit.
* Moved hyperslab code to use the new H5S_diminfo_valid_t enum.Dana Robinson2020-07-103-33/+50
|
* H5S_hyper_adjust_s() optimization from develop.Dana Robinson2020-07-092-24/+35
|
* Fixed Duff's device fall through warnings in hyperslab code.Dana Robinson2020-07-091-9/+16
|
* H5F and H5FS normalization with develop.Dana Robinson2020-07-0910-580/+563
|
* Minor renaming in H5S hyperslab code.Dana Robinson2020-07-092-15/+12
|
* Misc normalizations with develop.Dana Robinson2020-07-0914-540/+530
|
* More normalization with H5S from develop.Dana Robinson2020-07-093-121/+109
|
* Continued normalization of H5S with develop.Dana Robinson2020-07-0911-144/+136
|
* Normalization of H5MM and H5FL with develop. Adds the newDana Robinson2020-07-087-220/+445
| | | | stats calls.
* Further normalization of H5S with developDana Robinson2020-07-089-220/+118
|
* Normalization of H5S package with developDana Robinson2020-07-0816-1848/+2285
|
* Fix HDFFV-10591Binh-Minh Ribler2020-07-051-14/+22
| | | | | | | | | | | Description: h52gif produced a segfault when a buffer overflow occurred because the data size was corrupted and became very large. This commit added a check on the data size against the buffer size to prevent the segfault. It also added error reporting to h52gif to display an error message instead of silently exiting when the failure occurred. Platforms tested: Linux/64 (jelly)
* Reduce overhead for H5open, which is involved in the public symbols like ↵Dana Robinson2020-06-222-5/+32
| | | | H5T_NATIVE_INT, etc.
* H5PB and H5Faccum normalization with develop.Dana Robinson2020-06-0411-187/+262
|
* H5F normalizations with develop.Dana Robinson2020-06-044-40/+40
|
* Merge branch '1_10_normalization' of ↵Dana Robinson2020-06-041-270/+246
|\ | | | | | | https://bitbucket.hdfgroup.org/scm/~derobins/hdf5_der into 1_10_normalization
| * Normalization of H5D.c with develop.Dana Robinson2020-06-041-270/+246
| |
* | Normalization of H5T.c with develop.Dana Robinson2020-06-041-131/+103
|/
* Normalization with develop in H5D and H5CX.Dana Robinson2020-06-024-93/+116
|
* More normalization with develop (C library).Dana Robinson2020-06-019-157/+154
|
* Many normalizations with develop.Dana Robinson2020-05-3036-867/+875
|
* Normalization with develop in the MD cache clients.Dana Robinson2020-05-2918-68/+74
|
* Normalization with develop of the VFDs and H5F package.Dana Robinson2020-05-2813-889/+939
|
* Removed trailing whitespace from source files.Dana Robinson2020-05-26104-2258/+2258
|
* Changed H5F_file_t to H5F_shared_t (as in develop/1.12)Dana Robinson2020-05-269-46/+46
|
* Brought property list code in line with develop.Dana Robinson2020-05-2119-765/+767
|
* Brought the dsets test in line with develop. Brings over the fixDana Robinson2020-05-203-28/+30
| | | | for 0-size dataset metadata allocation.
* Brought H5I, H5Z, and some of H5PL in line with develop/1.12.Dana Robinson2020-05-2011-267/+305
|