summaryrefslogtreecommitdiffstats
path: root/src/H5VLiod_client.h
Commit message (Expand)AuthorAgeFilesLines
* [svn-r25244] first cut on new analysis shipping.Mohamad Chaarawi2014-06-091-4/+4
* [svn-r25226] - implement and use H5Dquery_ff() when creating views (not teste...Mohamad Chaarawi2014-05-291-2/+2
* [svn-r25210] - implement ViewsMohamad Chaarawi2014-05-211-4/+10
* [svn-r25139] - switch to latest mercuryMohamad Chaarawi2014-04-301-10/+10
* [svn-r24813] Add H5Xpublic/H5Vpublic to hdf5.hJerome Soumagne2014-03-171-2/+2
* [svn-r24798] More fixes to H5XJerome Soumagne2014-03-141-4/+4
* [svn-r24797] More fixes to H5X clientJerome Soumagne2014-03-141-4/+5
* [svn-r24791] Add H5X indexing API - only FF routines for nowJerome Soumagne2014-03-131-1/+38
* [svn-r24774] add persist flag to H5Fclose_ff.Mohamad Chaarawi2014-03-101-0/+1
* [svn-r24737] fix async execution for view operations.Mohamad Chaarawi2014-02-251-7/+7
* [svn-r24729] - Add View Objects.Mohamad Chaarawi2014-02-211-1/+21
* [svn-r24702] Add prefetch/evict routines. Mohamad Chaarawi2014-02-131-1/+7
* [svn-r24645] - Add Neil's VL datatype changes from the Netvol to H5VLiod_comm...Mohamad Chaarawi2014-01-241-14/+36
* [svn-r24605] - fix bug with point selectionsMohamad Chaarawi2014-01-021-2/+2
* [svn-r24603] - capture oid index metadata information on every tr_finish.Mohamad Chaarawi2013-12-311-0/+1
* [svn-r24535] - update to new IOD object_open APIMohamad Chaarawi2013-12-121-1/+1
* [svn-r24494] bug fixes, etc..Mohamad Chaarawi2013-12-041-1/+6
* [svn-r24490] Plug forwarding of analysis shipping executeJerome Soumagne2013-12-031-2/+4
* [svn-r24486] IOD integration with transactions.Mohamad Chaarawi2013-12-021-1/+1
* [svn-r24401] remove fakeness in IOD usage.Mohamad Chaarawi2013-11-031-2/+2
* [svn-r24388] switch to using Mercury 64 bit CRC algorithm instead of internal...Mohamad Chaarawi2013-10-311-4/+4
* [svn-r24367] add client VOL routine for analysis execute.Mohamad Chaarawi2013-10-281-0/+3
* [svn-r24300] Change to have 2 iod object handles (1 for read, and 1 for write...Mohamad Chaarawi2013-10-161-8/+8
* [svn-r24246] - add H5Oopen_by_token implementationMohamad Chaarawi2013-10-011-0/+4
* [svn-r24211] - remove H5EQ and H5AO interfaceMohamad Chaarawi2013-09-281-1/+1
* [svn-r24184] Use bulk data transfer for Values.Mohamad Chaarawi2013-09-211-0/+8
* [svn-r24182] create IDs for metadata and attribute KVs at client instead of s...Mohamad Chaarawi2013-09-211-1/+15
* [svn-r24181] update file close to store the current indexes for KV, array, an...Mohamad Chaarawi2013-09-201-0/+2
* [svn-r24173] - update checksum verification to check for properties for enabl...Mohamad Chaarawi2013-09-191-0/+2
* [svn-r24154] update API for FF exist operations to accept an hbool_t pointer ...Mohamad Chaarawi2013-09-181-1/+7
* [svn-r24147] revert adding hcs_t type.. does not look good when different che...Mohamad Chaarawi2013-09-171-4/+4
* [svn-r24146] add and use a new type (hcs_t) for checksum values to make it ea...Mohamad Chaarawi2013-09-171-4/+4
* [svn-r24144] Add support of VL data for maps.Mohamad Chaarawi2013-09-171-1/+19
* [svn-r24141] - remove eq_id from H5Oopen_ffMohamad Chaarawi2013-09-131-0/+3
* [svn-r24135] - update File open to return optional rcxt_idMohamad Chaarawi2013-09-131-0/+1
* [svn-r24122] more transactions/read contextsMohamad Chaarawi2013-09-101-22/+31
* [svn-r24102] add trans and read context operations:Mohamad Chaarawi2013-09-051-10/+43
* [svn-r24085] Add a common routine to decrement ref count on a request and fre...Mohamad Chaarawi2013-08-291-11/+1
* [svn-r24083] Build a request array for parent requests for every request.Mohamad Chaarawi2013-08-291-2/+20
* [svn-r24075] Send add on payload from clients to finish AXE tasks that are kn...Mohamad Chaarawi2013-08-261-9/+0
* [svn-r24065] - refactor code for client FF plugin to help usage of global lin...Mohamad Chaarawi2013-08-231-1/+18
* [svn-r24043] - add test for creating and accessing two containersMohamad Chaarawi2013-08-211-1/+2
* [svn-r24026] - Add FF version of link and object info structs.Mohamad Chaarawi2013-08-191-1/+6
* [svn-r23972] - Merge common code between read and write operations in IOD VOL...Mohamad Chaarawi2013-08-061-0/+20
* [svn-r23893] Add New HDF5 object - MapMohamad Chaarawi2013-07-121-0/+50
* [svn-r23773] fix data integrity issues.Mohamad Chaarawi2013-06-141-0/+1
* [svn-r23769] add property to indicate appendMohamad Chaarawi2013-06-141-1/+3
* [svn-r23756] update data integrity checksMohamad Chaarawi2013-06-111-1/+2
* [svn-r23720] add H5O routines: minus visitMohamad Chaarawi2013-05-301-1/+20
* [svn-r23716] Add FF interface for links, and update testMohamad Chaarawi2013-05-221-1/+1