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
/
H5VLnative.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Combo set of async and other changes (#161)
Quincey Koziol
2021-06-02
1
-9/+36
*
Update license url (#332)
Larry Knox
2021-02-17
1
-1/+1
*
Bring async branch to develop (#166)
Quincey Koziol
2020-12-14
1
-12/+13
*
Enforce VOL framework version compatibility when registering connectors. Als...
Quincey Koziol
2020-12-10
1
-3/+14
*
Clang-format of source files
Allen Byrne
2020-09-30
1
-159/+163
*
Squashed commit of the token_refactoring branch:
Dana Robinson
2020-01-16
1
-0/+345
*
Fix some places where H5P_DEFAULT gets passed down to a VOL connector
Jordan Henderson
2020-01-03
1
-1/+1
*
Refactor all the 'H5VL_*_optional' callbacks to move the type of operation out
Quincey Koziol
2019-12-20
1
-3/+35
*
Fix H5VL_blob_get to return size of blob
Jerome Soumagne
2019-10-08
1
-1/+1
*
Add 'blob' callbacks to VOL, along with a native implementation to store them
Quincey Koziol
2019-10-08
1
-2/+8
*
Add an 'unwrap' VOL callback, so that connectors can unwrap an underlying
Quincey Koziol
2019-04-21
1
-0/+1
*
Revise "management" VOL callbacks into 'info' and object 'wrap / retrieval'
Quincey Koziol
2019-02-23
1
-10/+14
*
Moved private native VOL connector functions to H5VLnative_private.h.
Dana Robinson
2018-12-20
1
-1/+2
*
Moved the remainder of the code into separate files.
Dana Robinson
2018-12-20
1
-2876/+4
*
Split the native VOL connector code into multiple files and
Dana Robinson
2018-12-20
1
-596/+0
*
Moved the optional enums to H5VLnative.h and converted to an int
Dana Robinson
2018-12-18
1
-16/+0
*
Fixed a missing H5R call.
Dana Robinson
2018-12-18
1
-1/+1
*
Made hbool_t processing consistent in va_lists.
Dana Robinson
2018-12-18
1
-1/+1
*
Merge branch 'develop' into vol_optional_enum_to_macros
Dana Robinson
2018-12-18
1
-12/+0
|
\
|
*
Remove H5VL_FILE_CACHE_VOL_CONN from file specific callbacks, as it turns out
Quincey Koziol
2018-12-17
1
-12/+0
*
|
Updated enums in VOL va_lists to be passed as ints.
Dana Robinson
2018-12-18
1
-25/+25
|
/
*
Updated va_arg-->HDva_arg in the native VOL connector.
Dana Robinson
2018-12-17
1
-179/+179
*
Moved the native VOL connector's optional enums to the
Dana Robinson
2018-12-15
1
-44/+74
*
Refactor infrastructure for setting FAPL information from environment
Quincey Koziol
2018-11-28
1
-37/+7
*
Added 'notify' callback for async requests; switched VOL class and info
Quincey Koziol
2018-11-28
1
-23/+24
*
Switch loc_params to VOL callbacks to pass struct by pointer instead of by
Quincey Koziol
2018-11-22
1
-187/+186
*
Add info_to_str and str_to_info "management" callbacks for serializing and
Quincey Koziol
2018-11-21
1
-0/+2
*
Add VOL connector info to the flie access property list returned from
Quincey Koziol
2018-11-18
1
-3/+15
*
Switch switch remainder of API routines to use VOL callbacks.
Quincey Koziol
2018-11-10
1
-10/+141
*
Remove most debugging shims & scaffolding.
Quincey Koziol
2018-11-04
1
-98/+12
*
Switch driver | plugin => connector.
Quincey Koziol
2018-11-04
1
-18/+18
*
Refactor, standardize, and revise the async request callbacks.
Quincey Koziol
2018-11-04
1
-3/+5
*
Move (final?) file operation from directly calling into library code to using
Quincey Koziol
2018-10-27
1
-1/+7
*
Remove virtual dataset refresh code's direct use of native VOL plugin's ID.
Quincey Koziol
2018-10-27
1
-8/+0
*
Eliminate last call to H5VL_native_register, shifting everything over to
Quincey Koziol
2018-10-26
1
-37/+0
*
Updates after merging changes from develop.
Quincey Koziol
2018-10-26
1
-1/+1
*
Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...
Quincey Koziol
2018-10-25
1
-6/+6
|
\
|
*
Split H5VLnative.h into public and private files and updated
Dana Robinson
2018-10-20
1
-1/+1
|
*
Updates to the VOL ID and object API calls.
Dana Robinson
2018-10-17
1
-4/+4
*
|
Squashed commit of private branch changes to support stackable VOL plugins.
Quincey Koziol
2018-10-25
1
-505/+616
|
/
*
VOL FEATURE
Dana Robinson
2018-10-10
1
-0/+3533