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
...
*
Harden the v1 B-tree and local heap cache clients (#2803)
Dana Robinson
2023-04-25
4
-96/+90
*
H5Odtype.c decode cleanup (#2797)
Dana Robinson
2023-04-25
1
-85/+234
*
Sanitize object header message decode functions (#2795)
Dana Robinson
2023-04-25
14
-409/+407
*
Add bug note to H5Dget_space_status documentation (#2788)
jhendersonHDF
2023-04-23
1
-0/+14
*
Sanitize the attribute object header msg code (#2749)
Dana Robinson
2023-04-19
1
-39/+75
*
Sanitize the H5Oname decode function (#2757)
Dana Robinson
2023-04-19
1
-20/+14
*
Sanitize the ohdr modification time decode fxns (#2762)
Dana Robinson
2023-04-18
1
-36/+38
*
Clean up H5Oefl decode function (#2755)
Dana Robinson
2023-04-18
1
-27/+28
*
Removes programmer/date lines from src headers (#2747)
Dana Robinson
2023-04-18
77
-542/+203
*
Check for invalid AAPL in H5Aopen (#2712)
jhendersonHDF
2023-04-17
1
-5/+9
*
Sanitize B-tree k ohdr message decode call (#2754)
Dana Robinson
2023-04-17
1
-13/+20
*
Sanitize the attribute info message decode fxn (#2748)
Dana Robinson
2023-04-17
1
-13/+24
*
H5Spoint.c: Fix mistake in comment (#2750)
Dave Allured
2023-04-16
1
-1/+1
*
Fix memory leaks when processing OH cont messages (#2723)
Dana Robinson
2023-04-14
2
-12/+16
*
Cache macro parameter name consistency (#2738)
Quincey Koziol
2023-04-14
1
-9/+9
*
Cache macro error consistency (#2739)
Quincey Koziol
2023-04-14
2
-86/+70
*
Move cache image macros (#2732)
Quincey Koziol
2023-04-14
2
-33/+42
*
Cache macro tidy (#2731)
Quincey Koziol
2023-04-14
1
-98/+98
*
Fix out of bounds in `hdf5/src/H5Fint.c:2859` (#2691)
Kobrin Eli
2023-04-13
3
-7/+72
*
Fixed GH-2603, heap-buffer-overflow in H5O__linfo_decode (#2697)
bmribler
2023-04-13
1
-6/+22
*
Remove unused macros (#2722)
Quincey Koziol
2023-04-13
1
-147/+0
*
Remove dead code for H5C__SLIST_OPT_ENABLED (#2721)
Quincey Koziol
2023-04-13
2
-15/+1
*
Refactor H5C_entry_in_skip_list (#2719)
Quincey Koziol
2023-04-13
3
-13/+21
*
Fix cache validate (#2718)
Quincey Koziol
2023-04-13
1
-2/+2
*
Refactor cache mark flush dep (#2711)
Quincey Koziol
2023-04-13
2
-4/+4
*
Refactor cache validation (#2699)
Quincey Koziol
2023-04-13
4
-65/+62
*
Remove duplicated H5_IS_BUFFER_OVERFLOW macro (#2700)
jhendersonHDF
2023-04-12
1
-5/+0
*
Fix for github issue #2599: (#2665)
vchoi-hdfgroup
2023-04-12
1
-1/+6
*
Cache tidy (#2693)
Quincey Koziol
2023-04-12
7
-1189/+524
*
Clean up memory allocated when reading messages in H5Dlayout on error (#2602)...
glennsong09
2023-04-11
1
-5/+15
*
Fix invalid memory access in H5O__ginfo_decode (#2663)
mattjala
2023-04-11
2
-1/+21
*
Add buffer overrun checks to H5O__layout_decode and H5O__sdspace_decode (#2679)
jhendersonHDF
2023-04-11
3
-55/+268
*
Fix a heap buffer overflow during H5D__compact_readvv (GitHub #2606) (#2664)
jhendersonHDF
2023-04-11
1
-0/+27
*
Comment cleanup (#2689)
Quincey Koziol
2023-04-11
19
-1211/+146
*
Remove dead code hidden behind #ifdef LATER (#2686)
Dana Robinson
2023-04-10
7
-223/+0
*
Fix memory leaks and aborts in H5O EFL decode (#2656)
Dana Robinson
2023-04-03
1
-48/+61
*
Avoid suppressing error output for non-tentative file opens (#2632)
jhendersonHDF
2023-04-01
1
-11/+41
*
Fix a memory corruption issue in H5S__point_project_simple (#2626)
jhendersonHDF
2023-03-24
1
-1/+1
*
Fix minor things noted when doing 1.10 merges (#2610)
Dana Robinson
2023-03-24
1
-1/+1
*
Subfiling VFD - fix issues with I/O concentrator selection strategies (#2571)
jhendersonHDF
2023-03-17
1
-39/+71
*
Make sure that ONLY_SHARED_LIBS option is correctly set (#2544)
Allen Byrne
2023-03-13
1
-4/+4
*
Addressed various Doxygen grammar issues. (#2524)
Scot Breitenfeld
2023-03-13
39
-203/+203
*
Elaborate how cd_values get stored (#2522)
Mark (he/his) C. Miller
2023-03-08
1
-4/+7
*
docs: in -> out (#2514) (#2516)
H. Joe Lee
2023-03-08
1
-1/+1
*
Remove redundant and flawed documentation of H5D_chunk_iter_op_t from H5D.c (...
Mark Kittisopikul
2023-03-08
1
-26/+0
*
Fix new codespell issues (#2521)
Mark Kittisopikul
2023-03-08
3
-3/+3
*
Check for overflow when calculating on-disk attribute data size (#2459)
Egbert Eich
2023-03-02
1
-4/+3
*
Missing or misplaced entries in API reference tables #2470 (#2472)
Allen Byrne
2023-03-01
1
-0/+2
*
Subfiling VFD - add option to specify config file prefix (#2495)
jhendersonHDF
2023-02-26
5
-18/+165
*
HDFFV-10368 (OESS-319): Making two useful macros (H5L_EXT_FLAGS_ALL and H5L_E...
raylu-hdf
2023-02-21
2
-6/+10
[prev]
[next]