summaryrefslogtreecommitdiffstats
path: root/src/H5Dchunk.c
Commit message (Expand)AuthorAgeFilesLines
...
| * Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5-b...Binh-Minh Ribler2019-05-051-93/+279
| |\
| | * Merge remote-tracking branch 'origin/develop' into merge_hyperslab_update_01Quincey Koziol2019-03-171-25/+59
| | |\
| | * | Core changes to selection code from the hyperslab_updates branch.Quincey Koziol2019-03-161-93/+279
| * | | Code improvementBinh-Minh Ribler2019-05-051-3/+6
| | |/ | |/|
| * | Added an H5MM_memcpy call that checks for buffer overlap.Dana Robinson2019-03-161-21/+21
| * | Fix issue with direct chunk write not updating the "last chunk" indexNeil Fortner2019-03-061-3/+37
| |/
| * Merge branch 'develop' into c_stdlib_posix_call_cleanupDana Robinson2019-02-191-70/+53
| |\
| | * Align develop with incoming hyperslab_updates branch changes.Quincey Koziol2019-02-131-48/+41
| | * Fix some collective metadata read issuesJordan Henderson2019-02-121-16/+6
| | * Delta reduction against hyperslab_updates branch.Quincey Koziol2019-01-111-6/+6
| * | C and POSIX call cleanupDana Robinson2019-01-111-7/+8
| |/
| * Removed a comment.Binh-Minh Ribler2019-01-031-1/+0
| * Fixed CVE division-by-zero issuesBinh-Minh Ribler2018-12-231-3/+26
| * Merge pull request #1335 in HDFFV/hdf5 from ~SONGYULU/hdf5_ray:bugfix/HDFFV-1...Ray Lu2018-11-191-0/+3
| |\
| | * HDFFV-10571: Minor format changes.Songyu Lu2018-11-151-1/+0
| | * HDFFV-10571: Minor change - adding the error check right after decoding of ch...Songyu Lu2018-11-151-4/+4
| | * HDFFV-10571: Minor change - revised the comment to be clearer.Songyu Lu2018-11-141-1/+1
| | * HDFFV-10571 Divided by Zero vulnerability. Minor fix: I added an error check...Songyu Lu2018-11-141-0/+4
| * | HDFFV-10601: I changed to a better way to calculate the number of chunks in a...Songyu Lu2018-11-081-5/+3
| * | HDFFV-10601 Issues with chunk cache hash value calcuation:Songyu Lu2018-11-021-12/+12
| |/
| * A trivial change to reformat a comment. The purpose is simply to try out Git.Songyu Lu2018-10-311-2/+2
* | Avoid leaving a v1 B-tree used as a chunk index in a bad stateDavid Young2020-06-121-18/+24
* | Extract a subroutine that closes chunk indices,David Young2020-06-111-12/+48
* | Fix incorrect FUNC_LEAVE macro (should match FUNC_ENTER_*_TAG).Jacob Smith2020-05-201-2/+2
* | Reduce casts of HDcalloc()/HDmalloc() that -Wc++-compat required.David Young2020-05-201-53/+48
* | squash cast warning fixkmu2020-05-201-17/+14
* | remove unsed var,function,macro, etckmu2020-05-201-2/+2
* | address problems from commentskmu2020-05-201-1/+1
* | fix and address commentskmu2020-05-201-6/+5
* | change according to previous commentskmu2020-05-201-2/+2
* | fix intel compile warningskmu2020-05-201-3/+2
* | Revert "fix warnings from Intel compiler"kmu2020-05-201-1/+2
* | Revert "fix issues from previous PR comments"kmu2020-05-201-4/+4
* | fix issues from previous PR commentskmu2020-05-201-4/+4
* | fix warnings from Intel compilerkmu2020-05-201-2/+1
* | Cleanups from PR reviewsQuincey Koziol2020-05-201-1/+0
* | Refactor all the 'H5VL_*_optional' callbacks to move the type of operation outQuincey Koziol2020-05-201-68/+53
* | Fix 2010 compile issuesAllen Byrne2020-05-201-586/+586
* | Revert "Make a squash commit of 'Quiet some warnings by adjusting warnings le...David Young2020-05-201-18/+17
* | Replace H5Sselect_adjust_u() and H5Shyper_adjust_s() withNeil Fortner2020-05-201-2/+1
* | Move a statement under some declarations since some vintages of VisualDavid Young2020-05-201-1/+2
* | Document H5D__chunk_mem_xfree_wrapper().David Young2020-05-201-0/+5
* | Change a signed variable to unsigned to avoid a warning about the signDavid Young2020-05-201-1/+1
* | Delete variables that are unused or set and unused.David Young2020-05-201-12/+0
* | Change some GCC warnings to errors. Fix code to quiet some warnings.David Young2020-05-201-3/+10
* | Implement H5VLget_file_type() to return a copy of a datatype with theNeil Fortner2020-05-201-1/+1
* | Partial fix for HDFFV-10792Jordan Henderson2020-05-201-4/+45
* | Merge all of my changes from merge-back-to-feature-vfd_swmr-attempt-1,David Young2019-12-091-254/+996
|/
* Remainder of vol_normalization changes (dataset, attribute, files, objects).Dana Robinson2018-09-241-37/+36
* Removed 'VOL' versions of FUNC_ENTER macros as well as empty functionsDana Robinson2018-09-181-4/+4