summaryrefslogtreecommitdiffstats
path: root/src/H5Dio.c
Commit message (Expand)AuthorAgeFilesLines
* [svn-r29903] merge from trunk.Mohamad Chaarawi2016-05-091-28/+100
|\
| * [svn-r29548] Minor normalization w/ trunk in preparation for big merge.Dana Robinson2016-03-241-1/+1
| * [svn-r29245] use HDONE_ERROR instead of HGOTO after done.Mohamad Chaarawi2016-03-011-2/+2
| * [svn-r29057] added dxpl type checking when debug mode is enabled (H5_DEBUG_BU...Mohamad Chaarawi2016-02-071-27/+99
* | [svn-r27972] merge from trunk.Mohamad Chaarawi2015-10-061-1/+1
|\ \ | |/
| * [svn-r27835] Description:Quincey Koziol2015-09-211-1/+1
| |\
| * \ [svn-r27103] Merge revisions 26780 through 27102 from trunk to vds branch.Neil Fortner2015-05-211-10/+5
| |\ \
| * \ \ [svn-r26781] Merge revisions 26305 through 26780 from trunk to vds branch.Neil Fortner2015-04-101-2/+2
| |\ \ \
| * | | | [svn-r26469] INCOMPLETE, UNWORKING CODENeil Fortner2015-03-171-1/+1
| * | | | [svn-r26411] Add support for I/O in very simple cases (virtual mapping and fi...Neil Fortner2015-03-091-4/+1
* | | | | [svn-r27777] merge from trunk.Mohamad Chaarawi2015-09-141-1/+1
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | [svn-r27768] Description:Quincey Koziol2015-09-141-1/+1
| | |_|/ | |/| |
* | | | [svn-r27050] merge from trunk.Mohamad Chaarawi2015-05-111-11/+6
|\ \ \ \ | |/ / /
| * | | [svn-r27045] Renamed H5_ASSIGN_OVERFLOW() to H5_CHECKED_ASSIGN() and re-orderedDana Robinson2015-05-101-2/+2
| * | | [svn-r26842] Description:Quincey Koziol2015-04-181-8/+3
| | |/ | |/|
| * | [svn-r26757] Description:Quincey Koziol2015-04-071-2/+2
| |/
* | [svn-r26724] - merge from trunk & fix conflicts.Mohamad Chaarawi2015-04-031-5/+5
|\ \ | |/
| * [svn-r26213] Description:Quincey Koziol2015-02-181-5/+5
* | [svn-r25778] merge from trunk.Mohamad Chaarawi2014-11-041-17/+17
|\ \ | |/
| * [svn-r25766] Description:Quincey Koziol2014-11-031-17/+17
| * [svn-r25468] some code refactoring to align trunk with VOL branch.Mohamad Chaarawi2014-07-221-53/+58
* | [svn-r25575] cleanup H5I usage in VOL by removing the use of the aux pointer andMohamad Chaarawi2014-09-051-16/+6
* | [svn-r25555] - rework the public H5VL wrappers to not use H5VL_t* and use a p...Mohamad Chaarawi2014-08-261-2/+2
* | [svn-r25537] VOL framework changes.Mohamad Chaarawi2014-08-191-2/+2
* | [svn-r25476] - fix error output in several places.Mohamad Chaarawi2014-07-231-2/+2
* | [svn-r25464] more alignment with trunk.Mohamad Chaarawi2014-07-221-1/+0
* | [svn-r25463] more aligning with trunk.Mohamad Chaarawi2014-07-221-27/+69
* | [svn-r25456] fixing a few things and more realignment with trunk.Mohamad Chaarawi2014-07-211-6/+5
* | [svn-r25275] merge from trunk.Mohamad Chaarawi2014-06-131-15/+15
|\ \ | |/
| * [svn-r25273] Description:Quincey Koziol2014-06-131-20/+20
* | [svn-r25254] merge from trunk.Mohamad Chaarawi2014-06-111-17/+45
|\ \ | |/
| * [svn-r24995] Description:Quincey Koziol2014-04-091-36/+43
* | [svn-r24940] merge from trunk.Mohamad Chaarawi2014-04-011-11/+20
|\ \ | |/
| * [svn-r24769] Description:Quincey Koziol2014-03-071-11/+20
* | [svn-r24311] change event queue to event stack (just variable names)Mohamad Chaarawi2013-10-171-2/+2
* | [svn-r23834] merge from trunk up to r23833.Mohamad Chaarawi2013-06-271-1/+1
|\ \ | |/
| * [svn-r23713] Description:Quincey Koziol2013-05-211-5/+2
* | [svn-r23473] Update the VOL plugin callbacks with better async I/O support:Mohamad Chaarawi2013-03-281-2/+2
* | [svn-r23200] Merging r23179 through r23199 from trunkMohamad Chaarawi2013-01-241-3/+3
|\ \ | |/
| * [svn-r23196] I changed the call to H5P_object_verify to H5I_object as the hea...Raymond Lu2013-01-231-3/+3
* | [svn-r23179] trunk mergeMohamad Chaarawi2013-01-181-2/+100
|\ \ | |/
| * [svn-r23152] I took out the obsolete function H5PSIwrite_chunk and its relate...Raymond Lu2013-01-111-88/+0
| * [svn-r23075] I revised the code and test according to Quincey's review. I al...Raymond Lu2012-12-041-13/+12
| * [svn-r23017] I added a prototype function H5DOwrite_chunk in HL library for D...Raymond Lu2012-11-071-39/+145
| * [svn-r22739] ported revisions 22615 to 22737 from the trunkRaymond Lu2012-09-051-1/+1
| |\
| * | [svn-r22728] I forgot to include H5MMprivate.h header file for using H5MM_fre...Raymond Lu2012-08-301-0/+1
| * | [svn-r22655] Dectris project - I changed the rank of the offset for H5PSIdire...Raymond Lu2012-08-091-5/+14
| * | [svn-r22653] Dectris project: I revised the code per Quincey's suggestion.Raymond Lu2012-08-091-4/+6
| * | [svn-r22641] Dectris project: I revised the code per Quincey's and Neil's com...Raymond Lu2012-08-081-3/+28
| * | [svn-r22616] The code for H5PSIdirect_write and its test dectris_tst.c.Raymond Lu2012-07-301-0/+47