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
|
Mon, 28 Jun 2021 15:41:50 +0200 |
Simon Sapin |
dirstate-v2: Use 32-bit integers instead of 64-bit for offsets
|
Thu, 24 Jun 2021 21:54:14 +0200 |
Simon Sapin |
status: Extend read_dir caching to directories with ignored files
|
Wed, 02 Jun 2021 11:25:18 +0200 |
Simon Sapin |
dirstate-v2: Store a hash of ignore patterns (.hgignore)
|
Tue, 25 May 2021 09:20:30 +0200 |
Simon Sapin |
rhg: Add support for dirstate-v2
|
Mon, 31 May 2021 19:54:41 +0200 |
Simon Sapin |
dirstate-v2: Add --dirs to debugdirstate command
|
Fri, 28 May 2021 11:48:59 +0200 |
Simon Sapin |
dirstate-v2: Skip readdir in status based on directory mtime
|
Thu, 27 May 2021 18:40:54 +0200 |
Simon Sapin |
dirstate-v2: Allow tree nodes without an entry to store a timestamp
|
Wed, 19 May 2021 13:15:00 +0200 |
Simon Sapin |
dirstate-v2: Parse the dirstate lazily, with copy-on-write nodes
|
Wed, 19 May 2021 13:15:00 +0200 |
Simon Sapin |
dirstate-v2: Make the dirstate bytes buffer available in more places
|
Wed, 19 May 2021 13:15:00 +0200 |
Simon Sapin |
dirstate-v2: Make more APIs fallible, returning Result
|
Wed, 19 May 2021 13:15:00 +0200 |
Simon Sapin |
dirstate-v2: Add a zero-size error type for dirstate v2 parse errors
|
Wed, 19 May 2021 13:15:00 +0200 |
Simon Sapin |
dirstate-tree: Add `NodeRef` and `ChildNodesRef` enums
|
Wed, 19 May 2021 13:15:00 +0200 |
Simon Sapin |
dirstate-tree: Downgrade `&mut Node` to `&Node` in status and serialization
|
Wed, 19 May 2021 13:15:00 +0200 |
Simon Sapin |
dirstate-tree: Remove DirstateMap::iter_node_data_mut
|
Wed, 19 May 2021 13:15:00 +0200 |
Simon Sapin |
dirstate-v2: Change the on-disk format to be tree-shaped
|
Wed, 19 May 2021 13:15:00 +0200 |
Simon Sapin |
dirstate-v2: Change the on-disk format when the requirement is enabled
|