real-debrid-downloader/src/main
Sucukdeluxe e013c63c59
Some checks are pending
Build and Release / build (push) Waiting to run
Fix long path extraction using subst drive mapping instead of \?\ prefix
WinRAR doesn't support \?\ prefix (interprets it as UNC network path).
Replace with subst drive mapping: maps targetDir to a short drive letter
(Z:, Y:, etc.) before extraction, then removes mapping after. This keeps
total paths under 260 chars even when archives contain deep internal
directory structures.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-02 20:32:23 +01:00
..
app-controller.ts Add retry extraction context menu, increase error text limit 2026-03-02 20:15:00 +01:00
cleanup.ts Async FS optimizations, exponential backoff, cleanup dedup and release v1.4.72 2026-03-01 21:53:07 +01:00
constants.ts Add persistent all-time download counter, session vs total stats 2026-03-02 19:00:17 +01:00
container.ts Release v1.4.37 with DLC filenames, instant delete, version display 2026-03-01 02:12:06 +01:00
debrid.ts Detect dead links as permanent errors, fix last-episode extraction race 2026-03-02 15:28:23 +01:00
debug-server.ts Fix hybrid extraction skipping archives when item status stuck 2026-03-02 10:36:08 +01:00
download-manager.ts Add retry extraction context menu, increase error text limit 2026-03-02 20:15:00 +01:00
extractor.ts Fix long path extraction using subst drive mapping instead of \?\ prefix 2026-03-02 20:32:23 +01:00
integrity.ts Release v1.4.31 with full bug-audit hardening 2026-03-01 00:33:26 +01:00
link-parser.ts Release v1.4.29 with downloader and API safety hardening 2026-02-28 21:31:42 +01:00
logger.ts Async FS optimizations, exponential backoff, cleanup dedup and release v1.4.72 2026-03-01 21:53:07 +01:00
main.ts Add retry extraction context menu, increase error text limit 2026-03-02 20:15:00 +01:00
mega-web-fallback.ts Detect dead links as permanent errors, fix last-episode extraction race 2026-03-02 15:28:23 +01:00
realdebrid.ts Release v1.4.31 with full bug-audit hardening 2026-03-01 00:33:26 +01:00
storage.ts Add persistent all-time download counter, session vs total stats 2026-03-02 19:00:17 +01:00
update.ts Fix update retry: reset abort controller on early return errors 2026-03-02 18:06:11 +01:00
utils.ts Release v1.4.31 with full bug-audit hardening 2026-03-01 00:33:26 +01:00