summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make some NetBSD compatibility patches.David Young2019-10-0329-40/+162
* Refactor a bit, remove dead code, move some helper functions to the topDavid Young2019-10-021-261/+355
* Fix some comments where "read" was written instead of "write." NFCI.David Young2019-10-021-7/+7
* F ix off-by-one bug affecting metadata-read retries: retries == tries - 1.David Young2019-10-022-6/+6
* Use int64_t instead of uint64_t to avoid some warnings about signDavid Young2019-09-301-4/+4
* Initialize `data` and `odata` to NULL like the exit sequencesDavid Young2019-09-301-2/+6
* Add a test for single-page metadata (SPMDE) writes. Mention in aDavid Young2019-09-301-10/+150
* Rename the metadata test again to reflect how it's checking the pageDavid Young2019-09-271-13/+28
* Don't use FILENAME and FILENAME[0] because that looks like worrisomeDavid Young2019-09-271-83/+83
* Fix a typo: adress -> address.David Young2019-09-271-1/+1
* Skip the metadata accumulator and always perform I/O through the VFD, soDavid Young2019-09-261-61/+6
* If a page entry is delayed *until* tick `t`, and tick `t` has arrived,David Young2019-09-261-3/+2
* Fix a comment: I don't know what `*pbe_ptr` was. Refer to `page`, sinceDavid Young2019-09-261-1/+1
* Rename local variable `delay_write_until` as `until`. ReduceDavid Young2019-09-261-11/+7
* Initialize VFD SWMR configuration block to zeroes. I was hopeful thatDavid Young2019-09-261-0/+2
* Oops, straggler from last: rename the nanosecond constants. While I amDavid Young2019-09-261-6/+2
* SECOND_TO_NANOSECS is the name of a function, not a constant. Rename toDavid Young2019-09-261-8/+8
* 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