summaryrefslogtreecommitdiffstats
path: root/src/H5VL.c
Commit message (Expand)AuthorAgeFilesLines
* Call terminate callback upon freeing H5VL classJordan Henderson2017-03-101-2/+11
* [svn-r27991] remove unused top var initializer.Mohamad Chaarawi2015-10-071-2/+0
* [svn-r27959] - merge from trunk (pre-VDS)Mohamad Chaarawi2015-10-051-14/+14
* [svn-r27777] merge from trunk.Mohamad Chaarawi2015-09-141-71/+69
* [svn-r26725] run reconfigure.Mohamad Chaarawi2015-04-031-0/+19
* [svn-r25593] - rename values for VOL class.Mohamad Chaarawi2014-09-151-5/+21
* [svn-r25582] Dynamic VOL plugin loading: Mohamad Chaarawi2014-09-091-34/+95
* [svn-r25575] cleanup H5I usage in VOL by removing the use of the aux pointer andMohamad Chaarawi2014-09-051-21/+2
* [svn-r25555] - rework the public H5VL wrappers to not use H5VL_t* and use a p...Mohamad Chaarawi2014-08-261-326/+522
* [svn-r25549] Implement 4 new routines:Mohamad Chaarawi2014-08-251-8/+139
* [svn-r25544] - add a new version of H5Lis_registered.Mohamad Chaarawi2014-08-221-3/+47
* [svn-r25537] VOL framework changes.Mohamad Chaarawi2014-08-191-860/+455
* [svn-r25481] - remove unsigned char * from traceMohamad Chaarawi2014-07-241-2/+2
* [svn-r24339] Add tracing information for new public types in VOL.Mohamad Chaarawi2013-10-221-0/+42
* [svn-r24311] change event queue to event stack (just variable names)Mohamad Chaarawi2013-10-171-91/+91
* [svn-r24302] remove hash size for H5I_VL type.Mohamad Chaarawi2013-10-161-1/+0
* [svn-r24042] edit description of H5VLobject_register. No code change.Mohamad Chaarawi2013-08-211-3/+4
* [svn-r23907] - add a new routine:Mohamad Chaarawi2013-07-161-1/+51
* [svn-r23887] add the VOL error code to H5err.txtMohamad Chaarawi2013-07-111-8/+8
* [svn-r23803] Add VOL callback for H5AiterateMohamad Chaarawi2013-06-211-0/+77
* [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