index
:
hdf5.git
architecture_docs
develop
develop-readme
feature/1_12_recursive_ts_rw_lock
feature/alignment
feature/async2
feature/ccio
feature/coding_standards
feature/de-hd
feature/h5detect
feature/h5f_get_obj_rework
feature/indexing
feature/new_datatypes
feature/onion_vfd
feature/parallel_h5repack
feature/refactor-h5t-cmp
feature/select_io_chunk_cache
feature/select_io_tconv
feature/vfd_swmr
feature/vfd_swmr_beta_2
feature/vol_cap_flags
feature/vol_tools_tests
feature/werror-restrict
gh-pages
hdf5_1_10
hdf5_1_10_10
hdf5_1_10_11
hdf5_1_10_9
hdf5_1_12
hdf5_1_12_2
hdf5_1_12_3
hdf5_1_13_2
hdf5_1_13_3
hdf5_1_14
hdf5_1_14_0
hdf5_1_14_1
hdf5_1_14_2
hdf5_1_14_3
hdf5_1_6
hdf5_1_8
hdf5_1_8_23
inactive/110_HDFFV-10808-h5pset_file_space_strategy
inactive/H5Ocompare
inactive/NPOESS
inactive/aio_vfd
inactive/avoid_truncate
inactive/cu_dev
inactive/develop_subfiling
inactive/develop_subfiling_v1
inactive/direct_io_2
inactive/h5ocompare
inactive/hdf5_daosm
inactive/hdf5_ff
inactive/hdf5_ff_compactor
inactive/hdf5_rados
inactive/jpeg_converter
inactive/json_vol
inactive/json_vol_old
inactive/mdc_sl_opt
inactive/mds
inactive/merge_metadata_journaling
inactive/metadata_journaling
inactive/modify_dtype_filter
inactive/multi_rd_wd_coll_io
inactive/multi_rd_wd_coll_io_merge
inactive/null_vfd
inactive/parallel_vds
inactive/parallel_vds_develop
inactive/parallel_vds_testing
inactive/phdf5_metadata_opt
inactive/post_open_fix
inactive/rados_vol
inactive/selection_io
inactive/selection_io_with_subfiling_vfd
inactive/trunk_merge_coverity
loricooperhdf-patch-1
metadata_cache_macro_cleanup
ossf-scorecard
pr_484
reduce-h5f-duplication
sel_io_chunk_cache
shell_script
zzz-gitlab-ci
Mirror from: https://github.com/HDFGroup/hdf5.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert some H5MM calls to standard C equivalents (#2382)
Dana Robinson
2023-08-25
21
-172/+139
*
Put H5T_CONV_ab macros in do..while loops (#3432)
Dana Robinson
2023-08-25
1
-521/+931
*
Fix for CVE-2018-15671. h5stat -S $POC will result in a crash with segmeneta...
vchoi-hdfgroup
2023-08-25
1
-15/+7
*
Remove intel oneapi warning (#3426)
H. Joe Lee
2023-08-25
1
-1/+1
*
Revise file close assertion failure fix (#3418)
jhendersonHDF
2023-08-25
5
-42/+63
*
Fix Heap-buffer-overflow WRITE in H5MM_memcpy (#3368)
Alex
2023-08-23
1
-0/+3
*
Fix for CVE-2016-4332 (#3406)
Dana Robinson
2023-08-22
1
-9/+7
*
Fix serial to parallel chunked dataset file space allocation bug (#3394)
jhendersonHDF
2023-08-22
1
-11/+24
*
Fix valgrind warning about write of uninitialized bytes in ScaleOffset filter...
jhendersonHDF
2023-08-18
1
-1/+7
*
Fix valgrind warning about write of uninitialized bytes (#3389)
jhendersonHDF
2023-08-18
1
-3/+14
*
Fix compile failures with H5C_DO_MEMORY_SANITY_CHECKS enabled (#3388)
jhendersonHDF
2023-08-18
2
-2/+3
*
Fix assertion failure during file close on error (#3387)
jhendersonHDF
2023-08-18
1
-1/+1
*
Fix possible performance regression introduced with in-place type conversion ...
Neil Fortner
2023-08-15
1
-0/+20
*
Implementation of the mpio driver with selection I/O. (#3222)
vchoi-hdfgroup
2023-08-07
7
-204/+2023
*
Fix for the bug exposed from running test/set_extent.c when selection… (#3319)
vchoi-hdfgroup
2023-08-04
5
-74/+161
*
Fix assertion failure in H5D__mpio_collective_filtered_vec_io (#3340)
jhendersonHDF
2023-08-03
1
-3/+3
*
Fixes the last of the -Wextra-semi-stmt warnings (#3326)
Sean McBride
2023-08-02
4
-29/+29
*
Fix CVE-2018-13867 (#3336)
Dana Robinson
2023-08-02
1
-0/+6
*
Fix CVE-2018-11202 (#3330)
Dana Robinson
2023-08-02
1
-0/+9
*
Made HGOTO_ERROR a do-while loop (#3308)
Sean McBride
2023-08-02
319
-13942/+14080
*
Fix loading plugin fails with missing directory GH issue #3248 (#3315)
Allen Byrne
2023-08-02
1
-2/+1
*
Fix H5Otoken_to_str call in h5dump and other minor cleanup (#3314)
jhendersonHDF
2023-08-02
1
-6/+10
*
Fix incorrect error check in H5Ofill.c for undefined fill values (#3312)
jhendersonHDF
2023-08-02
1
-1/+1
*
Switch parallel compression to use vector I/O (#3245)
jhendersonHDF
2023-08-02
2
-816/+544
*
Another round of fixing -Wextra-semi-stmt warnings (#3264)
Sean McBride
2023-07-24
176
-1178/+1190
*
ROS3: (fix) Replaced HDfprintf (#3266)
Jan-Willem Blokland
2023-07-24
1
-3/+3
*
removed the use of encoded single apostrophe (#3261)
Scot Breitenfeld
2023-07-20
33
-294/+294
*
Fix warning in H5C__UPDATE_STATS_FOR_DIRTY_PIN macro (#3259)
jhendersonHDF
2023-07-18
1
-1/+1
*
Fixed more warnings about extra semicolons (#3249)
Sean McBride
2023-07-18
96
-1671/+1299
*
Fix some warnings in developer builds (#3247)
jhendersonHDF
2023-07-18
8
-196/+185
*
Fix CMake builds when Subfiling VFD isn't enabled (#3250)
jhendersonHDF
2023-07-17
2
-33/+40
*
ROS3: (feature) Temporary security credentials (#3030)
Jan-Willem Blokland
2023-07-14
4
-36/+468
*
Subfiling VFD source cleanup (#3241)
jhendersonHDF
2023-07-13
31
-3287/+105
*
Fix doc for H5allocate_memory (#3240)
Nicolas Cornu
2023-07-12
1
-1/+1
*
Committing clang-format changes
github-actions
2023-07-06
1
-1/+1
*
Several ros3vfd logging improvements
Aleksandar Jelenak
2023-07-05
1
-12/+16
*
docs: improve consistency in verb form (#3076) (#3188)
H. Joe Lee
2023-06-30
1
-7/+7
*
Remove HD from HDis* (e.g., isalpha) (#3212)
Dana Robinson
2023-06-29
9
-80/+46
*
Remove HD from HDmem* calls (#3211)
Dana Robinson
2023-06-29
141
-646/+631
*
Remove programmer/date from comments (#3210)
Dana Robinson
2023-06-29
312
-11468/+3
*
Remove HD from C std lib file ops (#3206)
Dana Robinson
2023-06-29
17
-88/+67
*
Remove HD from strto* calls (#3204)
Dana Robinson
2023-06-29
8
-36/+18
*
Rename HDexit() and related to exit(), etc. (#3202)
Dana Robinson
2023-06-29
3
-12/+3
*
Remove some "Programmer" comments (#3209)
Dana Robinson
2023-06-29
27
-95/+40
*
Rename HDato*() to ato*() (#3201)
Dana Robinson
2023-06-29
3
-14/+2
*
Remove HD from protected POSIX calls (#3203)
Dana Robinson
2023-06-29
3
-25/+4
*
Remove HD from memory allocate/free calls (#3195)
Dana Robinson
2023-06-28
22
-226/+212
*
Remove HD from HDposix_memalign() (#3196)
Dana Robinson
2023-06-28
2
-10/+7
*
Rename HDsystem() to system() (#3197)
Dana Robinson
2023-06-28
1
-3/+0
*
Rename HD(f)printf() to (f)printf() (#3194)
Dana Robinson
2023-06-28
103
-2022/+1981
[next]