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
*
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
*
OESS-330/HDFFV-11282: Improve failure message when a VOL connector can't be l...
raylu-hdf
2023-02-20
2
-3/+8
*
Fix issue with collective metadata writes of global heap data (#2480)
jhendersonHDF
2023-02-20
1
-0/+8
*
CMake generated pkg-config file is incorrect #2259 (#2476)
Allen Byrne
2023-02-17
1
-4/+14
*
GitHub #2417: to avoid the pass-through VOL failing in unexpected places, mak...
raylu-hdf
2023-02-17
1
-0/+31
*
Fix parallel warnings in H5Dmpio.c (#2457)
Dana Robinson
2023-02-13
1
-2/+8
*
corrected/added note about closing creation property list identifier (#2425)
Scot Breitenfeld
2023-02-11
5
-19/+20
*
Remove duplicated "help@hdfgroup.org" lines in file headers. (#2441)
Larry Knox
2023-02-11
1
-1/+0
*
Add szip/libaec to GitHub CI and fix warnings (#2438)
Dana Robinson
2023-02-09
2
-10/+16
*
Include shlwapi.h explicitly on Windows (#2407)
Mark Kittisopikul
2023-01-17
1
-0/+1
*
Update FORTRAN VOL connector test for external pass-through testing (#2393)
Quincey Koziol
2023-01-05
2
-1/+3
*
Correct VOL connector env string parsing issue (#2350)
Quincey Koziol
2023-01-04
1
-1/+1
*
Adds RELEASE.txt notes and updates Doxygen (#2377) (#2379)
Dana Robinson
2022-12-29
2
-8/+10
*
Adds Doxygen markup for H5FDdriver_query() (#2376)
Dana Robinson
2022-12-28
2
-4/+23
*
Purged references to HDF5 1.13.x from the Doxygen documentation (#2365)
Dana Robinson
2022-12-27
10
-38/+30
*
Adds missing Doxygen for H5ESpublic.h (#2364)
Dana Robinson
2022-12-27
1
-16/+77
*
HL GIF tools changes (#2360)
Dana Robinson
2022-12-24
1
-0/+1
*
Adds Doxygen VOL flag markup (#2340)
Dana Robinson
2022-12-21
1
-55/+63
*
Onion VFD header cleanup (#2337)
Dana Robinson
2022-12-21
3
-112/+85
*
H5F_LIBVER_LATEST changes for move to 1.15 (#2288)
Allen Byrne
2022-12-21
15
-13/+30
*
Fix doxygen warnings and remove javadocs (#2324)
Allen Byrne
2022-12-20
5
-6/+6
[next]