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
/
H5FD.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed Spelling Errors (#1166)
Scot Breitenfeld
2021-12-07
1
-1/+1
*
Simplify function enter macros for performance benefits (#1024)
David Young
2021-11-08
1
-34/+21
*
VFD plugins (#602)
jhendersonHDF
2021-09-29
1
-0/+56
*
VFD ctl feature (#981)
jhendersonHDF
2021-09-23
1
-0/+105
*
Brings the native implementation of H5Fdelete() from Bitbucket (#524)
Dana Robinson
2021-04-16
1
-0/+34
*
Fixed all clang-tidy bugprone-suspicious-string-compare warnings (#451)
Sean McBride
2021-03-10
1
-2/+2
*
Update license url (#332)
Larry Knox
2021-02-17
1
-1/+1
*
Removes lock/unlock callbacks from ros3 and hdfs VFDs (#258)
Dana Robinson
2021-01-14
1
-7/+3
*
Allow read-only VFD registration (#257)
Dana Robinson
2021-01-13
1
-3/+7
*
Expand ID dec_ref and close callbacks to allow for asynchronous close operati...
Quincey Koziol
2020-12-01
1
-2/+2
*
Replace H5E_ATOM major error category with H5E_ID (#121)
Dana Robinson
2020-11-30
1
-4/+4
*
Enhance API tracing (#120)
Quincey Koziol
2020-11-26
1
-18/+18
*
Clang-format of source files
Allen Byrne
2020-09-30
1
-304/+244
*
Merge branch 'develop' into file_locking_squash_2
Dana Robinson
2020-08-06
1
-1/+1
|
\
|
*
Minor normalizations with 1.12 branch
Dana Robinson
2020-08-01
1
-1/+1
*
|
Squash merge of file locking fixes
Dana Robinson
2020-08-03
1
-4/+4
|
/
*
Normalization with hdf5_1_10
Dana Robinson
2020-06-01
1
-11/+11
*
Minor refactoring to the VFD info free call.
Dana Robinson
2020-01-31
1
-10/+8
*
Updated the 'const memory free' changes based on PR feedback.
Dana Robinson
2020-01-31
1
-9/+8
*
Added a free wrapper that lets us free constant pointers without
Dana Robinson
2020-01-30
1
-5/+8
*
Yanked -Wc++-compat from the flags used to build the C library in both
Dana Robinson
2019-12-04
1
-2/+2
*
Added an H5MM_memcpy call that checks for buffer overlap.
Dana Robinson
2019-03-16
1
-2/+2
*
Normalization with vol_integration (property lists, file drivers,
Dana Robinson
2018-09-21
1
-464/+514
*
Cleanup API context function usage.
Quincey Koziol
2018-03-19
1
-54/+16
*
Add API context interface and use it throughout the library.
Quincey Koziol
2018-03-15
1
-43/+71
*
Normalization with VOL integration branch.
Dana Robinson
2017-11-30
1
-9/+9
*
Added a test for VFD IDs to testhdf5.
Dana Robinson
2017-07-01
1
-226/+53
*
* Added new public H5FDdriver_query() API call.
Dana Robinson
2017-05-24
1
-1/+41
*
* Made H5FD_driver_query() a private function instead of static.
Dana Robinson
2017-05-24
1
-37/+0
*
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/+24
*
Bring changes to I/O parameters from page_buffering branch.
Quincey Koziol
2017-03-13
1
-10/+32
*
More normalizations against incoming cache image branch.
Quincey Koziol
2016-12-29
1
-2/+1
*
Bring SWMR support in to the main development branch. (Finally!) More tests
Quincey Koziol
2016-12-02
1
-0/+29
*
[svn-r30113] Description:
Quincey Koziol
2016-06-28
1
-3/+3
*
[svn-r28626] Brought VFD-level file locking code over from revise_chunks.
Dana Robinson
2015-12-14
1
-0/+125
*
[svn-r27818] Minor warning fixes.
Dana Robinson
2015-09-17
1
-1/+0
*
[svn-r27811] Description:
Quincey Koziol
2015-09-16
1
-195/+24
*
[svn-r27768] Description:
Quincey Koziol
2015-09-14
1
-54/+22
*
[svn-r27077] Description:
Quincey Koziol
2015-05-15
1
-6/+47
*
[svn-r27040] Moved '*' in H5PLget_loading_state() so that bin/trace would cor...
Dana Robinson
2015-05-08
1
-1/+1
*
[svn-r27009] Fix mismatching prototypes in H5FD/H5B2
Jerome Soumagne
2015-05-04
1
-2/+2
*
[svn-r26246] Corrects a regular expression in the bin/trace Perl script that ...
Dana Robinson
2015-02-20
1
-0/+1
*
[svn-r25929] Description:
Quincey Koziol
2014-12-29
1
-3/+3
*
[svn-r25496] Description:
Quincey Koziol
2014-07-30
1
-8/+14
*
[svn-r25084] Description:
Quincey Koziol
2014-04-23
1
-8/+14
*
[svn-r24255] Description:
Quincey Koziol
2013-10-04
1
-1/+0
*
[svn-r23713] Description:
Quincey Koziol
2013-05-21
1
-5/+5
*
[svn-r22681] Description:
Quincey Koziol
2012-08-15
1
-133/+9
*
[svn-r22608] Description:
Quincey Koziol
2012-07-26
1
-4/+2
[next]