| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactor: extract subroutine estack_get_state() for reuse in a commit | David Young | 2020-04-16 | 2 | -1/+11 |
|
|
* | Send debug messages to stderr instead of to stdout. | David Young | 2020-04-16 | 1 | -1/+1 |
|
|
* | Count failures of the variable-length string tests as "soft errors" | David Young | 2020-04-07 | 1 | -2/+8 |
|
|
* | Don't try to free a NULL pointer. | David Young | 2020-04-07 | 1 | -1/+2 |
|
|
* | Quiet a warning about the variable being used before it is initialized. | David Young | 2020-04-07 | 1 | -1/+1 |
|
|
* | If the shadow-index size is 0 in the current step, don't calloc(3) | David Young | 2020-04-06 | 1 | -2/+2 |
|
|
* | Add a `reader` personality to vfd_swmr_zoo_writer. Remove the disused | David Young | 2020-03-31 | 2 | -22/+46 |
|
|
* | Prepare for reuse in vfd_swmr_zoo_{reader,writer}: in | David Young | 2020-03-31 | 3 | -1766/+1116 |
|
|
* | Remove a duplicate `#define H5FD_TESTING` line. | David Young | 2020-03-24 | 1 | -1/+0 |
|
|
* | Add option flag `-v` for verbose messages. Alphabetize the options | David Young | 2020-03-24 | 1 | -3/+7 |
|
|
* | When creating a shadow index for testing, increase the page number from | David Young | 2020-03-24 | 1 | -1/+3 |
|
|
* | The forced-fail index comes only from the environment, never from | David Young | 2020-03-24 | 1 | -1/+1 |
|
|
* | Use the name vfd_swmr_zoo.h5 for the zoo file, not vfd_swmr_vlstr.h5. | David Young | 2020-03-23 | 1 | -1/+1 |
|
|
* | Let tests provide a "hook" that runs after each step in create_zoo(). | David Young | 2020-03-23 | 5 | -1/+40 |
|
|
* | Take a stab at a "zoo" writer for VFD SWMR: write all of the same | David Young | 2020-03-20 | 2 | -2/+193 |
|
|
* | Deduplicate create_zoo() and validate_zoo() and refactor for reuse by | David Young | 2020-03-20 | 3 | -336/+167 |
|
|
* | Use more iterations on the variable-length string reader & writer to | David Young | 2020-03-17 | 1 | -2/+2 |
|
|
* | Test H5Dread() for the right "success" conditions. I'm not sure how | David Young | 2020-03-16 | 1 | -1/+1 |
|
|
* | Add tests for the two expected failure modes for variable-length (VL) strings | David Young | 2020-03-13 | 6 | -115/+243 |
|
|
* | Add disable_estack() and restore_estack() for disabling the current error-stack | David Young | 2020-03-12 | 2 | -9/+33 |
|
|
* | Add my work in progress on variable-length string test for VFD SWMR. | David Young | 2020-03-10 | 3 | -1/+554 |
|
|
* | In await_signal(), print a less alarming message when exiting in normal | David Young | 2020-03-09 | 1 | -1/+8 |
|
|
* | Add an environment variable, H5_SHADOW_INDEX_FAIL, that I can set to an | David Young | 2020-03-02 | 1 | -20/+58 |
|
|
* | Add a test for shadow-index lookups per the specification agreed with John and | David Young | 2020-02-28 | 1 | -0/+84 |
|
|
* | So that I can use PASSED(); anywhere a statement can go, #define PASSED() with | David Young | 2020-02-28 | 15 | -260/+259 |
|
|
* | Quiet some warnings about jumping over variable initialization, | David Young | 2020-02-06 | 1 | -8/+15 |
|
|
* | Numerous changes supporting a floating shadow index: | David Young | 2020-02-03 | 1 | -2/+2 |
|
|
* | Use FAIL_STACK_ERROR instead of TEST_ERROR after library calls, so that the | David Young | 2020-02-03 | 1 | -6/+5 |
|
|
* | Repair indentation and delete some superfluous comments. NFCI. | David Young | 2020-01-30 | 1 | -13/+13 |
|
|
* | Align the shadow images on page boundaries so that they don't overlap. This | David Young | 2019-12-18 | 1 | -8/+8 |
|
|
* | In the faked-up shadow-index entries, assign independent page numbers in the | David Young | 2019-12-18 | 1 | -4/+4 |
|
|
* | Allocate and zero using calloc(3) instead of malloc(3)+memset(3). | David Young | 2019-12-18 | 1 | -2/+1 |
|
|
* | Remove the ugly casts on calloc() and malloc(). Change some malloc() to | David Young | 2019-12-13 | 1 | -6/+6 |
|
|
* | Shorten the type name `H5F_vfd_swmr_eot_queue_entry_t` to `eot_queue_entry_t`: | David Young | 2019-12-10 | 1 | -16/+11 |
|
|
* | Remove disused #ifdef QAK code. | David Young | 2019-12-09 | 5 | -72/+0 |
|
|
* | Be brief: don't cast the last parameter of H5Pset_file_space_strategy(), the | David Young | 2019-12-09 | 2 | -21/+17 |
|
|
* | Don't see a 1GB threshold for tracking free filespace, that workaround for VFD | David Young | 2019-12-09 | 2 | -2/+2 |
|
|
* | Merge all of my changes from merge-back-to-feature-vfd_swmr-attempt-1, | David Young | 2019-12-09 | 196 | -30959/+51550 |
|
|
* | Fix for punch list #28: | Vailin Choi | 2019-11-20 | 1 | -2/+38 |
|
|
* | Changes for punch list #4: Add support for opening mulitple files in either V... | Vailin Choi | 2019-11-20 | 1 | -49/+975 |
|
|
* | Modifications for the following items in the punch list: | Vailin Choi | 2019-11-14 | 22 | -20/+20 |
|
|
* | Good-bye md_open_tries. | David Young | 2019-11-14 | 1 | -3/+0 |
|
|
* | VFD SWMR sparse readers failed to open the .h5 file because the sparse writer | David Young | 2019-10-23 | 2 | -1/+49 |
|
|
* | I've changed `test/dsets` so that every time it needs to visit all | David Young | 2019-10-17 | 1 | -32/+121 |
|
|
* | The err_compat test relied on some "lines" on the standard output stream | David Young | 2019-10-08 | 2 | -3/+7 |
|
|
* | Make some NetBSD compatibility patches. | David Young | 2019-10-03 | 1 | -1/+7 |
|
|
* | Refactor a bit, remove dead code, move some helper functions to the top | David Young | 2019-10-02 | 1 | -261/+355 |
|
|
* | Initialize `data` and `odata` to NULL like the exit sequences | David Young | 2019-09-30 | 1 | -2/+6 |
|
|
* | Add a test for single-page metadata (SPMDE) writes. Mention in a | David Young | 2019-09-30 | 1 | -10/+150 |
|
|
* | Rename the metadata test again to reflect how it's checking the page | David Young | 2019-09-27 | 1 | -13/+28 |
|
|