Wed, 19 Feb 2025 23:18:17 +0100 |
Rapha?l Gom?s |
branching: merge stable into default
|
Thu, 06 Feb 2025 15:37:59 +0000 |
Arseniy Alekseyev |
sshpeer: fix another occurrence of short write handling
stable
|
Wed, 05 Feb 2025 16:49:43 +0000 |
Arseniy Alekseyev |
sshpeer: fix deadlock on short writes
stable
|
Sun, 05 Jan 2025 21:03:17 -0500 |
Matt Harbison |
pyupgrade: drop usage of py3 aliases for `OSError`
|
Mon, 16 Dec 2024 03:04:44 -0500 |
Matt Harbison |
typing: add type hints to `ipeercapabilities.capabilities()`
|
Mon, 16 Dec 2024 02:41:24 -0500 |
Matt Harbison |
interfaces: move peer `capabilities()` to the `ipeercapabilities` interface
|
Mon, 16 Sep 2024 15:36:44 +0200 |
Matt Harbison |
typing: add `from __future__ import annotations` to most files
|
Sat, 16 Mar 2024 18:37:07 -0300 |
Felipe Resende |
sshpeer: fix path when handling invalid url exception
stable
|
Fri, 01 Sep 2023 00:09:55 +0200 |
Pierre-Yves David |
pycompat: drop usage of hasattr/getattr/setattr/delatt proxy
|
Wed, 30 Aug 2023 11:50:01 +0200 |
Pierre-Yves David |
sshpeer: convert command name to sysstr before accessing method
|
Mon, 19 Jun 2023 15:48:03 +0200 |
Pierre-Yves David |
clone-bundle: drop the now unused `inlineclonebundles` capabilities
|
Wed, 08 Mar 2023 14:23:43 +0100 |
Mathias De Mare |
clonebundles: add support for inline (streaming) clonebundles
|
Sat, 13 Apr 2019 03:44:55 +0200 |
Manuel Jacob |
hidden: add support to explicitly access hidden changesets with SSH peers
|
Thu, 04 Apr 2019 18:07:30 +0200 |
Manuel Jacob |
pull: add --remote-hidden option and pass it through peer creation
|
Fri, 07 Apr 2023 15:42:49 +0200 |
Manuel Jacob |
peer: rename makepeer() ? _make_peer()
|
Sat, 03 Dec 2022 06:16:58 +0100 |
Pierre-Yves David |
peer: get the `path` object down to the sshpeer
|
Fri, 02 Dec 2022 18:19:59 +0100 |
Pierre-Yves David |
peer: pass the `path` object to `make_peer`
|
Sat, 03 Dec 2022 00:00:41 +0100 |
Pierre-Yves David |
peer: have a common constructor and use it
|
Fri, 02 Dec 2022 18:04:51 +0100 |
Pierre-Yves David |
peer: use a dedicated name for the `peer` constructor
|
Sat, 03 Dec 2022 03:45:45 +0100 |
Pierre-Yves David |
peer: stop having a `peer()` method on `peer()`
|
Mon, 21 Feb 2022 13:08:28 -0700 |
Gregory Szorc |
py3: use class X: instead of class X(object):
|
Thu, 03 Mar 2022 18:28:30 -0800 |
Gregory Szorc |
global: bulk replace simple pycompat.iteritems(x) with x.items()
|
Thu, 03 Mar 2022 17:34:00 +0100 |
Gregory Szorc |
py2: remove simple from __future__ statements
|
Tue, 07 Dec 2021 16:44:22 +0100 |
Rapha?l Gom?s |
exchangev2: remove it
|
Mon, 12 Apr 2021 03:01:04 +0200 |
Pierre-Yves David |
urlutil: extract `url` related code from `util` into the new module
|
Thu, 25 Mar 2021 18:02:08 +0100 |
Rapha?l Gom?s |
contributor: change mentions of mpm to olivia
|
Thu, 25 Feb 2021 10:00:08 -0500 |
Valentin Gatien-Baron |
sshpeer: don't fail forwarding output from closed connections
|
Mon, 15 Feb 2021 14:48:36 -0500 |
Valentin Gatien-Baron |
sshpeer: enable+fix warning about sshpeers not being closed explicitly
|
Mon, 15 Feb 2021 14:40:17 -0500 |
Valentin Gatien-Baron |
sshpeer: add a develwarning if an sshpeer is not closed explicitly
|
Mon, 15 Feb 2021 14:11:38 -0500 |
Valentin Gatien-Baron |
sshpeer: add a method to check if a doublepipe is closed
|