summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | HDFFV-10571: Minor format changes.Songyu Lu2018-11-152-2/+1
| | * | | HDFFV-10571: Minor change - reformatting the error check.Songyu Lu2018-11-151-1/+2
| | * | | HDFFV-10571: Minor change - adding the error check right after decoding of ch...Songyu Lu2018-11-152-5/+10
| | * | | HDFFV-10571: Minor change - revised the comment to be clearer.Songyu Lu2018-11-141-1/+1
| | * | | HDFFV-10571 Divided by Zero vulnerability. Minor fix: I added an error check...Songyu Lu2018-11-141-0/+4
| | |/ /
* | | | Revert some of the changes to support the original property list value ofQuincey Koziol2018-11-182-4/+2
* | | | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...Quincey Koziol2018-11-185-36/+35
|\ \ \ \ | |/ / /
| * | | Merge pull request #1316 in HDFFV/hdf5 from ~SONGYULU/hdf5_ray:bugfix/HDFFV-1...Ray Lu2018-11-151-12/+10
| |\ \ \
| | * | | HDFFV-10601: I changed to a better way to calculate the number of chunks in a...Songyu Lu2018-11-081-5/+3
| | * | | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~songyulu/hdf5_r...Songyu Lu2018-11-082-2/+6
| | |\ \ \
| | * | | | HDFFV-10601 Issues with chunk cache hash value calcuation:Songyu Lu2018-11-021-12/+12
| * | | | | Renamed h5repart's -family_to_sec2 to -family_to_single.Dana Robinson2018-11-144-24/+25
| | |_|/ / | |/| | |
* | | | | Add VOL connector info to the flie access property list returned fromQuincey Koziol2018-11-1811-263/+465
* | | | | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...Quincey Koziol2018-11-121-5/+11
|\ \ \ \ \ | |/ / / /
| * | | | Fix generate file commandsAllen Byrne2018-11-121-10/+9
| * | | | Fix target dependsAllen Byrne2018-11-121-2/+9
* | | | | Fix a few error messagesQuincey Koziol2018-11-121-4/+4
* | | | | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...Quincey Koziol2018-11-101-35/+12
|\ \ \ \ \ | |/ / / /
| * | | | TRILAB-36 only copy shared generatedAllen Byrne2018-11-091-35/+12
| | |/ / | |/| |
* | | | Switch switch remainder of API routines to use VOL callbacks.Quincey Koziol2018-11-1024-561/+460
* | | | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...Quincey Koziol2018-11-071-0/+4
|\ \ \ \ | |/ / /
| * | | TRILAB-36 add custom target on generated filesAllen Byrne2018-11-061-0/+4
* | | | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...Quincey Koziol2018-11-061-2/+2
|\ \ \ \ | |/ / /
| * | | Snapshot version 1.11 release 3.hdftest2018-11-051-2/+2
| |/ /
* | | Remove most debugging shims & scaffolding.Quincey Koziol2018-11-0413-359/+141
* | | Switch driver | plugin => connector.Quincey Koziol2018-11-0430-1150/+1150
* | | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...Quincey Koziol2018-11-0416-334/+98
|\ \ \ | |/ /
| * | Merge pull request #1315 in HDFFV/hdf5 from ~SONGYULU/hdf5_ray:bugfix/ray_tes...Ray Lu2018-10-311-2/+2
| |\ \
| | * | A trivial change to reformat a comment. The purpose is simply to try out Git.Songyu Lu2018-10-311-2/+2
| * | | Add files and changes to cross compile with CrayLinuxEnvironment and runLarry Knox2018-10-291-3/+3
| |/ /
| * | Makes the installed header files the same between the autotoolsDana Robinson2018-10-2715-329/+93
* | | Refactor, standardize, and revise the async request callbacks.Quincey Koziol2018-11-046-69/+435
* | | Refactor and standardize named datatype VOL callbacks.Quincey Koziol2018-11-015-176/+359
* | | Refactor and standardize object VOL callbacks.Quincey Koziol2018-11-0110-291/+289
* | | Refactor and standardize the link VOL callbacks. Also fix error stack forQuincey Koziol2018-11-016-190/+372
* | | Refactor and standardize group VOL callbacks.Quincey Koziol2018-11-014-115/+307
* | | Refactor and standarize file object callbacks, including some fixes on theQuincey Koziol2018-10-317-212/+312
* | | Remove erroneous call.Quincey Koziol2018-10-291-4/+0
* | | Switch to using VOL callbacks, instead of direct calls to internal routines.Quincey Koziol2018-10-291-34/+28
* | | Add ref counter to VOL object wrapping in API contexts, so that re-entrant /Quincey Koziol2018-10-292-23/+54
* | | Convert dataset callbacks to standard form, for wrapping object IDs, etc.Quincey Koziol2018-10-297-232/+513
* | | Convert attribute VOL callbacks to a standard form that sets up the wrapperQuincey Koziol2018-10-295-152/+373
* | | Clean up va_list properly on error.Quincey Koziol2018-10-281-30/+136
* | | Minor coding style cleanupsQuincey Koziol2018-10-283-51/+24
* | | Move all callback-related routines into the callback source file, standardizingQuincey Koziol2018-10-284-2609/+2676
* | | Duplicate name of VOL plugin class, to avoid continuing to refer to the caller'sQuincey Koziol2018-10-271-6/+9
* | | Move (final?) file operation from directly calling into library code to usingQuincey Koziol2018-10-273-12/+16
* | | Remove some VOL-specific internal coding.Quincey Koziol2018-10-271-20/+2
* | | Add VOL object wrapping to API context when refreshing groups, named datatypesQuincey Koziol2018-10-274-3/+34
* | | Remove virtual dataset refresh code's direct use of native VOL plugin's ID.Quincey Koziol2018-10-273-18/+12