summaryrefslogtreecommitdiffstats
path: root/src/H5FDdirect.c
Commit message (Expand)AuthorAgeFilesLines
* [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
* [svn-r13517] To deal with the situation that compiler supports direct I/O but...Raymond Lu2007-03-151-10/+22
* [svn-r13432] Changed the detection of alignment requirement for Direct I/O fr...Raymond Lu2007-02-281-13/+33
* [svn-r13253] Updated all C and C++ style source code files with the THG copyr...Albert Cheng2007-02-071-2/+3
* [svn-r13139] Fixed the MULTI problem (Bug #731) that corrupted the data. The...Raymond Lu2007-01-121-4/+10
* [svn-r13068] Ran bin/reconfigure. Some of the scripts have been changed or h...James Laird2006-12-181-2/+2
* [svn-r12885] Refactored the H5FD_direct_open and H5FD_direct_write. The cond...Raymond Lu2006-11-091-79/+23
* [svn-r12870] Add a new macro H5_HAVE_DIRECT_ALIGN in configure.in. Some syst...Raymond Lu2006-11-061-5/+81
* [svn-r12842] Description:Quincey Koziol2006-11-021-1/+1
* [svn-r12841] Bug fix. The mechanism to handle interupted system call or part...Raymond Lu2006-11-011-89/+50
* [svn-r12824] O_DIRECT flag was accidentally commented out in previous checkin...Raymond Lu2006-10-301-1/+1
* [svn-r12822] H5Pset_alignment seems working. Added it in test/vfd.c and made...Raymond Lu2006-10-281-5/+2
* [svn-r12820] Added fragmental copy buffer to H5FD_direct_write. This buffer ...Raymond Lu2006-10-271-87/+131
* [svn-r12792] Fixed a Makefile.am to clean up a test file generated by the Pac...James Laird2006-10-201-1/+2
* [svn-r12788] Enable the algorithm of Direct driver to read data in fragment f...Raymond Lu2006-10-191-36/+76
* [svn-r12783] Took out the function H5FD_direct_alloc that was added yesterday...Raymond Lu2006-10-191-47/+1
* [svn-r12777] Added support to aligned file space allocation. The alignment s...Raymond Lu2006-10-181-1/+47
* [svn-r12776] The internal change is to make the 3 parameters of H5Pset_fapl_d...Raymond Lu2006-10-181-24/+192
* [svn-r12766] Made two changes to Direct I/O VFD: first added 3 parameters to ...Raymond Lu2006-10-161-123/+168
* [svn-r12755] The line "#define _XOPEN_SOURCE 600" is recommended for posix_me...Raymond Lu2006-10-121-2/+3
* [svn-r12739] Added Direct I/O driver to VFD. It's only supported by SGI Alti...Raymond Lu2006-10-101-0/+989