summaryrefslogtreecommitdiffstats
path: root/src/H5F.c
Commit message (Expand)AuthorAgeFilesLines
* [svn-r25280] merge from latest VOL/trunk branch.Mohamad Chaarawi2014-06-131-1/+5
|\
| * [svn-r25254] merge from trunk.Mohamad Chaarawi2014-06-111-1/+5
| |\
| | * [svn-r25097] Description:Quincey Koziol2014-04-251-1/+1
| | * [svn-r25092] Description:Quincey Koziol2014-04-241-2/+15
| | * [svn-r25084] Description:Quincey Koziol2014-04-231-2/+2
| | * [svn-r24998] Description:Quincey Koziol2014-04-091-0/+3
* | | [svn-r24594] Merge from VOL branch.Mohamad Chaarawi2013-12-261-13/+105
|\ \ \ | |/ /
| * | [svn-r24593] merge from trunkMohamad Chaarawi2013-12-231-13/+105
| |\ \ | | |/
| | * [svn-r24476] Description:Quincey Koziol2013-11-301-20/+20
| | * [svn-r24360] Jira issue 8528: H5Fget_obj_ids overfilled the list of object ID...Raymond Lu2013-10-251-59/+73
| * | [svn-r24311] change event queue to event stack (just variable names)Mohamad Chaarawi2013-10-171-25/+25
* | | [svn-r24303] update from VOL branch that has been updated with trunk.Mohamad Chaarawi2013-10-161-2/+1
|\ \ \ | |/ /
| * | [svn-r24301] merge from trunk.Mohamad Chaarawi2013-10-161-1/+0
| |\ \ | | |/
| | * [svn-r24255] Description:Quincey Koziol2013-10-041-1/+0
| | * [svn-r24210] Jira issue 8528: H5Fget_obj_ids overfilled the list of object ID...Raymond Lu2013-09-271-14/+7
| * | [svn-r24208] Merge revisions through r24202 from trunk to vol branchNeil Fortner2013-09-271-1/+1
| |\ \ | | |/
| | * [svn-r24140] Purpose: Remove problematic abandonment of error stackNeil Fortner2013-09-131-5/+8
| | * [svn-r24087] Rename the private H5RC (reference count) module to H5UC (Use Co...Mohamad Chaarawi2013-08-301-1/+1
* | | [svn-r24211] - remove H5EQ and H5AO interfaceMohamad Chaarawi2013-09-281-26/+26
* | | [svn-r23837] merge from VOL branch and add new callbacksMohamad Chaarawi2013-06-271-6/+5
|\ \ \ | |/ /
| * | [svn-r23834] merge from trunk up to r23833.Mohamad Chaarawi2013-06-271-6/+5
| |\ \ | | |/
| | * [svn-r23713] Description:Quincey Koziol2013-05-211-9/+12
* | | [svn-r23531] add the FF async API version of all other file/group/dataset API...Mohamad Chaarawi2013-04-031-1/+10
* | | [svn-r23523] - Add event queue objectsMohamad Chaarawi2013-04-021-1/+2
|/ /
* | [svn-r23473] Update the VOL plugin callbacks with better async I/O support:Mohamad Chaarawi2013-03-281-25/+25
* | [svn-r22902] - fix bug in H5is_accessible (check if fapl is default, and conv...Mohamad Chaarawi2012-10-161-1/+8
* | [svn-r22809] - bring in plist encode decode changes from trunkMohamad Chaarawi2012-09-251-39/+0
|\ \ | |/
| * [svn-r22668] Description:Quincey Koziol2012-08-111-1/+11
* | [svn-r22584] merge from trunk and resolve type ID registrationMohamad Chaarawi2012-07-161-5/+32
|\ \ | |/
| * [svn-r22582] Description:Quincey Koziol2012-07-161-3/+51
* | [svn-r22573] update the public VL callbacks that take var_args to workMohamad Chaarawi2012-07-131-1/+1
* | [svn-r22559] - move the vol plugin ref count increment for H5Freopen into the...Mohamad Chaarawi2012-07-111-1/+0
* | [svn-r22554] remove the file_id from the H5F_t struct and add an id_exists in...Mohamad Chaarawi2012-07-111-29/+1
* | [svn-r22553] update the H5Iget_file_id implementation to use the VOLMohamad Chaarawi2012-07-111-9/+6
* | [svn-r22549] Mohamad Chaarawi2012-07-101-23/+2
* | [svn-r22542] update H5I_register_type usage to take a free_aux function callbackMohamad Chaarawi2012-07-101-1/+1
* | [svn-r22540] fix bug in H5R_get_nameMohamad Chaarawi2012-07-101-3/+12
* | [svn-r22532] fix more named datatype issues.Mohamad Chaarawi2012-07-091-4/+3
* | [svn-r22523] - rework how IDs for VOL objects are createdMohamad Chaarawi2012-07-061-28/+14
* | [svn-r22519] - many bug fixesMohamad Chaarawi2012-07-051-2/+2
* | [svn-r22511] - remove the internal file type and use the file ID created at t...Mohamad Chaarawi2012-07-031-17/+147
* | [svn-r22501] change the interface callbacks for the VOL to use objects pointe...Mohamad Chaarawi2012-06-281-43/+385
* | [svn-r22468] split H5F.c into 2 files, H5F.c for public routines and H5Fint.c...Mohamad Chaarawi2012-06-151-2175/+37
* | [svn-r22467] update is_accessible implementationMohamad Chaarawi2012-06-151-17/+9
* | [svn-r22465] add a vol_info parameter to the fapl and update some of the rout...Mohamad Chaarawi2012-06-151-4/+5
* | [svn-r22461] add a prototype for a new API routine, H5Fis_accessableMohamad Chaarawi2012-06-141-34/+17
* | [svn-r22452] - remove nrefs paramMohamad Chaarawi2012-06-111-2/+0
* | [svn-r22446] merge fron trunk pre-code reviewMohamad Chaarawi2012-06-081-1/+0
|\ \ | |/
| * [svn-r22432] Description:Quincey Koziol2012-06-041-1/+0
* | [svn-r22439] file image and mount operations handled in VOLMohamad Chaarawi2012-06-061-7/+38