summaryrefslogtreecommitdiffstats
path: root/src/H5Ocache.c
Commit message (Expand)AuthorAgeFilesLines
* Update Copyright headers. (#2534)Larry Knox2023-03-131-1/+0
* clang 13 format #1933 (#1939)Allen Byrne2022-07-271-11/+11
* Commit codespell spelling corrections.Larry Knox2022-04-071-1/+1
* Fixes a bad memory read and unfreed memory in fsinfo code (#893) (#1012)Larry Knox2021-09-151-9/+12
* Hdf5 merge issue #458 to hdf5_1_12 (#463)Larry Knox2021-03-121-1/+1
* Update URL in source file Copyright headers for web copy of COPYINGLarry Knox2021-02-201-1/+1
* 1 12 Whitespace changes after clang-format run (#288)Allen Byrne2021-01-291-3/+3
* Basic alignment with async branch (#115) (#137)Quincey Koziol2020-11-301-3/+3
* Source formattedAllen Byrne2020-10-011-346/+322
* Clean up private / package / static namespace issues (function naming, whichQuincey Koziol2020-08-221-7/+3
* Whitespace cleanupAllen Byrne2020-05-131-29/+29
* Merge pull request #2094 in HDFFV/hdf5 from ~KMU/hdf5:bugfix/unused to developKimmy Mu2020-01-281-3/+3
* - 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-3/+3
* Merge pull request #1441 in HDFFV/hdf5 from ~BMRIBLER/hdf5_bmr_fixbug:develop...Binh-Minh Ribler2019-01-091-1/+2
|\
| * Removed previous change in H5O__chunk_deserialize().Binh-Minh Ribler2019-01-071-1/+0
| * Removed the previous change in H5O__chunk_deserialize()Binh-Minh Ribler2019-01-071-2/+0
| * Updated per reviewBinh-Minh Ribler2019-01-071-1/+2
| * HDFFV-10578 and HDFFV-10676Binh-Minh Ribler2019-01-061-1/+4
* | Delay checking if decoded message's "shareable" flag is appropriate forNeil Fortner2019-01-071-5/+12
|/
* HDFFV-10607 Fixing two compiler warnings in the library.Songyu Lu2018-11-271-1/+1
* Remainder of vol_normalization changes (dataset, attribute, files, objects).Dana Robinson2018-09-241-10/+10
* Fixed HDFFV-10476, HDFFV-10478, HDFFV-10480Binh-Minh Ribler2018-07-171-0/+2
* Fix for HDFFV-10333:Vailin Choi2018-07-111-11/+17
* Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...Quincey Koziol2018-03-181-9/+34
|\
| * Fix for HDFFV-10209 VDS SWMR test failureVailin Choi2018-03-091-7/+32
| * Fix for HDFFV-10355 (CVE-2017-17506).Dana Robinson2018-02-271-2/+2
* | Add API context interface and use it throughout the library.Quincey Koziol2018-03-151-40/+28
|/
* Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5...Larry Knox2017-04-251-6/+4
* Bring changes to metadata cache "get entry status" call and newQuincey Koziol2017-01-061-0/+4
* Refactor several cache clients to have only one copy of their deserializationQuincey Koziol2016-12-301-138/+186
* Merge SWMR-related testing to existing tests.Quincey Koziol2016-12-181-6/+0
* Bring SWMR support in to the main development branch. (Finally!) More testsQuincey Koziol2016-12-021-3/+96
* Bring over support for retrying metadata cache entry loads, along with all theQuincey Koziol2016-11-201-201/+273
* Remove 'clear' callback from metadata cache client interface, using theQuincey Koziol2016-11-181-147/+132
* Remove explicit support within the metadata cache for tracked compressedQuincey Koziol2016-11-171-20/+7
* Refactor H5O code to clean up message allocation, align cache deserialize codeQuincey Koziol2016-11-121-145/+144
* Code style and warning cleanups, from revise_chunks branch.Quincey Koziol2016-11-061-2/+2
* [svn-r30189] Description:Quincey Koziol2016-07-181-2/+2
* [svn-r30131] Fix bug reported by Cisco Talos TALOS-CAN-0178. Added check for ...Neil Fortner2016-07-011-0/+4
* [svn-r29548] Minor normalization w/ trunk in preparation for big merge.Dana Robinson2016-03-241-1/+0
* [svn-r29202] Fix for unknown message HDFFV-9697.Vailin Choi2016-02-241-6/+7
* [svn-r27768] Description:Quincey Koziol2015-09-141-3/+3
* [svn-r27623] Added some parallel #ifdefs to H5Ocache.c to quiet compilerDana Robinson2015-08-311-1/+21
* [svn-r27292] Description:Quincey Koziol2015-06-271-4/+5
* [svn-r27237] Description:Quincey Koziol2015-06-181-505/+524
* [svn-r27133] - Add a new attribute function characterstic for format:Mohamad Chaarawi2015-06-011-6/+6
* [svn-r27082] Description:Quincey Koziol2015-05-151-48/+40
* [svn-r27045] Renamed H5_ASSIGN_OVERFLOW() to H5_CHECKED_ASSIGN() and re-orderedDana Robinson2015-05-101-1/+1
* [svn-r25984] change the message flag H5O_MSG_FLAG_FAIL_IF_UNKNOWN toMohamad Chaarawi2015-01-201-2/+3