summaryrefslogtreecommitdiffstats
path: root/src/H5FDcore.c
Commit message (Expand)AuthorAgeFilesLines
* VFD ctl feature (#981)jhendersonHDF2021-09-231-0/+1
* Brings the native implementation of H5Fdelete() from Bitbucket (#524)Dana Robinson2021-04-161-0/+35
* Update license url (#332)Larry Knox2021-02-171-1/+1
* develop revert source to clang-format version 11 (#293)Allen Byrne2021-01-291-7/+7
* Replace H5E_ATOM major error category with H5E_ID (#121)Dana Robinson2020-11-301-2/+2
* Enhance API tracing (#120)Quincey Koziol2020-11-261-2/+2
* Basic alignment with async branch (#115)Quincey Koziol2020-11-231-7/+7
* Whitespace and url correctionAllen Byrne2020-10-191-3/+3
* Clang-format of source filesAllen Byrne2020-09-301-418/+433
* File changes to affect formattingAllen Byrne2020-09-041-31/+33
* Revert "Merge pull request #2477 in HDFFV/hdf5 from pio_update to develop"Larry Knox2020-08-181-4/+0
* Merge remote-tracking branch 'origin/develop' into pio_updateQuincey Koziol2020-08-161-26/+53
|\
| * Merge remote-tracking branch 'origin/develop' into namespace_cleanup_01Quincey Koziol2020-08-071-5/+37
| |\
| | * Renames BEST-EFFORT to BEST_EFFORT for file locking env varDana Robinson2020-08-061-1/+1
| | * Fixed missing parens in VFDsDana Robinson2020-08-031-1/+1
| | * Squash merge of file locking fixesDana Robinson2020-08-031-5/+37
| * | Clean up private / package / static namespace issues (function naming, whichQuincey Koziol2020-08-061-21/+16
| |/
| * Trim trailing whitespaceQuincey Koziol2020-04-201-19/+19
* | Don't track file offset position when using pread / pwrite.Quincey Koziol2020-03-291-19/+23
|/
* Fixed bugs in pread/pwrite I/O in VFDs.Dana Robinson2019-12-091-5/+7
* Added an H5MM_memcpy call that checks for buffer overlap.Dana Robinson2019-03-161-3/+3
* Updated sec2, log, and core VFDs to use pread/pwrite whenDana Robinson2019-01-311-6/+22
* Merge branch 'develop' into vfd_init_cleanupDana Robinson2019-01-011-24/+124
|\
| * Clear driver properties before returning them to application.Quincey Koziol2018-12-191-24/+124
* | Cleaned up and normalized VFD init calls.Dana Robinson2018-12-181-3/+3
|/
* Merge branch 'develop' into windows_openDana Robinson2017-05-311-3/+5
|\
| * Fixed HDFFV-10214:Dana Robinson2017-05-191-3/+5
* | Rework of the POSIX file open permissions and macros to clean upDana Robinson2017-04-281-5/+5
* | Changed the Windows POSIX open() file permissions to be correctDana Robinson2017-04-281-3/+3
|/
* Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5...Larry Knox2017-04-251-6/+4
* Bring over another batch (hopefully the last) of non-SWMR "normalization"Quincey Koziol2016-11-291-15/+28
* [svn-r30147] Removed #ifdef-guarded debug output from core VFD.Dana Robinson2016-07-061-72/+15
* [svn-r30113] Description:Quincey Koziol2016-06-281-2/+2
* [svn-r29978] Description:Quincey Koziol2016-05-301-8/+8
* [svn-r28972] Removed option to clear file buffers from autotools, CMake, and ...Dana Robinson2016-01-261-4/+0
* [svn-r28626] Brought VFD-level file locking code over from revise_chunks.Dana Robinson2015-12-141-8/+82
* [svn-r27811] Description:Quincey Koziol2015-09-161-8/+8
* [svn-r27768] Description:Quincey Koziol2015-09-141-124/+119
* [svn-r27572] Removed VMS-specific code from the library.Dana Robinson2015-08-241-22/+0
* [svn-r27133] - Add a new attribute function characterstic for format:Mohamad Chaarawi2015-06-011-7/+7
* [svn-r27045] Renamed H5_ASSIGN_OVERFLOW() to H5_CHECKED_ASSIGN() and re-orderedDana Robinson2015-05-101-2/+2
* [svn-r26002] move checks on reading/writing beyond file eoa outside of the fi...Mohamad Chaarawi2015-01-221-4/+0
* [svn-r25929] Description:Quincey Koziol2014-12-291-3/+3
* [svn-r25531] remove use of C99 PRI that failed on windows in dtypes.cMohamad Chaarawi2014-08-111-4/+9
* [svn-r25161] Removed some C++-style comments from H5FDcore.c.Dana Robinson2014-05-051-8/+0
* [svn-r25045] Fixed a few missing lines of code that were not merged when theDana Robinson2014-04-141-5/+15
* [svn-r24993] Purpose:Dana Robinson2014-04-091-37/+350
* [svn-r23713] Description:Quincey Koziol2013-05-211-1/+1
* [svn-r23219] Description:Quincey Koziol2013-02-021-0/+8
* [svn-r23111] Purpose:Dana Robinson2012-12-191-295/+255