summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [svn-r12844] Description:Quincey Koziol2006-11-023-27/+4
* [svn-r12842] Description:Quincey Koziol2006-11-0248-2247/+2935
* [svn-r12841] Bug fix. The mechanism to handle interupted system call or part...Raymond Lu2006-11-012-89/+51
* [svn-r12835] Description:Quincey Koziol2006-10-314-72/+88
* [svn-r12833] Description:Quincey Koziol2006-10-311-2/+2
* [svn-r12832] Description:Quincey Koziol2006-10-308-92/+134
* [svn-r12831] Changed the API for "unpacking" an external link value to take t...James Laird2006-10-303-16/+38
* [svn-r12830] Description:Quincey Koziol2006-10-305-90/+203
* [svn-r12828] Description:Quincey Koziol2006-10-303-52/+57
* [svn-r12827] Description:Quincey Koziol2006-10-301-1/+1
* [svn-r12825] Description:Quincey Koziol2006-10-3010-20/+388
* [svn-r12824] O_DIRECT flag was accidentally commented out in previous checkin...Raymond Lu2006-10-301-1/+1
* [svn-r12823] Description:Quincey Koziol2006-10-299-112/+496
* [svn-r12822] H5Pset_alignment seems working. Added it in test/vfd.c and made...Raymond Lu2006-10-281-5/+2
* [svn-r12821] Description:Quincey Koziol2006-10-283-38/+38
* [svn-r12820] Added fragmental copy buffer to H5FD_direct_write. This buffer ...Raymond Lu2006-10-272-92/+136
* [svn-r12809] Purpose:Albert Cheng2006-10-251-2/+4
* [svn-r12806] Description:Quincey Koziol2006-10-245-94/+189
* [svn-r12805] Description:Quincey Koziol2006-10-231-2/+2
* [svn-r12803] Description:Quincey Koziol2006-10-2321-645/+790
* [svn-r12802] Description:Quincey Koziol2006-10-232-23/+27
* [svn-r12801] Description:Quincey Koziol2006-10-233-335/+478
* [svn-r12792] Fixed a Makefile.am to clean up a test file generated by the Pac...James Laird2006-10-205-889/+890
* [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-182-24/+200
* [svn-r12774] Modified flush code in the metadata cache to allow it toJohn Mainzer2006-10-1812-178/+995
* [svn-r12771] Description:Quincey Koziol2006-10-174-151/+453
* [svn-r12770] Description:Quincey Koziol2006-10-163-374/+359
* [svn-r12769] Description:Quincey Koziol2006-10-161-53/+50
* [svn-r12768] Description:Quincey Koziol2006-10-166-26/+26
* [svn-r12767] Description:Quincey Koziol2006-10-164-14/+16
* [svn-r12766] Made two changes to Direct I/O VFD: first added 3 parameters to ...Raymond Lu2006-10-162-124/+170
* [svn-r12761] Description:Quincey Koziol2006-10-166-388/+444
* [svn-r12760] Description:Quincey Koziol2006-10-161-3/+253
* [svn-r12756] Description:Quincey Koziol2006-10-127-113/+94
* [svn-r12755] The line "#define _XOPEN_SOURCE 600" is recommended for posix_me...Raymond Lu2006-10-121-2/+3
* [svn-r12741] Added support for direct I/O to check-vfd. The direct VFD is on...James Laird2006-10-106-891/+891
* [svn-r12740] Description:Quincey Koziol2006-10-109-391/+374
* [svn-r12739] Added Direct I/O driver to VFD. It's only supported by SGI Alti...Raymond Lu2006-10-1011-10/+1056
* [svn-r12738] Description:Quincey Koziol2006-10-102-2/+2
* [svn-r12736] Description:Quincey Koziol2006-10-098-358/+340
* [svn-r12733] Description:Quincey Koziol2006-10-091-1/+1
* [svn-r12732] Description:Quincey Koziol2006-10-091-1/+1
* [svn-r12730] Add _WIN32 macro since some windows applications need to use thi...MuQun Yang2006-10-061-1/+1
* [svn-r12727] 1. Cleaning up the comments of the source code.MuQun Yang2006-10-062-92/+90
* [svn-r12723] Fix a bug where return values were overwritten in H5F_dest, and ...James Laird2006-10-051-1/+13
* [svn-r12719] Configured external links to (by default) use the FAPL of the pa...James Laird2006-10-041-2/+11
* [svn-r12715] Incorporated a user-submitted patch to better detect the 'tr' ut...James Laird2006-10-036-866/+870