summaryrefslogtreecommitdiffstats
path: root/src/H5VLnative.c
Commit message (Expand)AuthorAgeFilesLines
* [svn-r25549] Implement 4 new routines:Mohamad Chaarawi2014-08-251-4/+4
* [svn-r25537] VOL framework changes.Mohamad Chaarawi2014-08-191-949/+545
* [svn-r25521] major rework of the internal setup of VOL plugins to make it moreMohamad Chaarawi2014-08-081-32/+64
* [svn-r25511] fix bug in native implementation of H5Oopen_by_idx.Mohamad Chaarawi2014-08-051-4/+4
* [svn-r25505] merge from trunk and fix some bugs due to 64_bit switch.Mohamad Chaarawi2014-08-011-3/+3
* [svn-r25488] - fix bug with H5Fget_access_plist. need to set VOL and VOL info...Mohamad Chaarawi2014-07-291-0/+3
* [svn-r25482] - update is_accessible implementation to use fapl and pass it do...Mohamad Chaarawi2014-07-241-53/+48
* [svn-r25481] - remove unsigned char * from traceMohamad Chaarawi2014-07-241-3/+3
* [svn-r25476] - fix error output in several places.Mohamad Chaarawi2014-07-231-3/+14
* [svn-r25463] more aligning with trunk.Mohamad Chaarawi2014-07-221-38/+26
* [svn-r25254] merge from trunk.Mohamad Chaarawi2014-06-111-30/+14
* [svn-r24381] Update VOL implementation for H5Tget_create_plist to have the VOLMohamad Chaarawi2013-10-311-4/+14
* [svn-r23834] merge from trunk up to r23833.Mohamad Chaarawi2013-06-271-4/+9
* [svn-r23803] Add VOL callback for H5AiterateMohamad Chaarawi2013-06-211-2/+166
* [svn-r23790] intialize the vol_obj for named datatypes to NULL in Native plugin.Mohamad Chaarawi2013-06-171-0/+1
* [svn-r23473] Update the VOL plugin callbacks with better async I/O support:Mohamad Chaarawi2013-03-281-88/+89
* [svn-r23179] trunk mergeMohamad Chaarawi2013-01-181-3/+4
* [svn-r22612] add enum value for the VL classMohamad Chaarawi2012-07-271-0/+1
* [svn-r22587] update the H5I_register_aux to not take the free routine, as it ...Mohamad Chaarawi2012-07-171-8/+7
* [svn-r22573] update the public VL callbacks that take var_args to workMohamad Chaarawi2012-07-131-1/+1
* [svn-r22565] change OH id registration to original way, and re-register the I...Mohamad Chaarawi2012-07-121-2/+17
* [svn-r22558] add fapl copy & free callbacks to the VOL class as they are need...Mohamad Chaarawi2012-07-111-0/+3
* [svn-r22555] remove the vol_cls from the H5F_t structMohamad Chaarawi2012-07-111-1/+9
* [svn-r22554] remove the file_id from the H5F_t struct and add an id_exists in...Mohamad Chaarawi2012-07-111-45/+7
* [svn-r22543] cleanupMohamad Chaarawi2012-07-101-30/+2
* [svn-r22540] fix bug in H5R_get_nameMohamad Chaarawi2012-07-101-4/+0
* [svn-r22532] fix more named datatype issues.Mohamad Chaarawi2012-07-091-1/+1
* [svn-r22523] - rework how IDs for VOL objects are createdMohamad Chaarawi2012-07-061-44/+13
* [svn-r22519] - many bug fixesMohamad Chaarawi2012-07-051-5/+19
* [svn-r22513] fix some committed datatype issuesMohamad Chaarawi2012-07-031-14/+9
* [svn-r22511] - remove the internal file type and use the file ID created at t...Mohamad Chaarawi2012-07-031-157/+100
* [svn-r22502] implement named datatypes solution in object headersMohamad Chaarawi2012-06-291-54/+12
* [svn-r22501] change the interface callbacks for the VOL to use objects pointe...Mohamad Chaarawi2012-06-281-711/+1078
* [svn-r22467] update is_accessible implementationMohamad Chaarawi2012-06-151-3/+14
* [svn-r22465] add a vol_info parameter to the fapl and update some of the rout...Mohamad Chaarawi2012-06-151-1/+1
* [svn-r22461] add a prototype for a new API routine, H5Fis_accessableMohamad Chaarawi2012-06-141-10/+0
* [svn-r22457] rename location types for objects at the VOL levelMohamad Chaarawi2012-06-121-28/+28
* [svn-r22456] change all usage of lookup/free VOL callback in H5G,O,A and us...Mohamad Chaarawi2012-06-121-43/+165
* [svn-r22452] - remove nrefs paramMohamad Chaarawi2012-06-111-42/+136
* [svn-r22439] file image and mount operations handled in VOLMohamad Chaarawi2012-06-061-0/+49
* [svn-r22423] add link and object iterate callbacksMohamad Chaarawi2012-06-011-2/+100
* [svn-r22417] rename the properties used for the VOL callbacks.Mohamad Chaarawi2012-05-291-13/+13
* [svn-r22404] split the generic callback into a misc and optional callback for...Mohamad Chaarawi2012-05-241-87/+195
* [svn-r22401] remove ID from object open callback since location token is suff...Mohamad Chaarawi2012-05-231-8/+4
* [svn-r22399] move location token out of va_list on lookup callbackMohamad Chaarawi2012-05-231-4/+4
* [svn-r22395] remove the high level ID implementation that wraps the actual ID...Mohamad Chaarawi2012-05-231-5/+24
* [svn-r22387] H5Fget_obj_counts/ids (iterate over all IDs and call correspondi...Mohamad Chaarawi2012-05-211-0/+32
* [svn-r22384] - fix type in CMake fileMohamad Chaarawi2012-05-211-10/+10
* [svn-r22381] add a VL free location callback and use it as appropriateMohamad Chaarawi2012-05-181-32/+41
* [svn-r22380] - attribute and object exist callbacks should be part of get str...Mohamad Chaarawi2012-05-181-52/+69