summaryrefslogtreecommitdiffstats
path: root/src/H5O.c
Commit message (Expand)AuthorAgeFilesLines
* [svn-r27777] merge from trunk.Mohamad Chaarawi2015-09-141-32/+29
|\
| * [svn-r27768] Description:Quincey Koziol2015-09-141-42/+39
* | [svn-r27369] merge from trunk.Mohamad Chaarawi2015-07-101-3/+6
|\ \ | |/
| * [svn-r27292] Description:Quincey Koziol2015-06-271-3/+6
* | [svn-r27286] merge from trunk.Mohamad Chaarawi2015-06-261-18/+21
|\ \ | |/
| * [svn-r27237] Description:Quincey Koziol2015-06-181-18/+21
* | [svn-r27141] merge from trunk.Mohamad Chaarawi2015-06-031-2/+2
|\ \ | |/
| * [svn-r27133] - Add a new attribute function characterstic for format:Mohamad Chaarawi2015-06-011-2/+2
* | [svn-r27050] merge from trunk.Mohamad Chaarawi2015-05-111-7/+8
|\ \ | |/
| * [svn-r27045] Renamed H5_ASSIGN_OVERFLOW() to H5_CHECKED_ASSIGN() and re-orderedDana Robinson2015-05-101-2/+2
| * [svn-r26777] - Fix usage of the internal AC global dxplsMohamad Chaarawi2015-04-101-6/+7
* | [svn-r25575] cleanup H5I usage in VOL by removing the use of the aux pointer andMohamad Chaarawi2014-09-051-169/+100
* | [svn-r25555] - rework the public H5VL wrappers to not use H5VL_t* and use a p...Mohamad Chaarawi2014-08-261-16/+16
* | [svn-r25537] VOL framework changes.Mohamad Chaarawi2014-08-191-65/+44
* | [svn-r25521] major rework of the internal setup of VOL plugins to make it moreMohamad Chaarawi2014-08-081-4/+3
* | [svn-r25511] fix bug in native implementation of H5Oopen_by_idx.Mohamad Chaarawi2014-08-051-1/+2
* | [svn-r25505] merge from trunk and fix some bugs due to 64_bit switch.Mohamad Chaarawi2014-08-011-4/+7
|\ \ | |/
| * [svn-r25504] fix ret_value in H5Oexists_by_name to be htri_t instead of hid_t...Mohamad Chaarawi2014-08-011-1/+1
* | [svn-r25482] - update is_accessible implementation to use fapl and pass it do...Mohamad Chaarawi2014-07-241-11/+11
* | [svn-r25476] - fix error output in several places.Mohamad Chaarawi2014-07-231-3/+3
* | [svn-r24311] change event queue to event stack (just variable names)Mohamad Chaarawi2013-10-171-17/+17
* | [svn-r23473] Update the VOL plugin callbacks with better async I/O support:Mohamad Chaarawi2013-03-281-17/+17
* | [svn-r22623] merge from tunkMohamad Chaarawi2012-08-021-11/+11
|\ \ | |/
| * [svn-r22608] Description:Quincey Koziol2012-07-261-10/+10
| * [svn-r22601] Purpose: Fix HDFFV-5853Neil Fortner2012-07-251-1/+1
* | [svn-r22565] change OH id registration to original way, and re-register the I...Mohamad Chaarawi2012-07-121-20/+35
* | [svn-r22554] remove the file_id from the H5F_t struct and add an id_exists in...Mohamad Chaarawi2012-07-111-1/+1
* | [svn-r22549] Mohamad Chaarawi2012-07-101-3/+0
* | [svn-r22523] - rework how IDs for VOL objects are createdMohamad Chaarawi2012-07-061-7/+24
* | [svn-r22519] - many bug fixesMohamad Chaarawi2012-07-051-3/+7
* | [svn-r22511] - remove the internal file type and use the file ID created at t...Mohamad Chaarawi2012-07-031-16/+16
* | [svn-r22502] implement named datatypes solution in object headersMohamad Chaarawi2012-06-291-1/+2
* | [svn-r22501] change the interface callbacks for the VOL to use objects pointe...Mohamad Chaarawi2012-06-281-30/+305
* | [svn-r22457] rename location types for objects at the VOL levelMohamad Chaarawi2012-06-121-6/+6
* | [svn-r22456] change all usage of lookup/free VOL callback in H5G,O,A and us...Mohamad Chaarawi2012-06-121-34/+23
* | [svn-r22452] - remove nrefs paramMohamad Chaarawi2012-06-111-33/+15
* | [svn-r22423] add link and object iterate callbacksMohamad Chaarawi2012-06-011-13/+10
* | [svn-r22417] rename the properties used for the VOL callbacks.Mohamad Chaarawi2012-05-291-2/+2
* | [svn-r22404] split the generic callback into a misc and optional callback for...Mohamad Chaarawi2012-05-241-4/+4
* | [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-20/+1
* | [svn-r22381] add a VL free location callback and use it as appropriateMohamad Chaarawi2012-05-181-10/+15
* | [svn-r22380] - attribute and object exist callbacks should be part of get str...Mohamad Chaarawi2012-05-181-2/+2
* | [svn-r22306] add a request id to each of the VOL callbacks and update the nativeMohamad Chaarawi2012-04-201-20/+20
* | [svn-r22283] H5Lget routines through VOLMohamad Chaarawi2012-04-121-83/+10
* | [svn-r22274] merge from trunk, resolve conflictsMohamad Chaarawi2012-04-101-3/+3
|\ \ | |/
| * [svn-r22164] Fixed a bug in H5Ocopy(): When copying an opened object, call th...Vailin Choi2012-03-281-3/+3
* | [svn-r22272] provide the wrapped ids to iterate/visit routinesMohamad Chaarawi2012-04-101-1/+5
* | [svn-r22258] links and attributes VOL routinesMohamad Chaarawi2012-04-081-11/+70
* | [svn-r22250] - fix most of issues from code reviewMohamad Chaarawi2012-04-041-27/+12