Network

 
AuthorCommitMessageCommit Date
Jacob SmithJacob Smith
6eaff860a72modify to accept read-only S3 VFD and credentials
Jacob SmithJacob Smith
7a0801e4c6fadd function H5FD_ros3_fill_fa() to create fapl from string array
Jacob SmithJacob Smith
a7c0f9aa1f6Introduce general-purpose tuple parser into tools/lib/ modify configure.ac to build makefile in new dir tools/libtest/ requires -lssl -lcrypto -lcurl to be set in environment variable $LIBS ...in order to compile and link correctly add unit test program for tools/lib/h5tools_utils will need attention for unit-testing macro paradigm
Jacob SmithJacob Smith
aff1917e807add tests for H5Fopen and H5Fcreate failures
Jacob SmithJacob Smith
3f4cef32840re-instate nominal EoA/EoF behavior
Jacob SmithJacob Smith
3eb72c24a34change H5FD_ros3_set_eoa from auto-fail to no-op
Jacob SmithJacob Smith
c08963e046cadjust some documentation
Jacob SmithJacob Smith
8b983d8243dintroduce candidate for Read-Only S3 VFD
Jacob SmithJacob Smith
7423960ebe5Add 'parsed url' structure. Modify s3r_t and s3r_*() functions to use new structure. Modify s3r_open() signature.
Jacob SmithJacob Smith
d4e7d5cb3b0replace 'testing brainstorm' cruft with actual macros; update lines in tests
Jacob SmithJacob Smith
c94c2196222remove local VERBOSE define
Jacob SmithJacob Smith
564975b8efdintroduce s3 communications tidy src/H5FDros3.c introduce src/H5FDs3comms.c, .h, and unit test for it introduce test/ros3.c for separate testing of ROS3 file driver modify test/Makefile.am to include new tests NOTE Makefiles require "-lssl -lcrypto -lcurl" added to "LIBS" after `configure`
mainzermainzer
4eaa856fac5Added support for a R/O S3 VFD FAPL and rudimentary testing. Tested serial debug & production on Jelly.
mainzermainzer
3a337ab28f3MMerge https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into RO_S3_VFD update from develop
mainzermainzer
2e330f68d9eAdded dummy version of the R/O S3 VFD to the library by making a copy of the sec2 VFD and renaming it. Added test in test/vfd.c to "test" the new VFD. Passes serial/debug tests on Jelly.
Dana RobinsonDana Robinson
48500f65bc4MMerge pull request #875 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:vol_integration to vol_integration * commit '248aa52cc6d07d5f8a858cdae2337f1363e68f48': Added some missing datatype code Added native VOL init and term function pointers. It's unclear why these were left unset, but they technically don't seem to be needed, at least by our testing...
Dana RobinsonDana Robinson
248aa52cc6dMMerge branch 'vol_integration' of https://bitbucket.hdfgroup.org/scm/~derobins/hdf5_der into vol_integration
Dana RobinsonDana Robinson
948c3e48660MMerge pull request #866 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:vol_integration to vol_integration * commit '362e77b452256b233942873f209468e5720b3017': Added some missing external link functionality. Turned the H5Lmove call back on in the vol.c test. Misc cleanup while debugging. Fixed implementation of H5Tflush/refresh. Hack to make H5Fset_latest_format() work properly. Restored some commented-out H5Rget_name code. Replaced missing struct init in H5I code. Marked up H5Gdeprec....
Dana RobinsonDana Robinson
f2ccb3edb15Added some missing datatype code
Dana RobinsonDana Robinson
caa303d9191Added native VOL init and term function pointers. It's unclear why these were left unset, but they technically don't seem to be needed, at least by our testing...
Dana RobinsonDana Robinson
362e77b4522Added some missing external link functionality.
Dana RobinsonDana Robinson
139973c7269Turned the H5Lmove call back on in the vol.c test.
Dana RobinsonDana Robinson
57c5ec1b32dMisc cleanup while debugging.
Dana RobinsonDana Robinson
2b25dd1f2ebFixed implementation of H5Tflush/refresh.
Dana RobinsonDana Robinson
6467a97a73cHack to make H5Fset_latest_format() work properly.
Dana RobinsonDana Robinson
a8bcd8b6b3eRestored some commented-out H5Rget_name code.
Dana RobinsonDana Robinson
8110fd92c99Replaced missing struct init in H5I code.
Dana RobinsonDana Robinson
712439422a8Marked up H5Gdeprec.c code for use with VOL
Dana RobinsonDana Robinson
9d87ca406f2Added code for deprecated functions.
Dana RobinsonDana Robinson
ac9adf85b03Added H5Adeprec.c functions
Dana RobinsonDana Robinson
f1bf8a9f04fMMerge branch 'vol_integration' of https://bitbucket.hdfgroup.org/scm/~derobins/hdf5_der into vol_integration
Dana RobinsonDana Robinson
4470ef8feb0MMerge pull request #860 in HDFFV/hdf5 from ~FRANK.WILLMORE/hdf5_der:vol_integration to vol_integration * commit '886d2bd3ad15e7ac467410e3e50a03237905eeb8': (70 commits) Added flush/refresh tests for datasets and groups. VOLified H5R calls. Added datatype flush code(). Added H5Gflush() calls. Added group flush code. Added H5Orefresh(). Added H5Oflush() Added dataset flush/refresh calls. Added VOL example program. Added H5VLget_driver_id() API call. Fix fortran cmake vari...
Dana RobinsonDana Robinson
0e07ef8cd27Added H5Acreate_by_name(), which was previously missed.
Dana RobinsonDana Robinson
886d2bd3ad1Added flush/refresh tests for datasets and groups.
Dana RobinsonDana Robinson
3d50930c958VOLified H5R calls.
Dana RobinsonDana Robinson
3058abf27f6Added datatype flush code().
Dana RobinsonDana Robinson
c80c2679840Added H5Gflush() calls.
Dana RobinsonDana Robinson
25c6a615dc5Added group flush code.
Dana RobinsonDana Robinson
67c1d2efb3bAdded H5Orefresh().
Dana RobinsonDana Robinson
5879579258fAdded H5Oflush()
Dana RobinsonDana Robinson
c234521b1b9Added dataset flush/refresh calls.
Dana RobinsonDana Robinson
10395f07627Added VOL example program.
Dana RobinsonDana Robinson
30c1041c3efAdded H5VLget_driver_id() API call.
Dana RobinsonDana Robinson
ecaed05d304MMerge branch 'develop' into vol_integration
Allen ByrneAllen Byrne
aef900c6741MMerge pull request #859 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop * commit 'a2f2e1f4cf44f305a12c674a37c120d26ce3362b': Fix fortran cmake variable usage
Allen ByrneAllen Byrne
a2f2e1f4cf4Fix fortran cmake variable usage
Allen ByrneAllen Byrne
f18d8a68bf4MMerge pull request #855 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop * commit 'c7e8a0788c68c2fe05b6b70591a499ad277c8fa5': Correct whitespace HDFFV-10385 multi-config builders need folder set HDFFV-10385 fix packaging Fix typo HDFFV-8745 remove obsolete files HDFFV-10385 includes cleanup HDFFV-10385 - add release note HDFFV-10385 fix fortran references Correct folder typo HDFFV-8745 fix minor defects HDFFV-10385 fix platform errors HDFFV-10385 refactor CMAKE_BU...
Allen ByrneAllen Byrne
c7e8a0788c6Correct whitespace
Allen ByrneAllen Byrne
9956b151e00HDFFV-10385 multi-config builders need folder set
Allen ByrneAllen Byrne
681047269b2HDFFV-10385 fix packaging