summaryrefslogtreecommitdiffstats
path: root/src/H5FDdirect.c
Commit message (Expand)AuthorAgeFilesLines
* VFD SWMR: sync with develop (#1825)Dana Robinson2022-06-241-6/+8
* Merge in VFD SWMR changes by John Mainzer.vchoi2022-06-031-1/+59
* VFD SWMR: Merges from develop (#1670)Dana Robinson2022-04-211-18/+18
* VFD SWMR: normalization with develop (#1472)Dana Robinson2022-03-061-61/+75
* VFD SWMR: Removes dedup callback + cleanup (#842)Dana Robinson2021-07-171-1/+0
* Brings native H5Fdelete implementation from developDana Robinson2021-05-051-0/+27
* Normalization with develop (mainly VFDs)Dana Robinson2021-05-051-152/+121
* Brings file locking changes from developDana Robinson2021-03-251-12/+56
* Updates license url and history docsDana Robinson2021-03-251-1/+1
* Formats the source and updates the gcc warning pragmasDana Robinson2021-03-251-503/+490
* Adds missing dedup callback entries to other VFDsDana Robinson2021-03-231-0/+1
* Fix `src/H5FDdirect.c:1346:5: error: ISO C90 forbids mixed declarationsDavid Young2020-05-201-4/+1
* Trim trailing whitespaceQuincey Koziol2020-05-201-1/+1
* Reduce casts of HDcalloc()/HDmalloc() that -Wc++-compat required.David Young2020-05-201-8/+8
* Merge all of my changes from merge-back-to-feature-vfd_swmr-attempt-1,David Young2019-12-091-18/+16
* Fixed HDFFV-10404Binh-Minh Ribler2018-07-131-3/+3
* Merge branch 'develop' into windows_openDana Robinson2017-05-311-0/+1
|\
| * Fixed HDFFV-10214:Dana Robinson2017-05-191-0/+1
* | 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
* [svn-r29842] Description:Quincey Koziol2016-04-301-0/+7
* [svn-r28626] Brought VFD-level file locking code over from revise_chunks.Dana Robinson2015-12-141-8/+79
* [svn-r27811] Description:Quincey Koziol2015-09-161-21/+17
* [svn-r27768] Description:Quincey Koziol2015-09-141-12/+7
* [svn-r27572] Removed VMS-specific code from the library.Dana Robinson2015-08-241-15/+0
* [svn-r27133] - Add a new attribute function characterstic for format:Mohamad Chaarawi2015-06-011-8/+8
* [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
* [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-2/+8
* [svn-r23713] Description:Quincey Koziol2013-05-211-59/+31
* [svn-r22998] Description:Quincey Koziol2012-11-011-4/+5
* [svn-r22676] Changes needed to make the default free-list mapping from H5FD_F...Vailin Choi2012-08-131-1/+1
* [svn-r21932] Description:Quincey Koziol2012-02-131-1/+1
* [svn-r21924] Description:Quincey Koziol2012-02-101-2/+2
* [svn-r21922] Description:Quincey Koziol2012-02-091-42/+22
* [svn-r21366] JIRA HDFFV-2748 replace use of _WIN32 in source. Created new def...Allen Byrne2011-09-061-389/+389
* [svn-r20650] Description:Quincey Koziol2011-04-261-1/+1
* [svn-r20588] Description:Quincey Koziol2011-04-211-6/+6
* [svn-r19796] Bug 2091: remove all Metraowerks compiler code bracheted by __MW...Albert Cheng2010-11-161-1/+1
* [svn-r19146] Purpose: Fix bug in direct IO driverNeil Fortner2010-07-281-80/+153
* [svn-r18650] Description:Quincey Koziol2010-04-271-1/+1
* [svn-r16560] Description:Quincey Koziol2009-03-101-2/+3
* [svn-r15861] Description:Quincey Koziol2008-10-141-0/+1
* [svn-r15800] Description:Quincey Koziol2008-10-071-10/+10
* [svn-r15628] Description:Quincey Koziol2008-09-161-32/+32
* [svn-r15485] Purpose: Allow library to shut down properly when objects have r...Neil Fortner2008-08-191-1/+1
* [svn-r14262] Description:Quincey Koziol2007-11-151-2/+2
* [svn-r13766] In Visual Studio 2005 for 64-bit, _WIN32 is defined, but not WIN...Scott Wegner2007-05-181-10/+10