summaryrefslogtreecommitdiffstats
path: root/src/H5VL.c
Commit message (Expand)AuthorAgeFilesLines
* [svn-r23473] Update the VOL plugin callbacks with better async I/O support:Mohamad Chaarawi2013-03-281-142/+232
* [svn-r22584] merge from trunk and resolve type ID registrationMohamad Chaarawi2012-07-161-2/+15
* [svn-r22573] update the public VL callbacks that take var_args to workMohamad Chaarawi2012-07-131-32/+602
* [svn-r22565] change OH id registration to original way, and re-register the I...Mohamad Chaarawi2012-07-121-41/+4
* [svn-r22559] - move the vol plugin ref count increment for H5Freopen into the...Mohamad Chaarawi2012-07-111-1/+1
* [svn-r22549] Mohamad Chaarawi2012-07-101-2/+1262
* [svn-r22542] update H5I_register_type usage to take a free_aux function callbackMohamad Chaarawi2012-07-101-1/+2
* [svn-r22511] - remove the internal file type and use the file ID created at t...Mohamad Chaarawi2012-07-031-1/+0
* [svn-r22501] change the interface callbacks for the VOL to use objects pointe...Mohamad Chaarawi2012-06-281-0/+73
* [svn-r22452] - remove nrefs paramMohamad Chaarawi2012-06-111-0/+31
* [svn-r22436] add a public routine to get the name of the VOL plugin associate...Mohamad Chaarawi2012-06-051-0/+30
* [svn-r22435] separate public and private VOL routinesMohamad Chaarawi2012-06-051-1932/+0
* [svn-r22423] add link and object iterate callbacksMohamad Chaarawi2012-06-011-6/+73
* [svn-r22417] rename the properties used for the VOL callbacks.Mohamad Chaarawi2012-05-291-1/+1
* [svn-r22404] split the generic callback into a misc and optional callback for...Mohamad Chaarawi2012-05-241-20/+72
* [svn-r22401] remove ID from object open callback since location token is suff...Mohamad Chaarawi2012-05-231-1/+1
* [svn-r22399] move location token out of va_list on lookup callbackMohamad Chaarawi2012-05-231-5/+5
* [svn-r22395] remove the high level ID implementation that wraps the actual ID...Mohamad Chaarawi2012-05-231-828/+360
* [svn-r22387] H5Fget_obj_counts/ids (iterate over all IDs and call correspondi...Mohamad Chaarawi2012-05-211-1/+2
* [svn-r22384] - fix type in CMake fileMohamad Chaarawi2012-05-211-15/+15
* [svn-r22381] add a VL free location callback and use it as appropriateMohamad Chaarawi2012-05-181-2/+59
* [svn-r22380] - attribute and object exist callbacks should be part of get str...Mohamad Chaarawi2012-05-181-15/+62
* [svn-r22306] add a request id to each of the VOL callbacks and update the nativeMohamad Chaarawi2012-04-201-84/+86
* [svn-r22292] remove unnecessary lookup for object locations into VOLMohamad Chaarawi2012-04-171-1/+0
* [svn-r22285] make H5Ocopy use VOLMohamad Chaarawi2012-04-131-3/+45
* [svn-r22283] H5Lget routines through VOLMohamad Chaarawi2012-04-121-68/+110
* [svn-r22279] implement the attribute delete VOL callbackMohamad Chaarawi2012-04-111-0/+35
* [svn-r22278] make get_vfd go through a generic file callbackMohamad Chaarawi2012-04-111-781/+830
* [svn-r22274] merge from trunk, resolve conflictsMohamad Chaarawi2012-04-101-2/+1
* [svn-r22273] H5Ldelete goes thorugh VOLMohamad Chaarawi2012-04-101-1/+37
* [svn-r22271] unwrap the high level ids in several placesMohamad Chaarawi2012-04-091-12/+103
* [svn-r22258] links and attributes VOL routinesMohamad Chaarawi2012-04-081-20/+357
* [svn-r22250] - fix most of issues from code reviewMohamad Chaarawi2012-04-041-194/+424
* [svn-r22194] - fix bug in set_vol_fapl to fix case when a vol is set explicit...Mohamad Chaarawi2012-03-291-19/+21
* [svn-r22193] - add VOL callback for H5Dset_extentMohamad Chaarawi2012-03-291-0/+39
* [svn-r22192] - change VOL callback for file open to be the same as the API callMohamad Chaarawi2012-03-291-2/+2
* [svn-r22184] - make the H5I inc and dec ref count routines independent of the...Mohamad Chaarawi2012-03-291-4/+19
* [svn-r22168] - switch VOL property to be a pointer rather than an IDMohamad Chaarawi2012-03-281-143/+42
* [svn-r22153] renaming some VL public variables and wrapper ID typeMohamad Chaarawi2012-03-261-60/+111
* [svn-r22151] - object lookup returns the haddr_tMohamad Chaarawi2012-03-261-4/+13
* [svn-r22125] add get callback for datasetsMohamad Chaarawi2012-03-221-0/+44
* [svn-r22123] update the VOL GET callbacks to use var_args instead of argc & argvMohamad Chaarawi2012-03-221-11/+28
* [svn-r22119] Changes:Mohamad Chaarawi2012-03-221-54/+722
* [svn-r22065] fix a typoMohamad Chaarawi2012-03-141-0/+12
* [svn-r22064] -renmace a few VOL file routinesMohamad Chaarawi2012-03-141-26/+94
* [svn-r22056] - fix several bugs in id managementMohamad Chaarawi2012-03-121-1/+1
* [svn-r22034] merge from trunk r 22032Mohamad Chaarawi2012-03-071-16/+16
* [svn-r22032] - move all HDF5 library access for H5F routines to the native la...Mohamad Chaarawi2012-03-071-125/+132
* [svn-r21964] a working version that works with the entire test suiteMohamad Chaarawi2012-02-201-64/+116
* [svn-r21915] starting to set up vol frameworkMohamad Chaarawi2012-02-071-0/+698