| Commit message (Expand) | Author | Age | Files | Lines |
* | Make some changes to conserve filespace and ensure that all filespace is | David Young | 2020-04-06 | 2 | -2/+8 |
|
|
* | Improve diagnostic logging. | David Young | 2020-04-02 | 1 | -7/+26 |
|
|
* | Standardize and shorten diagnostic messages to help my search for the | David Young | 2020-04-02 | 1 | -11/+11 |
|
|
* | Remove superfluous comment. Remove unnecessary variable | David Young | 2020-04-02 | 1 | -3/+3 |
|
|
* | Remove superfluous whitespace, insert whitespace around / operator, | David Young | 2020-04-02 | 1 | -5/+3 |
|
|
* | Update comments, shorten comments, remove superfluous comments. | David Young | 2020-04-02 | 1 | -14/+5 |
|
|
* | 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 |
|
|
* | Rename process_deferred_frees as H5MF_process_deferred_frees and make it | David Young | 2020-03-31 | 2 | -7/+8 |
|
|
* | Fix whitespace at end (beginning?) of line. NFCI. | David Young | 2020-03-31 | 1 | -1/+1 |
|
|
* | Straggler: add htri_to_string() for converting htri_t to a string | David Young | 2020-03-30 | 1 | -0/+11 |
|
|
* | Relax H5F_update_vfd_swmr_metadata_file() argument checking so that we can call | David Young | 2020-03-30 | 1 | -15/+5 |
|
|
* | Simplify: change `if (cond) { assert(FALSE); }` to `assert(!cond);`. | David Young | 2020-03-30 | 1 | -4/+1 |
|
|
* | Lower staircase. NFCI. | David Young | 2020-03-30 | 1 | -20/+19 |
|
|
* | Delete an #ifdef H5MV_VFD_SWMR_DEBUG debug fprintf that probably never worked | David Young | 2020-03-30 | 1 | -3/+0 |
|
|
* | Add a log outlet. Replace #ifdef H5MV_VFD_SWMR_DEBUG debug fprintf's with | David Young | 2020-03-30 | 1 | -24/+19 |
|
|
* | Add log outlets. Convert existing #ifdef H5MF_ALLOC_DEBUG{,_MORE} debug | David Young | 2020-03-30 | 1 | -77/+74 |
|
|
* | Delete ridiculous comments. Remove superfluous curly braces. NFCI. | David Young | 2020-03-30 | 1 | -10/+7 |
|
|
* | Delete ridiculous comment and excess for-loop whitespace. NFCI. | David Young | 2020-03-30 | 1 | -2/+2 |
|
|
* | Delete ridiculous comments and repair some whitespace. NFCI. | David Young | 2020-03-30 | 1 | -4/+3 |
|
|
* | Be brief: turn 7 lines of if-else to one line of ?:. Be sensible: don't | David Young | 2020-03-30 | 1 | -10/+1 |
|
|
* | Let us use space as well as comma to separate outlet=yes|no clauses in | David Young | 2020-03-30 | 1 | -1/+1 |
|
|
* | Reverted optimization in the metadata cache that avoided re-reading | mainzer | 2020-03-26 | 1 | -0/+49 |
|
|
* | 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 |
|
|
* | Add a log outlet for pagebuffer I/O and subordinate outlets for | David Young | 2020-03-20 | 1 | -2/+12 |
|
|
* | Protect against an assertion during H5Fflush(): do not doubly-increment | David Young | 2020-03-20 | 1 | -3/+2 |
|
|
* | Use more iterations on the variable-length string reader & writer to | David Young | 2020-03-17 | 1 | -2/+2 |
|
|
* | In H5PB__write_meta(), extend a single-page entry when overwriting it | David Young | 2020-03-17 | 1 | -51/+55 |
|
|
* | Join some lines. NFCI. | David Young | 2020-03-17 | 1 | -3/+1 |
|
|
* | Test H5Dread() for the right "success" conditions. I'm not sure how | David Young | 2020-03-16 | 1 | -1/+1 |
|
|
* | Fix spelling, alread -> already. NFCI. | David Young | 2020-03-13 | 1 | -2/+2 |
|
|
* | 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 |
|
|
* | Mention the problems VFD SWMR has with variable-length data. | David Young | 2020-03-11 | 1 | -0/+5 |
|
|
* | Update Guide. Switch to a short and informative function name. | David Young | 2020-03-11 | 2 | -5/+15 |
|
|
* | Add my work in progress on variable-length string test for VFD SWMR. | David Young | 2020-03-10 | 7 | -2/+590 |
|
|
* | Start a user's guide. Mention problems with variable-length data. | David Young | 2020-03-10 | 1 | -0/+12 |
|
|
* | Stop changing the type of global-heap storage to raw data before accessing the | David Young | 2020-03-09 | 1 | -10/+2 |
|
|
* | In await_signal(), print a less alarming message when exiting in normal | David Young | 2020-03-09 | 1 | -1/+8 |
|
|
* | Don't assert that an H5FD_mem_t read/written through the page buffer is not | David Young | 2020-03-06 | 1 | -3/+0 |
|
|
* | Instead of duplicating H5F_shared_block_write() and _read() wholesale in | David Young | 2020-03-06 | 1 | -69/+2 |
|
|
* | Break metadata reads and writes into up to three pieces, the non-page-aligned | David Young | 2020-03-04 | 1 | -2/+134 |
|
|
* | Add an environment variable, H5_SHADOW_INDEX_FAIL, that I can set to an | David Young | 2020-03-02 | 1 | -20/+58 |
|
|