summaryrefslogtreecommitdiffstats
path: root/src/H5F.c
Commit message (Expand)AuthorAgeFilesLines
* [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
* | [svn-r22404] split the generic callback into a misc and optional callback for...Mohamad Chaarawi2012-05-241-67/+69
* | [svn-r22395] remove the high level ID implementation that wraps the actual ID...Mohamad Chaarawi2012-05-231-139/+66
* | [svn-r22387] H5Fget_obj_counts/ids (iterate over all IDs and call correspondi...Mohamad Chaarawi2012-05-211-37/+120
* | [svn-r22306] add a request id to each of the VOL callbacks and update the nativeMohamad Chaarawi2012-04-201-16/+16
* | [svn-r22278] make get_vfd go through a generic file callbackMohamad Chaarawi2012-04-111-1/+54
* | [svn-r22274] merge from trunk, resolve conflictsMohamad Chaarawi2012-04-101-90/+233
|\ \ | |/
| * [svn-r22219] Description:Quincey Koziol2012-03-311-66/+218
* | [svn-r22272] provide the wrapped ids to iterate/visit routinesMohamad Chaarawi2012-04-101-1/+0
* | [svn-r22250] - fix most of issues from code reviewMohamad Chaarawi2012-04-041-32/+29
* | [svn-r22194] - fix bug in set_vol_fapl to fix case when a vol is set explicit...Mohamad Chaarawi2012-03-291-12/+12
* | [svn-r22192] - change VOL callback for file open to be the same as the API callMohamad Chaarawi2012-03-291-12/+1
* | [svn-r22168] - switch VOL property to be a pointer rather than an IDMohamad Chaarawi2012-03-281-17/+13
* | [svn-r22153] renaming some VL public variables and wrapper ID typeMohamad Chaarawi2012-03-261-30/+30
* | [svn-r22123] update the VOL GET callbacks to use var_args instead of argc & argvMohamad Chaarawi2012-03-221-27/+17
* | [svn-r22119] Changes:Mohamad Chaarawi2012-03-221-17/+16
* | [svn-r22065] fix a typoMohamad Chaarawi2012-03-141-7/+9
* | [svn-r22064] -renmace a few VOL file routinesMohamad Chaarawi2012-03-141-16/+16
* | [svn-r22056] - fix several bugs in id managementMohamad Chaarawi2012-03-121-14/+55
* | [svn-r22034] merge from trunk r 22032Mohamad Chaarawi2012-03-071-61/+61
|\ \ | |/