Multi-Hoster-Upload/lib
Administrator cd07f52916 🐛 fix: distinguish 'file not found' from 'file empty' error message
Previously, both missing files (fs.statSync throws) and 0-byte files
produced the same error "Datei ist leer (0 Bytes)". Now:
- Missing files: "Datei nicht gefunden"
- Empty files: "Datei ist leer (0 Bytes)"

Also adds 3 edge case tests (throttle consume(0), unlimited rate,
semaphore release-without-acquire). All 66 tests passing.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-21 15:20:37 +01:00
..
backup-crypto.js 🐛 fix: broken tests, empty password validation, asset URL check 2026-03-21 15:05:33 +01:00
config-store.js 🐛 fix: config race conditions, quit safety, update data loss 2026-03-21 10:20:07 +01:00
doodstream-upload.js 🐛 fix: upload button stuck, abort handling, filename escaping 2026-03-21 11:21:09 +01:00
folder-monitor.js 🐛 fix: folder monitor re-detect deleted files, atomic sync save 2026-03-21 13:31:54 +01:00
hosters.js 🐛 fix: upload button stuck, abort handling, filename escaping 2026-03-21 11:21:09 +01:00
remote-capture-preload.js debug: add IPC logging from capture window to main process 2026-03-12 08:46:18 +01:00
remote-capture.html fix: native resolution capture + correct click offset for title bar 2026-03-12 08:55:46 +01:00
remote-server.js 🐛 fix(remote): clean up auth timeout and client state on WebSocket error 2026-03-21 11:40:18 +01:00
semaphore.js test: add unit tests (41) and UI smoke tests (21), fix semaphore listener leak 2026-03-10 10:55:50 +01:00
throttle.js fix: multiple bugs found in deep code analysis 2026-03-11 04:16:50 +01:00
updater.js 🐛 fix: broken tests, empty password validation, asset URL check 2026-03-21 15:05:33 +01:00
upload-manager.js 🐛 fix: distinguish 'file not found' from 'file empty' error message 2026-03-21 15:20:37 +01:00
vidmoly-upload.js 🐛 fix: upload button stuck, abort handling, filename escaping 2026-03-21 11:21:09 +01:00
voe-upload.js 🐛 fix: batch-done resilience, input validation, VOE JSON parse 2026-03-21 11:52:13 +01:00