summaryrefslogtreecommitdiffstats
path: root/src/H5L.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers (#2184)Larry Knox2022-11-011-1/+0
* Fix typos found in src/ subdirectory (#1983)luzpaz2022-08-101-1/+1
* Develop clang 13 format (#1933)Allen Byrne2022-07-261-37/+37
* Fixes for production mode gcc warnings (#1873)Dana Robinson2022-07-111-7/+10
* Removes the STATIC flavor of FUNC_ENTER macros (#1622)Dana Robinson2022-04-081-6/+6
* Removes obsolete equivalents of C99's __func__ (#800)Dana Robinson2021-06-291-6/+6
* Combo set of async and other changes (#161)Quincey Koziol2021-06-021-141/+284
* Split H5L.c internal code to H5Lint.c (#691)Dana Robinson2021-05-291-2170/+6
* fixed error message typo (#401)Scot Breitenfeld2021-02-271-1/+1
* Update license url (#332)Larry Knox2021-02-171-1/+1
* Reformat source (#244)Quincey Koziol2021-01-071-12/+12
* Turns off clang formatter for H5ARGS_TRACE (#184)Dana Robinson2020-12-161-12/+18
* Revise async hard link creation to have a real H5VL_object_t (#175)Quincey Koziol2020-12-151-3/+10
* Pass LAPL correctly through VOL in H5Lcreate_soft (#170)hdf5-1_13_0-rc2jhendersonHDF2020-12-141-0/+4
* Bring async branch to develop (#166)Quincey Koziol2020-12-141-201/+595
* Minor normalization with the async branch (#159)Dana Robinson2020-12-121-2/+6
* Move API routines for VOL objects to main source file. (#133)Quincey Koziol2020-11-301-0/+179
* Replace H5E_ATOM major error category with H5E_ID (#121)Dana Robinson2020-11-301-2/+2
* Enhance API tracing (#120)Quincey Koziol2020-11-261-5/+5
* Clang-format of source filesAllen Byrne2020-09-301-845/+785
* Clean up private / package / static namespace issues (function naming, whichQuincey Koziol2020-08-061-49/+48
* Normalization with hdf5_1_10Dana Robinson2020-06-011-21/+21
* Trim trailing whitespaceQuincey Koziol2020-04-201-3/+3
* H5T_copy() constification plus Quincey's contributions.David Young2020-01-291-2/+2
* Squashed commit of the token_refactoring branch:Dana Robinson2020-01-161-63/+71
* Merge pull request #2228 in HDFFV/hdf5 from minor_improvements_from_token_ref...Quincey Koziol2020-01-041-13/+13
|\
| * Small changes from the token_refactoring branch, to reduce the delta to developQuincey Koziol2020-01-041-13/+13
* | Fix some places where H5P_DEFAULT gets passed down to a VOL connectorJordan Henderson2020-01-031-4/+4
|/
* Add object header flags to API contextChris Hogan2019-11-141-2/+8
* Use major error code of calling packageChris Hogan2019-11-081-2/+2
* Add character encoding to lcpl contextChris Hogan2019-11-041-3/+3
* Use API context to store/retrieve LCPL when creating intermediate groupsChris Hogan2019-10-291-4/+13
* Unify code between H5Lcopy and H5LmoveJordan Henderson2019-10-101-6/+11
* Fix issue in H5Lcreate_hard and H5Olink where entire H5VL_loc_params_t struct...Jordan Henderson2019-08-211-1/+1
* Cast enum to int, for strict varargs handling.Quincey Koziol2019-04-251-1/+1
* Refactor link creation parameters from being passing as properties in theQuincey Koziol2019-04-251-36/+3
* Added an H5MM_memcpy call that checks for buffer overlap.Dana Robinson2019-03-161-2/+2
* Align H5Lcreate_ud behavior with documentation for NULL udata pointerJordan Henderson2019-01-031-0/+2
* Made hbool_t processing consistent in va_lists.Dana Robinson2018-12-181-1/+1
* Updated enums in VOL va_lists to be passed as ints.Dana Robinson2018-12-181-1/+1
* Refactor infrastructure for setting FAPL information from environmentQuincey Koziol2018-11-281-1/+0
* Switch loc_params to VOL callbacks to pass struct by pointer instead of byQuincey Koziol2018-11-221-17/+17
* Remove most debugging shims & scaffolding.Quincey Koziol2018-11-041-106/+0
* Switch driver | plugin => connector.Quincey Koziol2018-11-041-21/+21
* Refactor and standardize the link VOL callbacks. Also fix error stack forQuincey Koziol2018-11-011-97/+31
* Updates after merging changes from develop.Quincey Koziol2018-10-261-20/+50
* Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...Quincey Koziol2018-10-251-4/+4
|\
| * Split H5VLnative.h into public and private files and updatedDana Robinson2018-10-201-1/+1
| * Updates to the VOL ID and object API calls.Dana Robinson2018-10-171-3/+3
* | Squashed commit of private branch changes to support stackable VOL plugins.Quincey Koziol2018-10-251-41/+158
|/