Files
restic/internal
Matthias Dötsch 905ca56ee8 Address review feedback on #21937:
- addToPacks now returns uint32 directly and the value is passed through
  store() to indexMap.add unchanged, instead of casting between int and
  uint32.
- merge() appends idx2.packs to idx.packs without going through
  addToPacks, so it now checks the pack count against the uint32 limit
  itself + error if exceeded.
- optimize changelog message
2026-07-13 07:25:08 +02:00
..
2026-06-13 19:53:13 +02:00
2025-11-30 11:53:23 +01:00
2026-07-05 16:27:43 +02:00
2025-03-22 18:20:30 +00:00
2026-06-13 16:53:30 +02:00