Borg/pkg/pwa
Claude aec9e598b2
Some checks failed
mkdocs / deploy (push) Failing after 37s
Go / build (push) Failing after 2s
Release / release (push) Failing after 2s
fix(pwa): add mutex around concurrent DataNode.AddData call
Race detector found concurrent writes to DataNode.files map
from download goroutines. Protect with the existing mutex.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-21 13:08:17 +00:00
..
pwa.go fix(pwa): add mutex around concurrent DataNode.AddData call 2026-02-21 13:08:17 +00:00
pwa_test.go feat: Add ChaCha20-Poly1305 encryption and decryption for TIM files (.stim), enhance CLI for encryption format handling (stim), and include metadata inspection support 2025-12-26 01:25:03 +00:00