summaryrefslogtreecommitdiffstats
path: root/src/H5R.c
Commit message (Expand)AuthorAgeFilesLines
* [svn-r29903] merge from trunk.Mohamad Chaarawi2016-05-091-12/+11
|\
| * [svn-r29081] - merge in the phdf5_metadata_opt/ branch with the collective me...Mohamad Chaarawi2016-02-101-5/+5
| |\
| | * [svn-r29077] Description:Quincey Koziol2016-02-101-2/+2
| | * [svn-r29066] - fixing some of the internal usage of dxpls.Mohamad Chaarawi2016-02-081-7/+6
| * | [svn-r29076] Description:Quincey Koziol2016-02-101-7/+6
| |/
| * [svn-r28950] - remove META_FLUSH_COLLECTIVELY property for delayed sanity che...Mohamad Chaarawi2016-01-211-4/+4
* | [svn-r27777] merge from trunk.Mohamad Chaarawi2015-09-141-54/+73
|\ \ | |/
| * [svn-r27768] Description:Quincey Koziol2015-09-141-54/+72
* | [svn-r27050] merge from trunk.Mohamad Chaarawi2015-05-111-2/+2
|\ \ | |/
| * [svn-r26777] - Fix usage of the internal AC global dxplsMohamad Chaarawi2015-04-101-2/+2
* | [svn-r26724] - merge from trunk & fix conflicts.Mohamad Chaarawi2015-04-031-4/+13
|\ \ | |/
| * [svn-r26373] Fix for HDFFV-7959:Scot Breitenfeld2015-03-051-2/+11
| * [svn-r26302] Description:Quincey Koziol2015-02-251-2/+2
* | [svn-r25575] cleanup H5I usage in VOL by removing the use of the aux pointer andMohamad Chaarawi2014-09-051-46/+26
* | [svn-r25555] - rework the public H5VL wrappers to not use H5VL_t* and use a p...Mohamad Chaarawi2014-08-261-5/+5
* | [svn-r25537] VOL framework changes.Mohamad Chaarawi2014-08-191-7/+9
* | [svn-r25502] merge from trunk.Mohamad Chaarawi2014-07-311-9/+14
|\ \ | |/
| * [svn-r25496] Description:Quincey Koziol2014-07-301-9/+14
* | [svn-r25482] - update is_accessible implementation to use fapl and pass it do...Mohamad Chaarawi2014-07-241-1/+1
* | [svn-r25476] - fix error output in several places.Mohamad Chaarawi2014-07-231-1/+1
* | [svn-r25254] merge from trunk.Mohamad Chaarawi2014-06-111-0/+3
|\ \ | |/
| * [svn-r24998] Description:Quincey Koziol2014-04-091-0/+3
* | [svn-r24701] merge from trunk to 24700.Mohamad Chaarawi2014-02-131-3/+10
|\ \ | |/
| * [svn-r24681] Description:Scot Breitenfeld2014-02-041-3/+10
* | [svn-r24311] change event queue to event stack (just variable names)Mohamad Chaarawi2013-10-171-5/+5
* | [svn-r24301] merge from trunk.Mohamad Chaarawi2013-10-161-1/+0
|\ \ | |/
| * [svn-r24255] Description:Quincey Koziol2013-10-041-1/+0
* | [svn-r23834] merge from trunk up to r23833.Mohamad Chaarawi2013-06-271-5/+5
|\ \ | |/
| * [svn-r23695] Description:Quincey Koziol2013-05-111-5/+5
* | [svn-r23473] Update the VOL plugin callbacks with better async I/O support:Mohamad Chaarawi2013-03-281-5/+5
* | [svn-r22809] - bring in plist encode decode changes from trunkMohamad Chaarawi2012-09-251-2/+0
|\ \ | |/
| * [svn-r22750] Removed check-in r22746 because it causes an error in objcopy on...Scot Breitenfeld2012-09-101-4/+0
| * [svn-r22746] Description:Scot Breitenfeld2012-09-091-0/+4
* | [svn-r22623] merge from tunkMohamad Chaarawi2012-08-021-3/+5
|\ \ | |/
| * [svn-r22608] Description:Quincey Koziol2012-07-261-4/+6
* | [svn-r22603] set return value in H5RcreateMohamad Chaarawi2012-07-251-2/+2
* | [svn-r22584] merge from trunk and resolve type ID registrationMohamad Chaarawi2012-07-161-5/+47
|\ \ | |/
| * [svn-r22582] Description:Quincey Koziol2012-07-161-5/+46
* | [svn-r22565] change OH id registration to original way, and re-register the I...Mohamad Chaarawi2012-07-121-6/+2
* | [svn-r22542] update H5I_register_type usage to take a free_aux function callbackMohamad Chaarawi2012-07-101-1/+2
* | [svn-r22540] fix bug in H5R_get_nameMohamad Chaarawi2012-07-101-1/+1
* | [svn-r22519] - many bug fixesMohamad Chaarawi2012-07-051-0/+7
* | [svn-r22501] change the interface callbacks for the VOL to use objects pointe...Mohamad Chaarawi2012-06-281-9/+78
* | [svn-r22457] rename location types for objects at the VOL levelMohamad Chaarawi2012-06-121-1/+1
* | [svn-r22456] change all usage of lookup/free VOL callback in H5G,O,A and us...Mohamad Chaarawi2012-06-121-1/+2
* | [svn-r22452] - remove nrefs paramMohamad Chaarawi2012-06-111-13/+6
* | [svn-r22404] split the generic callback into a misc and optional callback for...Mohamad Chaarawi2012-05-241-1/+1
* | [svn-r22399] move location token out of va_list on lookup callbackMohamad Chaarawi2012-05-231-1/+2
* | [svn-r22389] merge from trunkMohamad Chaarawi2012-05-221-0/+6
|\ \ | |/
| * [svn-r22371] Fix for HDFFV-7697Dana Robinson2012-05-151-1/+1