summaryrefslogtreecommitdiffstats
path: root/src/H5Omessage.c
Commit message (Expand)AuthorAgeFilesLines
* Remove useless headers (#4145)Dana Robinson2024-03-151-1/+0
* Replaced last sprintf with snprintf (#4007)Sean McBride2024-02-201-2/+2
* Convert hbool_t --> bool in src (#3496)Dana Robinson2023-09-051-42/+42
* Fix for CVE-2016-4332 (#3406)Dana Robinson2023-08-221-9/+7
* Made HGOTO_ERROR a do-while loop (#3308)Sean McBride2023-08-021-62/+62
* Another round of fixing -Wextra-semi-stmt warnings (#3264)Sean McBride2023-07-241-12/+12
* Fixed more warnings about extra semicolons (#3249)Sean McBride2023-07-181-2/+2
* Remove HD from HDmem* calls (#3211)Dana Robinson2023-06-291-2/+2
* Remove programmer/date from comments (#3210)Dana Robinson2023-06-291-130/+0
* Rename HDassert() to assert() (#3191)Dana Robinson2023-06-281-185/+185
* Many clang -Wextra-semi-stmt fixes (#2537)Sean McBride2023-06-161-1/+1
* Convert H5F haddr_t macros to H5 (#3039)Dana Robinson2023-06-051-7/+7
* Update copyright headers (#2184)Larry Knox2022-11-011-1/+0
* Fix typos found in src/ subdirectory (#1983)luzpaz2022-08-101-2/+2
* Develop clang 13 format (#1933)Allen Byrne2022-07-261-16/+16
* Removes the STATIC flavor of FUNC_ENTER macros (#1622)Dana Robinson2022-04-081-3/+3
* Fixed Spelling Errors (#1166)Scot Breitenfeld2021-12-071-4/+4
* Update license url (#332)Larry Knox2021-02-171-1/+1
* Clang-format of source filesAllen Byrne2020-09-301-397/+338
* Clean up private / package / static namespace issues (function naming, whichQuincey Koziol2020-08-061-34/+2
* merge and fix conflictkmu2020-01-191-1/+1
|\
* | fix unused related warningskmu2020-01-131-6/+3
|/
* Delay checking if decoded message's "shareable" flag is appropriate forNeil Fortner2019-01-071-9/+16
* Remainder of vol_normalization changes (dataset, attribute, files, objects).Dana Robinson2018-09-241-42/+42
* Fixed HDFFV-10404Binh-Minh Ribler2018-07-131-3/+3
* Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...Quincey Koziol2018-04-291-128/+117
|\
| * Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...Quincey Koziol2018-03-181-2/+3
| |\
| | * 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-123/+113
| |/
| * Revert "Merge pull request #567 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop...Dana Robinson2017-06-091-5/+5
| * Updated H5O_layout_t dynamic work to use the H5FL interface.Dana Robinson2017-06-071-5/+5
| * Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5...Larry Knox2017-04-251-6/+4
* | Checkpoint normalization against incoming hyperslab / selection / dataspaceQuincey Koziol2017-03-281-1/+1
|/
* Final merge of page buffering branch to developQuincey Koziol2017-03-141-0/+52
* More normalizations against incoming cache image branch.Quincey Koziol2016-12-291-2/+1
* Bring SWMR support in to the main development branch. (Finally!) More testsQuincey Koziol2016-12-021-4/+4
* Refactor H5O code to clean up message allocation, align cache deserialize codeQuincey Koziol2016-11-121-173/+0
* [svn-r27768] Description:Quincey Koziol2015-09-141-22/+23
* [svn-r27237] Description:Quincey Koziol2015-06-181-7/+7
* [svn-r27082] Description:Quincey Koziol2015-05-151-21/+21
* [svn-r27045] Renamed H5_ASSIGN_OVERFLOW() to H5_CHECKED_ASSIGN() and re-orderedDana Robinson2015-05-101-2/+2
* [svn-r25766] Description:Quincey Koziol2014-11-031-1/+1
* [svn-r25273] Description:Quincey Koziol2014-06-131-1/+1
* [svn-r22608] Description:Quincey Koziol2012-07-261-17/+24
* [svn-r22171] Description:Quincey Koziol2012-03-281-3/+3
* [svn-r22072] Purpose: Fix rare corruption bug (HDFFV-7879)Neil Fortner2012-03-151-3/+2
* [svn-r21919] Description:Quincey Koziol2012-02-091-45/+45
* [svn-r21629] Purpose: Update fix committed in r21556Neil Fortner2011-10-201-2/+2
* [svn-r21556] Purpose: Fix bug in H5OcopyNeil Fortner2011-10-131-2/+6
* [svn-r21476] The first part fix for bug HDFFV-7640: does not need to do H5O_m...Vailin Choi2011-10-051-6/+8