summaryrefslogtreecommitdiffstats
path: root/src/H5FDros3.c
Commit message (Expand)AuthorAgeFilesLines
* Fix bin/trace script w/ out params (#4074)Dana Robinson2024-03-071-2/+2
* Increased H5FD_ROS3_MAX_SECRET_TOK_LEN to 4096 to accommodate long AWS secret...Michael Aivazis2024-03-071-24/+26
* Bump the ros3 VFD cache to 16 MiB (#3759)Dana Robinson2023-10-241-1/+1
* Add a simple cache to the ros3 VFD (#3753)Dana Robinson2023-10-231-22/+51
* Fix several spelling/grammar issues (#3621)jhendersonHDF2023-10-031-2/+2
* Strip HD prefix from string/char C API calls (#3540)Dana Robinson2023-09-151-14/+14
* Convert hbool_t --> bool in src (#3496)Dana Robinson2023-09-051-6/+5
* Convert some H5MM calls to standard C equivalents (#2382)Dana Robinson2023-08-251-2/+2
* Made HGOTO_ERROR a do-while loop (#3308)Sean McBride2023-08-021-41/+41
* Another round of fixing -Wextra-semi-stmt warnings (#3264)Sean McBride2023-07-241-2/+2
* ROS3: (fix) Replaced HDfprintf (#3266)Jan-Willem Blokland2023-07-241-3/+3
* Fixed more warnings about extra semicolons (#3249)Sean McBride2023-07-181-20/+20
* ROS3: (feature) Temporary security credentials (#3030)Jan-Willem Blokland2023-07-141-3/+280
* Remove programmer/date from comments (#3210)Dana Robinson2023-06-291-71/+0
* Remove HD from C std lib file ops (#3206)Dana Robinson2023-06-291-1/+1
* Rename HD(f)printf() to (f)printf() (#3194)Dana Robinson2023-06-281-51/+51
* Rename HDassert() to assert() (#3191)Dana Robinson2023-06-281-28/+28
* Many clang -Wextra-semi-stmt fixes (#2537)Sean McBride2023-06-161-2/+2
* Addressed various Doxygen grammar issues. (#2524)Scot Breitenfeld2023-03-131-4/+4
* Develop clang 13 format (#1933)Allen Byrne2022-07-261-15/+15
* OESS-168: Remove clang warnings. (#1376)H. Joe Lee2022-04-151-2/+2
* Removes the STATIC flavor of FUNC_ENTER macros (#1622)Dana Robinson2022-04-081-18/+18
* Merge initial version of selection I/O feature into develop (#1367)Neil Fortner2022-03-261-0/+5
* OESS-168: Remove clang warnings. (#1304)H. Joe Lee2022-01-071-1/+5
* Fixed Spelling Errors (#1166)Scot Breitenfeld2021-12-071-5/+5
* Simplify function enter macros for performance benefits (#1024)David Young2021-11-081-25/+0
* VFD plugins (#602)jhendersonHDF2021-09-291-1/+2
* VFD ctl feature (#981)jhendersonHDF2021-09-231-0/+1
* Fix several warnings (#747)jhendersonHDF2021-06-161-0/+2
* Brings the native implementation of H5Fdelete() from Bitbucket (#524)Dana Robinson2021-04-161-0/+1
* Update license url (#332)Larry Knox2021-02-171-1/+1
* Removes lock/unlock callbacks from ros3 and hdfs VFDs (#258)Dana Robinson2021-01-141-2/+80
* Allow read-only VFD registration (#257)Dana Robinson2021-01-131-139/+4
* Enhance API tracing (#120)Quincey Koziol2020-11-261-3/+3
* Basic alignment with async branch (#115)Quincey Koziol2020-11-231-8/+8
* Replaces C std library calls with H5MM equivalentsDana Robinson2020-10-301-4/+4
* Fixes minor issues in various virtual file driversDana Robinson2020-10-291-2/+1
* Clang-format of source filesAllen Byrne2020-09-301-274/+237
* Correct typos w/HGOTO_DONE & HGOTO_ERRORQuincey Koziol2020-08-101-20/+20
* Clean up private / package / static namespace issues (function naming, whichQuincey Koziol2020-08-061-443/+285
* Fixed some minor cmp callback bugs and cleaned warnings.Dana Robinson2020-04-171-3/+5
* fix for statement declare of typeAllen Byrne2019-09-301-26/+27
* Untangle #ifdef mess in ROS3 code.Dana Robinson2019-08-201-104/+7
* Fix compiler warnings with diabled ROS3 and HDFS VFDs.Jacob Smith2019-08-141-155/+237
* Add HD to string functions.Larry Knox2019-07-261-17/+17
* Squashed commit of the following:Larry Knox2019-07-251-0/+1847