summaryrefslogtreecommitdiffstats
path: root/src/H5VLint.c
Commit message (Expand)AuthorAgeFilesLines
* Add support for variable length types (not within compound or array, with no ...Neil Fortner2017-05-211-2/+4
* Add maps to h5dsm_test.sh. Fix issues with maps implementation.Neil Fortner2017-05-111-1/+2
* [svn-r29903] merge from trunk.Mohamad Chaarawi2016-05-091-2/+1
* [svn-r27959] - merge from trunk (pre-VDS)Mohamad Chaarawi2015-10-051-142/+6
* [svn-r27777] merge from trunk.Mohamad Chaarawi2015-09-141-26/+2
* [svn-r25575] cleanup H5I usage in VOL by removing the use of the aux pointer andMohamad Chaarawi2014-09-051-76/+264
* [svn-r25555] - rework the public H5VL wrappers to not use H5VL_t* and use a p...Mohamad Chaarawi2014-08-261-265/+219
* [svn-r25549] Implement 4 new routines:Mohamad Chaarawi2014-08-251-30/+0
* [svn-r25537] VOL framework changes.Mohamad Chaarawi2014-08-191-303/+430
* [svn-r25521] major rework of the internal setup of VOL plugins to make it moreMohamad Chaarawi2014-08-081-289/+177
* [svn-r25482] - update is_accessible implementation to use fapl and pass it do...Mohamad Chaarawi2014-07-241-1/+1
* [svn-r25481] - remove unsigned char * from traceMohamad Chaarawi2014-07-241-1/+1
* [svn-r25476] - fix error output in several places.Mohamad Chaarawi2014-07-231-5/+5
* [svn-r24311] change event queue to event stack (just variable names)Mohamad Chaarawi2013-10-171-68/+68
* [svn-r24076] Allow H5VLobject_register to create an hid_t for files and attr...Mohamad Chaarawi2013-08-261-3/+11
* [svn-r23803] Add VOL callback for H5AiterateMohamad Chaarawi2013-06-211-0/+69
* [svn-r23473] Update the VOL plugin callbacks with better async I/O support:Mohamad Chaarawi2013-03-281-131/+239
* [svn-r22565] change OH id registration to original way, and re-register the I...Mohamad Chaarawi2012-07-121-11/+6
* [svn-r22559] - move the vol plugin ref count increment for H5Freopen into the...Mohamad Chaarawi2012-07-111-0/+6
* [svn-r22558] add fapl copy & free callbacks to the VOL class as they are need...Mohamad Chaarawi2012-07-111-7/+66
* [svn-r22549] Mohamad Chaarawi2012-07-101-6/+70
* [svn-r22523] - rework how IDs for VOL objects are createdMohamad Chaarawi2012-07-061-0/+1
* [svn-r22519] - many bug fixesMohamad Chaarawi2012-07-051-1/+1
* [svn-r22513] fix some committed datatype issuesMohamad Chaarawi2012-07-031-1/+1
* [svn-r22511] - remove the internal file type and use the file ID created at t...Mohamad Chaarawi2012-07-031-1/+36
* [svn-r22502] implement named datatypes solution in object headersMohamad Chaarawi2012-06-291-15/+14
* [svn-r22501] change the interface callbacks for the VOL to use objects pointe...Mohamad Chaarawi2012-06-281-521/+403
* [svn-r22467] update is_accessible implementationMohamad Chaarawi2012-06-151-1/+9
* [svn-r22465] add a vol_info parameter to the fapl and update some of the rout...Mohamad Chaarawi2012-06-151-2/+5
* [svn-r22457] rename location types for objects at the VOL levelMohamad Chaarawi2012-06-121-4/+4
* [svn-r22456] change all usage of lookup/free VOL callback in H5G,O,A and us...Mohamad Chaarawi2012-06-121-7/+10
* [svn-r22452] - remove nrefs paramMohamad Chaarawi2012-06-111-71/+22
* [svn-r22436] add a public routine to get the name of the VOL plugin associate...Mohamad Chaarawi2012-06-051-0/+41
* [svn-r22435] separate public and private VOL routinesMohamad Chaarawi2012-06-051-0/+1996