summaryrefslogtreecommitdiffstats
path: root/src/H5FDdirect.c
Commit message (Expand)AuthorAgeFilesLines
* [svn-r24622] Implementation (pending code review) for:Vailin Choi2014-01-081-4/+74
* [svn-r23948] Bring revisions #23670 - 23713 from trunk to revise_chunks.Vailin Choi2013-07-301-59/+31
* [svn-r23599] Bring revisions 22802 : 23085 from trunk to revise_chunks.Vailin Choi2013-04-181-4/+5
* [svn-r23568] Bring revision 22634:22690 from trunk to revise_chunks.Vailin Choi2013-04-091-1/+1
* [svn-r22105] Description:Quincey Koziol2012-03-211-437/+417
* [svn-r20146] Description:Quincey Koziol2011-02-221-1/+1
* [svn-r19330] Description:Quincey Koziol2010-09-011-80/+153
* [svn-r17421] Description:Quincey Koziol2009-08-251-1/+14
* [svn-r16601] Description:Quincey Koziol2009-03-241-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