Serve empty directories, page cache

This commit is contained in:
Pascal Engélibert 2026-07-29 17:55:23 +02:00
commit ed769102de
12 changed files with 339 additions and 112 deletions

View file

@ -9,7 +9,8 @@ This file describes the internal storage formats used for persistent data.
File structure:
* Version (1 byte): `0x00`
* Time (8 bytes, big endian)
* Creation time (at which the repo was mirrored) (8 bytes, big endian)
* Update time (8 bytes, big endian)
* Title length (4 bytes, big endian) (may be zero)
* Title
* Repository URL length (4 bytes, big endian)