summaryrefslogtreecommitdiffstats
path: root/src/H5Cprivate.h
Commit message (Expand)AuthorAgeFilesLines
* Update Copyright headers. (#2534)Larry Knox2023-03-131-1/+0
* Spelling fixes for codespell (#2038)Dana Robinson2022-08-181-1/+1
* clang 13 format #1933 (#1939)Allen Byrne2022-07-271-9/+9
* 1.12 Merge doxygen changes from develop (#1542)Allen Byrne2022-03-301-5/+5
* Hdf5 1 12 merges (#1528)jhendersonHDF2022-03-251-0/+10
* Merge PRs in issue #642 to hdf5_1_12 (#643)Larry Knox2021-05-151-8/+8
* 1 12 merges from develop (#412)Allen Byrne2021-03-031-3/+3
* Update URL in source file Copyright headers for web copy of COPYINGLarry Knox2021-02-201-1/+1
* Manual sync with develop (#95)Dana Robinson2020-11-171-0/+1
* Merge changes from developAllen Byrne2020-10-081-5/+5
* Source formattedAllen Byrne2020-10-011-319/+293
* Src file format preventive updatesAllen Byrne2020-09-281-117/+119
* Add clang-format changes from develop.Allen Byrne2020-09-281-915/+915
* Revert " Checkin of fix for CGNS bug"Quincey Koziol2020-09-031-4/+1
* Clean up private / package / static namespace issues (function naming, whichQuincey Koziol2020-08-221-3/+0
* Whitespace cleanupAllen Byrne2020-05-131-278/+278
* Checkin for new shutting down free-space manager.Vailin Choi2019-06-201-0/+1
* Modification based on feedback from pull request.Vailin Choi2019-02-061-1/+1
* There is performance issue when closing an object. The slow down is due to t...Vailin Choi2019-02-051-0/+1
* Squash merge of MDC logging changes.Dana Robinson2018-12-211-10/+11
* Fixed HDFFV-10404Binh-Minh Ribler2018-07-131-12/+12
* Add API context interface and use it throughout the library.Quincey Koziol2018-03-151-32/+25
* Better segregate clean & dirty LRU lists so that they are only defined whenQuincey Koziol2017-09-301-0/+2
* Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5...Larry Knox2017-04-251-6/+4
* Checkin of fix for CGNS bugmainzer2017-04-061-1/+4
* Revert "Switch h5clear for cache images to use existing H5Pget_cache_image_co...Quincey Koziol2017-03-221-0/+1
* Final merge of page buffering branch to developQuincey Koziol2017-03-141-0/+5
* Minor cleanups and bring over "prefetched dirty" fixes for entries loaded fromQuincey Koziol2017-03-121-8/+50
* Normalize against incoming page buffering changes.Quincey Koziol2017-03-011-2/+3
* Corrected version of 4b5e05c084f93c35dae946c2c9e814d565a613b0:Quincey Koziol2017-02-281-4/+4
* Revert "Fix some more signed -> unsigned value issues with cache data structu...Quincey Koziol2017-02-281-3/+3
* Fix some more signed -> unsigned value issues with cache data structures, alsoQuincey Koziol2017-02-231-3/+3
* Cache image feature and testingQuincey Koziol2017-01-291-4/+470
* Bring change to use array of metadata cache entry classes for H5C_createQuincey Koziol2017-01-281-2/+2
* Switch list lengths to unsigned integers (to align better w/cache image merge)Quincey Koziol2017-01-281-1/+1
* Bring changes to metadata cache "get entry status" call and newQuincey Koziol2017-01-061-1/+19
* Add "image up to date" flag / parameter to metadata cache entry status calls.Quincey Koziol2017-01-061-1/+2
* Bring file shutdown code from cache image branchQuincey Koziol2017-01-051-1/+7
* Merge code from cache image branch to split FSM ring into two types: raw dataQuincey Koziol2017-01-041-6/+9
* Remove 'const' from cache client pre_serialize callback, to reduce warnings,Quincey Koziol2017-01-031-2/+2
* Bring support for doubly-linked list of all entries in cache from incomingQuincey Koziol2016-12-301-0/+21
* More normalizations against incoming cache image branch.Quincey Koziol2016-12-291-28/+25
* Updated the H5FS cache code to grab the correct tag and modifiedDana Robinson2016-12-081-0/+1
* Bring SWMR support in to the main development branch. (Finally!) More testsQuincey Koziol2016-12-021-1/+7
* Add a flag for H5C__flush_single_entry() to allow the parallel code to requestQuincey Koziol2016-11-251-0/+2
* Bring over support for retrying metadata cache entry loads, along with all theQuincey Koziol2016-11-201-55/+110
* Remove 'clear' callback from metadata cache client interface, using theQuincey Koziol2016-11-181-62/+1
* Remove explicit support within the metadata cache for tracked compressedQuincey Koziol2016-11-171-304/+49
* Bring over new 'notify' metadata cache client callback actions for when anQuincey Koziol2016-11-121-1/+5
* Align w/minor cleanups in revise_chunks branch.Quincey Koziol2016-11-121-10/+25