rust/hg-core/src/dirstate_tree/on_disk.rs
Thu, 14 Oct 2021 16:39:16 +0200 Simon Sapin dirstate-v2: Separate HAS_FILE_MTIME and HAS_DIRECTORY_MTIME flags
Thu, 14 Oct 2021 16:06:31 +0200 Simon Sapin dirstate-v2: Extend node flags to 16 bits
Sun, 03 Oct 2021 13:18:03 +0200 Simon Sapin dirstate-v2: initial Python parser
Wed, 13 Oct 2021 17:32:52 +0200 Simon Sapin dirstate-v2: Add storage space for nanoseconds precision in file mtimes
Sun, 03 Oct 2021 13:14:43 +0200 Simon Sapin dirstate-v2: Name a constant in the Rust implementation
Tue, 12 Oct 2021 17:57:57 +0200 Simon Sapin dirstate-v2: Replace the 32-bit `mode` field with two bits
Mon, 11 Oct 2021 18:37:21 +0200 Simon Sapin dirstate-v2: Store unsigned integers inside DirstateEntry
Tue, 12 Oct 2021 16:38:13 +0200 Simon Sapin dirstate-v2: Truncate directory mtimes to 31 bits of seconds
Tue, 12 Oct 2021 16:20:05 +0200 Simon Sapin dirstate-v2: Separate Rust structs for Timestamp and PackedTimestamp
Mon, 11 Oct 2021 22:19:42 +0200 Simon Sapin dirstate-v2: Change the representation of negative directory mtime
Tue, 12 Oct 2021 15:29:05 +0200 Simon Sapin dirstate-v2: Only convert from SystemTime to Timestamp and not back
Fri, 08 Oct 2021 12:57:24 +0200 Simon Sapin dirstate-v2: Swap the order of size and mtime on disk
Mon, 11 Oct 2021 18:23:17 +0200 Simon Sapin dirstate-v2: Document flags/mode/size/mtime fields of tree nodes
Fri, 01 Oct 2021 12:17:09 +0200 Simon Sapin dirstate-v2: Add internal documentation
Fri, 01 Oct 2021 12:27:17 +0200 Simon Sapin dirstate-v2: Move data file info in the docket closer together
Fri, 01 Oct 2021 18:49:33 +0200 Simon Sapin dirstate-v2: Store a bitfield on disk instead of v1-like state
Fri, 17 Sep 2021 13:33:45 +0200 Simon Sapin rust: Make the fields of DirstateEntry private
Mon, 26 Jul 2021 10:26:45 +0200 Simon Sapin dirstate-v2: Remove the `.d` suffix in data file names
Fri, 16 Jul 2021 16:19:31 +0200 Simon Sapin dirstate-v2: Reserve a few bytes of space for future extensions
Thu, 15 Jul 2021 23:02:17 +0200 Simon Sapin dirstate-v2: Move fixed-size tree metadata into the docket file
Thu, 08 Jul 2021 19:23:44 +0200 Simon Sapin dirstate-v2: Add heuristic for when to create a new data file
Thu, 15 Jul 2021 10:31:43 +0200 Simon Sapin dirstate-v2: Reuse existing paths when appending to a data file
Thu, 15 Jul 2021 08:53:03 +0200 Simon Sapin dirstate-v2: Reuse existing nodes when appending to a data file
Tue, 13 Jul 2021 17:18:23 +0200 Simon Sapin dirstate-v2: Support appending to the same data file
Tue, 13 Jul 2021 09:44:44 +0200 Simon Sapin dirstate-v2: shrink on-disk path lengths to 16-bits
Mon, 12 Jul 2021 23:05:56 +0200 Simon Sapin dirstate-v2: Rename Header to Root, move it to the end of the data file
Mon, 12 Jul 2021 22:46:52 +0200 Simon Sapin dirstate-v2: Enforce data size read from the docket file
Thu, 08 Jul 2021 12:18:21 +0200 Simon Sapin dirstate-v2: Introduce a docket file
Thu, 01 Jul 2021 18:51:18 +0200 Simon Sapin rust: Document the DirstateMapMethods trait
Mon, 28 Jun 2021 16:50:19 +0200 Simon Sapin dirstate-tree: Keep a counter of descendant nodes that have an entry
less more (0) -30 tip