Mon, 13 Nov 2017 22:20:12 -0800 |
Gregory Szorc |
bundle2: avoid unbound read when seeking
|
file |
diff |
annotate
|
Mon, 13 Nov 2017 21:54:46 -0800 |
Gregory Szorc |
bundle2: inline struct operations
|
file |
diff |
annotate
|
Mon, 13 Nov 2017 21:48:35 -0800 |
Gregory Szorc |
bundle2: inline changegroup.readexactly()
|
file |
diff |
annotate
|
Mon, 13 Nov 2017 22:05:54 -0800 |
Gregory Szorc |
bundle2: inline debug logging
|
file |
diff |
annotate
|
Mon, 13 Nov 2017 21:10:37 -0800 |
Gregory Szorc |
bundle2: don't use seekable bundle2 parts by default (issue5691)
|
file |
diff |
annotate
|
Mon, 13 Nov 2017 20:12:00 -0800 |
Gregory Szorc |
bundle2: only seek to beginning of part in bundlerepo
|
file |
diff |
annotate
|
Mon, 13 Nov 2017 20:03:02 -0800 |
Gregory Szorc |
bundle2: implement consume() API on unbundlepart
|
file |
diff |
annotate
|
Sun, 12 Nov 2017 19:46:15 -0800 |
Gregory Szorc |
bundle2: implement generic part payload decoder
|
file |
diff |
annotate
|
Mon, 13 Nov 2017 19:22:11 -0800 |
Gregory Szorc |
bundle2: extract logic for seeking bundle2 part into own class
|
file |
diff |
annotate
|
Sat, 11 Nov 2017 16:48:40 -0800 |
Gregory Szorc |
bundle2: use os.SEEK_* constants
|
file |
diff |
annotate
|
Wed, 11 Oct 2017 07:13:02 +0200 |
Boris Feld |
phase: introduce a new 'check:phases' part
|
file |
diff |
annotate
|
Wed, 11 Oct 2017 10:36:59 -0700 |
Durham Goode |
bundle2: immediate exit for ctrl+c (issue5692)
|
file |
diff |
annotate
|
Tue, 26 Sep 2017 15:55:01 +0200 |
Boris Feld |
pull: remove inadequate use of operations records to update stepdone
|
file |
diff |
annotate
|
Sun, 24 Sep 2017 21:27:18 +0200 |
Boris Feld |
pull: use 'phase-heads' to retrieve phase information
|
file |
diff |
annotate
|
Wed, 20 Sep 2017 18:29:10 +0200 |
Boris Feld |
bundle2: only grab a transaction when 'phase-heads' affect the repository
|
file |
diff |
annotate
|
Tue, 19 Sep 2017 22:23:41 +0200 |
Boris Feld |
phases: move the binary decoding function in the phases module
|
file |
diff |
annotate
|
Tue, 19 Sep 2017 22:01:31 +0200 |
Boris Feld |
phases: move binary encoding into a reusable function
|
file |
diff |
annotate
|
Tue, 19 Sep 2017 22:08:09 +0200 |
Boris Feld |
phases: use a Struct object for binary encoding and decoding
|
file |
diff |
annotate
|
Tue, 19 Sep 2017 00:27:55 -0400 |
Augie Fackler |
bundle2: portably grab first byte of part name for letter check
|
file |
diff |
annotate
|
Mon, 18 Sep 2017 14:03:21 -0400 |
Augie Fackler |
bundle2: make ValueError messages native strings
|
file |
diff |
annotate
|
Mon, 18 Sep 2017 13:36:05 -0400 |
Augie Fackler |
bundle2: update check for a generator to work on Python 3
|
file |
diff |
annotate
|
Mon, 18 Sep 2017 13:35:43 -0400 |
Augie Fackler |
bundle2: stop using %r to quote part names
|
file |
diff |
annotate
|
Thu, 14 Sep 2017 10:20:05 -0700 |
Durham Goode |
bundle2: move part processing to a separate function
|
file |
diff |
annotate
|
Thu, 14 Sep 2017 10:20:05 -0700 |
Durham Goode |
bundle2: remove unnecessary try finally
|
file |
diff |
annotate
|
Thu, 14 Sep 2017 10:20:05 -0700 |
Durham Goode |
bundle2: move handler validation out of processpart
|
file |
diff |
annotate
|
Thu, 14 Sep 2017 10:20:05 -0700 |
Durham Goode |
bundle2: move processpart stream maintenance into part iterator
|
file |
diff |
annotate
|
Fri, 15 Sep 2017 18:37:29 -0400 |
Augie Fackler |
bundle2: raise a more helpful error if building a bundle part header fails
|
file |
diff |
annotate
|
Fri, 15 Sep 2017 18:38:36 -0400 |
Augie Fackler |
bundles: turn nbchanges int into a bytestr using pycompat.bytestr
|
file |
diff |
annotate
|
Wed, 13 Sep 2017 20:39:01 -0700 |
Durham Goode |
bundle2: move exception handling into part iterator
|
file |
diff |
annotate
|
Wed, 13 Sep 2017 17:16:50 -0700 |
Durham Goode |
bundle2: move part counter to partiterator
|
file |
diff |
annotate
|