rust/hg-core/src/dirstate_tree/on_disk.rs
Mon, 06 May 2024 13:07:02 +0200 Raphaël Gomès dirstate-v2: check that root nodes are at the root before writing stable
Mon, 06 May 2024 13:02:52 +0200 Raphaël Gomès dirstate-v2: add check of parent/child nodes being related when writing stable
Mon, 06 Nov 2023 11:02:18 +0100 Raphaël Gomès rust-clippy: ignore clippy's recommendation for "useless" cast
Tue, 07 Mar 2023 13:39:31 +0100 Dan Villiom Podlaski Christiansen rust: fix building on macOS (issue6801) stable
Thu, 02 Mar 2023 19:02:52 +0100 Pierre-Yves David branching: merge stable into default
Wed, 01 Mar 2023 16:48:09 +0100 Raphaël Gomès rhg: remember the inode of .hg/dirstate stable
Mon, 12 Dec 2022 17:08:12 +0100 Raphaël Gomès rust-dirstate: remember the data file uuid dirstate was loaded with stable
Tue, 28 Feb 2023 15:49:53 +0100 Raphaël Gomès dirstate-v2: add devel config option to control write behavior stable
Fri, 24 Feb 2023 18:21:54 +0100 Pierre-Yves David dirstate: use more than a bool to control append behavior stable
Thu, 08 Dec 2022 16:38:39 +0100 Raphaël Gomès rust-dirstate: trace append/no append to help debugging stable
Wed, 11 Jan 2023 16:29:29 +0100 Raphaël Gomès rhg-files: reuse centralized dirstate logic
Mon, 09 Jan 2023 19:18:43 +0100 Raphaël Gomès rust-clippy: fix most warnings in `hg-core`
Mon, 14 Nov 2022 15:20:48 +0100 Raphaël Gomès rust: remove newly redundant `use` statements with the 2021 edition prelude
Wed, 18 May 2022 09:50:39 +0100 Raphaël Gomès rust: add message to `DirstateV2ParseError` to give some context stable
Thu, 16 Jun 2022 15:20:48 +0200 Raphaël Gomès branching: merge stable into default
Wed, 08 Jun 2022 19:15:58 +0200 Raphaël Gomès rust-status: don't trigger dirstate v1 rewrite when only v2 data is changed stable
Wed, 04 May 2022 18:17:44 +0200 Raphaël Gomès branching: merge stable into default
Thu, 28 Apr 2022 17:15:35 +0200 Raphaël Gomès rust-dirstate-v2: fix the unused bytes counter when rewriting the dirstate stable
Mon, 25 Apr 2022 11:09:33 +0200 Raphaël Gomès branching: merge stable into default
Thu, 21 Apr 2022 14:47:13 +0200 Raphaël Gomès rust-dirstate-v2: save proper data size if no new data on append stable
Tue, 12 Apr 2022 17:26:23 +0200 Raphaël Gomès rust: use `entry.tracked()` directly
Tue, 29 Mar 2022 17:27:36 +0200 Raphaël Gomès rust: add `Debug` trait to a bunch of structs
Wed, 23 Mar 2022 17:38:59 +0100 Raphaël Gomès rust-dirstate: introduce intermediate struct for dirstate-v2 data
Tue, 18 Jan 2022 10:27:13 +0100 Raphaël Gomès branching: merge with stable
Thu, 30 Dec 2021 13:25:44 +0100 Dan Villiom Podlaski Christiansen rust: fix build errors on darwin stable
Fri, 14 Jan 2022 10:25:45 -0800 Martin von Zweigbergk rust: upgrade `rand*` crates
Thu, 30 Dec 2021 13:25:44 +0100 Dan Villiom Podlaski Christiansen rust: fix build errors on darwin
Fri, 17 Dec 2021 14:15:08 +0100 Simon Sapin dirstate-v2: Apply SECOND_AMBIGUOUS to directory mtimes too
Thu, 02 Dec 2021 15:10:03 +0100 Simon Sapin rhg: Add Repo::write_dirstate
Thu, 02 Dec 2021 12:05:36 +0100 Simon Sapin rhg: Add lazy/cached dirstate data file ID parsing on Repo
Mon, 29 Nov 2021 17:37:08 +0100 Simon Sapin rust: Serializing a DirstateMap does not mutate it anymore
Wed, 24 Nov 2021 04:43:57 +0100 Pierre-Yves David dirstate-item: make sure we load `mtime-second-ambiguous` from disk
Wed, 24 Nov 2021 05:00:06 +0100 Pierre-Yves David dirstate-item: make sure we set the mtime-second-ambiguous on v2 write
Wed, 24 Nov 2021 04:40:00 +0100 Pierre-Yves David dirstate-item: add a "second_ambiguous` flag in the mtime tuple
Wed, 20 Oct 2021 00:21:41 +0200 Pierre-Yves David dirstate-v2: reorder flag to group related one together
Tue, 19 Oct 2021 20:14:17 +0200 Pierre-Yves David dirstate-v2: read the fallback value in Rust
Tue, 19 Oct 2021 18:18:05 +0200 Pierre-Yves David dirstate-v2: adjust the meaning of directory flags
Wed, 13 Oct 2021 15:58:14 +0200 Simon Sapin dirstate-v2: actually use sub-second mtime precision
Tue, 19 Oct 2021 22:04:14 +0200 Pierre-Yves David dirstate-v2: add a new MTIME_SECOND_AMBIGUOUS flags
Mon, 18 Oct 2021 11:23:07 +0200 Simon Sapin dirstate: store mtimes with nanosecond precision in memory
Mon, 18 Oct 2021 10:56:54 +0200 Pierre-Yves David dirstate-v2: preserve the fallback values on disk
Mon, 18 Oct 2021 20:02:05 +0200 Pierre-Yves David dirstate: make DirstateItem constructor accept fallback value
Fri, 15 Oct 2021 16:33:19 +0200 Pierre-Yves David dirstate-v2: adds two flag to track the presence of some unrecorded files
Fri, 15 Oct 2021 16:12:00 +0200 Simon Sapin dirstate-v2: adds a flag to mark a file as modified
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
less more (0) -60 tip