summaryrefslogtreecommitdiffstats
path: root/src/H5Fsuper_cache.c
Commit message (Expand)AuthorAgeFilesLines
* Misc normalization from developDana Robinson2021-05-071-13/+1
* Updates license url and history docsDana Robinson2021-03-251-1/+1
* Formats the source and updates the gcc warning pragmasDana Robinson2021-03-251-406/+366
* Also accept transitions of the superblock status flags toDavid Young2020-08-281-11/+22
* When the superblock status flags don't meet our expectations, printDavid Young2020-08-211-6/+10
* Repair a bunch of H5_ATTR_SANITY_CHECK uses that should have beenDavid Young2020-05-201-5/+5
* Trim trailing whitespaceQuincey Koziol2020-05-201-8/+8
* Reduce casts of HDcalloc()/HDmalloc() that -Wc++-compat required.David Young2020-05-201-7/+7
* fix unused related warningskmu2020-05-201-5/+5
* Revert "Make a squash commit of 'Quiet some warnings by adjusting warnings le...David Young2020-05-201-18/+9
* Revert "Oops, remove more C99 designated initializers for VS 2010 compatibili...David Young2020-05-201-2/+1
* Oops, remove more C99 designated initializers for VS 2010 compatibility.David Young2020-05-201-1/+2
* Don't use C99 designated initializers, they're not compatible withDavid Young2020-05-201-5/+10
* Quiet some more maybe-uninitialized warnings---each is a false positive,David Young2020-05-201-1/+5
* Initialize a couple of variables that the compiler does not realize areDavid Young2020-05-201-1/+1
* Change some GCC warnings to errors. Fix code to quiet some warnings.David Young2020-05-201-7/+7
* Merge all of my changes from merge-back-to-feature-vfd_swmr-attempt-1,David Young2019-12-091-4/+13
* Fix for punch list #13 item #1: Odd behavior in the superblock refresh routine.Vailin Choi2019-11-141-11/+4
* Tidied up comments and removed some stats code that is un-reachable.mainzer2019-07-061-3/+5
* Checkin of fix for the failure to evict all tagged entries issue.mainzer2019-01-161-1/+8
* Interim checkin to allow Vailin to address assertion failure inmainzer2019-01-031-0/+258
* Remainder of vol_normalization changes (dataset, attribute, files, objects).Dana Robinson2018-09-241-1/+0
* Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5...Larry Knox2017-04-251-6/+4
* Bring file shutdown code from cache image branchQuincey Koziol2017-01-051-118/+1
* Remove 'const' from cache client pre_serialize callback, to reduce warnings,Quincey Koziol2017-01-031-2/+2
* Refactor several cache clients to have only one copy of their deserializationQuincey Koziol2016-12-301-172/+200
* More normalizations against incoming cache image branch.Quincey Koziol2016-12-291-1/+1
* Bring over support for retrying metadata cache entry loads, along with all theQuincey Koziol2016-11-201-208/+375
* Remove 'clear' callback from metadata cache client interface, using theQuincey Koziol2016-11-181-2/+0
* Remove explicit support within the metadata cache for tracked compressedQuincey Koziol2016-11-171-18/+6
* Code style and warning cleanups, from revise_chunks branch.Quincey Koziol2016-11-061-1/+1
* [svn-r29548] Minor normalization w/ trunk in preparation for big merge.Dana Robinson2016-03-241-1/+1
* [svn-r28950] - remove META_FLUSH_COLLECTIVELY property for delayed sanity che...Mohamad Chaarawi2016-01-211-3/+0
* [svn-r27768] Description:Quincey Koziol2015-09-141-4/+4
* [svn-r27710] Description:Quincey Koziol2015-09-091-0/+10
* [svn-r27320] Fix uninitialized memory write valgrind errors in trunk. Did th...Neil Fortner2015-07-011-2/+2
* [svn-r27294] Description:Quincey Koziol2015-06-291-1/+1
* [svn-r27237] Description:Quincey Koziol2015-06-181-687/+752
* [svn-r27133] - Add a new attribute function characterstic for format:Mohamad Chaarawi2015-06-011-3/+3
* [svn-r27077] Description:Quincey Koziol2015-05-151-18/+2
* [svn-r27075] Description:Quincey Koziol2015-05-151-4/+15
* [svn-r27045] Renamed H5_ASSIGN_OVERFLOW() to H5_CHECKED_ASSIGN() and re-orderedDana Robinson2015-05-101-3/+3
* [svn-r25929] Description:Quincey Koziol2014-12-291-19/+32
* [svn-r25881] Description:Quincey Koziol2014-12-101-3/+5
* [svn-r25084] Description:Quincey Koziol2014-04-231-9/+19
* [svn-r22666] Description:Quincey Koziol2012-08-111-9/+35
* [svn-r21919] Description:Quincey Koziol2012-02-091-5/+5
* [svn-r21442] Description:Quincey Koziol2011-10-011-1/+1
* [svn-r19587] Description:Quincey Koziol2010-10-131-2/+2
* [svn-r19402] Description:Quincey Koziol2010-09-161-10/+2