summaryrefslogtreecommitdiffstats
path: root/src/H5Ocopy.c
Commit message (Expand)AuthorAgeFilesLines
* Added an H5MM_memcpy call that checks for buffer overlap.Dana Robinson2019-03-161-2/+2
* Switch loc_params to VOL callbacks to pass struct by pointer instead of byQuincey Koziol2018-11-221-1/+1
* Remove most debugging shims & scaffolding.Quincey Koziol2018-11-041-10/+0
* Switch driver | plugin => connector.Quincey Koziol2018-11-041-1/+1
* Refactor and standardize object VOL callbacks.Quincey Koziol2018-11-011-3/+1
* Squashed commit of private branch changes to support stackable VOL plugins.Quincey Koziol2018-10-251-2/+12
* VOL FEATUREDana Robinson2018-10-101-9/+22
* Remainder of vol_normalization changes (dataset, attribute, files, objects).Dana Robinson2018-09-241-29/+25
* Normalization with vol_integration (property lists, file drivers,Dana Robinson2018-09-211-32/+24
* Normalization with vol_integration (misc internal and datatype)Dana Robinson2018-09-201-4/+3
* Removed 'VOL' versions of FUNC_ENTER macros as well as empty functionsDana Robinson2018-09-181-5/+2
* Fixed HDFFV-10404Binh-Minh Ribler2018-07-131-1/+1
* Remove redundant 'is_collective' parameter from H5CX_set_loc.Quincey Koziol2018-03-271-1/+1
* Cleanup API context function usage.Quincey Koziol2018-03-191-10/+3
* Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...Quincey Koziol2018-03-181-6/+24
|\
| * Changes made based on code reviews.Vailin Choi2018-01-121-0/+6
| * (1) Merge branch 'develop' into bugfix/version_boundsVailin Choi2017-11-251-6/+18
* | Add API context interface and use it throughout the library.Quincey Koziol2018-03-151-143/+179
|/
* Fix for HDFFV-7853 H5Ocopy doesn't work with open identifiersVailin Choi2017-06-111-30/+2
* Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5...Larry Knox2017-04-251-6/+4
* Bring SWMR support in to the main development branch. (Finally!) More testsQuincey Koziol2016-12-021-1/+11
* Tentative fix for valgrind issues related to EoC.Dana Robinson2016-11-261-1/+1
* Code style and warning cleanups, from revise_chunks branch.Quincey Koziol2016-11-061-5/+5
* [svn-r29626] Description:Quincey Koziol2016-04-041-3/+16
* [svn-r29081] - merge in the phdf5_metadata_opt/ branch with the collective me...Mohamad Chaarawi2016-02-101-1/+1
|\
| * [svn-r29066] - fixing some of the internal usage of dxpls.Mohamad Chaarawi2016-02-081-3/+4
* | [svn-r29076] Description:Quincey Koziol2016-02-101-3/+4
|/
* [svn-r28950] - remove META_FLUSH_COLLECTIVELY property for delayed sanity che...Mohamad Chaarawi2016-01-211-2/+2
* [svn-r28797] Description:Quincey Koziol2016-01-051-2/+2
* [svn-r28761] Description:Quincey Koziol2016-01-011-18/+6
* [svn-r28606] Description:Quincey Koziol2015-12-131-7/+5
* [svn-r27811] Description:Quincey Koziol2015-09-161-1/+1
* [svn-r27768] Description:Quincey Koziol2015-09-141-1/+2
* [svn-r27237] Description:Quincey Koziol2015-06-181-1/+1
* [svn-r27133] - Add a new attribute function characterstic for format:Mohamad Chaarawi2015-06-011-3/+3
* [svn-r26777] - Fix usage of the internal AC global dxplsMohamad Chaarawi2015-04-101-7/+7
* [svn-r23695] Description:Quincey Koziol2013-05-111-13/+14
* [svn-r23313] Description:Quincey Koziol2013-02-251-1/+1
* [svn-r22679] Changed H5O_copy_search_comm_dt_check() to use H5O_obj_class() t...Vailin Choi2012-08-141-6/+10
* [svn-r22646] Description:Quincey Koziol2012-08-081-1/+4
* [svn-r22608] Description:Quincey Koziol2012-07-261-6/+6
* [svn-r22601] Purpose: Fix HDFFV-5853Neil Fortner2012-07-251-1/+1
* [svn-r22171] Description:Quincey Koziol2012-03-281-45/+733
* [svn-r22164] Fixed a bug in H5Ocopy(): When copying an opened object, call th...Vailin Choi2012-03-281-4/+31
* [svn-r22058] Description:Quincey Koziol2012-03-131-2/+1
* [svn-r21919] Description:Quincey Koziol2012-02-091-8/+8
* [svn-r21629] Purpose: Update fix committed in r21556Neil Fortner2011-10-201-27/+15
* [svn-r21610] Purpose: Fix bug 7776Neil Fortner2011-10-191-6/+18
* [svn-r21603] Purpose: Add generic skip list implementationNeil Fortner2011-10-181-1/+1
* [svn-r21556] Purpose: Fix bug in H5OcopyNeil Fortner2011-10-131-9/+15