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
/
H5AC.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Hdf5 1 10 parallel comp (#1644)
jhendersonHDF
2022-04-14
1
-6/+67
*
Hdf5 1 10 merges (#1633)
jhendersonHDF
2022-04-14
1
-3/+8
*
Hdf5 1 10 Update license url (#403)
Larry Knox
2021-03-01
1
-1/+1
*
Source formatted
Allen Byrne
2020-10-01
1
-588/+514
*
Brings the MDC skiplist optimizations from develop
Dana Robinson
2020-08-17
1
-48/+215
*
Minor normalizations with develop
Dana Robinson
2020-08-16
1
-44/+44
*
Many normalizations with develop.
Dana Robinson
2020-05-30
1
-173/+174
*
OESS-29 Update HD prefix and compare against develop
Allen Byrne
2019-08-23
1
-229/+229
*
Merge pull request #1522 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:develop to de...
Vailin Choi
2019-02-06
1
-2/+12
*
Merge of changes from develop for 1.10.5.
Dana Robinson
2019-02-04
1
-1/+1
*
Merge of logging framework updates.
Dana Robinson
2018-12-31
1
-586/+126
*
Fixed HDFFV-10404
Binh-Minh Ribler
2018-07-26
1
-3/+3
*
Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...
Quincey Koziol
2018-03-18
1
-1/+0
|
\
*
|
Add API context interface and use it throughout the library.
Quincey Koziol
2018-03-15
1
-266/+65
|
/
*
Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5...
Larry Knox
2017-04-25
1
-6/+4
*
Minor style cleanups
Quincey Koziol
2017-03-22
1
-1/+2
*
Revert "Switch h5clear for cache images to use existing H5Pget_cache_image_co...
Quincey Koziol
2017-03-22
1
-0/+25
*
Checkin of additions to cache image parallel test code and
mainzer
2017-03-16
1
-2/+11
*
Final merge of page buffering branch to develop
Quincey Koziol
2017-03-14
1
-0/+120
*
Minor cleanups and bring over "prefetched dirty" fixes for entries loaded from
Quincey Koziol
2017-03-12
1
-5/+4
*
Align w/incoming page buffering changes.
Quincey Koziol
2017-02-25
1
-3/+9
*
Misc. style cleanups from the page_buffering branch.
Quincey Koziol
2017-02-18
1
-51/+51
*
Cache image feature and testing
Quincey Koziol
2017-01-29
1
-2/+114
*
Bring change to use array of metadata cache entry classes for H5C_create
Quincey Koziol
2017-01-28
1
-37/+41
*
Switch list lengths to unsigned integers (to align better w/cache image merge)
Quincey Koziol
2017-01-28
1
-1/+1
*
Bring changes to metadata cache "get entry status" call and new
Quincey Koziol
2017-01-06
1
-0/+132
*
Add "image up to date" flag / parameter to metadata cache entry status calls.
Quincey Koziol
2017-01-06
1
-1/+4
*
Bring file shutdown code from cache image branch
Quincey Koziol
2017-01-05
1
-0/+86
*
More normalizations against incoming cache image branch.
Quincey Koziol
2016-12-29
1
-5/+2
*
Updated the H5FS cache code to grab the correct tag and modified
Dana Robinson
2016-12-08
1
-0/+34
*
Bring SWMR support in to the main development branch. (Finally!) More tests
Quincey Koziol
2016-12-02
1
-0/+189
*
Remove 'clear' callback from metadata cache client interface, using the
Quincey Koziol
2016-11-18
1
-2/+2
*
Remove explicit support within the metadata cache for tracked compressed
Quincey Koziol
2016-11-17
1
-3/+1
*
Switch to new, more scalable, metadata cache entry tagging.
Quincey Koziol
2016-11-07
1
-26/+9
*
Code style and warning cleanups, from revise_chunks branch.
Quincey Koziol
2016-11-06
1
-7/+5
*
Bring cache logging routines from revise_chunks branch to develop.
Quincey Koziol
2016-11-04
1
-4/+199
*
Remove static definition for debugging routines. *sigh*
Quincey Koziol
2016-11-04
1
-2/+0
*
Move cache debugging routines into separate module.
Quincey Koziol
2016-11-03
1
-179/+0
*
Merge branch 'develop' into evict_on_close
Dana Robinson
2016-09-14
1
-1/+3
|
\
|
*
[svn-r30126] Description:
Quincey Koziol
2016-06-30
1
-1/+3
*
|
[svn-r30118] Sync with trunk.
Dana Robinson
2016-06-29
1
-112/+6
|
\
\
|
|
/
|
*
[svn-r30113] Description:
Quincey Koziol
2016-06-28
1
-5/+6
|
*
[svn-r30112] Description:
Quincey Koziol
2016-06-28
1
-107/+0
*
|
[svn-r30104] Fixes evict-on-close feature by propagating global
Dana Robinson
2016-06-24
1
-2/+2
|
/
*
[svn-r30075] Description:
Quincey Koziol
2016-06-14
1
-0/+34
*
[svn-r30068] Description:
Quincey Koziol
2016-06-13
1
-1/+40
*
[svn-r30053] Description:
Quincey Koziol
2016-06-08
1
-4/+8
*
[svn-r30023] Description:
Quincey Koziol
2016-06-06
1
-16/+18
*
[svn-r30002] Fixed some minor warnings in H5AC.c and H5C.c, cleaned up warnings
Dana Robinson
2016-06-01
1
-1/+1
*
[svn-r29969] Description:
Quincey Koziol
2016-05-29
1
-0/+35
[next]