hdf5/test
Quincey Koziol 97e1ed4fc8
Refactor allocation of API context (#4942)
Since each API context is local to a thread, use the stack to
store the context instead of allocating & releasing it each time.
This improves performance (slightly), reduces alloc/free calls,
and eliminates the H5FL package from the push & pop operations,
which helps simplify threadsafe operation.

One effect of this change is that the H5VLstart_lib_state /
H5VLfinish_lib_state API routines for pass through connector
authors now require a parameter that can be used to store
the library's context. It was probably a mistake to assume
that these two routines would not do this previously, so this
is essentially a bug fix for them.

Some other minor things:

 * Added API context push+pop operations to cache tests
  (I'm not actually certain why this was working before) and
  a few other places
* Cleaned up a bunch of warnings in test code (calloc args, mainly)
* Made header file inclusions more standard in some source files
2024-10-24 10:09:22 -07:00
..
API Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
testfiles VOL refactor and cleanup (#4856) 2024-10-03 12:19:33 -07:00
accum_swmr_reader.c Refactor allocation of API context (#4942) 2024-10-24 10:09:22 -07:00
accum.c Refactor allocation of API context (#4942) 2024-10-24 10:09:22 -07:00
app_ref.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
atomic_reader.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
atomic_writer.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
AtomicWriterReader.txt spelling fixes (#1561) 2022-03-31 10:42:30 -05:00
big.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
bittests.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
btree2.c Refactor allocation of API context (#4942) 2024-10-24 10:09:22 -07:00
cache_api.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
cache_common.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
cache_common.h Refactor allocation of API context (#4942) 2024-10-24 10:09:22 -07:00
cache_image.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
cache_logging.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
cache_tagging.c Refactor allocation of API context (#4942) 2024-10-24 10:09:22 -07:00
cache.c Refactor allocation of API context (#4942) 2024-10-24 10:09:22 -07:00
chunk_info.c Refactor allocation of API context (#4942) 2024-10-24 10:09:22 -07:00
CMakeLists.txt Add support for native zlib-ng in the library and compression references (#4935) 2024-10-23 16:20:15 -05:00
CMakePassthroughVOLTests.cmake Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
CMakeTests.cmake Prefix remaining CMake options except for CMake BUILD* variables (#4990) 2024-10-22 15:40:54 -07:00
CMakeVFDTests.cmake Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
cmpd_dset.c Refactor allocation of API context (#4942) 2024-10-24 10:09:22 -07:00
cmpd_dtransform.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
cork.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
cross_read.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
dangle.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
del_many_dense_attrs.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
direct_chunk.c Add support for native zlib-ng in the library and compression references (#4935) 2024-10-23 16:20:15 -05:00
dsets.c Refactor allocation of API context (#4942) 2024-10-24 10:09:22 -07:00
dt_arith.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
dtransform.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
dtypes.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
earray.c Refactor allocation of API context (#4942) 2024-10-24 10:09:22 -07:00
efc.c Refactor allocation of API context (#4942) 2024-10-24 10:09:22 -07:00
enc_dec_plist_cross_platform.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
enc_dec_plist.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
enum.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
err_compat.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
error_test.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
event_set.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
evict_on_close.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
extend.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
external_common.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
external_common.h Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
external_env.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
external_fname.h Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
external.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
farray.c Refactor allocation of API context (#4942) 2024-10-24 10:09:22 -07:00
fheap.c Refactor allocation of API context (#4942) 2024-10-24 10:09:22 -07:00
file_image.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
filenotclosed.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
fillval.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
filter_fail.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
filter_plugin1_dsets.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
filter_plugin2_dsets.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
filter_plugin3_dsets.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
filter_plugin4_groups.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
filter_plugin.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
flush1.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
flush2.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
flushrefresh.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
flushrefreshTest.cmake Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
freespace.c Refactor allocation of API context (#4942) 2024-10-24 10:09:22 -07:00
gen_bad_compound.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
gen_bad_offset.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
gen_bad_ohdr.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
gen_bogus.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
gen_bounds.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
gen_cross.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
gen_deflate.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
gen_file_image.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
gen_filespace.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
gen_filters.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
gen_mergemsg.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
gen_new_array.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
gen_new_fill.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
gen_new_group.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
gen_new_mtime.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
gen_new_super.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
gen_noencoder.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
gen_nullspace.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
gen_old_array.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
gen_old_group.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
gen_old_layout.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
gen_old_mtime.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
gen_plist.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
gen_sizes_lheap.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
gen_specmetaread.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
gen_udlinks.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
genall5.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
genall5.h Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
getname.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
gheap.c Refactor allocation of API context (#4942) 2024-10-24 10:09:22 -07:00
h5test.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
h5test.h Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
H5srcdir_str.h.in Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
H5srcdir.h Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
hdfs.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
hyperslab.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
istore.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
lheap.c Refactor allocation of API context (#4942) 2024-10-24 10:09:22 -07:00
links_env.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
links.c Remove another couple of H5E_clear_stack calls (#4968) 2024-10-23 10:13:57 -07:00
Makefile.am Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
mdset.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
mf.c Refactor allocation of API context (#4942) 2024-10-24 10:09:22 -07:00
mirror_vfd.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
mount.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
mtime.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
ntypes.c Refactor allocation of API context (#4942) 2024-10-24 10:09:22 -07:00
null_vfd_plugin.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
null_vfd_plugin.h Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
null_vol_connector.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
null_vol_connector.h Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
objcopy_ref.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
objcopy.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
ohdr.c Refactor allocation of API context (#4942) 2024-10-24 10:09:22 -07:00
onion.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
page_buffer.c Refactor allocation of API context (#4942) 2024-10-24 10:09:22 -07:00
POSIX_Order_Write_Test_Report.docx
POSIX_Order_Write_Test_Report.pdf
reserved.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
ros3.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
s3comms.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
select_io_dset.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
set_extent.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
ShellTests.cmake Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
space_overflow.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
stab.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
swmr_addrem_writer.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
swmr_common.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
swmr_common.h Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
swmr_generator.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
SWMR_POSIX_Order_UG.txt Fixed Spelling Errors (#1166) 2021-12-07 08:27:29 -06:00
swmr_reader.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
swmr_remove_reader.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
swmr_remove_writer.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
swmr_sparse_reader.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
swmr_sparse_writer.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
swmr_start_write.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
SWMR_UseCase_UG.txt Fixed Spelling Errors (#1166) 2021-12-07 08:27:29 -06:00
swmr_writer.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
swmr.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
tarray.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
tattr.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
tcheck_version.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
tchecksum.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
tconfig.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
tcoords.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
test_abort_fail.sh.in Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
test_check_version.sh.in Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
test_error.sh.in Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
test_external_env.sh.in Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
test_flush_refresh.sh.in Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
test_libinfo.sh.in Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
test_links_env.sh.in Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
test_mirror.sh.in Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
test_plugin.sh.in Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
test_swmr.pwsh.in Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
test_swmr.sh.in Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
test_use_cases.sh.in Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
test_vds_env.sh.in Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
test_vds_swmr.pwsh.in Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
test_vds_swmr.sh.in Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
testframe.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
testframe.h Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
testhdf5.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
testhdf5.h Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
testmeta.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
tfile.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
tgenprop.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
th5_system.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
th5o.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
th5s.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
tid.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
timer.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
titerate.c Refactor allocation of API context (#4942) 2024-10-24 10:09:22 -07:00
tmeta.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
tmisc.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
trefer_deprec.c Refactor allocation of API context (#4942) 2024-10-24 10:09:22 -07:00
trefer_shutdown.c Rename HD(f)printf() to (f)printf() (#3194) 2023-06-28 08:31:32 -07:00
trefer.c Refactor allocation of API context (#4942) 2024-10-24 10:09:22 -07:00
trefstr.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
tselect.c Refactor allocation of API context (#4942) 2024-10-24 10:09:22 -07:00
tskiplist.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
tsohm.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
ttime.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
ttsafe_acreate.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
ttsafe_atomic.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
ttsafe_attr_vlen.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
ttsafe_cancel.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
ttsafe_dcreate.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
ttsafe_develop.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
ttsafe_error_stacks.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
ttsafe_error.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
ttsafe_rec_rwlock.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
ttsafe_rwlock.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
ttsafe_semaphore.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
ttsafe_thread_id.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
ttsafe_thread_pool.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
ttsafe.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
ttsafe.h Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
tunicode.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
tvlstr.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
tvltypes.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
twriteorder.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
unlink.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
unregister.c Refactor allocation of API context (#4942) 2024-10-24 10:09:22 -07:00
use_append_chunk_mirror.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
use_append_chunk.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
use_append_mchunks.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
use_common.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
use_disable_mdc_flushes.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
use.h Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
vds_env.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
vds_swmr_gen.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
vds_swmr_reader.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
vds_swmr_writer.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
vds_swmr.h Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
vds.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
vfd_plugin.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
vfd.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
vol_plugin.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
vol.c Refactor allocation of API context (#4942) 2024-10-24 10:09:22 -07:00