summaryrefslogtreecommitdiffstats
path: root/test/vfd_swmr_common.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add disable_estack() and restore_estack() for disabling the current error-stackDavid Young2020-03-121-5/+21
* In await_signal(), print a less alarming message when exiting in normalDavid Young2020-03-091-1/+8
* Merge all of my changes from merge-back-to-feature-vfd_swmr-attempt-1,David Young2019-12-091-253/+48
* (A) Fixes for the assertion failures described in issue #2 (see John Mainzer'...Vailin Choi2018-11-141-2/+2
* Third batch of checkin:Vailin Choi2018-09-281-0/+288