summaryrefslogtreecommitdiffstats
path: root/src/H5I.c
Commit message (Expand)AuthorAgeFilesLines
* [svn-r25544] - add a new version of H5Lis_registered.Mohamad Chaarawi2014-08-221-1/+1
* [svn-r25537] VOL framework changes.Mohamad Chaarawi2014-08-191-1/+1
* [svn-r25521] major rework of the internal setup of VOL plugins to make it moreMohamad Chaarawi2014-08-081-4/+5
* [svn-r25502] merge from trunk.Mohamad Chaarawi2014-07-311-121/+14
|\
| * [svn-r25496] Description:Quincey Koziol2014-07-301-90/+12
* | [svn-r25481] - remove unsigned char * from traceMohamad Chaarawi2014-07-241-0/+1
* | [svn-r25464] more alignment with trunk.Mohamad Chaarawi2014-07-221-6/+3
* | [svn-r24940] merge from trunk.Mohamad Chaarawi2014-04-011-7/+5
|\ \ | |/
| * [svn-r24869] Description:Quincey Koziol2014-03-231-7/+5
* | [svn-r24316] Add H5Iiterate function. Similar to H5Isearch, but operates on ...Neil Fortner2013-10-171-21/+90
* | [svn-r24311] change event queue to event stack (just variable names)Mohamad Chaarawi2013-10-171-1/+1
* | [svn-r24301] merge from trunk.Mohamad Chaarawi2013-10-161-460/+443
|\ \ | |/
| * [svn-r24261] Description:Quincey Koziol2013-10-071-4/+4
| * [svn-r24255] Description:Quincey Koziol2013-10-041-395/+362
| * [svn-r23685] Issue 8380 H5Zunregister caused seg fault. I simplied the itera...Raymond Lu2013-05-081-38/+4
| * [svn-r23656] Issue 8380 H5Zunregister caused seg fault: I added some protecti...Raymond Lu2013-04-291-4/+38
* | [svn-r23473] Update the VOL plugin callbacks with better async I/O support:Mohamad Chaarawi2013-03-281-1/+1
* | [svn-r22809] - bring in plist encode decode changes from trunkMohamad Chaarawi2012-09-251-8/+18
|\ \ | |/
* | [svn-r22587] update the H5I_register_aux to not take the free routine, as it ...Mohamad Chaarawi2012-07-171-14/+1
* | [svn-r22584] merge from trunk and resolve type ID registrationMohamad Chaarawi2012-07-161-112/+133
|\ \ | |/
| * [svn-r22582] Description:Quincey Koziol2012-07-161-98/+120
* | [svn-r22554] remove the file_id from the H5F_t struct and add an id_exists in...Mohamad Chaarawi2012-07-111-5/+1
* | [svn-r22553] update the H5Iget_file_id implementation to use the VOLMohamad Chaarawi2012-07-111-41/+54
* | [svn-r22542] update H5I_register_type usage to take a free_aux function callbackMohamad Chaarawi2012-07-101-228/+115
* | [svn-r22532] fix more named datatype issues.Mohamad Chaarawi2012-07-091-26/+18
* | [svn-r22523] - rework how IDs for VOL objects are createdMohamad Chaarawi2012-07-061-33/+251
* | [svn-r22519] - many bug fixesMohamad Chaarawi2012-07-051-3/+14
* | [svn-r22511] - remove the internal file type and use the file ID created at t...Mohamad Chaarawi2012-07-031-16/+49
* | [svn-r22502] implement named datatypes solution in object headersMohamad Chaarawi2012-06-291-1/+4
* | [svn-r22501] change the interface callbacks for the VOL to use objects pointe...Mohamad Chaarawi2012-06-281-22/+98
* | [svn-r22452] - remove nrefs paramMohamad Chaarawi2012-06-111-4/+6
* | [svn-r22395] remove the high level ID implementation that wraps the actual ID...Mohamad Chaarawi2012-05-231-155/+35
* | [svn-r22274] merge from trunk, resolve conflictsMohamad Chaarawi2012-04-101-43/+104
|\ \ | |/
| * [svn-r22219] Description:Quincey Koziol2012-03-311-41/+103
* | [svn-r22271] unwrap the high level ids in several placesMohamad Chaarawi2012-04-091-17/+34
* | [svn-r22250] - fix most of issues from code reviewMohamad Chaarawi2012-04-041-12/+12
* | [svn-r22184] - make the H5I inc and dec ref count routines independent of the...Mohamad Chaarawi2012-03-291-39/+12
* | [svn-r22168] - switch VOL property to be a pointer rather than an IDMohamad Chaarawi2012-03-281-8/+8
* | [svn-r22153] renaming some VL public variables and wrapper ID typeMohamad Chaarawi2012-03-261-78/+16
* | [svn-r22119] Changes:Mohamad Chaarawi2012-03-221-85/+90
* | [svn-r22065] fix a typoMohamad Chaarawi2012-03-141-0/+3
* | [svn-r22064] -renmace a few VOL file routinesMohamad Chaarawi2012-03-141-1/+15
* | [svn-r22056] - fix several bugs in id managementMohamad Chaarawi2012-03-121-69/+113
* | [svn-r22034] merge from trunk r 22032Mohamad Chaarawi2012-03-071-45/+45
|\ \ | |/
| * [svn-r21919] Description:Quincey Koziol2012-02-091-44/+44
* | [svn-r22032] - move all HDF5 library access for H5F routines to the native la...Mohamad Chaarawi2012-03-071-14/+215
|/
* [svn-r20536] Description:Quincey Koziol2011-04-171-1/+1
* [svn-r19398] Descriptino:Quincey Koziol2010-09-161-177/+125
* [svn-r19363] When mandatory filter failed to write data chunks, the datasetRaymond Lu2010-09-091-8/+21
* [svn-r19133] Description:Quincey Koziol2010-07-281-20/+30