hdf5/tools
Thomas Radke b374a9c504 [svn-r2563] Purpose:
Added the Stream Virtual File Driver to the list of drivers
     used for trying to open a file via h5dump_fopen().

Description:
     The Stream VFD was added at bottom of the driver list for h5dump_fopen().
     If no driver succeeded to open a file given by its filename
     the Stream VFD would try to do so by parsing the filename as an
     'hostname:port' argument, open a socket to that address and read
     read the file.

     This feature can be used to h5ls/h5dump streamed files.

Platforms:
     All platforms (also between heterogenous).
2000-09-15 07:05:41 -05:00
..
testfiles [svn-r2307] test file for the bitfields test. i used the bitfield parts of the dataset test file 2000-05-31 11:21:36 -05:00
Dependencies [svn-r2262] * 2000-05-18 2000-05-18 11:40:20 -05:00
h5debug.c [svn-r2549] Added usage message if the user doesn't specify a filename (i.e., no 2000-09-14 12:26:37 -05:00
h5dump.c [svn-r2462] Fixed some small compiler warnings. 2000-08-04 15:47:22 -05:00
h5dump.h [svn-r2462] Fixed some small compiler warnings. 2000-08-04 15:47:22 -05:00
h5dumptst.c [svn-r2461] Made some of the functions prototypes so that the compiler wouldn't 2000-08-04 15:41:57 -05:00
h5import.c [svn-r2232] removed the conditional compile statements that we were going to use 2000-05-09 13:14:33 -05:00
h5ls.c [svn-r2412] Fixed a variety of problems with the new H5ToolsFopen() function. 2000-06-23 12:52:21 -05:00
h5repart.c [svn-r2232] removed the conditional compile statements that we were going to use 2000-05-09 13:14:33 -05:00
h5toh4.c [svn-r2001] Purpose: 2000-03-06 18:02:40 -05:00
h5toh4.h [svn-r2417] Include sys/stat.h in case it is not included in some platforms 2000-06-27 12:57:00 -05:00
h5tools.c [svn-r2563] Purpose: 2000-09-15 07:05:41 -05:00
h5tools.h [svn-r2460] Fixed some comparisons between signed and unsigned values. Made some of 2000-08-04 15:41:26 -05:00
Makefile.in [svn-r2419] Setup PUB_PROGS so that all tools but h5dumptst will be installed. 2000-06-27 14:02:20 -05:00
pdb2hdf.c [svn-r2262] * 2000-05-18 2000-05-18 11:40:20 -05:00
testh5dump.sh [svn-r2046] added a test for the tnestedcomp.h5 test. 2000-03-21 12:59:28 -05:00
testh5toh4 [svn-r1801] Purpose: 1999-10-29 21:30:42 -05:00