summaryrefslogtreecommitdiffstats
path: root/src/H5FF.c
Commit message (Expand)AuthorAgeFilesLines
* [svn-r25356] set array layout in IOD when properties are given.Mohamad Chaarawi2014-06-241-1/+0
* [svn-r25326] - more bug fixesMohamad Chaarawi2014-06-181-0/+1
* [svn-r25306] view and analysis shipping fixes and optimizations.Mohamad Chaarawi2014-06-171-4/+65
* [svn-r25272] reconfigureMohamad Chaarawi2014-06-121-0/+2
* [svn-r25257] Free index metadata after open is doneJerome Soumagne2014-06-111-1/+3
* [svn-r25244] first cut on new analysis shipping.Mohamad Chaarawi2014-06-091-1/+1
* [svn-r25232] Fix index query in H5Dquery_ffJerome Soumagne2014-05-301-1/+3
* [svn-r25228] Fix index close in H5Dclose_ffJerome Soumagne2014-05-301-3/+5
* [svn-r25226] - implement and use H5Dquery_ff() when creating views (not teste...Mohamad Chaarawi2014-05-291-4/+126
* [svn-r25224] add 2 new routines to get an hid_t for a file from an IOD contai...Mohamad Chaarawi2014-05-281-0/+227
* [svn-r25176] - use dxpls instead of access property lists in prefetch and evi...Mohamad Chaarawi2014-05-071-46/+54
* [svn-r25139] - switch to latest mercuryMohamad Chaarawi2014-04-301-0/+117
* [svn-r24836] Modify client_index to create one dataset per processJerome Soumagne2014-03-181-2/+9
* [svn-r24813] Add H5Xpublic/H5Vpublic to hdf5.hJerome Soumagne2014-03-171-4/+4
* [svn-r24801] fix bug in get_index_info to not return an error if an index plu...Mohamad Chaarawi2014-03-141-1/+1
* [svn-r24799] fixes for indexing.Mohamad Chaarawi2014-03-141-23/+2
* [svn-r24798] More fixes to H5XJerome Soumagne2014-03-141-1/+63
* [svn-r24791] Add H5X indexing API - only FF routines for nowJerome Soumagne2014-03-131-2/+58
* [svn-r24778] run reconfigure with new configure.ac changes.Mohamad Chaarawi2014-03-101-1/+1
* [svn-r24774] add persist flag to H5Fclose_ff.Mohamad Chaarawi2014-03-101-4/+16
* [svn-r24763] - add prefetch/evict to Makefile in examplesMohamad Chaarawi2014-03-051-0/+2
* [svn-r24761] Add H5Dcreate_anon_ff implementation.Mohamad Chaarawi2014-03-051-1/+89
* [svn-r24749] ad _ff to prefetch & evict routines.Mohamad Chaarawi2014-02-281-18/+18
* [svn-r24729] - Add View Objects.Mohamad Chaarawi2014-02-211-184/+6
* [svn-r24702] Add prefetch/evict routines. Mohamad Chaarawi2014-02-131-0/+395
* [svn-r24535] - update to new IOD object_open APIMohamad Chaarawi2013-12-121-8/+8
* [svn-r24532] more bug fixes.Mohamad Chaarawi2013-12-111-1/+1
* [svn-r24486] IOD integration with transactions.Mohamad Chaarawi2013-12-021-1/+37
* [svn-r24341] merge from VOL branch.Mohamad Chaarawi2013-10-221-3/+3
* [svn-r24338] Start adding some analysis pieces.Mohamad Chaarawi2013-10-221-8/+9
* [svn-r24303] update from VOL branch that has been updated with trunk.Mohamad Chaarawi2013-10-161-2/+3
* [svn-r24246] - add H5Oopen_by_token implementationMohamad Chaarawi2013-10-011-39/+216
* [svn-r24211] - remove H5EQ and H5AO interfaceMohamad Chaarawi2013-09-281-159/+160
* [svn-r24177] update testff for ctests (did not try out)Mohamad Chaarawi2013-09-201-4/+4
* [svn-r24173] - update checksum verification to check for properties for enabl...Mohamad Chaarawi2013-09-191-144/+0
* [svn-r24170] - add properties to dxpl and fapl for raw and metadata integrity...Mohamad Chaarawi2013-09-191-1/+145
* [svn-r24154] update API for FF exist operations to accept an hbool_t pointer ...Mohamad Chaarawi2013-09-181-8/+8
* [svn-r24146] add and use a new type (hcs_t) for checksum values to make it ea...Mohamad Chaarawi2013-09-171-0/+1
* [svn-r24141] - remove eq_id from H5Oopen_ffMohamad Chaarawi2013-09-131-5/+2
* [svn-r24135] - update File open to return optional rcxt_idMohamad Chaarawi2013-09-131-1/+33
* [svn-r24129] more tests, bug fixes, etc...Mohamad Chaarawi2013-09-121-8/+7
* [svn-r24122] more transactions/read contextsMohamad Chaarawi2013-09-101-93/+379
* [svn-r24102] add trans and read context operations:Mohamad Chaarawi2013-09-051-52/+107
* [svn-r24026] - Add FF version of link and object info structs.Mohamad Chaarawi2013-08-191-0/+293
* [svn-r23972] - Merge common code between read and write operations in IOD VOL...Mohamad Chaarawi2013-08-061-1/+1
* [svn-r23893] Add New HDF5 object - MapMohamad Chaarawi2013-07-121-1/+1
* [svn-r23791] Add FF version of H5DO* routinesMohamad Chaarawi2013-06-171-23/+26
* [svn-r23781] add a FF version for the H5DO routines.Mohamad Chaarawi2013-06-161-19/+276
* [svn-r23780] dix bugs in H5DO routinesMohamad Chaarawi2013-06-161-26/+8
* [svn-r23779] change append property to be dcpl property, not dxplMohamad Chaarawi2013-06-161-2/+306