log mercurial/httppeer.py @ 51845:cd72a88c5599 default tip

age author description
Mon, 29 Jul 2024 12:10:08 -0400 Matt Harbison httppeer: avoid another bad reference before assignment warning
Fri, 26 Jul 2024 21:59:34 -0400 Matt Harbison httppeer: move a variable to avoid a bad reference before assignment warning
Fri, 26 Jul 2024 21:54:07 -0400 Matt Harbison httppeer: simplify two-way stream cleanup
Wed, 11 Oct 2023 02:02:46 +0200 Pierre-Yves David branching: merge stable into default
Thu, 05 Oct 2023 14:47:42 -0300 Anton Shestakov httppeer: fix static-http: scheme autodetection (issue6833) stable
Fri, 01 Sep 2023 00:09:55 +0200 Pierre-Yves David pycompat: drop usage of hasattr/getattr/setattr/delatt proxy
Thu, 31 Aug 2023 23:56:15 +0200 Pierre-Yves David safehasattr: drop usage in favor of hasattr
Wed, 08 Mar 2023 14:23:43 +0100 Mathias De Mare clonebundles: add support for inline (streaming) clonebundles
Thu, 02 Feb 2023 17:28:07 +0100 Pierre-Yves David safehasattr: pass attribute name as string instead of bytes
Thu, 02 Feb 2023 17:27:58 +0100 Pierre-Yves David safehasattr: pass attribute name as string instead of bytes
Fri, 05 Apr 2019 01:17:15 +0200 Manuel Jacob hidden: add support for --remote-hidden to HTTP peer
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 00:24:28 +0100 Pierre-Yves David peer: get the `path` object down to the httppeer
Fri, 02 Dec 2022 18:19:59 +0100 Pierre-Yves David peer: pass the `path` object to `make_peer`