summaryrefslogtreecommitdiffstats
path: root/src/H5FFpublic.h
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r25176] - use dxpls instead of access property lists in prefetch and ↵Mohamad Chaarawi2014-05-071-10/+10
| | | | | | | | evict calls. - remove two routines: H5Pset_read_replica and H5Pset_evict_replica. - add new routine: H5Pset_dxpl_replica - update implementation and examples
* [svn-r25139] - switch to latest mercuryMohamad Chaarawi2014-04-301-7/+4
| | | | | | - evict metadata KVs for objects - add H5Aprefetch/evict - some code refactoring and bug fixing.
* [svn-r24774] add persist flag to H5Fclose_ff.Mohamad Chaarawi2014-03-101-1/+1
|
* [svn-r24761] Add H5Dcreate_anon_ff implementation.Mohamad Chaarawi2014-03-051-0/+2
|
* [svn-r24749] ad _ff to prefetch & evict routines.Mohamad Chaarawi2014-02-281-16/+16
|
* [svn-r24702] Add prefetch/evict routines. Mohamad Chaarawi2014-02-131-0/+20
| | | | | - Mostly placeholders since IOD does not support much of it yet Other fixes.
* [svn-r24535] - update to new IOD object_open APIMohamad Chaarawi2013-12-121-1/+1
| | | | - change H5Oopen_by_token to take a transaction instead of a read context.
* [svn-r24246] - add H5Oopen_by_token implementationMohamad Chaarawi2013-10-011-2/+2
| | | | | - update map example to show how is it done: - need to update other examples
* [svn-r24211] - remove H5EQ and H5AO interfaceMohamad Chaarawi2013-09-281-51/+51
| | | | | - add H5ES interface (minus H5ESget_event_info) - update src and examples to use the H5ES interface
* [svn-r24173] - update checksum verification to check for properties for ↵Mohamad Chaarawi2013-09-191-5/+0
| | | | | | enabling/disabling checksums. - done for raw data, scratch pads. to do KV pairs.
* [svn-r24170] - add properties to dxpl and fapl for raw and metadata ↵Mohamad Chaarawi2013-09-191-1/+15
| | | | | | integrity verification scope (still ignored for now). - update interface for H5Fopen_ff to switch order of *rcxt_id and eq_id
* [svn-r24154] update API for FF exist operations to accept an hbool_t pointer ↵Mohamad Chaarawi2013-09-181-4/+4
| | | | | | instead of htri_t. fix bug exposed by encode/decode tests from adding the transaction property lists.
* [svn-r24141] - remove eq_id from H5Oopen_ffMohamad Chaarawi2013-09-131-1/+1
| | | | | - cleanup datatype conversion for Maps - start adding support for VL data, not quite done.
* [svn-r24135] - update File open to return optional rcxt_idMohamad Chaarawi2013-09-131-3/+3
| | | | | | | - more examples - remove H5Oopen_by_addr() - update file create to start and finish transaction 0 - other minor updates
* [svn-r24129] more tests, bug fixes, etc...Mohamad Chaarawi2013-09-121-0/+2
|
* [svn-r24122] more transactions/read contextsMohamad Chaarawi2013-09-101-1/+0
| | | | | - include 2 examples for using transactions - IOD calls at server side still need to be updated
* [svn-r24102] add trans and read context operations:Mohamad Chaarawi2013-09-051-57/+43
| | | | | add small test to verify correct function shipping usage of transaction in other operations is still missing.
* [svn-r24026] - Add FF version of link and object info structs.Mohamad Chaarawi2013-08-191-17/+59
| | | | | | | - Add H5L/O_get_info(_by_name) & H5Lget_val - Add H5Oopen_by_addr - Add small tests for new routines. - Fix link storage at server.
* [svn-r23781] add a FF version for the H5DO routines.Mohamad Chaarawi2013-06-161-6/+6
| | | | add a trans argument to set_extent_ff
* [svn-r23779] change append property to be dcpl property, not dxplMohamad Chaarawi2013-06-161-1/+18
| | | | | | | | | change name of inject_bad_checksum poperty to inject_corruption remove async version of H5Oopen routine polishing the test files a little add initial implementation of H5DO* routines - still not tested merge Quincey's tests in here for H5DO routines
* [svn-r23720] add H5O routines: minus visitMohamad Chaarawi2013-05-301-1/+24
| | | | | | add missing attribute routines add tests several fix bugs
* [svn-r23716] Add FF interface for links, and update testMohamad Chaarawi2013-05-221-0/+20
| | | | | change EQ implementation to wait on items added in order Add new FF interface for exist routines, update implementation to be async, add tests
* [svn-r23714] Add attribute FF APIMohamad Chaarawi2013-05-211-0/+17
| | | | | Add proper package initialization in H5FF.c Remove unecessary waits at the client side
* [svn-r23606] add support for named datatypes in the IOD plugin:Mohamad Chaarawi2013-04-221-0/+6
| | | | | | | | | | - H5Topen_ff is still implemented synchronously because the async implementation will be very ugly. It's better to think of a better way to implement asynchronously. add a native backend to the server: - Enabling this enforces that create calls are independent for now, since we are not just printfing at the server anymore.
* [svn-r23531] add the FF async API version of all other file/group/dataset ↵Mohamad Chaarawi2013-04-031-6/+13
| | | | API routines that were done synchronously in the last deliverable.
* [svn-r23523] - Add event queue objectsMohamad Chaarawi2013-04-021-21/+12
| | | | | | - Use those event queues for the FF API routines - update underlying VL layer and IOD plugin to manage event queues - updates tests
* [svn-r23489] merge VOL branch in:Mohamad Chaarawi2013-03-291-7/+1
| | | | | - resolved conflicts with the VOL callbacks changes to support better async I/O - the IOD plugin still does not leverage those changes yet
* [svn-r23457] add --enable-eff to configure that defaults to noMohamad Chaarawi2013-03-261-2/+4
| | | | | | | add HAVE_EFF build flag to indicate whether the IOD plugin should be compiled or not add an AM conditional to indicate whether the EFF test exampels should be compiled or not tested on jam
* [svn-r23404] switching to use new async APIMohamad Chaarawi2013-03-201-0/+91