summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix the FSM bug when setting the FSM threshold to a non-default value.Vailin Choi2019-12-022-1/+6
* Update status of the expand/shrink test.David Young2019-11-251-6/+7
* Mention the Markdown cheat sheet and tutorial, per John's request.David Young2019-11-221-1/+8
* Fix for punch list #28:Vailin Choi2019-11-203-48/+65
* Changes for punch list #4: Add support for opening mulitple files in either V...Vailin Choi2019-11-209-230/+1414
* Add my name to some entries.David Young2019-11-191-3/+3
* Mention the items that Vailin is working on.David Young2019-11-191-2/+2
* Use bold to highlight items status.David Young2019-11-191-3/+3
* Add some notes about what's done and what I'm working on.David Young2019-11-191-3/+25
* Add URL for the punch list.David Young2019-11-191-1/+3
* Remove the last (?) vestige of gettimeofday alternate implementation ofDavid Young2019-11-191-4/+0
* Fix for punch list #9 Move VFD SWMR H5F code to its own file: H5Fvfd_swmr.c.vchoi2019-11-155-1770/+1869
* Fix for punch list #13 item #1: Odd behavior in the superblock refresh routine.Vailin Choi2019-11-141-11/+4
* Modifications for the following items in the punch list:Vailin Choi2019-11-1430-35/+115
* Good-bye md_open_tries.David Young2019-11-144-10/+1
* Add the latest version of the RFC.David Young2019-11-131-0/+0
* Put the Markdown punch list on the right branch.dyoung2019-11-131-0/+102
* VFD SWMR sparse readers failed to open the .h5 file because the sparse writerDavid Young2019-10-232-1/+49
* Expect the h5ls usage message to mention --poll twice.David Young2019-10-215-0/+10
* First, reduce code duplication in h5tools_fopen(). Then, stop h5tools_fopen()David Young2019-10-211-33/+22
* Fix some tools: try all other VFDs before SWMR.David Young2019-10-181-3/+3
* Delay for no more than 1/100 second between any retry in H5C_load_entry().David Young2019-10-181-1/+1
* Ntheever skip a read (skip_read is always false). This lets my demos work andDavid Young2019-10-181-10/+2
* I've changed `test/dsets` so that every time it needs to visit allDavid Young2019-10-171-32/+121
* Use PRIuHADDR.David Young2019-10-171-2/+2
* Move a disused variable inside of the #if 0 region that needs it.David Young2019-10-171-2/+2
* Repair comments.David Young2019-10-171-3/+3
* The err_compat test relied on some "lines" on the standard output streamDavid Young2019-10-082-3/+7
* Add NetBSD and Berkeley licenses for `struct timespec` helper macros.David Young2019-10-071-0/+64
* Provide the BSD `struct timespec` arithmetic macro, timespecsub().David Young2019-10-072-10/+46
* Fix an off-by-one error in the retries API that made the test "protectDavid Young2019-10-071-3/+16
* Introduce PRI*HADDR and PRI*HSIZE for printing haddr_t and hsize_t.David Young2019-10-036-73/+83
* 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