Multi-Hoster-Upload/lib
Administrator 25a6b77650 fix: multiple bugs found in deep code analysis
- Guard startBatch against null uploadManager in nextTick (race on fast cancel)
- Fix updateSettings not creating globalThrottle when none existed at start
- Fix updateSettings not updating globalSemaphore limit live
- Fix retry pause: 2500ms → 3000ms as intended
- Remove dead isError code in history (was always false after continue)
- Add signal.aborted check in API upload generator (hosters.js)
- Add extra signal check in throttle consume loop for faster abort
- Fix doodstream debug log path (process.cwd → __dirname)
- Fix updater fetchJson signal listener leak
- Make progress column sortable in queue table

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-11 04:16:50 +01:00
..
config-store.js fix: atomic config writes to prevent data loss on update/crash 2026-03-11 04:06:41 +01:00
doodstream-upload.js fix: multiple bugs found in deep code analysis 2026-03-11 04:16:50 +01:00
hosters.js fix: multiple bugs found in deep code analysis 2026-03-11 04:16:50 +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: multiple bugs found in deep code analysis 2026-03-11 04:16:50 +01:00
upload-manager.js fix: multiple bugs found in deep code analysis 2026-03-11 04:16:50 +01:00
vidmoly-upload.js fix: vidmoly redirect loop, body leak, update error handling, submenu overflow 2026-03-10 14:11:03 +01:00
voe-upload.js fix(voe): use 2-step CDN upload flow + add health check 2026-03-11 00:16:37 +01:00