summaryrefslogtreecommitdiffstats
path: root/src/H5Fint.c
Commit message (Expand)AuthorAgeFilesLines
* [svn-r27959] - merge from trunk (pre-VDS)Mohamad Chaarawi2015-10-051-34/+17
|\
| * [svn-r27811] Description:Quincey Koziol2015-09-161-22/+17
* | [svn-r27777] merge from trunk.Mohamad Chaarawi2015-09-141-33/+6
|\ \ | |/
| * [svn-r27768] Description:Quincey Koziol2015-09-141-33/+6
* | [svn-r27286] merge from trunk.Mohamad Chaarawi2015-06-261-0/+8
|\ \ | |/
| * [svn-r27237] Description:Quincey Koziol2015-06-181-0/+8
* | [svn-r27208] merge from trunk.Mohamad Chaarawi2015-06-161-8/+72
|\ \ | |/
| * [svn-r27207] use "closing" flag instead of always TRUE in the truncate call.Mohamad Chaarawi2015-06-151-1/+1
| * [svn-r27206] fix for HDFFV-9418. Mohamad Chaarawi2015-06-151-8/+9
| * [svn-r27144] Description:Quincey Koziol2015-06-031-0/+63
* | [svn-r27090] merge from trunk.Mohamad Chaarawi2015-05-151-2/+2
|\ \ | |/
| * [svn-r27075] Description:Quincey Koziol2015-05-151-2/+2
* | [svn-r25968] merge from trunk.Mohamad Chaarawi2015-01-091-1/+1
|\ \ | |/
| * [svn-r25929] Description:Quincey Koziol2014-12-291-1/+1
* | [svn-r25612] merge from trunk.Mohamad Chaarawi2014-09-241-3/+0
|\ \ | |/
* | [svn-r25575] cleanup H5I usage in VOL by removing the use of the aux pointer andMohamad Chaarawi2014-09-051-101/+5
* | [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-r25521] major rework of the internal setup of VOL plugins to make it moreMohamad Chaarawi2014-08-081-3/+17
* | [svn-r25488] - fix bug with H5Fget_access_plist. need to set VOL and VOL info...Mohamad Chaarawi2014-07-291-8/+13
* | [svn-r25485] remove UG from branch.Mohamad Chaarawi2014-07-281-1/+1
* | [svn-r25482] - update is_accessible implementation to use fapl and pass it do...Mohamad Chaarawi2014-07-241-2/+2
* | [svn-r25471] merge from trunk and resolve conflicts.Mohamad Chaarawi2014-07-231-1/+41
|\ \ | |/
| * [svn-r25468] some code refactoring to align trunk with VOL branch.Mohamad Chaarawi2014-07-221-0/+2051
* [svn-r25464] more alignment with trunk.Mohamad Chaarawi2014-07-221-4/+3
* [svn-r25463] more aligning with trunk.Mohamad Chaarawi2014-07-221-124/+125
* [svn-r25254] merge from trunk.Mohamad Chaarawi2014-06-111-6/+18
* [svn-r24593] merge from trunkMohamad Chaarawi2013-12-231-86/+103
* [svn-r24311] change event queue to event stack (just variable names)Mohamad Chaarawi2013-10-171-2/+2
* [svn-r24301] merge from trunk.Mohamad Chaarawi2013-10-161-19/+13
* [svn-r24208] Merge revisions through r24202 from trunk to vol branchNeil Fortner2013-09-271-1/+4
* [svn-r24088] Merging r24044 through r24087Mohamad Chaarawi2013-08-301-1/+1
* [svn-r23834] merge from trunk up to r23833.Mohamad Chaarawi2013-06-271-2/+4
* [svn-r23473] Update the VOL plugin callbacks with better async I/O support:Mohamad Chaarawi2013-03-281-2/+2
* [svn-r22809] - bring in plist encode decode changes from trunkMohamad Chaarawi2012-09-251-0/+39
* [svn-r22704] merge from trunk up to 22703.Mohamad Chaarawi2012-08-211-2/+11
* [svn-r22574] oops, parameter switch orderMohamad Chaarawi2012-07-131-1/+1
* [svn-r22573] update the public VL callbacks that take var_args to workMohamad Chaarawi2012-07-131-1/+1
* [svn-r22555] remove the vol_cls from the H5F_t structMohamad Chaarawi2012-07-111-9/+0
* [svn-r22554] remove the file_id from the H5F_t struct and add an id_exists in...Mohamad Chaarawi2012-07-111-12/+3
* [svn-r22553] update the H5Iget_file_id implementation to use the VOLMohamad Chaarawi2012-07-111-7/+1
* [svn-r22549] Mohamad Chaarawi2012-07-101-1/+1
* [svn-r22532] fix more named datatype issues.Mohamad Chaarawi2012-07-091-5/+8
* [svn-r22523] - rework how IDs for VOL objects are createdMohamad Chaarawi2012-07-061-1/+1
* [svn-r22511] - remove the internal file type and use the file ID created at t...Mohamad Chaarawi2012-07-031-115/+10
* [svn-r22501] change the interface callbacks for the VOL to use objects pointe...Mohamad Chaarawi2012-06-281-27/+40
* [svn-r22468] split H5F.c into 2 files, H5F.c for public routines and H5Fint.c...Mohamad Chaarawi2012-06-151-0/+2195