Commit Graph

4 Commits

Author SHA1 Message Date
35e4a6fc46 feat: implement chunked upload handler and update config validation for session timeout 2025-07-17 18:05:59 +02:00
6a90fa6e30 Implement network switching improvements for HMAC file server
- Added support for chunked and resumable uploads to enhance resilience against network interruptions.
- Introduced a new upload session management system to track progress and handle retries.
- Enhanced connection management with improved timeout settings for mobile networks.
- Implemented network change detection and handling to pause and resume uploads seamlessly.
- Developed client-side retry logic for uploads to improve reliability.
- Updated configuration options to enable new features and set recommended defaults for timeouts and chunk sizes.
- Created integration layer to add new features without modifying existing core functionality.
- Established a network resilience manager to monitor network changes and manage active uploads.
2025-07-17 18:00:14 +02:00
16f50940d0 release: hmac-file-server 3.2 2025-06-13 04:24:11 +02:00
d192f9fbc4 Initial commit 2024-11-28 10:25:46 +01:00