mercurial/httppeer.py
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`
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()`
Sun, 29 May 2022 15:17:27 +0200 Manuel Jacob py3: replace `pycompat.xrange` by `range`
Mon, 21 Feb 2022 13:08:28 -0700 Gregory Szorc py3: use class X: instead of class X(object):
Mon, 21 Feb 2022 10:25:53 -0700 Gregory Szorc httppeer: inline simplified _reqdata()
Thu, 03 Mar 2022 17:34:00 +0100 Gregory Szorc py2: remove simple from __future__ statements
Wed, 02 Mar 2022 10:24:49 -0500 Augie Fackler cleanup: directly use concurrent.futures instead of via pycompat
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
Tue, 09 Feb 2021 09:37:39 -0800 Martin von Zweigbergk wireprotopeer: clarify some variable names now that we allow snake_case
Fri, 04 Dec 2020 12:42:23 +0100 Raphaël Gomès wireprotov2: re-add tuple around `bundle2` check
Fri, 27 Nov 2020 17:03:29 -0500 Augie Fackler formating: upgrade to black 20.8b1
Fri, 08 Nov 2019 11:19:20 -0800 Augie Fackler cleanup: remove pointless r-prefixes on single-quoted strings
Thu, 07 Nov 2019 13:18:19 -0500 Augie Fackler cleanup: remove pointless r-prefixes on double-quoted strings
Tue, 08 Oct 2019 15:06:18 -0700 Martin von Zweigbergk cleanup: join string literals that are already on one line
Sun, 06 Oct 2019 16:55:18 -0400 Gregory Szorc py3: manually import getattr where it is needed
Sun, 06 Oct 2019 09:48:39 -0400 Augie Fackler formatting: byteify all mercurial/ and hgext/ string literals
Sun, 06 Oct 2019 09:45:02 -0400 Augie Fackler formatting: blacken the codebase
Wed, 04 Sep 2019 14:35:39 -0700 Martin von Zweigbergk httppeer: use context manager when reading temporary bundle to send
Wed, 04 Sep 2019 10:42:26 -0700 Martin von Zweigbergk httppeer: use context manager when writing temporary bundle to send
Sun, 18 Aug 2019 02:28:42 +0300 Pulkit Goyal interfaceutil: move to interfaces/
Sun, 18 Aug 2019 00:45:33 +0300 Pulkit Goyal interfaces: create a new folder for interfaces and move repository.py in it
Wed, 17 Apr 2019 17:56:30 +0200 Pierre-Yves David peer: introduce a limitedarguments attributes
Tue, 22 Jan 2019 16:58:48 -0800 Gregory Szorc httppeer: use %s for formatting
Mon, 29 Oct 2018 16:23:42 -0400 Augie Fackler http: work around custom http client classes that refuse extra attrs stable
Wed, 03 Oct 2018 13:07:28 -0700 Gregory Szorc httppeer: expose API descriptor on httpv2peer
Mon, 08 Oct 2018 17:00:16 -0700 Gregory Szorc wireprotov2: send protocol settings frame from client
Thu, 04 Oct 2018 17:17:57 -0700 Gregory Szorc wireprotov2: pass ui into clientreactor and serverreactor
Mon, 01 Oct 2018 13:17:38 -0700 Gregory Szorc httppeer: report http statistics
Wed, 26 Sep 2018 18:08:08 -0700 Gregory Szorc wireprotov2: client support for following content redirects
Wed, 26 Sep 2018 15:02:19 -0700 Gregory Szorc wireprotov2: client support for advertising redirect targets
Wed, 26 Sep 2018 15:53:49 -0700 Gregory Szorc wireprotov2: change name and behavior of readframe()
Wed, 26 Sep 2018 16:07:59 -0700 Gregory Szorc url: move _wraphttpresponse() from httpeer
Wed, 12 Sep 2018 10:01:16 -0700 Gregory Szorc wireprotov2: define and implement "changesetdata" command
Wed, 12 Sep 2018 09:58:23 -0700 Gregory Szorc exchangev2: start to implement pull with wire protocol v2
Tue, 21 Aug 2018 15:33:11 -0700 Gregory Szorc httppeer: expose capabilities for each command
Tue, 11 Sep 2018 17:11:32 -0700 Gregory Szorc hg: allow extra arguments to be passed to repo creation (API)
Sat, 08 Sep 2018 21:58:51 +0800 Anton Shestakov httppeer: use util.readexactly() to abort on incomplete responses
Sat, 08 Sep 2018 23:57:07 +0800 Anton Shestakov httppeer: calculate total expected bytes correctly
Tue, 28 Aug 2018 15:10:56 -0700 Gregory Szorc httppeer: use our CBOR decoder
Wed, 22 Aug 2018 10:25:47 -0700 Gregory Szorc httppeer: add TODO about delayed handling of ^C
Fri, 31 Aug 2018 08:57:14 -0700 Gregory Szorc httppeer: log commands for version 2 peer
Wed, 01 Aug 2018 13:00:45 -0700 Gregory Szorc global: use pycompat.xrange()
Fri, 29 Jun 2018 14:14:35 -0700 Martin von Zweigbergk httppeer: fix use of uninitialized variable with devel logging
Wed, 06 Jun 2018 13:31:24 -0400 Augie Fackler merge with stable
Sat, 26 May 2018 12:14:04 +0900 Yuya Nishihara py3: wrap tempfile.mkstemp() to use bytes path
less more (0) -100 -60 tip