summaryrefslogtreecommitdiffstats
path: root/src/H5G.c
Commit message (Expand)AuthorAgeFilesLines
* [svn-r27777] merge from trunk.Mohamad Chaarawi2015-09-141-52/+65
|\
| * [svn-r27768] Description:Quincey Koziol2015-09-141-52/+65
* | [svn-r27050] merge from trunk.Mohamad Chaarawi2015-05-111-2/+2
|\ \ | |/
| * [svn-r26777] - Fix usage of the internal AC global dxplsMohamad Chaarawi2015-04-101-1/+1
* | [svn-r25575] cleanup H5I usage in VOL by removing the use of the aux pointer andMohamad Chaarawi2014-09-051-98/+64
* | [svn-r25555] - rework the public H5VL wrappers to not use H5VL_t* and use a p...Mohamad Chaarawi2014-08-261-20/+24
* | [svn-r25537] VOL framework changes.Mohamad Chaarawi2014-08-191-15/+19
* | [svn-r25502] merge from trunk.Mohamad Chaarawi2014-07-311-4/+6
|\ \ | |/
| * [svn-r25496] Description:Quincey Koziol2014-07-301-4/+6
* | [svn-r25482] - update is_accessible implementation to use fapl and pass it do...Mohamad Chaarawi2014-07-241-3/+3
* | [svn-r25476] - fix error output in several places.Mohamad Chaarawi2014-07-231-1/+1
* | [svn-r25456] fixing a few things and more realignment with trunk.Mohamad Chaarawi2014-07-211-3/+4
* | [svn-r25254] merge from trunk.Mohamad Chaarawi2014-06-111-10/+13
|\ \ | |/
| * [svn-r25084] Description:Quincey Koziol2014-04-231-1/+1
| * [svn-r24998] Description:Quincey Koziol2014-04-091-10/+13
* | [svn-r24311] change event queue to event stack (just variable names)Mohamad Chaarawi2013-10-171-12/+12
* | [svn-r24301] merge from trunk.Mohamad Chaarawi2013-10-161-1/+0
|\ \ | |/
| * [svn-r24255] Description:Quincey Koziol2013-10-041-1/+0
| * [svn-r23987] Merge r23939 from reduce_warning branch to trunkNeil Fortner2013-08-091-7/+0
| * [svn-r23656] Issue 8380 H5Zunregister caused seg fault: I added some protecti...Raymond Lu2013-04-291-4/+42
* | [svn-r23473] Update the VOL plugin callbacks with better async I/O support:Mohamad Chaarawi2013-03-281-12/+12
* | [svn-r22584] merge from trunk and resolve type ID registrationMohamad Chaarawi2012-07-161-4/+11
|\ \ | |/
| * [svn-r22582] Description:Quincey Koziol2012-07-161-3/+10
* | [svn-r22549] Mohamad Chaarawi2012-07-101-12/+0
* | [svn-r22542] update H5I_register_type usage to take a free_aux function callbackMohamad Chaarawi2012-07-101-1/+1
* | [svn-r22523] - rework how IDs for VOL objects are createdMohamad Chaarawi2012-07-061-22/+8
* | [svn-r22519] - many bug fixesMohamad Chaarawi2012-07-051-2/+2
* | [svn-r22511] - remove the internal file type and use the file ID created at t...Mohamad Chaarawi2012-07-031-2/+2
* | [svn-r22501] change the interface callbacks for the VOL to use objects pointe...Mohamad Chaarawi2012-06-281-15/+188
* | [svn-r22457] rename location types for objects at the VOL levelMohamad Chaarawi2012-06-121-3/+3
* | [svn-r22456] change all usage of lookup/free VOL callback in H5G,O,A and us...Mohamad Chaarawi2012-06-121-24/+20
* | [svn-r22417] rename the properties used for the VOL callbacks.Mohamad Chaarawi2012-05-291-1/+1
* | [svn-r22399] move location token out of va_list on lookup callbackMohamad Chaarawi2012-05-231-2/+2
* | [svn-r22395] remove the high level ID implementation that wraps the actual ID...Mohamad Chaarawi2012-05-231-1/+1
* | [svn-r22381] add a VL free location callback and use it as appropriateMohamad Chaarawi2012-05-181-4/+6
* | [svn-r22306] add a request id to each of the VOL callbacks and update the nativeMohamad Chaarawi2012-04-201-10/+10
* | [svn-r22292] remove unnecessary lookup for object locations into VOLMohamad Chaarawi2012-04-171-11/+1
* | [svn-r22250] - fix most of issues from code reviewMohamad Chaarawi2012-04-041-2/+10
* | [svn-r22194] - fix bug in set_vol_fapl to fix case when a vol is set explicit...Mohamad Chaarawi2012-03-291-7/+7
* | [svn-r22153] renaming some VL public variables and wrapper ID typeMohamad Chaarawi2012-03-261-7/+7
* | [svn-r22151] - object lookup returns the haddr_tMohamad Chaarawi2012-03-261-7/+40
* | [svn-r22123] update the VOL GET callbacks to use var_args instead of argc & argvMohamad Chaarawi2012-03-221-51/+18
* | [svn-r22119] Changes:Mohamad Chaarawi2012-03-221-183/+17
* | [svn-r22064] -renmace a few VOL file routinesMohamad Chaarawi2012-03-141-2/+8
* | [svn-r22034] merge from trunk r 22032Mohamad Chaarawi2012-03-071-1209/+115
|\ \ | |/
| * [svn-r21923] Description:Quincey Koziol2012-02-101-1201/+107
| * [svn-r21919] Description:Quincey Koziol2012-02-091-32/+32
| * [svn-r21917] Description:Quincey Koziol2012-02-081-1/+1
* | [svn-r22032] - move all HDF5 library access for H5F routines to the native la...Mohamad Chaarawi2012-03-071-2/+15
|/
* [svn-r21603] Purpose: Add generic skip list implementationNeil Fortner2011-10-181-1/+1