summaryrefslogtreecommitdiffstats
path: root/src/H5MF.c
Commit message (Expand)AuthorAgeFilesLines
* Yanked -Wc++-compat from the flags used to build the C library in bothDana Robinson2020-05-201-24/+24
* In H5MF__xfree_impl(), always invalidate the page-table entriesDavid Young2020-05-111-20/+53
* Bug fix: in the freespace manager, use a new routine,David Young2020-04-231-1/+1
* Be brief: remove commas and equal signs from diagnostic log messages.David Young2020-04-081-18/+19
* Make some changes to conserve filespace and ensure that all filespace isDavid Young2020-04-061-2/+5
* Improve diagnostic logging.David Young2020-04-021-7/+26
* Rename process_deferred_frees as H5MF_process_deferred_frees and make itDavid Young2020-03-311-7/+6
* Add log outlets. Convert existing #ifdef H5MF_ALLOC_DEBUG{,_MORE} debugDavid Young2020-03-301-77/+74
* Delete ridiculous comments. Remove superfluous curly braces. NFCI.David Young2020-03-301-10/+7
* Add log outlets `h5mf` and `h5mf_defer` and write some diagnosticDavid Young2020-02-241-7/+29
* In process_deferred_frees(), remove *all* deferred frees from theDavid Young2020-02-181-2/+5
* Rename the deferred-free queues. There are two of them, and the names I usedDavid Young2020-02-061-5/+5
* Tell the tick number in diagnostic messages.David Young2019-12-181-2/+3
* Follow the naming convention enforced by FUNC_ENTER_/FUNC_EXIT_* macros (?)David Young2019-12-181-5/+5
* Merge all of my changes from merge-back-to-feature-vfd_swmr-attempt-1,David Young2019-12-091-600/+333
* Fixes for issues #1 and #2 listed in John's email dated Dec 7 2018:Vailin Choi2018-12-191-0/+11
* (A) Fixes for the assertion failures described in issue #2 (see John Mainzer'...Vailin Choi2018-11-141-0/+19
* Initial checkin of page buffer re-implementation to support VFD SWMR.mainzer2018-11-041-1/+1
* Normalization with vol_integration (test code and H5Xtest.c)Dana Robinson2018-09-201-0/+3
* Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~lrknox/hdf5_lrk...Larry Knox2018-07-181-11/+11
|\
| * Fixed HDFFV-10404Binh-Minh Ribler2018-07-131-11/+11
* | Apply Cygwin pathches from Marco Atzeri.Larry Knox2018-07-181-9/+9
|/
* Normalize with vol_integration.Dana Robinson2018-05-291-93/+106
* Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...Quincey Koziol2018-03-181-3/+1
|\
* | Add API context interface and use it throughout the library.Quincey Koziol2018-03-151-474/+336
|/
* Fixed misc Warnings flagged by VS2017.Dana Robinson2017-11-271-1/+4
* Style cleanups and misc. bugfixes discovered during full SWMR development.Quincey Koziol2017-09-231-0/+1
* Changes made based on RFC review commentsVailin Choi2017-07-181-1/+1
* Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5...Larry Knox2017-04-251-6/+4
* Checkin of additions to cache image parallel test code andmainzer2017-03-161-0/+6
* Final merge of page buffering branch to developQuincey Koziol2017-03-141-965/+2517
* Bring changes to I/O parameters from page_buffering branch.Quincey Koziol2017-03-131-3/+13
* Align w/incoming page buffering changes.Quincey Koziol2017-02-251-66/+67
* Switch major error code from H5E_FSPACE [back] to H5E_RESOURCEQuincey Koziol2017-02-181-99/+99
* Misc. style cleanups from the page_buffering branch.Quincey Koziol2017-02-181-70/+70
* Cache image feature and testingQuincey Koziol2017-01-291-2/+2
* Bring file shutdown code from cache image branchQuincey Koziol2017-01-051-70/+654
* Merge code from cache image branch to split FSM ring into two types: raw dataQuincey Koziol2017-01-041-42/+226
* Align w/incoming cache image changes, and improve recovery on errors.Quincey Koziol2017-01-041-23/+23
* Remove 'const' from cache client pre_serialize callback, to reduce warnings,Quincey Koziol2017-01-031-19/+19
* More normalizations against incoming cache image branch.Quincey Koziol2016-12-291-2/+2
* Changed the name of H5MF_alloc_close() to H5MF__alloc_close()Dana Robinson2016-11-301-6/+6
* Added missing TAG macros to H5MF_get_freespace().Dana Robinson2016-11-301-2/+2
* Added TAG macros to the H5MF package code so H5AC__FREESPACE_TAGDana Robinson2016-11-301-20/+20
* [svn-r29924] Description:Quincey Koziol2016-05-121-49/+139
* [svn-r29548] Minor normalization w/ trunk in preparation for big merge.Dana Robinson2016-03-241-1/+1
* [svn-r29202] Fix for unknown message HDFFV-9697.Vailin Choi2016-02-241-2/+2
* [svn-r27768] Description:Quincey Koziol2015-09-141-7/+10
* [svn-r27710] Description:Quincey Koziol2015-09-091-0/+80
* [svn-r27144] Description:Quincey Koziol2015-06-031-3/+3