summaryrefslogtreecommitdiffstats
path: root/src/H5Pfapl.c
Commit message (Expand)AuthorAgeFilesLines
* Modifications to:vchoi2022-04-211-15/+15
* VFD SWMR: Merges from develop (#1670)Dana Robinson2022-04-211-60/+60
* VFD SWMR: Normalization with develop (#1506)Dana Robinson2022-03-231-4/+4
* VFD SWMR: normalization with develop (#1472)Dana Robinson2022-03-061-41/+560
* VFD SWMR: Normalization with develop (#1270)Dana Robinson2021-12-081-5/+3
* Committing clang-format changesgithub-actions2021-11-171-13/+13
* 1) Core changes for adding NFS/updater support as described in the RFC.vchoi2021-11-171-7/+55
* Committing clang-format changesgithub-actions2021-10-151-1/+1
* Test to just write a log file for H5Fopen. Add a testing routine vfd_swmr_log...myang62021-10-151-0/+4
* VFD SWMR: Normalization with develop (#1078)Dana Robinson2021-10-061-0/+58
* Much normalization with develop (#701)Dana Robinson2021-05-281-1/+1
* Brings atom-->ID and other ID-related changes from developDana Robinson2021-05-051-48/+48
* Brings more develop code over, especially DoxygenDana Robinson2021-05-031-8/+3
* Brings many parallel changes from developDana Robinson2021-04-071-163/+110
* Brings trace changes from developDana Robinson2021-04-061-16/+13
* Brings file locking changes from developDana Robinson2021-03-251-8/+130
* Updates license url and history docsDana Robinson2021-03-251-1/+1
* Formats the source and updates the gcc warning pragmasDana Robinson2021-03-251-1294/+1337
* Use the DECODE macro with the correct signedness for the variable.David Young2020-08-311-4/+4
* Change H5F_open to perform deduplication of open VFDs in a more flexible way,David Young2020-07-301-0/+7
* Don't check an unsigned integer for being negative. Quiets a GCC warning.David Young2020-07-141-1/+1
* Make a VFD SWMR writer use the SWMR VFD, to facilitate avoiding conflictingDavid Young2020-07-101-5/+2
* Repair a bunch of H5_ATTR_SANITY_CHECK uses that should have beenDavid Young2020-05-201-2/+1
* Trim trailing whitespaceQuincey Koziol2020-05-201-1/+1
* H5_HAVE_PARALLEL, _DEBUG_API, etc. Add attributes to some variables andDavid Young2020-05-201-1/+2
* Updated the 'const memory free' changes based on PR feedback.Dana Robinson2020-05-201-17/+4
* Added a free wrapper that lets us free constant pointers withoutDana Robinson2020-05-201-7/+10
* fix unused related warningskmu2020-05-201-4/+4
* Numerous changes supporting a floating shadow index:David Young2020-02-031-3/+3
* Merge all of my changes from merge-back-to-feature-vfd_swmr-attempt-1,David Young2019-12-091-142/+1021
* Modifications for the following items in the punch list:Vailin Choi2019-11-141-4/+10
* Good-bye md_open_tries.David Young2019-11-141-5/+0
* Use h5_retry_init/_next to retry loading the SWMR shadow file.David Young2019-09-121-0/+5
* (1) Fix for accumulator issue #1 as described in John's previous checkinVailin Choi2018-12-021-1/+2
* Third batch of checkin:Vailin Choi2018-09-281-2/+2
* Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~vchoi/my_hdf5_f...Vailin Choi2018-09-261-128/+128
|\
| * Normalization with vol_integration (property lists, file drivers,Dana Robinson2018-09-211-129/+129
* | Second batch of checkin:Vailin Choi2018-09-041-1/+11
* | Preliminary checkins for implementation done so far:Vailin Choi2018-08-141-0/+213
|/
* Fixed HDFFV-10404Binh-Minh Ribler2018-07-131-10/+10
* Revert "Merge pull request #1116 in HDFFV/hdf5 from ~HDFTEST/hdf5_hft:hdf5_1_...hdftest2018-06-241-11/+11
* Merge pull request #943 in HDFFV/hdf5 from develop to hdf5_1_10Larry Knox2018-03-131-0/+21
|\
| * Enhancement to the tool h5clear (HDFFV-10360)Vailin Choi2018-03-121-0/+21
| * HDDFV-10414 correct location of error changeAllen Byrne2018-03-071-91/+91
| * HDFFV-10414 restore Ctl char - do we really need these anymoreAllen Byrne2018-03-051-89/+89
| * HDFFV-10414 change minor error_numberAllen Byrne2018-03-051-101/+101
| * Modifications made based on comments from pull request.Vailin Choi2018-02-071-18/+18
| * Merge branch develop into bugfix/version_boundsVailin Choi2018-01-121-469/+470
| |\
| * \ Merge branch 'develop' into bugfix/version_boundsVailin Choi2017-12-081-15/+13
| |\ \
| * | | Initial checkin for library version boundsVailin Choi2017-10-031-33/+145