| 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 |
|
|
* | Improve diagnostic logging. | David Young | 2020-04-16 | 1 | -5/+7 |
|
|
* | Oops, properly the outlet symbol-name prefix with the rest of the symbol | David Young | 2020-04-16 | 1 | -6/+8 |
|
|
* | When hlog_set_state() changes the state of an outlet, reset each | David Young | 2020-04-16 | 1 | -0/+11 |
|
|
* | Log page-buffer reads and writes no matter what storage type. (Used to | David Young | 2020-04-16 | 1 | -8/+4 |
|
|
* | Re-wrap paragraphs at < 80 columns. | David Young | 2020-04-15 | 1 | -55/+61 |
|
|
* | Mark a task complete, fix some typos, wrap some paragraphs. | David Young | 2020-04-15 | 1 | -6/+7 |
|
|
* | Put multiline if-body in curly braces, repair indentation, remove | David Young | 2020-04-14 | 1 | -7/+9 |
|
|
* | Wrap a line before 80 characters. NFCI. | David Young | 2020-04-14 | 1 | -2/+2 |
|
|
* | Document `hlog` a bit. | David Young | 2020-04-14 | 1 | -0/+88 |
|
|
* | Change the prefix for hlog_outlet_t's from log_ to hlog_gbl_ to avoid | David Young | 2020-04-13 | 1 | -5/+7 |
|
|
* | Add a log outlet, `tick`, and log some changes to the tick number there. | David Young | 2020-04-13 | 1 | -5/+14 |
|
|
* | `tick_num_g` has been gone for a while, so do not refer to it in | David Young | 2020-04-13 | 1 | -6/+6 |
|
|
* | Add clean_shadow_index() for removing shadow-index entries that were | David Young | 2020-04-13 | 1 | -4/+51 |
|
|
* | Add H5MV split method for alignment. | vchoi | 2020-04-13 | 1 | -24/+57 |
|
|
* | Check whether or not the shadow entry size is different from the | David Young | 2020-04-13 | 1 | -2/+15 |
|
|
* | Be brief: remove commas and equal signs from diagnostic log messages. | David Young | 2020-04-08 | 1 | -18/+19 |
|
|
* | Fix spelling in a comment. | David Young | 2020-04-08 | 1 | -1/+1 |
|
|
* | Count failures of the variable-length string tests as "soft errors" | David Young | 2020-04-07 | 1 | -2/+8 |
|
|
* | Add a new log outlet and change an `fprintf(stderr,` to an | David Young | 2020-04-07 | 1 | -1/+2 |
|
|
* | Straggler from previous: declare the new shadow_index_reclaim log | David Young | 2020-04-07 | 1 | -0/+1 |
|
|
* | 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 |
|
|
* | Simplify H5PB_vfd_swmr__update_index(), which figures in | David Young | 2020-04-07 | 1 | -21/+23 |
|
|
* | Declutter: remove superfluous comment and assertion. NFCI. | David Young | 2020-04-07 | 1 | -2/+0 |
|
|
* | Remove extraneous whitespace. NFCI. | David Young | 2020-04-07 | 1 | -2/+0 |
|
|
* | After adding a shadow page to the deferred free list, set the entry's | David Young | 2020-04-07 | 1 | -3/+5 |
|
|
* | Add a log outlet and shorten the name of an existing outlet. | David Young | 2020-04-07 | 1 | -2/+7 |
|
|
* | Fix the width of an index variable. | 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 |
|
|
* | 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 |
|
|