summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [svn-r24778] run reconfigure with new configure.ac changes.Mohamad Chaarawi2014-03-103-4/+4
* [svn-r24776] minor fix.Mohamad Chaarawi2014-03-101-4/+5
* [svn-r24774] add persist flag to H5Fclose_ff.Mohamad Chaarawi2014-03-107-6/+34
* [svn-r24768] Add persist rety goverened by ENV variable:Mohamad Chaarawi2014-03-071-3/+41
* [svn-r24763] - add prefetch/evict to Makefile in examplesMohamad Chaarawi2014-03-052-0/+7
* [svn-r24761] Add H5Dcreate_anon_ff implementation.Mohamad Chaarawi2014-03-054-19/+125
* [svn-r24751] add replica property to dxpl and check for it when doing dataset...Mohamad Chaarawi2014-02-285-1/+113
* [svn-r24750] rename plist routine to set replica tag for eviction.Mohamad Chaarawi2014-02-283-10/+10
* [svn-r24749] ad _ff to prefetch & evict routines.Mohamad Chaarawi2014-02-283-40/+40
* [svn-r24748] fail if port.cfg is not found.Mohamad Chaarawi2014-02-281-0/+4
* [svn-r24737] fix async execution for view operations.Mohamad Chaarawi2014-02-253-16/+39
* [svn-r24734] - Add iteration feature at the server with a callback on every o...Mohamad Chaarawi2014-02-244-23/+433
* [svn-r24729] - Add View Objects.Mohamad Chaarawi2014-02-2124-259/+2878
* [svn-r24711] merge from VOL branch to free up the H5V namespace.Mohamad Chaarawi2014-02-1461-387/+435
|\
| * [svn-r24710] merge from trunk to 24709.Mohamad Chaarawi2014-02-1457-385/+385
| |\
| | * [svn-r24709] rename H5V to H5VM since H5V is needed in the fastforward projec...Mohamad Chaarawi2014-02-1357-385/+385
* | | [svn-r24707] merge from VOL branch.Mohamad Chaarawi2014-02-137-59/+63
|\ \ \ | |/ /
| * | [svn-r24701] merge from trunk to 24700.Mohamad Chaarawi2014-02-137-59/+63
| |\ \ | | |/
| | * [svn-r24698] Snapshot version 1.9 release 171HDF Tester2014-02-092-3/+3
| | * [svn-r24682] Add IF SHARED block around Windows PDB file generation command.Allen Byrne2014-02-041-2/+3
| | * [svn-r24681] Description:Scot Breitenfeld2014-02-041-3/+10
| | * [svn-r24676] Snapshot version 1.9 release 170HDF Tester2014-02-022-3/+3
| | * [svn-r24635] Change some range check assertions to errors in H5HF_man_remove ...Neil Fortner2014-01-161-2/+4
| | * [svn-r24598] allocate and use the H5AC_aux_t struct even if num_procs == 1. ...Mohamad Chaarawi2013-12-301-48/+42
* | | [svn-r24702] Add prefetch/evict routines. Mohamad Chaarawi2014-02-1320-9/+1178
* | | [svn-r24696] update hints name that IOD changed.Mohamad Chaarawi2014-02-076-13/+13
* | | [svn-r24692] minor fix.Mohamad Chaarawi2014-02-061-3/+2
* | | [svn-r24691] avoid consuming a transaction at file_close when file is opened ...Mohamad Chaarawi2014-02-062-1/+11
* | | [svn-r24689] increase number of AXE threads to 4.Mohamad Chaarawi2014-02-053-2/+7
* | | [svn-r24688] fix data integrity bug in reading attributes.Mohamad Chaarawi2014-02-042-9/+15
* | | [svn-r24686] switch to use latest Mercury:Mohamad Chaarawi2014-02-0416-187/+187
* | | [svn-r24671] More Data integrity verification.Mohamad Chaarawi2014-01-3113-123/+401
* | | [svn-r24667] more data integrity integration.Mohamad Chaarawi2014-01-3010-86/+194
* | | [svn-r24665] more IOD integrity integration.Mohamad Chaarawi2014-01-306-83/+157
* | | [svn-r24664] update checksums for datasets.Mohamad Chaarawi2014-01-304-22/+44
* | | [svn-r24662] more ifdef fixes.Mohamad Chaarawi2014-01-291-0/+4
* | | [svn-r24661] add ifdefs around mchecksum header and usage.Mohamad Chaarawi2014-01-292-3/+8
* | | [svn-r24660] - update scratch pad data integrity. Works with IOD now.Mohamad Chaarawi2014-01-2915-101/+182
* | | [svn-r24650] rename tr/rc_get_version to be consistent.Mohamad Chaarawi2014-01-274-9/+9
* | | [svn-r24649] Add two new routines:Mohamad Chaarawi2014-01-272-0/+40
* | | [svn-r24648] switch from using IOD array list-io access to using 1 access withMohamad Chaarawi2014-01-273-219/+52
* | | [svn-r24647] some code cleanup and revisions to mapls and mcpls.Mohamad Chaarawi2014-01-2712-31/+304
* | | [svn-r24645] - Add Neil's VL datatype changes from the Netvol to H5VLiod_comm...Mohamad Chaarawi2014-01-2415-1055/+2166
* | | [svn-r24634] bug fixing.Mohamad Chaarawi2014-01-165-83/+96
* | | [svn-r24630] wrap printfs with Debug macro.Mohamad Chaarawi2014-01-162-5/+5
* | | [svn-r24629] another minor fix.Mohamad Chaarawi2014-01-161-5/+3
* | | [svn-r24628] fix errors at IOD VOL client level.Mohamad Chaarawi2014-01-161-108/+191
* | | [svn-r24620] add vl dataset example.Mohamad Chaarawi2014-01-071-3/+10
* | | [svn-r24605] - fix bug with point selectionsMohamad Chaarawi2014-01-026-77/+149
* | | [svn-r24603] - capture oid index metadata information on every tr_finish.Mohamad Chaarawi2013-12-3113-163/+429