summaryrefslogtreecommitdiffstats
path: root/src/H5D.c
Commit message (Expand)AuthorAgeFilesLines
* [svn-r29903] merge from trunk.Mohamad Chaarawi2016-05-091-36/+29
|\
| * [svn-r29081] - merge in the phdf5_metadata_opt/ branch with the collective me...Mohamad Chaarawi2016-02-101-6/+6
| * [svn-r28950] - remove META_FLUSH_COLLECTIVELY property for delayed sanity che...Mohamad Chaarawi2016-01-211-6/+6
| * [svn-r28916] Description:Quincey Koziol2016-01-151-18/+9
| * [svn-r28894] Description:Quincey Koziol2016-01-141-4/+5
* | [svn-r28715] - merge from trunkMohamad Chaarawi2015-12-211-4/+0
|\ \ | |/
| * [svn-r28452] Description:Quincey Koziol2015-11-231-4/+0
* | [svn-r27972] merge from trunk.Mohamad Chaarawi2015-10-061-4/+20
|\ \ | |/
| * [svn-r27939] Remove H5D__iterate and use H5S_select_iterate directlyJerome Soumagne2015-10-021-3/+19
* | [svn-r27777] merge from trunk.Mohamad Chaarawi2015-09-141-49/+4
|\ \ | |/
| * [svn-r27768] Description:Quincey Koziol2015-09-141-49/+4
| * [svn-r27612] Description:Quincey Koziol2015-08-291-36/+8
* | [svn-r27050] merge from trunk.Mohamad Chaarawi2015-05-111-2/+3
|\ \ | |/
| * [svn-r26777] - Fix usage of the internal AC global dxplsMohamad Chaarawi2015-04-101-1/+1
* | [svn-r25575] cleanup H5I usage in VOL by removing the use of the aux pointer andMohamad Chaarawi2014-09-051-123/+79
* | [svn-r25555] - rework the public H5VL wrappers to not use H5VL_t* and use a p...Mohamad Chaarawi2014-08-261-23/+31
* | [svn-r25537] VOL framework changes.Mohamad Chaarawi2014-08-191-24/+26
* | [svn-r25521] major rework of the internal setup of VOL plugins to make it moreMohamad Chaarawi2014-08-081-1/+1
* | [svn-r25482] - update is_accessible implementation to use fapl and pass it do...Mohamad Chaarawi2014-07-241-5/+5
* | [svn-r25476] - fix error output in several places.Mohamad Chaarawi2014-07-231-4/+4
* | [svn-r25471] merge from trunk and resolve conflicts.Mohamad Chaarawi2014-07-231-1/+0
|\ \ | |/
| * [svn-r25468] some code refactoring to align trunk with VOL branch.Mohamad Chaarawi2014-07-221-186/+7
* | [svn-r25456] fixing a few things and more realignment with trunk.Mohamad Chaarawi2014-07-211-47/+29
* | [svn-r25422] minor changes to enum structs.Mohamad Chaarawi2014-07-161-2/+2
* | [svn-r25254] merge from trunk.Mohamad Chaarawi2014-06-111-6/+26
|\ \ | |/
| * [svn-r25084] Description:Quincey Koziol2014-04-231-7/+2
| * [svn-r24998] Description:Quincey Koziol2014-04-091-0/+24
* | [svn-r24381] Update VOL implementation for H5Tget_create_plist to have the VOLMohamad Chaarawi2013-10-311-1/+2
* | [svn-r24311] change event queue to event stack (just variable names)Mohamad Chaarawi2013-10-171-17/+17
* | [svn-r23834] merge from trunk up to r23833.Mohamad Chaarawi2013-06-271-32/+43
|\ \ | |/
| * [svn-r23713] Description:Quincey Koziol2013-05-211-22/+25
* | [svn-r23694] merge from trunkMohamad Chaarawi2013-05-101-1/+1
|\ \ | |/
| * [svn-r23656] Issue 8380 H5Zunregister caused seg fault: I added some protecti...Raymond Lu2013-04-291-5/+42
* | [svn-r23473] Update the VOL plugin callbacks with better async I/O support:Mohamad Chaarawi2013-03-281-17/+17
* | [svn-r22584] merge from trunk and resolve type ID registrationMohamad Chaarawi2012-07-161-1/+0
|\ \ | |/
| * [svn-r22582] Description:Quincey Koziol2012-07-161-2/+0
| * [svn-r22490] I took out the "return an error" line in H5Dget_offset, to match...Raymond Lu2012-06-251-2/+0
* | [svn-r22549] Mohamad Chaarawi2012-07-101-11/+0
* | [svn-r22542] update H5I_register_type usage to take a free_aux function callbackMohamad Chaarawi2012-07-101-1/+1
* | [svn-r22532] fix more named datatype issues.Mohamad Chaarawi2012-07-091-1/+5
* | [svn-r22523] - rework how IDs for VOL objects are createdMohamad Chaarawi2012-07-061-18/+5
* | [svn-r22519] - many bug fixesMohamad Chaarawi2012-07-051-1/+0
* | [svn-r22511] - remove the internal file type and use the file ID created at t...Mohamad Chaarawi2012-07-031-4/+4
* | [svn-r22501] change the interface callbacks for the VOL to use objects pointe...Mohamad Chaarawi2012-06-281-24/+253
* | [svn-r22417] rename the properties used for the VOL callbacks.Mohamad Chaarawi2012-05-291-5/+5
* | [svn-r22395] remove the high level ID implementation that wraps the actual ID...Mohamad Chaarawi2012-05-231-5/+4
* | [svn-r22306] add a request id to each of the VOL callbacks and update the nativeMohamad Chaarawi2012-04-201-13/+13
* | [svn-r22297] merge from trunkMohamad Chaarawi2012-04-181-10/+12
|\ \ | |/
| * [svn-r22287] Description:Quincey Koziol2012-04-161-15/+20
* | [svn-r22279] implement the attribute delete VOL callbackMohamad Chaarawi2012-04-111-1/+2