summaryrefslogtreecommitdiffstats
path: root/src/H5FDlog.c
Commit message (Expand)AuthorAgeFilesLines
* VFD SWMR: Normalization with develop (#1078)Dana Robinson2021-10-061-2/+0
* VFD SWMR: Removes dedup callback + cleanup (#842)Dana Robinson2021-07-171-1/+0
* Brings much of the printf changes over from developDana Robinson2021-05-061-28/+36
* Brings native H5Fdelete implementation from developDana Robinson2021-05-051-0/+27
* Normalization with develop (mainly VFDs)Dana Robinson2021-05-051-233/+241
* Fixed 1.6 compatibility issues and ran source formatterDana Robinson2021-03-261-6/+6
* Brings file locking changes from developDana Robinson2021-03-251-19/+47
* Updates license url and history docsDana Robinson2021-03-251-1/+1
* Formats the source and updates the gcc warning pragmasDana Robinson2021-03-251-483/+505
* Merge branch 'aug-develop' into aug-merge-attempt/feature/vfd_swmrDavid Young2020-08-041-239/+197
|\
| * Clean up warningsQuincey Koziol2020-06-281-2/+6
| * Merge remote-tracking branch 'origin/develop' into monotonic_timerQuincey Koziol2020-06-261-25/+53
| |\
| | * Trim trailing whitespaceQuincey Koziol2020-04-201-4/+4
| | * Fixed bugs in pread/pwrite I/O in VFDs.Dana Robinson2019-12-091-4/+6
| | * Revert "Make a squash commit of 'Quiet some warnings by adjusting warnings le...David Young2019-11-271-2/+2
| | * To quiet a warning, initialize some `struct timeval`s that the compilerDavid Young2019-11-131-2/+2
| | * Cleaned up misc warnings.Dana Robinson2019-06-291-3/+9
| | * Added an H5MM_memcpy call that checks for buffer overlap.Dana Robinson2019-03-161-1/+1
| | * Updated sec2, log, and core VFDs to use pread/pwrite whenDana Robinson2019-01-311-6/+24
| | * Merge branch 'develop' into vfd_init_cleanupDana Robinson2019-01-011-0/+2
| | |\
| | | * Clear driver properties before returning them to application.Quincey Koziol2018-12-191-0/+2
| | * | Cleaned up and normalized VFD init calls.Dana Robinson2018-12-181-3/+3
| | |/
| | * Renamed h5repart's -family_to_sec2 to -family_to_single.Dana Robinson2018-11-141-8/+8
| * | Changes to make timers within the library monotonic.Quincey Koziol2017-09-031-239/+193
| |/
* | Change H5F_open to perform deduplication of open VFDs in a more flexible way,David Young2020-07-301-0/+1
* | Trim trailing whitespaceQuincey Koziol2020-05-201-4/+4
* | Fixed bugs in pread/pwrite I/O in VFDs.Dana Robinson2020-05-201-4/+6
* | Revert "Make a squash commit of 'Quiet some warnings by adjusting warnings le...David Young2020-05-201-2/+2
* | To quiet a warning, initialize some `struct timeval`s that the compilerDavid Young2020-05-201-2/+2
* | Merge all of my changes from merge-back-to-feature-vfd_swmr-attempt-1,David Young2019-12-091-21/+47
|/
* Merge branch 'develop' into windows_openDana Robinson2017-05-311-1/+2
|\
| * Fixed HDFFV-10214:Dana Robinson2017-05-191-1/+2
* | Rework of the POSIX file open permissions and macros to clean upDana Robinson2017-04-281-1/+1
* | Changed the Windows POSIX open() file permissions to be correctDana Robinson2017-04-281-1/+1
|/
* Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5...Larry Knox2017-04-251-6/+4
* Final merge of page buffering branch to developQuincey Koziol2017-03-141-7/+1
* Bring SWMR support in to the main development branch. (Finally!) More testsQuincey Koziol2016-12-021-0/+1
* Bring over another batch (hopefully the last) of non-SWMR "normalization"Quincey Koziol2016-11-291-21/+29
* Moved Win32 variables to top of function in H5FDlog.c.derobins2016-11-111-8/+9
* Improvements to the log VFD, for helping with SWMR debugging.Quincey Koziol2016-11-031-7/+111
* [svn-r29842] Description:Quincey Koziol2016-04-301-3/+3
* [svn-r28802] Description:Quincey Koziol2016-01-051-3/+3
* [svn-r28797] Description:Quincey Koziol2016-01-051-8/+6
* [svn-r28626] Brought VFD-level file locking code over from revise_chunks.Dana Robinson2015-12-141-7/+74
* [svn-r27811] Description:Quincey Koziol2015-09-161-2/+2
* [svn-r27768] Description:Quincey Koziol2015-09-141-11/+10
* [svn-r27572] Removed VMS-specific code from the library.Dana Robinson2015-08-241-23/+1
* [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-1/+1
* [svn-r26002] move checks on reading/writing beyond file eoa outside of the fi...Mohamad Chaarawi2015-01-221-4/+0