Tue, 04 May 2021 14:18:06 +0200 |
Pierre-Yves David |
revlog: do not call Rust code if the index is not compatible with it
|
Mon, 29 Mar 2021 01:52:06 +0200 |
Joerg Sonnenberger |
node: replace nullid and friends with nodeconstants class
|
Mon, 29 Mar 2021 01:35:54 +0200 |
Joerg Sonnenberger |
setdiscovery: simplify by using tiprev directly
|
Wed, 17 Mar 2021 19:06:00 +0100 |
Pierre-Yves David |
setdiscovery: add a discovery.grow-sample.dynamic option
|
Wed, 17 Mar 2021 19:10:28 +0100 |
Pierre-Yves David |
setdiscovery: rearrange code deciding if we will grow the sample
|
Sun, 17 Jan 2021 23:21:33 +0100 |
Pierre-Yves David |
discovery: add config options to control sample size
|
Sat, 16 Jan 2021 01:02:03 +0100 |
Pierre-Yves David |
discovery: add a devel.discovery.exchange-heads
|
Sat, 16 Jan 2021 00:54:33 +0100 |
Pierre-Yves David |
discovery: move some debug output closer to were it belong
|
Sat, 16 Jan 2021 00:48:11 +0100 |
Pierre-Yves David |
discovery: add a discovery.grow-sample.rate
|
Sat, 16 Jan 2021 00:29:17 +0100 |
Pierre-Yves David |
discovery: add a `devel', b'discovery.grow-sample`
|
Fri, 11 Dec 2020 12:51:09 +0100 |
Pierre-Yves David |
debugdiscovery: display the number of roundtrip used
|
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, 10 Oct 2019 11:33:33 +0200 |
Georges Racinet |
py3-discovery: using plain str in stats dict
|
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
|
Sat, 27 Apr 2019 02:04:05 +0200 |
Pierre-Yves David |
discovery: replace "heads" by "changesets" in a output note (BC)
|
Sat, 17 Aug 2019 10:25:04 +0900 |
Yuya Nishihara |
py3: do not convert rust module/attribute names to bytes
|
Wed, 20 Feb 2019 09:04:54 +0100 |
Georges Racinet |
rust-discovery: using from Python code
|
Tue, 21 May 2019 17:44:15 +0200 |
Georges Racinet |
discovery: new devel.discovery.randomize option
|
Tue, 21 May 2019 17:43:55 +0200 |
Georges Racinet |
rust-discovery: optionally don't randomize at all, for tests
|
Wed, 05 Jun 2019 11:23:25 +0200 |
Pierre-Yves David |
discovery: be more conservative when adjusting the sample size
|
Thu, 08 Mar 2018 11:08:24 -0800 |
Martin von Zweigbergk |
setdiscovery: make progress on most connected groups each roundtrip
|
Tue, 21 May 2019 13:08:22 +0200 |
Pierre-Yves David |
discovery: slowly increase sampling size
|
Wed, 17 Apr 2019 14:37:06 +0200 |
Joerg Sonnenberger |
setdiscovery: fix a few typos
|
Tue, 16 Apr 2019 17:26:38 +0200 |
Pierre-Yves David |
setdiscovery: stop limiting the number of local head we initially send
|
Thu, 11 Apr 2019 18:10:07 +0200 |
Georges Racinet |
discovery: stop direct use of attribute of partialdiscovery
|
Thu, 14 Mar 2019 19:13:45 +0000 |
Pierre-Yves David |
discovery: fix embarrassing typo in slice definition
|
Thu, 07 Mar 2019 01:28:24 +0100 |
Pierre-Yves David |
discovery: clarify why the caching of children is valid
|
Thu, 28 Feb 2019 01:49:10 +0100 |
Pierre-Yves David |
discovery: explicitly use `undecided` for the children mapping
|