Network

 
AuthorCommitMessageCommit Date
Mohamad ChaarawiMohamad Chaarawi
359d51effed[svn-r24170] - add properties to dxpl and fapl for raw and metadata integrity verification scope (still ignored for now). - update interface for H5Fopen_ff to switch order of *rcxt_id and eq_id
Mohamad ChaarawiMohamad Chaarawi
0b2feea6531[svn-r24159] fix bugs/fakeness in tests exposed by testing on Ostrich.
Mohamad ChaarawiMohamad Chaarawi
ceb7cd7c591[svn-r24154] update API for FF exist operations to accept an hbool_t pointer instead of htri_t. fix bug exposed by encode/decode tests from adding the transaction property lists.
Mohamad ChaarawiMohamad Chaarawi
35e0e961e21[svn-r24153] add integrity checks for blobs
Mohamad ChaarawiMohamad Chaarawi
53c4cce5f99[svn-r24152] add more data integrity checks.
Mohamad ChaarawiMohamad Chaarawi
d91f0f40d34[svn-r24151] add data integrity verification for scratch pads
Mohamad ChaarawiMohamad Chaarawi
61eec239d01[svn-r24148] revert also in examples
Mohamad ChaarawiMohamad Chaarawi
f3eb6dba6e8[svn-r24147] revert adding hcs_t type.. does not look good when different checksum alg. are used.
Mohamad ChaarawiMohamad Chaarawi
d5574726a2d[svn-r24146] add and use a new type (hcs_t) for checksum values to make it easier to switch to 64_bit when needed. remove unsupported examples from Makefile
Mohamad ChaarawiMohamad Chaarawi
cfe0f71f346[svn-r24145] Bug Fix: change the scratch pad to an array of 4 IDs instead of a struct.
Mohamad ChaarawiMohamad Chaarawi
b55daef4b7f[svn-r24144] Add support of VL data for maps.
Mohamad ChaarawiMohamad Chaarawi
094c3164fe8[svn-r24141] - remove eq_id from H5Oopen_ff - cleanup datatype conversion for Maps - start adding support for VL data, not quite done.
Mohamad ChaarawiMohamad Chaarawi
c8936015cbd[svn-r24135] - update File open to return optional rcxt_id - more examples - remove H5Oopen_by_addr() - update file create to start and finish transaction 0 - other minor updates
Mohamad ChaarawiMohamad Chaarawi
13889b8f7e5[svn-r24133] - remove large example (it is broken now into multiple examples with transactions added to them). - update dataset example for datatype conversion and non-contig selection
Mohamad ChaarawiMohamad Chaarawi
13c0f86262c[svn-r24132] more examples updated/added.
Mohamad ChaarawiMohamad Chaarawi
1fee83af040[svn-r24129] more tests, bug fixes, etc...
Mohamad ChaarawiMohamad Chaarawi
36fc022a952[svn-r24125] update examples. bug fixes, etc...
Mohamad ChaarawiMohamad Chaarawi
78b4bdd3f14[svn-r24123] update server ops to use transaction IDs.
Mohamad ChaarawiMohamad Chaarawi
5f6d336144b[svn-r24122] more transactions/read contexts - include 2 examples for using transactions - IOD calls at server side still need to be updated
Mohamad ChaarawiMohamad Chaarawi
263d13a4c76[svn-r24102] add trans and read context operations: add small test to verify correct function shipping usage of transaction in other operations is still missing.
Mohamad ChaarawiMohamad Chaarawi
0c35d06692a[svn-r24091] Start adding infrastructure for Transaction and Read Context changes
Mohamad ChaarawiMohamad Chaarawi
07cec1d559fM[svn-r24090] Merging r24045 through r24089 from VOL branch
Mohamad ChaarawiMohamad Chaarawi
9f69967286cM[svn-r24088] Merging r24044 through r24087
Mohamad ChaarawiMohamad Chaarawi
c5ad11290b8[svn-r24076] Allow H5VLobject_register to create an hid_t for files and attributes.
Mohamad ChaarawiMohamad Chaarawi
a9a2c9ef5e5[svn-r24089] minor update
Mohamad ChaarawiMohamad Chaarawi
b254caea6c8[svn-r24085] Add a common routine to decrement ref count on a request and free if ref count reaches 0.
Mohamad ChaarawiMohamad Chaarawi
6d1b20cf3c2[svn-r24083] Build a request array for parent requests for every request. Use this request array to determine when an AXE task can be requested to be finished at the server.
Mohamad ChaarawiMohamad Chaarawi
34837a0f9f6[svn-r24075] Send add on payload from clients to finish AXE tasks that are known to be finished. This commit does not handle the case of out-of-order messaging from a single client to the server.
Mohamad ChaarawiMohamad Chaarawi
0f9e1cd95bc[svn-r24065] - refactor code for client FF plugin to help usage of global linked list for AXE tasks. - Add a global linked list to hold all AXE tasks created (across multiple containers) - Add additional payload to all operations forwarded to the server to include a start and count of AXE IDs to finish. ( Finishing the AXE tasks is not done yet )
Mohamad ChaarawiMohamad Chaarawi
8c5fc924087M[svn-r24045] Merging r23841 through r24044 from VOL branch.
Mohamad ChaarawiMohamad Chaarawi
78d8f8d7d12M[svn-r24044] Merging r23833 through r24043 from trunk.
Mohamad ChaarawiMohamad Chaarawi
ff14409081f[svn-r24042] edit description of H5VLobject_register. No code change.
Neil FortnerNeil Fortner
28acbad7d01[svn-r23919] Modify H5Tcommitted to work with VOL plugins. Tested: ummon (with prototype network plugin)
Mohamad ChaarawiMohamad Chaarawi
b27392e36a7[svn-r23907] - add a new routine: herr_t H5VLget_object(hid_t obj_id, void **obj, H5VL_t **vol_plugin) to retrieve object pointer from given ID. This also optionally returns a pointer to a vol_plugin if it is not NULL. - remove the previously added routine to retrieve the VOL datatype object since the new one does that. - add a MAX_LIB_VOL_VALUE that reserves 128 value for internal VOL plugins, not that we need that many.
Mohamad ChaarawiMohamad Chaarawi
f772c1110e4[svn-r23887] add the VOL error code to H5err.txt rerun reconfigure. All the other changes must be due to different autotools versions used before.
Mohamad ChaarawiMohamad Chaarawi
4682e492ad9[svn-r24043] - add test for creating and accessing two containers - fix bugs created by new test in H5I_search_name
Mohamad ChaarawiMohamad Chaarawi
8a3db9665a6[svn-r24033] Fix bug in CRT property list setting for native backend.
Mohamad ChaarawiMohamad Chaarawi
b90a9af9912[svn-r24026] - Add FF version of link and object info structs. - Add H5L/O_get_info(_by_name) & H5Lget_val - Add H5Oopen_by_addr - Add small tests for new routines. - Fix link storage at server.
Mohamad ChaarawiMohamad Chaarawi
53439040224[svn-r23972] - Merge common code between read and write operations in IOD VOL client and server. - Seperate code uncompatible with VL data. - Fix use of IOD mem-descriptors - add support for basic H5T_VLEN and vl strings. -- Compound & array types containing VL data are not supported for now. -- VL of VL types are not supported for now.
Mohamad ChaarawiMohamad Chaarawi
4db8adb56cb[svn-r23929] switch to using list array IO instead of issuing multiple single IO calls when multiple IOD hyperslabs are generated from hdf5 selections.
Mohamad ChaarawiMohamad Chaarawi
cb0a4f556a7[svn-r23923] split serve file into main and utility file. The Makefile were updated in the previous commit.
Mohamad ChaarawiMohamad Chaarawi
93d3664fc91[svn-r23922] Add a new utility routine to traverse an entire path and open the last component: - update usage of the traversal routines through all server code Update Link implementations to the changes made: - Handle Soft links in traversal - store soft link value in metadata Comment out parts that require IOD to be present.
Mohamad ChaarawiMohamad Chaarawi
fa26b8242da[svn-r23920] - update Soft links implementation. - more refinements - fix bugs in some IOD calls.
Mohamad ChaarawiMohamad Chaarawi
b4a058e95b9[svn-r23918] call NA_finalize store link types in metadata more refining of IOD code
Mohamad ChaarawiMohamad Chaarawi
48b4d540810[svn-r23914] update generic object operations at server for better IOD usage. - object copy needs more work
Private HDFPrivate HDF
b04c5b39527[svn-r30307] Update from original version with generated files
Private HDFPrivate HDF
ef2c75ea6dc[svn-r30304] Update from original version with generated files
Private HDFPrivate HDF
592320be2c5[svn-r30302] Update from original version with generated files
Private HDFPrivate HDF
a160ffcd870[svn-r30298] Update from original version with generated files
Private HDFPrivate HDF
41ccf5ec075[svn-r30296] Update from original version with generated files