summaryrefslogtreecommitdiffstats
path: root/src/H5FDlog.h
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r2652] Purpose:Quincey Koziol2000-10-101-1/+1
| | | | | | | | | | | | | | | Maintainance & performance enhancements Description: Re-arranged header files to protect private symbols better. Changed optimized regular hyperslab I/O to compute the offsets more efficiently from previous method of using matrix operations. Added sequential I/O operations at a more abstract level (at the same level as H5F_arr_read/write), to support the optimized hyperslab I/O. Platforms tested: Solaris 2.6 (baldric) & FreeBSD 4.1.1 (hawkwind)
* [svn-r2474] Updated some old variables to the proper names, added seek ↵Quincey Koziol2000-08-161-1/+1
| | | | | | logging and added test code for aggregating metadata into more localized locations in the file.
* [svn-r2223] Added logging version of sec2 file driver. This is _reallly_ ↵Quincey Koziol2000-05-081-0/+21
useful for tracking the actual I/O locations and space used in a file during an application.