Network

 
AuthorCommitMessageCommit Date
Jacob SmithJacob Smith
ef1592f025esmall updates to ros3 vfd test documentation
Jacob SmithJacob Smith
f353e68e875rename credential loader function; remove unused variable; minor tweaks
Jacob SmithJacob Smith
db50d894a58ros3 vfd-related tests get credentials from on-system file looks for profile in ~/.aws/config and ~/.aws/credentials if not found, incomplete, or malformed, certain tests will be skipped
Jacob SmithJacob Smith
8e2445165f5fix ros3 fapl id and key fields being checked for the wrong size
Larry KnoxLarry Knox
7f9c95fb838MMerge branch 'RO_S3_VFD' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into RO_S3_VFD
Jacob SmithJacob Smith
5759706d843add libtest tools/Makefile.am subdirectories
Jacob SmithJacob Smith
6206d61e0e7add additional Read-Only S3 VFD-related files to MANIFEST
Jacob SmithJacob Smith
7c802a004b4fix stack corruption bug on ros3 read; extend debug prints; modify tests
Larry KnoxLarry Knox
c2df0155038Add tools/libtest/Makefile.in to MANIFEST.
Jacob SmithJacob Smith
eadfa99a7a7fix debug functions wrapping production calls; minor tweaks
Jacob SmithJacob Smith
17e7e0844d8fix debug wrappers around production code; minor tweaks
Jacob SmithJacob Smith
dd3c7ecf09frefactor ros3 vfd H5FDread tests
Jacob SmithJacob Smith
7b7f569fd21refactor H5FD_s3comms_hrb_node_set() unit tests; documentation and formatting tweaks:
Jacob SmithJacob Smith
32f4b86bc30hide s3r_getsize(); replace handle->filesize with 'getter' s3r_get_filesize()
Jacob SmithJacob Smith
68837d43391streamline stats code; adjust documentation
Jacob SmithJacob Smith
c6d31e4c3b3fix const discard warning; add message to parse_tuple wrong return value
Jacob SmithJacob Smith
035e5c4c4c4refactor s3 test file targets and related variables to macros; remove HDasserts
Jacob SmithJacob Smith
3693df315e2rename and expand s3 test macros
Jacob SmithJacob Smith
01df6065c1bremove commented debugging prints
Jacob SmithJacob Smith
6b77f36dc5brefactor s3 test files to #define variables; separate s3 open and read tests
Jacob SmithJacob Smith
201f921bbfdmodify hrb_node_t struct; modify s3comms HDassert() formatting
Jacob SmithJacob Smith
3ebbe101238add omitted changes to previous two commits
Jacob SmithJacob Smith
04e8489b823add omitted class to previous commit
Jacob SmithJacob Smith
413f7267d92integrate ros3 fapl access into java interface
Jacob SmithJacob Smith
d26cda4abbefix help typo; tweak help messages; update tools test expected output
Jacob SmithJacob Smith
49be26e5c9dMMerge branch 'RO_S3_VFD' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into RO_S3_VFD merge with commit actually changing stats formatting
Jacob SmithJacob Smith
8aaaa52a4f7adjust stats formatting
Jacob SmithJacob Smith
623dbd32041MMerge remote-tracking branch 'refs/remotes/origin/RO_S3_VFD' into RO_S3_VFD integrate concurrent modification of ROS3 stats formatting
Jacob SmithJacob Smith
ddae7543bf6add file-close curl global cleanup
Jacob SmithJacob Smith
d3235df24c3fix fapl comparison
jake.smithjake.smith
1c8c962657emagic asserts; fix a string terminator
Jacob SmithJacob Smith
d68d10ea2e8sanity-check some tests more; fix test buffer overflow; formatting tweaks
Jacob SmithJacob Smith
afd2b445bf4Fix some formatting; use magic numbers to guard malloc/free operations
Jacob SmithJacob Smith
85a356f2cc3introduce prototype stats collection and reporting
Jacob SmithJacob Smith
1986ac550c4Post-review editing pass (part 2) - update/prune dependencies - include s3comms in makefile - tidy tests - change sprintf calls to snprintf - other minor changes
Jacob SmithJacob Smith
0e75320f256add nested tuple tests
Jacob SmithJacob Smith
1d6d997b8f0Post-review editing pass. Update and homogenize documentation. Change memory allocation to use HDF-provided routines (H5MM). Add fapl component comparison in H5FD_ros3_cmp. Other minor adjustments.
Jacob SmithJacob Smith
3741784717eadd print-debugging toggle to h5ools_populate_ros3_fapl()
Jacob SmithJacob Smith
01f00e49626Move ros3 fapl (config) population function into h5tools_utils
Jacob SmithJacob Smith
1274fbe6f38fix compiler warning (unsafe const char **) ; update usage
Jacob SmithJacob Smith
9ce6f3fc894fix usage -> s3-cred indent
Jacob SmithJacob Smith
299cd3cb6a2streamline ros3 fapl creation; update usage
Jacob SmithJacob Smith
aba3fbc334dfix compiler warning (const char ** argument to H5FD_ros3_fill_fa), usage indent
Jacob SmithJacob Smith
fe1f1ee500eincorporate ROS3 access
Jacob SmithJacob Smith
aa8a5a5f801incorporate read-only S3 access; argument parsing thought experiment
Jacob SmithJacob Smith
144a0b9d2a9fix name to match *.c file definition
Jacob SmithJacob Smith
c9de4354783fix bytesrange pointer check
Jacob SmithJacob Smith
15c51c9801afix bug on non-authenticating ros3 open adjust select error flags
Jacob SmithJacob Smith
31de01bbe0cadd null check for driver name comparison; modify curl verbosity/reporting
Jacob SmithJacob Smith
76531b159b2add makefile