summaryrefslogtreecommitdiffstats
path: root/src/H5O.c
Commit message (Expand)AuthorAgeFilesLines
* Add maps to h5dsm_test.sh. Fix issues with maps implementation.Neil Fortner2017-05-111-0/+1
* [svn-r29903] merge from trunk.Mohamad Chaarawi2016-05-091-67/+88
|\
| * [svn-r29612] Description:Quincey Koziol2016-04-031-1/+1
| * [svn-r29202] Fix for unknown message HDFFV-9697.Vailin Choi2016-02-241-5/+19
| * [svn-r29081] - merge in the phdf5_metadata_opt/ branch with the collective me...Mohamad Chaarawi2016-02-101-16/+16
| |\
| | * [svn-r29066] - fixing some of the internal usage of dxpls.Mohamad Chaarawi2016-02-081-4/+8
| * | [svn-r29076] Description:Quincey Koziol2016-02-101-4/+8
| |/
| * [svn-r28950] - remove META_FLUSH_COLLECTIVELY property for delayed sanity che...Mohamad Chaarawi2016-01-211-21/+21
| * [svn-r28916] Description:Quincey Koziol2016-01-151-36/+33
| * [svn-r28894] Description:Quincey Koziol2016-01-141-9/+17
* | [svn-r28715] - merge from trunkMohamad Chaarawi2015-12-211-1/+1
|\ \ | |/
| * [svn-r28606] Description:Quincey Koziol2015-12-131-1/+1
* | [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