summaryrefslogtreecommitdiffstats
path: root/test/vfd_swmr_common.c
Commit message (Expand)AuthorAgeFilesLines
* New vds feature vfd swmr (#1743)vchoi-hdfgroup2022-05-061-11/+15
* Committing clang-format changesgithub-actions2022-04-211-13/+13
* Modifications to:vchoi2022-04-211-10/+20
* VFD SWMR: Normalization with develop and cleanup (#1559)Dana Robinson2022-03-311-24/+7
* VFD SWMR: Normalization with develop (#1506)Dana Robinson2022-03-231-1/+1
* VFD SWMR: Aux process changes (#1451)Dana Robinson2022-02-181-1/+0
* Updated VFD SWMR's Akadio licenseDana Robinson2022-02-171-0/+1
* Clang format changes.vchoi2021-12-071-1/+1
* Changes to address feedback from PR review.vchoi2021-12-071-0/+2
* Committing clang-format changesgithub-actions2021-11-171-8/+9
* 1) Core changes for adding NFS/updater support as described in the RFC.vchoi2021-11-171-3/+10
* Add comments, descriptions for the VFD log feature.myang62021-10-271-0/+1
* Committing clang-format changesgithub-actions2021-10-151-2/+1
* Clean up H5Fint.c, ready to implement the report function.myang62021-10-151-2/+2
* Test to just write a log file for H5Fopen. Add a testing routine vfd_swmr_log...myang62021-10-151-0/+13
* Committing clang-format changesgithub-actions2021-07-131-2/+2
* Modifications to common routines used by VFD SWMR tests:vchoi2021-07-131-2/+25
* Committing clang-format changesgithub-actions2021-05-031-1/+1
* Add the old-styled group creation attribute tests.Muqun Yang2021-04-261-0/+4
* Merge pull request #436 from raylu-hdf/raylu_zoo_testraylu-hdf2021-04-131-0/+9
|\
| * Two main changes include: re-arranging the communication between the writer a...Songyu Lu2021-04-051-9/+3
| * Merge branch 'feature/vfd_swmr' of https://github.com/HDFGroup/hdf5 into rayl...Songyu Lu2021-03-251-94/+106
| |\
| * \ Merge branch 'feature/vfd_swmr' into raylu_zoo_testraylu-hdf2021-03-051-1/+86
| |\ \
| * | | Changed the signal handling to named pipes for communication between the writ...songyulu2021-03-051-0/+15
* | | | Fixed 1.6 compatibility issues and ran source formatterDana Robinson2021-03-261-3/+3
| |_|/ |/| |
* | | Updates license url and history docsDana Robinson2021-03-251-2/+1
* | | Formats the source and updates the gcc warning pragmasDana Robinson2021-03-251-34/+30
* | | Windows cleanupDana Robinson2021-03-101-5/+6
* | | Removes err.h cruft from genall5.c and vfd_swmr_common.cDana Robinson2021-03-101-28/+42
* | | Hides use of clock_gettime() on WindowsDana Robinson2021-03-091-0/+5
* | | Changes to help vfd_swmr.c build on WindowsDana Robinson2021-03-081-45/+42
| |/ |/|
* | Improves autotools and CMake support for sigtimedwait alternativeDana Robinson2021-03-011-7/+9
* | Adds MacOS work-around for sigtimedwait(2) in the VFD SWMR testsDana Robinson2021-02-261-1/+84
|/
* (1) Add new routine to configure for VFD SWMR: init_vfd_swmr_config()vchoi2021-02-021-26/+47
* Move below_speed_limit() from vfd_swmr_bigset_writer.c toDavid Young2020-09-171-0/+37
* Document some of the functions in here. Update the comment at the topDavid Young2020-09-171-7/+22
* Add to the "bigset" writer a `-M` command-line option that enables the use ofDavid Young2020-07-211-2/+9
* Add evsnprintf for printing a `va_list` to a buffer or aborting the program onDavid Young2020-07-211-4/+11
* Wrap a line. NFCI.David Young2020-06-111-1/+2
* Delete code that has no effect: don't empty a mask set only to fill itDavid Young2020-06-111-3/+2
* Cast a non-negative `int` to `size_t` before comparing with `size_t` so thatDavid Young2020-05-261-1/+1
* Extend VFD SWMR tick length and maximum lag parameters.David Young2020-05-091-2/+2
* Add esnprintf that prints to the given buffer, observing the givenDavid Young2020-05-061-0/+16
* Avoid deadlock of reader and writer: make the writer flush file contentDavid Young2020-04-301-0/+6
* In fetch_env_ulong(), report a parse that consumes fewer than allDavid Young2020-04-301-1/+5
* Move fetch_env_ulong() from vfd_swmr.c to vfd_swmr_common.c for eventualDavid Young2020-04-281-0/+29
* Make await_signal() await any signal instead of just SIGINT. Add aDavid Young2020-04-211-4/+20
* Refactor: extract subroutine estack_get_state() for reuse in a commitDavid Young2020-04-161-1/+10
* Send debug messages to stderr instead of to stdout.David Young2020-04-161-1/+1
* Add tests for the two expected failure modes for variable-length (VL) stringsDavid Young2020-03-131-2/+64