summaryrefslogtreecommitdiffstats
path: root/src/H5FScache.c
Commit message (Expand)AuthorAgeFilesLines
* Fix valgrind warning about write of uninitialized bytes (#3389) (#3465)jhendersonHDF2023-09-011-3/+14
* Merge Made HGOTO_ERROR a do-while loop changes from develop (#3334)Allen Byrne2023-08-031-33/+33
* Sync of src w/ develop (#3307)Dana Robinson2023-07-281-27/+7
* Convert H5F_addr calls to H5_addr (#3297)Dana Robinson2023-07-271-23/+23
* Remove "Programmer" lines (#3294)Dana Robinson2023-07-271-54/+0
* Brings over most of the HD prefix removal (#3293)Dana Robinson2023-07-271-127/+127
* Fix new codespell issues (#2521) (#2533)Larry Knox2023-03-101-1/+1
* Update copyright headers (#2184)Larry Knox2022-11-011-1/+0
* Develop clang 13 format (#1933)Allen Byrne2022-07-261-25/+25
* Removes the STATIC flavor of FUNC_ENTER macros (#1622)Dana Robinson2022-04-081-15/+15
* Fixed all clang-tidy bugprone-suspicious-string-compare warnings (#451)Sean McBride2021-03-101-2/+2
* Update license url (#332)Larry Knox2021-02-171-1/+1
* develop revert source to clang-format version 11 (#293)Allen Byrne2021-01-291-8/+8
* Bring async branch to develop (#166)Quincey Koziol2020-12-141-4/+5
* Basic alignment with async branch (#115)Quincey Koziol2020-11-231-6/+5
* Clang-format of source filesAllen Byrne2020-09-301-273/+251
* Switch H5VM inline routines back to single underscope and put a comment in th...Quincey Koziol2020-08-061-2/+2
* Clean up private / package / static namespace issues (function naming, whichQuincey Koziol2020-08-061-9/+3
* Trim trailing whitespaceQuincey Koziol2020-04-201-71/+71
* merge and fix conflictkmu2020-01-191-10/+10
|\
* \ merge and fix conflictskmu2020-01-141-4/+4
|\ \ | |/
| * remove unnecessary check macrokmu2019-12-061-3/+3
| * fix intel compile warningskmu2019-12-041-4/+4
* | fix unused related warningskmu2020-01-131-29/+24
|/
* Revert "fix warnings from Intel compiler"kmu2019-11-261-1/+1
* Revert "fix issues from previous PR comments"kmu2019-11-261-4/+4
* Revert "using a different MACRO"kmu2019-11-261-1/+1
* using a different MACROkmu2019-11-251-1/+1
* fix issues from previous PR commentskmu2019-11-251-4/+4
* fix warnings from Intel compilerkmu2019-11-071-1/+1
* Checkin for new shutting down free-space manager.Vailin Choi2019-06-201-16/+44
* - Added H5MMprivate.h #includes where neededDana Robinson2019-03-161-0/+1
* Added an H5MM_memcpy call that checks for buffer overlap.Dana Robinson2019-03-161-2/+2
* Normalization with vol_integration (property lists, file drivers,Dana Robinson2018-09-211-5/+6
* Fixed HDFFV-10404Binh-Minh Ribler2018-07-131-3/+3
* Add API context interface and use it throughout the library.Quincey Koziol2018-03-151-33/+29
* Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5...Larry Knox2017-04-251-6/+4
* Final merge of page buffering branch to developQuincey Koziol2017-03-141-11/+17
* Bring changes to metadata cache "get entry status" call and newQuincey Koziol2017-01-061-0/+4
* Bring file shutdown code from cache image branchQuincey Koziol2017-01-051-1/+59
* Remove 'const' from cache client pre_serialize callback, to reduce warnings,Quincey Koziol2017-01-031-4/+4
* More normalizations against incoming cache image branch.Quincey Koziol2016-12-291-1/+0
* Updated the H5FS cache code to grab the correct tag and modifiedDana Robinson2016-12-081-12/+21
* Bring SWMR support in to the main development branch. (Finally!) More testsQuincey Koziol2016-12-021-1/+64
* Bring over support for retrying metadata cache entry loads, along with all theQuincey Koziol2016-11-201-35/+94
* 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-16/+8
* Code style and warning cleanups, from revise_chunks branch.Quincey Koziol2016-11-061-1/+1
* [svn-r29057] added dxpl type checking when debug mode is enabled (H5_DEBUG_BU...Mohamad Chaarawi2016-02-071-3/+3
* [svn-r28614] Normalization of H5FS package with revise_chunks.Dana Robinson2015-12-141-13/+13