summaryrefslogtreecommitdiffstats
path: root/src/H5FDsplitter.h
Commit message (Collapse)AuthorAgeFilesLines
* Brings atom-->ID and other ID-related changes from developDana Robinson2021-05-051-1/+13
|
* Updates license url and history docsDana Robinson2021-03-251-1/+1
|
* Formats the source and updates the gcc warning pragmasDana Robinson2021-03-251-8/+7
|
* Add Splitter VFD to library.Jacob Smith2020-05-201-0/+99
* "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).