summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [svn-r24246] - add H5Oopen_by_token implementationMohamad Chaarawi2013-10-0117-703/+1179
* [svn-r24211] - remove H5EQ and H5AO interfaceMohamad Chaarawi2013-09-2859-2207/+2908
* [svn-r24196] small tweaks to examples.Mohamad Chaarawi2013-09-247-21/+35
* [svn-r24193] - add Software marking.Mohamad Chaarawi2013-09-236-46/+99
* [svn-r24185] update instructions how to build and test the EFF stackMohamad Chaarawi2013-09-221-19/+27
* [svn-r24184] Use bulk data transfer for Values.Mohamad Chaarawi2013-09-215-77/+358
* [svn-r24183] update description of Data integrity property routines added.Mohamad Chaarawi2013-09-211-6/+35
* [svn-r24182] create IDs for metadata and attribute KVs at client instead of s...Mohamad Chaarawi2013-09-2116-267/+477
* [svn-r24181] update file close to store the current indexes for KV, array, an...Mohamad Chaarawi2013-09-205-23/+107
* [svn-r24177] update testff for ctests (did not try out)Mohamad Chaarawi2013-09-2021-630/+2685
* [svn-r24176] check scope in datatype storage to IODMohamad Chaarawi2013-09-201-13/+22
* [svn-r24173] - update checksum verification to check for properties for enabl...Mohamad Chaarawi2013-09-1922-309/+536
* [svn-r24170] - add properties to dxpl and fapl for raw and metadata integrity...Mohamad Chaarawi2013-09-197-5/+201
* [svn-r24159] fix bugs/fakeness in tests exposed by testing on Ostrich.Mohamad Chaarawi2013-09-184-12/+23
* [svn-r24154] update API for FF exist operations to accept an hbool_t pointer ...Mohamad Chaarawi2013-09-1812-36/+68
* [svn-r24153] add integrity checks for blobsMohamad Chaarawi2013-09-182-7/+37
* [svn-r24152] add more data integrity checks.Mohamad Chaarawi2013-09-188-31/+77
* [svn-r24151] add data integrity verification for scratch padsMohamad Chaarawi2013-09-1710-22/+212
* [svn-r24148] revert also in examplesMohamad Chaarawi2013-09-171-1/+1
* [svn-r24147] revert adding hcs_t type.. does not look good when different che...Mohamad Chaarawi2013-09-1716-49/+64
* [svn-r24146] add and use a new type (hcs_t) for checksum values to make it ea...Mohamad Chaarawi2013-09-1716-46/+52
* [svn-r24145] Bug Fix: Mohamad Chaarawi2013-09-1711-89/+88
* [svn-r24144] Add support of VL data for maps.Mohamad Chaarawi2013-09-176-87/+601
* [svn-r24141] - remove eq_id from H5Oopen_ffMohamad Chaarawi2013-09-1313-286/+295
* [svn-r24135] - update File open to return optional rcxt_idMohamad Chaarawi2013-09-1318-31/+302
* [svn-r24133] - remove large example (it is broken now into multiple examples ...Mohamad Chaarawi2013-09-122-786/+110
* [svn-r24132] more examples updated/added.Mohamad Chaarawi2013-09-125-38/+400
* [svn-r24129] more tests, bug fixes, etc...Mohamad Chaarawi2013-09-1211-71/+663
* [svn-r24125] update examples.Mohamad Chaarawi2013-09-118-51/+195
* [svn-r24123] update server ops to use transaction IDs.Mohamad Chaarawi2013-09-1111-219/+318
* [svn-r24122] more transactions/read contextsMohamad Chaarawi2013-09-1030-1872/+3203
* [svn-r24102] add trans and read context operations:Mohamad Chaarawi2013-09-0532-334/+2779
* [svn-r24091] Start adding infrastructure for Transaction and Read Context cha...Mohamad Chaarawi2013-08-3014-17/+1673
* [svn-r24090] Merging r24045 through r24089 from VOL branchMohamad Chaarawi2013-08-3062-410/+844
|\
| * [svn-r24088] Merging r24044 through r24087Mohamad Chaarawi2013-08-3060-403/+834
| |\
| | * [svn-r24087] Rename the private H5RC (reference count) module to H5UC (Use Co...Mohamad Chaarawi2013-08-3020-103/+109
| | * [svn-r24078] Correct name of windows shared librariesAllen Byrne2013-08-271-2/+2
| | * [svn-r24077] Updated -help output for compile scripts for changing default fr...Larry Knox2013-08-273-11/+19
| | * [svn-r24070] Fix typo in flags optionsAllen Byrne2013-08-261-3/+13
| | * [svn-r24068] Snapshot version 1.9 release 162HDF Tester2013-08-2513-26/+26
| | * [svn-r24066] Eliminate switch default warning by printing err message.Allen Byrne2013-08-232-10/+106
| | * [svn-r24058] Coorect usage text wrt dataset subsettingAllen Byrne2013-08-229-9/+9
| | * [svn-r24057] Add --superblock long name to parser and add tests for both --bo...Allen Byrne2013-08-226-65/+121
| | * [svn-r24056] Move make_executable commands back from tests fileAllen Byrne2013-08-222-132/+156
| | * [svn-r24055] Move make_executable commands back from tests fileAllen Byrne2013-08-222-35/+35
| | * [svn-r24053] HDFFV-8498: --minimum option was disabled by HDFFV-8214. Reverte...Allen Byrne2013-08-213-7/+56
| | * [svn-r24050] HDFFV-8498: --minimum option was disabled by HDFFV-8214. Reverte...Allen Byrne2013-08-216-4/+181
| | * [svn-r24046] HDFFV-8500: set h5detect compile optimization to -O0Allen Byrne2013-08-211-1/+6
| * | [svn-r24076] Allow H5VLobject_register to create an hid_t for files and attr...Mohamad Chaarawi2013-08-262-8/+11
* | | [svn-r24089] minor updateMohamad Chaarawi2013-08-301-1/+1