summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Refixed HDFFV-10578Binh-Minh Ribler2019-01-081-1/+1
| | | | | | | | | | | | Description: Applied Neil's fix for this issue after removing previous attempt. The resources are now released in init_objs() when failure occurs there. Neil will fix HDFFV-10676 separately. Platforms tested: Linux/64 (jelly) Linux/64 (platypus) Darwin (osx1010test)
* 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
| | | | | | | | Description: HDFFV-10676 - CVE-2018-13873 Changed the new assert to if statement, per Dana's comment. Platforms tested: Linux/64 (jelly)
* Merge branch 'develop' of ↵Binh-Minh Ribler2019-01-0647-2374/+4265
|\ | | | | | | https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5_bmr_fixbug into develop
| * Merge pull request #1425 in HDFFV/hdf5 from ~JHENDERSON/hdf5:develop to developJordan Henderson2019-01-041-0/+2
| |\ | | | | | | | | | | | | * commit '659dd9bccf69f32bfdd01dc49410116ec5c1b0bb': Align H5Lcreate_ud behavior with documentation for NULL udata pointer
| | * Align H5Lcreate_ud behavior with documentation for NULL udata pointerJordan Henderson2019-01-031-0/+2
| | | | | | | | | | | | Add test for H5Lcreate_ud fix
| * | Merge pull request #1408 in HDFFV/hdf5 from ↵Binh-Minh Ribler2019-01-031-3/+25
| |\ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | ~BMRIBLER/hdf5_bmr_fixbug:develop to develop Merged to catch daily test. * commit '40c55f24ecbdd322fba527d768689fbdbd268374': Removed a comment. Fixed documentation - typo only Fixed CVE division-by-zero issues Description: Fixed HDFFV-10577 and similar issues found in H5Dchunk.c. All the occurrences are in: H5D__create_chunk_map_single H5D__create_chunk_file_map_hyper H5D__chunk_allocate H5D__chunk_update_old_edge_chunks H5D__chunk_prune_by_extent H5D__chunk_copy_cb H5D__chunk_collective_fill Platforms tested: Linux/64 (jelly) Linux/64 (platypus) Darwin (osx1010test)
| * | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵Vailin Choi2019-01-0224-156/+779
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop Resolve conflicts: Conflicts: test/Makefile.am
| | * \ Merge branch 'develop' into vfd_init_cleanupDana Robinson2019-01-0168-6064/+8083
| | |\ \
| | | * \ Merge pull request #1413 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:yay_plugins ↵Dana Robinson2018-12-312-8/+5
| | | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to develop * commit '3ca19cca5395d79be69209f8d7d0a2b06834a648': Flipped swapped testing strings. Added test_vol_plugin.sh to the list of scripts to clean Fixed a CMake build issue (CMake still doesn't run the VOL plugin tests) Added more sub-tests to the VOL plugin test. Added a simple test for registration of VOL connector plugins. Autotools only for right now, but this will be fleshed out in future work.
| | | | * \ Merge branch 'develop' into yay_pluginsDana Robinson2018-12-2820-2211/+3427
| | | | |\ \
| | | | * \ \ Merge branch 'develop' into yay_pluginsDana Robinson2018-12-281-2/+8
| | | | |\ \ \
| | | | * | | | Added more sub-tests to the VOL plugin test.Dana Robinson2018-12-282-8/+5
| | | | | | | |
| | | * | | | | Merge branch 'develop' into dset_ohdr_minimizeJacob Smith2018-12-2823-2215/+3450
| | | |\ \ \ \ \ | | | | | |_|/ / | | | | |/| | |
| | | * | | | | Specify variable type.Jacob Smith2018-12-282-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove unnecessary whitespace.
| | | * | | | | Merge branch 'develop' into dset_ohdr_minimizeJacob Smith2018-12-2724-3511/+3686
| | | |\ \ \ \ \
| | | * | | | | | OHDR tests now accept h5_fileaccess() fapls.Jacob Smith2018-12-261-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Formatting, informative comments, and minor renaming.
| | | * | | | | | Add error checking to the minimized dset header size calculation.Jacob Smith2018-12-211-15/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update printf->HDprintf statements.
| | | * | | | | | Remove `#if 0` block of deprecated code.Jacob Smith2018-12-201-4/+0
| | | | | | | | |
| | | * | | | | | Merge branch 'develop' of ↵Jacob Smith2018-12-1930-303/+281
| | | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://bitbucket.hdfgroup.org/scm/~jake.smith/hdf5 into dset_ohdr_minimize
| | | * | | | | | | Formatting adjustments.Jacob Smith2018-12-182-7/+3
| | | | | | | | | |
| | | * | | | | | | Formatting adjustmentsJacob Smith2018-12-183-56/+56
| | | | | | | | | |
| | | * | | | | | | Move H5Fset_dset_no_attrs_hint VOL operations to native.Jacob Smith2018-12-187-20/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move minimzied object header tests from separate file to test/ohdr.c Some formatting changes.
| | | * | | | | | | Merge branch 'develop' into dset_ohdr_minimizeJacob Smith2018-12-1842-1037/+998
| | | |\ \ \ \ \ \ \
| | | * | | | | | | | formatting adjustmentsJacob Smith2018-12-141-18/+4
| | | | | | | | | | |
| | | * | | | | | | | Reformat to be more consistent with existing code.Jacob Smith2018-12-135-276/+104
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix a few typos.
| | | * | | | | | | | add missing paramter - macro seemingly unused, but absence results in ↵Jacob Smith2018-12-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | compiler complaint
| | | * | | | | | | | fix reference; move declaration in fileJacob Smith2018-12-131-2/+2
| | | | | | | | | | |
| | | * | | | | | | | Merge branch 'develop' into dset_ohdr_minimizeJacob Smith2018-12-131-0/+2
| | | |\ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ Merge branch 'develop' into dset_ohdr_minimizeJacob Smith2018-12-121-2/+17
| | | |\ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ Merge branch 'dset_ohdr_minimize' of ↵Jacob Smith2018-12-121-5/+0
| | | |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://bitbucket.hdfgroup.org/scm/~jake.smith/hdf5 into dset_ohdr_minimize Incorporate a few housekeeping changes and one fix.
| | | | * | | | | | | | | | Remove unused debugging print in '#if 0' blockJacob Smith2018-12-121-5/+0
| | | | | | | | | | | | | |
| | | * | | | | | | | | | | Merge branch 'develop' into dset_ohdr_minimizeJacob Smith2018-12-12232-11595/+27969
| | | |\ \ \ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / / / | | | |/| | | | | | | | | |
| | | * | | | | | | | | | | Remove unnecessary H5_now() call; remove ohdr v2 mtime addition.Jacob Smith2018-10-021-5/+1
| | | | | | | | | | | | | |
| | | * | | | | | | | | | | Modify MTIME size behavior to be closer to expectations (we hope).Jacob Smith2018-09-201-26/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Minor code cleanup.
| | | * | | | | | | | | | | Continued progress in implementing tests.Jacob Smith2018-09-202-3/+2
| | | | | | | | | | | | | |
| | | * | | | | | | | | | | Change H5F internals accessJacob Smith2018-09-143-7/+24
| | | | | | | | | | | | | |
| | | * | | | | | | | | | | Change to use internal routines to get dcpl minimize setting.Jacob Smith2018-09-141-31/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix external file/link problem: Include H5Fpkg.h to access file private variables directly.
| | | * | | | | | | | | | | Add additional tests (or placeholders for same).Jacob Smith2018-09-121-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tests use h5_fixname(). Small changes.
| | | * | | | | | | | | | | Stash work on object header reduction code and tests.Jacob Smith2018-09-1110-94/+835
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CMake stuff is not verified.
| | * | | | | | | | | | | | Merge branch 'develop' into vfd_init_cleanupDana Robinson2018-12-181-18/+15
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | Cleaned up and normalized VFD init calls.Dana Robinson2018-12-187-62/+52
| | | |_|_|_|_|/ / / / / / / | | |/| | | | | | | | | | |
| | * | | | | | | | | | | | Merge pull request #1390 in HDFFV/hdf5 from stackable_vol_fix_06 to developQuincey Koziol2018-12-186-66/+14
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '3597bd469ff0073134b31765d9b87660cd3e0039': Revert change to MSC_VER, in favor of Dana's Remove H5VL_FILE_CACHE_VOL_CONN from file specific callbacks, as it turns out not to be necessary.
| | | * | | | | | | | | | | | Revert change to MSC_VER, in favor of Dana'sQuincey Koziol2018-12-171-1/+1
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Changes based on feedback from pull request.Vailin Choi2018-12-311-0/+1
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Fix for HDFFV-10659: The library abort with "infinite loop closing library"Vailin Choi2018-12-281-2/+32
| | |_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | after deleting attributes in densed storage. The fix: When deleting attribute nodes from the name index v2 B-tree, if an attribute is found in the intermediate B-tree nodes, which may be merged/redistributed in the process, we need to free the dynamically allocated spaces for the intermediate decoded attribute.
| * | | | | | | | | | | | | Updated the log function names.Dana Robinson2018-12-285-122/+123
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Merge branch 'develop' into md_cache_logging_squashDana Robinson2018-12-284-5/+24
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | | |
| | * | | | | | | | | | | | Merge pull request #1386 in HDFFV/hdf5 from ~JHENDERSON/hdf5:develop to developJordan Henderson2018-12-281-2/+8
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'b4fe787bb9fe4bfc4709a124df59dd987c9a09d2': Add test for H5Arename NULL/empty attribute name fix align H5Arename behavior with H5Arename_by_name