Network

 
AuthorCommitMessageCommit Date
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
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
d10c4159f77MMerge branch 'develop' into HDFFV10355
Dana RobinsonDana Robinson
a4b15dde785Initial (incomplete) fix for HDFFV-10355.
Dana RobinsonDana Robinson
a8f609a8a09Fixed HDFFV-10357, where a deliberately corrupt file could cause a division by zero error, by inserting a sanity check before the division.
Allen ByrneAllen Byrne
20332fac0eaMMerge pull request #890 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop * commit '83211cf8f6051be2ea8dfd84637c195b2b0213c1': HDFFV-10403 Fix soname setting
Allen ByrneAllen Byrne
83211cf8f60HDFFV-10403 Fix soname setting
Allen ByrneAllen Byrne
ca89ab66319MMerge pull request #887 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop * commit 'fbaa2192f8171ddb5af175d7f750c19dcad3ae4f': Remove old dependency construct HDFFV-10345 whitespace corrections HDFFV-10345 spelling errors
Allen ByrneAllen Byrne
fbaa2192f81Remove old dependency construct
Allen ByrneAllen Byrne
d08f56e0277HDFFV-10345 whitespace corrections
Allen ByrneAllen Byrne
f325002db90HDFFV-10345 spelling errors
Dana RobinsonDana Robinson
21f74ab1b4dWhitespace cleanup
Dana RobinsonDana Robinson
203776939f7Added RELEASE.txt log message.
Dana RobinsonDana Robinson
8c17b8c3ff3MMerge branch 'develop' into HDFFV10354
Allen ByrneAllen Byrne
ffa2dec25d6MMerge pull request #884 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop * commit 'b57c5490e0901c451a77a356ceb1f6071dc89123': JHDFFV-10398 add note HDFFV-10398 fix detection of repeat checks HDFFV-10398 add support for Emscriptem build system HDFFV-10398 avoid sanitizer failures HDFFV-10398 - avoid ubsan crashes HDFFV-10398 msvc: use /W0 rather than /w HDFFV-10398 Suppress VS 2015 assertion failure popup during try_run HDFFV-10398 use the target name for custom commands ...
Allen ByrneAllen Byrne
b57c5490e09JHDFFV-10398 add note
Allen ByrneAllen Byrne
b005c5653e3HDFFV-10398 fix detection of repeat checks
Allen ByrneAllen Byrne
435fd5afa57HDFFV-10398 add support for Emscriptem build system
Allen ByrneAllen Byrne
1711c3727e1HDFFV-10398 avoid sanitizer failures
Allen ByrneAllen Byrne
dc384f474d6HDFFV-10398 - avoid ubsan crashes
Allen ByrneAllen Byrne
6aee1578c39HDFFV-10398 msvc: use /W0 rather than /w
Allen ByrneAllen Byrne
98f8fd9603eHDFFV-10398 Suppress VS 2015 assertion failure popup during try_run
Allen ByrneAllen Byrne
0866bc0bb85HDFFV-10398 use the target name for custom commands
Allen ByrneAllen Byrne
2f18da435e5HDFFV-10398 use the simpler add_subdirectory signature
Allen ByrneAllen Byrne
bd7bc909ed2HDFFV-10398 Honor CMAKE_MODULE_PATH when including check modules
Dana RobinsonDana Robinson
a0ee7e79067Quick fix (no test or log message yet) for HDFFV-10354.
Larry KnoxLarry Knox
116c40450c4MMerge pull request #883 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to develop * commit '1bc7dc396a818d3f13624ab9386999db0c56aa71': Correct AM_MAINTAINER_MODE default to 'enable'.
Larry KnoxLarry Knox
1bc7dc396a8Correct AM_MAINTAINER_MODE default to 'enable'.
Larry KnoxLarry Knox
88e44cb93c1MMerge pull request #880 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to develop * commit '77ed9e9645dcfc0d277472f2ac7b011f44b423ff': Increase maximum number of retries to 30 for h5watch tests.
Larry KnoxLarry Knox
77ed9e9645dMMerge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~lrknox/hdf5_lrk into develop
Larry KnoxLarry Knox
6cc86417d53Increase maximum number of retries to 30 for h5watch tests.
Allen ByrneAllen Byrne
723fe9191b8MMerge pull request #877 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop * commit 'f837afc8758c7c0394e2f40d636a8e6319b6b668': Update reference files for CMake options Fix windows compile errors abstract out common settings Fix case of command
Allen ByrneAllen Byrne
f837afc8758Update reference files for CMake options