summaryrefslogtreecommitdiffstats
path: root/src/H5Fint.c
Commit message (Expand)AuthorAgeFilesLines
* fix uninitizlized warningkmu2020-05-201-2/+2
* Squashed commit of the token_refactoring branch:Dana Robinson2020-05-201-72/+0
* Refactor all the 'H5VL_*_optional' callbacks to move the type of operation outQuincey Koziol2020-05-201-4/+14
* Remove H5VL_NATIVE_FILE_GET_FILE_ID and add H5VL_OBJECT_GET_FILEJerome Soumagne2020-05-201-47/+18
* Implement H5VLget_file_type() to return a copy of a datatype with theNeil Fortner2020-05-201-2/+40
* Rename the deferred-free queues. There are two of them, and the names I usedDavid Young2020-02-061-1/+1
* Use the "tail queue" from queue(3) for the delayed free list of shadow images.David Young2019-12-191-3/+1
* Remove disused duplicate of H5F__idx_entry_cmp(). I probably introduced thatDavid Young2019-12-131-34/+0
* Merge all of my changes from merge-back-to-feature-vfd_swmr-attempt-1,David Young2019-12-091-198/+495
* Fix for punch list #28:Vailin Choi2019-11-201-46/+22
* Changes for punch list #4: Add support for opening mulitple files in either V...Vailin Choi2019-11-201-3/+29
* Fix for punch list #9 Move VFD SWMR H5F code to its own file: H5Fvfd_swmr.c.vchoi2019-11-151-1761/+3
* Modifications for the following items in the punch list:Vailin Choi2019-11-141-2/+2
* 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
* 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
* SECOND_TO_NANOSECS is the name of a function, not a constant. Rename toDavid Young2019-09-261-8/+8
* Commit to the clock_gettime() versions of VFD SWMR and delete theDavid Young2019-09-251-76/+4
* Consolidate VFD SWMR variable declarations in a new header file,David Young2019-08-281-0/+7
* In the error message, provide specific information that will help thedyoung2019-08-221-1/+1
* Quiet warnings, especially signed/unsigned casts.dyoung2019-08-221-25/+31
* Intermin commit to allow update from Vailin's recent changesmainzer2019-01-151-9/+188
* Interim checkin to allow Vailin to address assertion failure inmainzer2019-01-031-26/+280
* Fixes for issues #1 and #2 listed in John's email dated Dec 7 2018:Vailin Choi2018-12-191-4/+11
* interim checkin of VFD SWMR writer EOT code.mainzer2018-12-071-50/+278
* Merge branch 'feature/vfd_swmr' of https://bitbucket.hdfgroup.org/scm/~vchoi/...mainzer2018-11-191-6/+15
|\
| * (A) Fixes for the assertion failures described in issue #2 (see John Mainzer'...Vailin Choi2018-11-141-6/+16
* | local commit of first cut at vfd swmr writer EOT code.mainzer2018-11-191-105/+684
|/
* Initial checkin of page buffer re-implementation to support VFD SWMR.mainzer2018-11-041-4/+4
* 1) Add concurrent test for VFD SWMR readerVailin Choi2018-10-291-14/+15
* (1) Add tests for VFD SWMR writerVailin Choi2018-10-221-75/+121
* Third batch of checkin:Vailin Choi2018-09-281-97/+482
* Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~vchoi/my_hdf5_f...Vailin Choi2018-09-261-543/+323
|\
| * Remainder of vol_normalization changes (dataset, attribute, files, objects).Dana Robinson2018-09-241-331/+307
| * Removed 'VOL' versions of FUNC_ENTER macros as well as empty functionsDana Robinson2018-09-181-216/+20
* | Bug fixes for the previous checkin.Vailin Choi2018-09-041-2/+2
* | Second batch of checkin:Vailin Choi2018-09-041-102/+152
* | Preliminary checkins for implementation done so far:Vailin Choi2018-08-141-2/+205
|/
* Revert "Merge pull request #1116 in HDFFV/hdf5 from ~HDFTEST/hdf5_hft:hdf5_1_...hdftest2018-06-241-2/+2
* Merge branch 'develop' into hdf5_1_10.syncM. Scot Breitenfeld2018-06-141-55/+56
|\
| * Normalization with vol_integration branch.Dana Robinson2018-06-071-55/+56
* | Merge branch 'develop' into hdf5_1_10.syncM. Scot Breitenfeld2018-05-231-38/+38
|\ \ | |/
| * Put back CTRL-L charsAllen Byrne2018-05-231-52/+52
| * Valgrind fixed by checking for prefix_len of 0Allen Byrne2018-05-231-90/+90
* | Fixed libver bounds underscore issueM. Scot Breitenfeld2018-05-111-3/+3
* | Merge branch 'develop' into hdf5_1_10.syncM. Scot Breitenfeld2018-05-081-213/+916
|\ \ | |/
| * Add comment for the file flush when the file low / high bounds are changedQuincey Koziol2018-04-011-0/+19
| * Merge remote-tracking branch 'origin/develop' into merge_func_enter_volQuincey Koziol2018-04-011-21/+160
| |\
| | * Created internal functions for a couple of H5F calls.Dana Robinson2018-03-301-0/+318
| |/ |/|