summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add a flag for H5C__flush_single_entry() to allow the parallel code to requestQuincey Koziol2016-11-253-37/+65
* Merge pull request #167 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:eoc_valgrind_bu...Dana Robinson2016-11-221-1/+1
|\
| * Added the H5F_CLOSING() check that makes valgrind happy inDana Robinson2016-11-211-1/+1
* | Merge pull request #166 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:eoc_valgrind_bu...Dana Robinson2016-11-214-4/+34
|\ \ | |/
| * Two minor cache changes:Dana Robinson2016-11-204-4/+34
* | Bring over support for retrying metadata cache entry loads, along with all theQuincey Koziol2016-11-2034-1453/+2883
* | Remove 'clear' callback from metadata cache client interface, using theQuincey Koziol2016-11-1817-268/+139
* | Remove explicit support within the metadata cache for tracked compressedQuincey Koziol2016-11-1717-791/+211
|/
* Bring over new 'notify' metadata cache client callback actions for when anQuincey Koziol2016-11-125-30/+134
* Merge pull request #155 in HDFFV/hdf5 from ~KOZIOL/hdf5:develop_merge_revise_...Quincey Koziol2016-11-126-675/+727
|\
| * Refactor H5O code to clean up message allocation, align cache deserialize codeQuincey Koziol2016-11-126-675/+727
* | Align w/minor cleanups in revise_chunks branch.Quincey Koziol2016-11-124-45/+79
|/
* Merge pull request #151 in HDFFV/hdf5 from ~KOZIOL/hdf5:develop to developQuincey Koziol2016-11-115-405/+213
|\
| * Clean up cache code to eliminate dead-ends and unify code.Quincey Koziol2016-11-105-405/+213
* | Moved Win32 variables to top of function in H5FDlog.c.derobins2016-11-111-8/+9
|/
* Merge pull request #138 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:H5Pget_driver_i...Dana Robinson2016-11-073-9/+9
|\
| * Changed the return type of H5Pget_driver_info() from void * toDana Robinson2016-11-053-9/+9
* | Switch to new, more scalable, metadata cache entry tagging.Quincey Koziol2016-11-0713-325/+381
* | Remove routines not yet used in developQuincey Koziol2016-11-071-140/+0
* | Code style and warning cleanups, from revise_chunks branch.Quincey Koziol2016-11-0629-543/+295
|/
* Add missing retrieval of cache logging name, from revise_chunks.Quincey Koziol2016-11-041-0/+16
* Add public H5F* routines for cache logging.Quincey Koziol2016-11-041-0/+99
* Add cache logging property and file pieces.Quincey Koziol2016-11-047-10/+475
* Add logging prototypes and cache struct fields.Quincey Koziol2016-11-042-0/+33
* Add logging error message.Quincey Koziol2016-11-041-0/+1
* Bring cache logging routines from revise_chunks branch to develop.Quincey Koziol2016-11-048-6/+1651
* Remove static definition for debugging routines. *sigh*Quincey Koziol2016-11-041-2/+0
* Add missing prototypes for cache debugging routines.Quincey Koziol2016-11-042-1/+6
* Merge pull request #123 in HDFFV/hdf5 from ~KOZIOL/hdf5:develop to developQuincey Koziol2016-11-0314-1166/+1416
|\
| * Move cache debugging routines into separate module.Quincey Koziol2016-11-036-1102/+1221
| * Change file memory type for extending to default, and correct error inQuincey Koziol2016-11-032-4/+8
| * Warning and whitespace cleanup.Quincey Koziol2016-11-034-17/+43
| * Improvements to the log VFD, for helping with SWMR debugging.Quincey Koziol2016-11-032-28/+137
| * Minor code cleanups.Quincey Koziol2016-11-032-14/+6
* | Merge pull request #122 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:eoc_groups to d...Dana Robinson2016-11-031-0/+8
|\ \ | |/ |/|
| * Evict-on-close now works with groups.Dana Robinson2016-10-281-0/+8
* | Fixed wayward parentheses in H5Sprivate.h.Dana Robinson2016-11-021-2/+2
* | Add error log for dlopenAllen Byrne2016-10-271-1/+1
|/
* Add support for namespace and add tools to binaries configAllen Byrne2016-10-141-0/+1
* Snapshot release: increment version.lrknox2016-10-011-2/+2
* - Removed BRANCH.txt and MANIFEST entryDana Robinson2016-09-301-0/+1
* - Removed non-implemented code from H5Gint.cDana Robinson2016-09-302-27/+0
* Merge branch 'develop' into evict_on_closeDana Robinson2016-09-303-30/+83
|\
| * Merge pull request #46 in HDFFV/hdf5 from ~KOZIOL/hdf5:features/warning_clean...Quincey Koziol2016-09-291-3/+2
| |\
| | * Description:Quincey Koziol2016-09-271-3/+2
| * | Merge pull request #42 in HDFFV/hdf5 from ~NFORTNE2/hdf5_nf:talos-0179 to dev...Neil Fortner2016-09-231-1/+5
| |\ \
| | * | Change check for number of dimensions for old-style arrays in datatype decodi...Neil Fortner2016-09-081-1/+5
| | |/
| * | Merge pull request #41 in HDFFV/hdf5 from ~NFORTNE2/hdf5_nf:talos-0177 to dev...Neil Fortner2016-09-231-25/+74
| |\ \
| | * | Fix bug in "nooptype" decode in fix for TALOS-0177.Neil Fortner2016-09-091-1/+1
| | * | Fix issues in H5Znbit.c where the decompression algorithm would not check the...Neil Fortner2016-09-081-24/+73
| | |/