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
/
H5FDmulti.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge initial version of selection I/O feature into develop (#1367)
Neil Fortner
2022-03-26
1
-0/+5
*
Replaced several uses of sprintf with safer snprintf (#1383)
Sean McBride
2022-01-28
1
-3/+3
*
VFD plugins (#602)
jhendersonHDF
2021-09-29
1
-140/+292
*
VFD ctl feature (#981)
jhendersonHDF
2021-09-23
1
-0/+51
*
Modified gcc/clang warning suppression macros to account for some warnings fl...
Sean McBride
2021-09-16
1
-1/+3
*
Fix several warnings (#720)
jhendersonHDF
2021-09-14
1
-2/+2
*
Includes hdf5dev.h in hdf5.h (#728)
Dana Robinson
2021-06-07
1
-1/+0
*
Moves gcc warning macros from H5public.h to H5private.h (#724)
Dana Robinson
2021-06-04
1
-2/+25
*
Combo set of async and other changes (#161)
Quincey Koziol
2021-06-02
1
-0/+1
*
Brings the native implementation of H5Fdelete() from Bitbucket (#524)
Dana Robinson
2021-04-16
1
-40/+90
*
Removes implementation of my_strdup() from the multi VFD (#527)
Dana Robinson
2021-03-31
1
-33/+11
*
Update clang config (#473)
Quincey Koziol
2021-03-17
1
-61/+64
*
Fixed all clang-tidy bugprone-suspicious-string-compare warnings (#451)
Sean McBride
2021-03-10
1
-1/+1
*
Use do-while trick to force H5Epush_ret() to require trailing semi (#380)
Sean McBride
2021-03-04
1
-101/+113
*
Changes found during merge to 1.12 (#414)
Allen Byrne
2021-03-04
1
-1/+1
*
Patches from vtk (#358)
Sean McBride
2021-02-25
1
-1/+1
*
Fixed uninitialized warnings (#360)
Sean McBride
2021-02-19
1
-2/+2
*
Update license url (#332)
Larry Knox
2021-02-17
1
-1/+1
*
Clang-format of source files
Allen Byrne
2020-09-30
1
-665/+689
*
Fix comment formatting due to tabs conversion
Allen Byrne
2020-09-24
1
-57/+56
*
File changes to affect formatting
Allen Byrne
2020-09-04
1
-584/+584
*
Merge remote-tracking branch 'origin/develop' into namespace_cleanup_01
Quincey Koziol
2020-08-07
1
-2/+2
|
\
|
*
Squash merge of file locking fixes
Dana Robinson
2020-08-03
1
-2/+2
*
|
Clean up private / package / static namespace issues (function naming, which
Quincey Koziol
2020-08-06
1
-20/+1
|
/
*
Trim trailing whitespace
Quincey Koziol
2020-04-20
1
-5/+5
*
Reduce differences between my -Werror branch and `develop`:
David Young
2020-01-29
1
-3/+2
*
Reverted snprintf to sprintf in the multi VFD since
Dana Robinson
2019-07-11
1
-12/+12
*
Updates to warnhist script, along with a few cleanups, and add some comments
Quincey Koziol
2019-07-10
1
-1/+1
*
Add support for GCC9, update warnhist script, and clean up warnings.
Quincey Koziol
2019-07-03
1
-2/+12
*
Improvements to the H5Fis_accessible() and H5Fis_hdf5() tests
Dana Robinson
2019-04-25
1
-26/+26
*
Merge branch 'develop' into vfd_init_cleanup
Dana Robinson
2019-01-01
1
-1/+2
|
\
|
*
Clear driver properties before returning them to application.
Quincey Koziol
2018-12-19
1
-1/+2
*
|
Cleaned up and normalized VFD init calls.
Dana Robinson
2018-12-18
1
-14/+8
|
/
*
Fixed HDFFV-10404
Binh-Minh Ribler
2018-07-13
1
-1/+1
*
Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5...
Larry Knox
2017-04-25
1
-6/+4
*
Final merge of page buffering branch to develop
Quincey Koziol
2017-03-14
1
-0/+10
*
Cleanups and normalizations against incoming page_buffering changes.
Quincey Koziol
2017-02-20
1
-5/+9
*
More normalizations against incoming cache image branch.
Quincey Koziol
2016-12-29
1
-22/+24
*
Changed the return type of H5Pget_driver_info() from void * to
Dana Robinson
2016-11-05
1
-4/+4
*
Change file memory type for extending to default, and correct error in
Quincey Koziol
2016-11-03
1
-3/+7
*
Warning and whitespace cleanup.
Quincey Koziol
2016-11-03
1
-9/+11
*
[svn-r30219] Description:
Quincey Koziol
2016-07-22
1
-9/+15
*
[svn-r30113] Description:
Quincey Koziol
2016-06-28
1
-2/+2
*
[svn-r29715] Description:
Quincey Koziol
2016-04-16
1
-11/+15
*
[svn-r29057] added dxpl type checking when debug mode is enabled (H5_DEBUG_BU...
Mohamad Chaarawi
2016-02-07
1
-10/+2
*
[svn-r28626] Brought VFD-level file locking code over from revise_chunks.
Dana Robinson
2015-12-14
1
-2/+99
*
[svn-r28204] Fix use of hbool_t in H5FDmulti (revert previous fix and use uns...
Jerome Soumagne
2015-10-23
1
-3/+3
*
[svn-r28196] Fix use of hbool_t in H5FDmulti
Jerome Soumagne
2015-10-23
1
-2/+2
*
[svn-r26986] Removed H5F_ACC_DEBUG and H5FD_DEBUG functionality.
Dana Robinson
2015-04-30
1
-45/+2
*
[svn-r25929] Description:
Quincey Koziol
2014-12-29
1
-38/+50
[next]