JacobBarthelmeh
dc4df8dfdf
keep a list of file handles open per session
...
- Track open SFTP file handles per session in a fileList, returning
opaque session-scoped handle IDs instead of raw file descriptors.
- Resolve and validate client-supplied handle IDs via FindFileHandle.
- Free the handle list and close handles on error paths, including the
Windows code paths.
- Drop the old raw-fd SFTP_ValidateFileHandle/STOREHANDLE handle table
and its tests, superseded by the per-session ID lookup.
2026-06-22 20:11:36 -07:00
John Safranek
8951bd9209
Release v1.4.22
...
1. Update copyright date to 2026.
2025-12-29 16:53:33 -08:00
JacobBarthelmeh
abc4e27e3c
refactor internal handle list and set filesystem override priority
2025-06-13 16:32:06 -06:00
Lealem Amedie
a87fe3fce5
Updates to STM32Cube Pack
2024-05-02 16:33:43 -06:00
John Safranek
1736a4cabf
Update Copyright Date
...
1. Bring all copyright dates up to 2024.
2. Fix a few files with incorrect licensing.
2024-03-22 12:17:09 -07:00
Lealem Amedie
66e19b74d4
Document Cube Pack dependencies
2023-05-03 14:56:52 -06:00
John Safranek
95bcc4541c
Release v1.4.13
...
1. Update the copyright year in all file header comments.
2. Update the STM32CUBE files to use the correct GPL headers.
2023-04-03 10:41:10 -07:00
Lealem Amedie
29ea1af2fb
Note how to resolve possible error
2023-04-03 09:37:28 -06:00
Lealem Amedie
682e74fb40
CubePack: Better USER_IO support & cleanup warnings
2023-03-31 15:08:24 -06:00
Lealem Amedie
360abcfa09
Addressing feedback
2023-03-29 14:45:38 -06:00
Lealem Amedie
f5b551c644
Address feedback & add more relevant files
2023-03-24 13:42:03 -06:00
Lealem Amedie
d0f45f4a2a
Initial support for STM32Cube
2023-03-21 17:20:27 -06:00