Serve empty directories, page cache
This commit is contained in:
parent
fbf3d7640a
commit
ed769102de
12 changed files with 339 additions and 112 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue