summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Put multiline if-body in curly braces, repair indentation, removeDavid Young2020-04-141-7/+9
* Wrap a line before 80 characters. NFCI.David Young2020-04-141-2/+2
* Change the prefix for hlog_outlet_t's from log_ to hlog_gbl_ to avoidDavid Young2020-04-131-5/+7
* Add a log outlet, `tick`, and log some changes to the tick number there.David Young2020-04-131-5/+14
* `tick_num_g` has been gone for a while, so do not refer to it inDavid Young2020-04-131-6/+6
* Add clean_shadow_index() for removing shadow-index entries that wereDavid Young2020-04-131-4/+51
* Add H5MV split method for alignment.vchoi2020-04-131-24/+57
* Check whether or not the shadow entry size is different from theDavid Young2020-04-131-2/+15
* Be brief: remove commas and equal signs from diagnostic log messages.David Young2020-04-081-18/+19
* Fix spelling in a comment.David Young2020-04-081-1/+1
* Add a new log outlet and change an `fprintf(stderr,` to anDavid Young2020-04-071-1/+2
* Straggler from previous: declare the new shadow_index_reclaim logDavid Young2020-04-071-0/+1
* Simplify H5PB_vfd_swmr__update_index(), which figures inDavid Young2020-04-071-21/+23
* Declutter: remove superfluous comment and assertion. NFCI.David Young2020-04-071-2/+0
* Remove extraneous whitespace. NFCI.David Young2020-04-071-2/+0
* After adding a shadow page to the deferred free list, set the entry'sDavid Young2020-04-071-3/+5
* Add a log outlet and shorten the name of an existing outlet.David Young2020-04-071-2/+7
* Fix the width of an index variable.David Young2020-04-071-1/+1
* Make some changes to conserve filespace and ensure that all filespace isDavid Young2020-04-062-2/+8
* Improve diagnostic logging.David Young2020-04-021-7/+26
* Standardize and shorten diagnostic messages to help my search for theDavid Young2020-04-021-11/+11
* Remove superfluous comment. Remove unnecessary variableDavid Young2020-04-021-3/+3
* Remove superfluous whitespace, insert whitespace around / operator,David Young2020-04-021-5/+3
* Update comments, shorten comments, remove superfluous comments.David Young2020-04-021-14/+5
* Rename process_deferred_frees as H5MF_process_deferred_frees and make itDavid Young2020-03-312-7/+8
* Fix whitespace at end (beginning?) of line. NFCI.David Young2020-03-311-1/+1
* Straggler: add htri_to_string() for converting htri_t to a stringDavid Young2020-03-301-0/+11
* Relax H5F_update_vfd_swmr_metadata_file() argument checking so that we can callDavid Young2020-03-301-15/+5
* Simplify: change `if (cond) { assert(FALSE); }` to `assert(!cond);`.David Young2020-03-301-4/+1
* Lower staircase. NFCI.David Young2020-03-301-20/+19
* Delete an #ifdef H5MV_VFD_SWMR_DEBUG debug fprintf that probably never workedDavid Young2020-03-301-3/+0
* Add a log outlet. Replace #ifdef H5MV_VFD_SWMR_DEBUG debug fprintf's withDavid Young2020-03-301-24/+19
* Add log outlets. Convert existing #ifdef H5MF_ALLOC_DEBUG{,_MORE} debugDavid Young2020-03-301-77/+74
* Delete ridiculous comments. Remove superfluous curly braces. NFCI.David Young2020-03-301-10/+7
* Delete ridiculous comment and excess for-loop whitespace. NFCI.David Young2020-03-301-2/+2
* Delete ridiculous comments and repair some whitespace. NFCI.David Young2020-03-301-4/+3
* Be brief: turn 7 lines of if-else to one line of ?:. Be sensible: don'tDavid Young2020-03-301-10/+1
* Let us use space as well as comma to separate outlet=yes|no clauses inDavid Young2020-03-301-1/+1
* Reverted optimization in the metadata cache that avoided re-readingmainzer2020-03-261-0/+49
* Add a log outlet for pagebuffer I/O and subordinate outlets forDavid Young2020-03-201-2/+12
* Protect against an assertion during H5Fflush(): do not doubly-incrementDavid Young2020-03-201-3/+2
* In H5PB__write_meta(), extend a single-page entry when overwriting itDavid Young2020-03-171-51/+55
* Join some lines. NFCI.David Young2020-03-171-3/+1
* Fix spelling, alread -> already. NFCI.David Young2020-03-131-2/+2
* Update Guide. Switch to a short and informative function name.David Young2020-03-111-5/+3
* Add my work in progress on variable-length string test for VFD SWMR.David Young2020-03-104-1/+36
* Stop changing the type of global-heap storage to raw data before accessing theDavid Young2020-03-091-10/+2
* Don't assert that an H5FD_mem_t read/written through the page buffer is notDavid Young2020-03-061-3/+0
* Instead of duplicating H5F_shared_block_write() and _read() wholesale inDavid Young2020-03-061-69/+2
* Break metadata reads and writes into up to three pieces, the non-page-alignedDavid Young2020-03-041-2/+134