summaryrefslogtreecommitdiffstats
path: root/src/H5FDs3comms.c
Commit message (Collapse)AuthorAgeFilesLines
* clang 13 format #1933 (#1939)Allen Byrne2022-07-271-27/+27
|
* Update URL in source file Copyright headers for web copy of COPYINGLarry Knox2021-02-201-1/+1
| | | | file - src and test directories.
* Manual sync with develop (#95)Dana Robinson2020-11-171-19/+19
| | | | Brings all features from develop. Note that RELEASE.txt has not been updated (will be done in a future PR).
* Merge changes from developAllen Byrne2020-10-081-4/+3
| | | | | Comments and whitespace Skip file-locking and cache changes
* Source formattedAllen Byrne2020-10-011-651/+546
|
* Correct typos w/HGOTO_DONE & HGOTO_ERRORQuincey Koziol2020-08-221-15/+15
|
* Clean up private / package / static namespace issues (function naming, whichQuincey Koziol2020-08-221-1154/+551
| | | | | | header file, FUNC_ENTER / LEAVE, etc). Removed remaining personal email addresses from library source code (still needs cleaned from other directories). Misc. warning, style, and whitespace cleanup.
* Fix improper signing key null check. (HDFFV-11015)Jacob Smith2020-02-281-2/+2
|
* Fix get home dir for windowsAllen Byrne2019-09-121-23/+26
|
* Untangle #ifdef mess in ROS3 code.Dana Robinson2019-08-201-332/+4
|
* Fix compiler warnings with diabled ROS3 and HDFS VFDs.Jacob Smith2019-08-141-360/+503
| | | | | | Fix misuse of [HD]strncpy and [HD]snprintf. Minor formatting changes. Fix test cleanup issue with java groups example.
* Update comment and check for strtoumax.Larry Knox2019-07-261-3/+2
|
* Add HD to string functions.Larry Knox2019-07-261-18/+24
| | | | | | Switched strtoul to strtoumax in H5FDs3comms.c. Removed unused functions and variables in s3 and hdfs TestH5Pfapl*.java. Update Copyright headers.
* Squashed commit of the following:Larry Knox2019-07-251-0/+3770
Merge changes from update_merged_S3_HDFS branch into develop. commit d5034315aea88629929ac0c9c59ebfafd5f21a31 Merge: 9c48823 d3fdcd8 Author: Larry Knox <lrknox@hdfgroup.org> Date: Thu Jul 25 08:24:53 2019 -0500 Merge branch 'develop' into update_merged_S3_HDFS