summaryrefslogtreecommitdiffstats
path: root/src/H5Ocache.c
Commit message (Expand)AuthorAgeFilesLines
* Convert H5F haddr_t macros to H5 (#3039)Dana Robinson2023-06-051-1/+1
* Remove unnecessary fields from cache structs (#2951)Quincey Koziol2023-05-151-18/+0
* Fix Autotools internal-debug=all builds (#2886)jhendersonHDF2023-05-031-1/+1
* Harden H5O cache deserialize calls (#2856)Dana Robinson2023-05-011-295/+237
* Fix memory leaks when processing OH cont messages (#2723)Dana Robinson2023-04-141-2/+3
* Update copyright headers (#2184)Larry Knox2022-11-011-1/+0
* Develop clang 13 format (#1933)Allen Byrne2022-07-261-11/+11
* Quiets const warnings (#1831)Dana Robinson2022-06-291-7/+11
* Removes the STATIC flavor of FUNC_ENTER macros (#1622)Dana Robinson2022-04-081-19/+19
* Fix issue with copying null new references (#1440)Neil Fortner2022-02-181-4/+4
* Fixed Spelling Errors (#1166)Scot Breitenfeld2021-12-071-1/+1
* Fixes a bad memory read and unfreed memory in fsinfo code (#893)Dana Robinson2021-08-121-9/+12
* Fixed all clang-tidy bugprone-suspicious-string-compare warnings (#451)Sean McBride2021-03-101-1/+1
* Update license url (#332)Larry Knox2021-02-171-1/+1
* develop revert source to clang-format version 11 (#293)Allen Byrne2021-01-291-3/+3
* Basic alignment with async branch (#115)Quincey Koziol2020-11-231-3/+3
* Clang-format of source filesAllen Byrne2020-09-301-346/+322
* Clean up private / package / static namespace issues (function naming, whichQuincey Koziol2020-08-061-7/+3
* Trim trailing whitespaceQuincey Koziol2020-04-201-29/+29
* merge and fix conflictkmu2020-01-191-3/+3
|\
* | fix unused related warningskmu2020-01-131-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