summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Write test data from a different buffer than we read into, since IDavid Young2019-09-261-13/+16
* In H5PB_flush(), skip a page-buffer entry if its write is delayed.David Young2019-09-261-0/+9
* Commit to the clock_gettime() versions of VFD SWMR and delete theDavid Young2019-09-251-76/+4
* Add to the page buffer a local printf-like debug function that I canDavid Young2019-09-251-0/+22
* Clean up excessive casting and parenthesization. No functional changeDavid Young2019-09-241-1/+1
* Add a basic metadata test for VFD SWMR page buffering. Currently theDavid Young2019-09-231-5/+310
* Tell the compiler that h5_testing() is a printf-like function.David Young2019-09-231-1/+1
* Fix some incorrect format strings.David Young2019-09-232-5/+8
* Straggler from last commit: make TESTING() take printf-like varargsDavid Young2019-09-232-1/+13
* Don't calloc() the VFD SWMR configuration, just use a local variable.David Young2019-09-231-333/+71
* Delete end-of-block comments, they're uninformative and they make the pageDavid Young2019-09-201-18/+18
* Revise a warning puts() to be more hopeful about VFD SWMR andDavid Young2019-09-201-1/+1
* Don't set up raw-data pages for delayed writes. This preventsDavid Young2019-09-191-0/+4
* Unse TEST_ERROR instead of the return statement I copied & pasted, oops.David Young2019-09-191-6/+7
* Add the zygote of VFD SWMR-mode page-buffer tests.David Young2019-09-171-0/+311
* Use calloc instead of malloc so that the VFD SWMR configurationDavid Young2019-09-171-1/+1
* Make whitespace consistent: no leading tabs!David Young2019-09-161-1/+1
* Update function documentation. NFCI.David Young2019-09-161-3/+3
* Enable h5ls to use VFD SWMR.David Young2019-09-122-31/+133
* Use h5_retry_init/_next to retry loading the SWMR shadow file.David Young2019-09-123-10/+15
* Convert several warnings about const to non-const conversion at H5Tcopy()David Young2019-09-122-2/+2
* Quiet compiler warnings about signedness by changing a signedDavid Young2019-09-121-1/+1
* Ignore vim swap files and ctags files.David Young2019-09-121-0/+6
* Replace a missing curly brace.David Young2019-09-101-1/+1
* Merge the latest h5_retry_t code from my `sleepy` branch.David Young2019-09-104-20/+132
* Tand the he VFD SWMR test script used `| tee` to redirect test programs'David Young2019-08-282-59/+106
* Consolidate VFD SWMR variable declarations in a new header file,David Young2019-08-284-63/+76
* In the error message, provide specific information that will help thedyoung2019-08-221-1/+1
* Quiet warnings, especially signed/unsigned casts.dyoung2019-08-225-41/+51
* Merge branch 'feature/vfd_swmr' of https://bitbucket.hdfgroup.org/scm/~vchoi/...mainzer2019-07-069-280/+490
|\
| * Modifications to the vfd swmr concurrent tests:Vailin Choi2019-01-319-280/+490
* | Tidied up comments and removed some stats code that is un-reachable.mainzer2019-07-064-33/+29
|/
* Checkin of fixes for a number of bugs in reads to page 0, and in filemainzer2019-01-303-10/+160
* Checkin of fix for the failure to evict all tagged entries issue.mainzer2019-01-162-17/+27
* Commented out some test code that resulted spurious failuresmainzer2019-01-161-1/+2
* Merge with Vailin's memory management fixes.mainzer2019-01-150-0/+0
|\
| * Fix for the assertion failure in the free-space manager for the metadata file.Vailin Choi2019-01-072-2/+45
* | Intermin commit to allow update from Vailin's recent changesmainzer2019-01-1522-229/+875
|/
* Interim checkin to allow Vailin to address assertion failure inmainzer2019-01-0328-445/+2099
* Fixes for issues #1 and #2 listed in John's email dated Dec 7 2018:Vailin Choi2018-12-1910-25/+53
* Merge branch 'feature/vfd_swmr' of https://bitbucket.hdfgroup.org/scm/~vchoi/...mainzer2018-12-0715-26/+39
|\
| * (1) Fix for accumulator issue #1 as described in John's previous checkinVailin Choi2018-12-0215-28/+36
* | interim checkin of VFD SWMR writer EOT code.mainzer2018-12-077-101/+609
* | Merge branch 'feature/vfd_swmr' of https://bitbucket.hdfgroup.org/scm/~vchoi/...mainzer2018-11-1917-189/+2735
|\ \ | |/
| * (A) Fixes for the assertion failures described in issue #2 (see John Mainzer'...Vailin Choi2018-11-1417-189/+2736
* | local commit of first cut at vfd swmr writer EOT code.mainzer2018-11-198-483/+2143
|/
* Initial checkin of page buffer re-implementation to support VFD SWMR.mainzer2018-11-0410-1422/+5696
* 1) Add concurrent test for VFD SWMR readerVailin Choi2018-10-297-108/+855
* (1) Add tests for VFD SWMR writerVailin Choi2018-10-227-259/+1116
* Third batch of checkin:Vailin Choi2018-09-2828-313/+4134