Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Squash merge of file locking fixes | Dana Robinson | 2020-08-03 | 1 | -19/+12 |
| | |||||
* | Patch a few holes in the Splitter VFD implementation. | Jacob Smith | 2020-05-29 | 1 | -0/+3 |
| | | | | | * Missing logfile close on driver-open failure. * Initialize empty string in test/vfd (logfile path in W/O compat check). | ||||
* | Add Splitter VFD to library. | Jacob Smith | 2020-03-13 | 1 | -0/+1467 |
* "Simultaneous and equivalent" Read-Write and Write-Only channels for file I/O. * Only supports drivers with the H5FD_FEAT_DEFAULT_VFD_COMPATIBLE flag for now, preventing issues with multi-file drivers. Add Mirror VFD to library. * Write-only operations over a network. * Uses TCP/IP sockets. * Server and auxiliary server-shutdown programs provided in a new directory, `utils/mirror_vfd`. * Automated testing via loopback ("remote" of localhost). |