Files
aptly/api
André Roth c63324756b s3: fix pathCache race condition
Make sure pathCache is properly locked for concurrent access.

Add RWMutex to the PublishedStorage struct:
- Cache initialization
  Read-lock to test for nil, then write-lock with a second nil check before populating
- Cache reads
  RLock/RUnlock, allowing concurrent readers
- Cache writes / deletes
  Lock/Unlock
2026-06-19 12:53:44 +02:00
..
2026-06-18 18:18:31 +02:00
2025-08-20 19:41:26 +02:00
2025-04-26 13:29:50 +02:00
2024-10-01 01:07:09 +02:00
2026-01-11 14:26:56 +01:00
2026-06-18 21:34:55 +02:00
2026-06-17 23:39:26 +02:00
2026-04-26 17:44:25 +02:00
2026-05-04 11:35:55 +02:00
2024-12-11 10:40:44 +01:00
2026-06-18 13:38:03 +02:00
2023-02-20 13:42:50 +01:00
2026-04-26 18:37:36 +02:00
2026-06-13 14:47:58 +02:00
2024-12-11 11:19:46 +01:00
2026-06-13 14:48:01 +02:00
2026-06-18 21:34:55 +02:00
2026-06-18 13:38:03 +02:00
2026-06-19 12:53:44 +02:00
2026-06-13 14:47:58 +02:00
2024-12-11 10:40:44 +01:00
2024-12-11 11:19:46 +01:00