log

age author description
Mon, 04 Nov 2024 15:28:32 +0100 Raphaël Gomès rust: remove `atty` dependency default tip
Mon, 04 Nov 2024 15:33:17 +0100 Raphaël Gomès rust: update `env_logger` dependency
Mon, 04 Nov 2024 15:23:41 +0100 Raphaël Gomès rust: update `clap` to the latest 4.x version
Mon, 04 Nov 2024 15:17:54 +0100 Raphaël Gomès rust: fix `cargo doc` warnings
Mon, 04 Nov 2024 13:43:36 +0100 Raphaël Gomès rust-compression: move the `Send` bound to the `Compressor` trait
Mon, 04 Nov 2024 12:10:22 +0100 Raphaël Gomès rust-inner-revlog: cache the compressor
Mon, 04 Nov 2024 11:26:41 +0100 Raphaël Gomès rust-lib: remove exports for not too common pattern-related types
Mon, 04 Nov 2024 11:21:43 +0100 Raphaël Gomès rust-lib: move `PatternError` to the `filepatterns` module
Mon, 04 Nov 2024 11:18:36 +0100 Raphaël Gomès rust-lib: move `Dirstate*Error` to the `dirstate` module
Mon, 04 Nov 2024 11:13:05 +0100 Raphaël Gomès rust-lib: only export very common types to the top of the crate
Mon, 04 Nov 2024 11:07:05 +0100 Raphaël Gomès rust-dirstate: remove star exports
Mon, 04 Nov 2024 11:00:58 +0100 Raphaël Gomès rust-dirstate: merge `dirstate_tree` module into `dirstate`
Mon, 04 Nov 2024 10:38:17 +0100 Raphaël Gomès rust-revlog: rename `end` to `data_end`
Mon, 04 Nov 2024 10:37:42 +0100 Raphaël Gomès rust-revlog: rename `start` to `data_start`
Mon, 04 Nov 2024 10:36:45 +0100 Raphaël Gomès rust-revlog: rename `length` to `data_compressed_length`
Tue, 29 Oct 2024 12:03:55 +0100 Raphaël Gomès rust-vfs: rename `open` to `open_write` and `open_read` to `open`
Tue, 29 Oct 2024 11:41:27 +0100 Raphaël Gomès rust-status: fix a future compilation error
Tue, 29 Oct 2024 11:35:41 +0100 Raphaël Gomès rust-cpython: remove outdated test
Tue, 29 Oct 2024 11:35:01 +0100 Raphaël Gomès rust: fix clippy lints
Tue, 29 Oct 2024 11:00:04 +0100 Raphaël Gomès rust: normalize `_for_unchecked_rev` naming among revlogs and the index
Tue, 12 Nov 2024 12:45:23 +0100 Pierre-Yves David ci: add a small script one can run to purge older pipeline
Mon, 11 Nov 2024 21:25:03 -0500 Matt Harbison sslutil: bump the default minimum TLS version of the client to 1.2 (BC)
Mon, 11 Nov 2024 13:03:13 -0500 Matt Harbison help: modernize the help text for `hostsecurity.minimumprotocol`
Mon, 11 Nov 2024 12:08:26 -0500 Matt Harbison tests: stop killing (most) https servers individually
Mon, 21 Dec 2020 20:21:46 -0500 Matt Harbison sslutil: add support for clients to set TLSv1.3 as the minimum protocol
Mon, 21 Dec 2020 13:50:25 -0500 Matt Harbison run-tests: add a 4th `HGPORT` value
Mon, 11 Nov 2024 12:32:04 -0500 Matt Harbison sslutil: drop the unused `commonssloptions()`
Wed, 20 Nov 2024 16:31:40 -0500 Matt Harbison sslutil: de-indent the Python 3.7+ code from the previous commit
Fri, 08 Nov 2024 19:48:06 -0500 Matt Harbison sslutil: drop support for Python prior to 3.7
Tue, 12 Nov 2024 23:20:04 +0100 Raphaël Gomès rust-manifest: use `memchr` crate for all byte-finding needs