Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Misc warning fixes. | Dana Robinson | 2020-05-10 | 2 | -7/+7 |
| | |||||
* | Tidying of Mirror VFD. | Jacob Smith | 2020-04-07 | 5 | -17/+61 |
| | | | | | | | * Rename server-stop utility to mirror_server_stop. * Remove external dependency on bzero(). * Modify test/use_common to use only the public API. * Rename internal bitswap macro to follow convention. | ||||
* | Add function header comment for `mirror_writer:run_writer()`. | Jacob Smith | 2020-03-16 | 1 | -1/+17 |
| | |||||
* | Add Splitter VFD to library. | Jacob Smith | 2020-03-13 | 10 | -0/+2335 |
* "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). |