summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Make some NetBSD compatibility patches.David Young2019-10-031-1/+18
* 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
* 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
* 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
* 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
* Don't set up raw-data pages for delayed writes. This preventsDavid Young2019-09-191-0/+4
* Make whitespace consistent: no leading tabs!David Young2019-09-161-1/+1
* Update function documentation. NFCI.David Young2019-09-161-3/+3
* 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
* 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
* 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-061-7/+3
|\
| * Modifications to the vfd swmr concurrent tests:Vailin Choi2019-01-311-7/+3
* | 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
* Intermin commit to allow update from Vailin's recent changesmainzer2019-01-1512-170/+783
* Interim checkin to allow Vailin to address assertion failure inmainzer2019-01-0323-427/+2067
* Fixes for issues #1 and #2 listed in John's email dated Dec 7 2018:Vailin Choi2018-12-197-9/+33
* Merge branch 'feature/vfd_swmr' of https://bitbucket.hdfgroup.org/scm/~vchoi/...mainzer2018-12-072-4/+19
|\
| * (1) Fix for accumulator issue #1 as described in John's previous checkinVailin Choi2018-12-022-6/+16
* | interim checkin of VFD SWMR writer EOT code.mainzer2018-12-076-100/+600
* | Merge branch 'feature/vfd_swmr' of https://bitbucket.hdfgroup.org/scm/~vchoi/...mainzer2018-11-195-96/+45
|\ \ | |/
| * (A) Fixes for the assertion failures described in issue #2 (see John Mainzer'...Vailin Choi2018-11-145-96/+46
* | 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-049-1092/+5147
* 1) Add concurrent test for VFD SWMR readerVailin Choi2018-10-296-49/+135
* (1) Add tests for VFD SWMR writerVailin Choi2018-10-226-138/+611
* Third batch of checkin:Vailin Choi2018-09-2819-311/+1994
* Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~vchoi/my_hdf5_f...Vailin Choi2018-09-26188-9371/+7627
|\
| * Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Dana Robinson2018-09-241-31/+64
| |\
| | * Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2018-09-2450-1697/+1676
| | |\
| | * | Remove extra unneededAllen Byrne2018-09-241-11/+7
| | * | Remove libsettings from pregenerated blockAllen Byrne2018-09-241-40/+27