summaryrefslogtreecommitdiffstats
path: root/src/H5VLprivate.h
Commit message (Expand)AuthorAgeFilesLines
* Add maps implementation (based on a patch supplied by MohamadNeil Fortner2017-05-111-0/+1
* [svn-r27959] - merge from trunk (pre-VDS)Mohamad Chaarawi2015-10-051-5/+5
* [svn-r25575] cleanup H5I usage in VOL by removing the use of the aux pointer andMohamad Chaarawi2014-09-051-16/+23
* [svn-r25555] - rework the public H5VL wrappers to not use H5VL_t* and use a p...Mohamad Chaarawi2014-08-261-54/+68
* [svn-r25549] Implement 4 new routines:Mohamad Chaarawi2014-08-251-1/+0
* [svn-r25537] VOL framework changes.Mohamad Chaarawi2014-08-191-56/+54
* [svn-r25521] major rework of the internal setup of VOL plugins to make it moreMohamad Chaarawi2014-08-081-5/+7
* [svn-r25481] - remove unsigned char * from traceMohamad Chaarawi2014-07-241-1/+1
* [svn-r24311] change event queue to event stack (just variable names)Mohamad Chaarawi2013-10-171-55/+55
* [svn-r23803] Add VOL callback for H5AiterateMohamad Chaarawi2013-06-211-0/+4
* [svn-r23473] Update the VOL plugin callbacks with better async I/O support:Mohamad Chaarawi2013-03-281-49/+54
* [svn-r22565] change OH id registration to original way, and re-register the I...Mohamad Chaarawi2012-07-121-1/+1
* [svn-r22558] add fapl copy & free callbacks to the VOL class as they are need...Mohamad Chaarawi2012-07-111-1/+2
* [svn-r22549] Mohamad Chaarawi2012-07-101-2/+2
* [svn-r22511] - remove the internal file type and use the file ID created at t...Mohamad Chaarawi2012-07-031-0/+1
* [svn-r22502] implement named datatypes solution in object headersMohamad Chaarawi2012-06-291-3/+2
* [svn-r22501] change the interface callbacks for the VOL to use objects pointe...Mohamad Chaarawi2012-06-281-54/+63
* [svn-r22465] add a vol_info parameter to the fapl and update some of the rout...Mohamad Chaarawi2012-06-151-2/+2
* [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-2/+2
* [svn-r22452] - remove nrefs paramMohamad Chaarawi2012-06-111-2/+2
* [svn-r22436] add a public routine to get the name of the VOL plugin associate...Mohamad Chaarawi2012-06-051-1/+1
* [svn-r22423] add link and object iterate callbacksMohamad Chaarawi2012-06-011-0/+5
* [svn-r22404] split the generic callback into a misc and optional callback for...Mohamad Chaarawi2012-05-241-2/+4
* [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-1/+1
* [svn-r22395] remove the high level ID implementation that wraps the actual ID...Mohamad Chaarawi2012-05-231-9/+1
* [svn-r22384] - fix type in CMake fileMohamad Chaarawi2012-05-211-2/+2
* [svn-r22381] add a VL free location callback and use it as appropriateMohamad Chaarawi2012-05-181-0/+1
* [svn-r22380] - attribute and object exist callbacks should be part of get str...Mohamad Chaarawi2012-05-181-0/+1
* [svn-r22306] add a request id to each of the VOL callbacks and update the nativeMohamad Chaarawi2012-04-201-40/+42
* [svn-r22285] make H5Ocopy use VOLMohamad Chaarawi2012-04-131-1/+3
* [svn-r22283] H5Lget routines through VOLMohamad Chaarawi2012-04-121-2/+3
* [svn-r22279] implement the attribute delete VOL callbackMohamad Chaarawi2012-04-111-0/+1
* [svn-r22278] make get_vfd go through a generic file callbackMohamad Chaarawi2012-04-111-6/+7
* [svn-r22273] H5Ldelete goes thorugh VOLMohamad Chaarawi2012-04-101-0/+1
* [svn-r22258] links and attributes VOL routinesMohamad Chaarawi2012-04-081-0/+8
* [svn-r22250] - fix most of issues from code reviewMohamad Chaarawi2012-04-041-3/+8
* [svn-r22194] - fix bug in set_vol_fapl to fix case when a vol is set explicit...Mohamad Chaarawi2012-03-291-5/+5
* [svn-r22193] - add VOL callback for H5Dset_extentMohamad Chaarawi2012-03-291-0/+1
* [svn-r22192] - change VOL callback for file open to be the same as the API callMohamad Chaarawi2012-03-291-2/+1
* [svn-r22184] - make the H5I inc and dec ref count routines independent of the...Mohamad Chaarawi2012-03-291-1/+1
* [svn-r22168] - switch VOL property to be a pointer rather than an IDMohamad Chaarawi2012-03-281-3/+5
* [svn-r22153] renaming some VL public variables and wrapper ID typeMohamad Chaarawi2012-03-261-1/+5
* [svn-r22125] add get callback for datasetsMohamad Chaarawi2012-03-221-0/+1
* [svn-r22123] update the VOL GET callbacks to use var_args instead of argc & argvMohamad Chaarawi2012-03-221-4/+4
* [svn-r22119] Changes:Mohamad Chaarawi2012-03-221-0/+21
* [svn-r22065] fix a typoMohamad Chaarawi2012-03-141-6/+6
* [svn-r22032] - move all HDF5 library access for H5F routines to the native la...Mohamad Chaarawi2012-03-071-1/+3
* [svn-r21964] a working version that works with the entire test suiteMohamad Chaarawi2012-02-201-4/+6