Tue, 01 Apr 2014 13:59:55 -0700 |
Pierre-Yves David |
localrepo: move the _changegroupsubset method in changegroup module
|
Wed, 12 Mar 2014 13:14:31 -0400 |
Augie Fackler |
changegroup: move from dict() construction to {} literals
|
Sat, 07 Sep 2013 21:20:00 +0200 |
Antoine Pitrou |
bundle: fix performance regression when bundling file changes (issue4031)
stable
|
Tue, 25 Jun 2013 13:23:12 -0700 |
Durham Goode |
bundle: move file chunk generation to it's own function
|
Wed, 19 Jun 2013 14:17:03 -0500 |
Matt Mackall |
changegroup: fix fastpath during commit
|
Thu, 30 May 2013 18:47:16 -0700 |
Durham Goode |
filelog: switch 'not len(filerevlog)' to 'not filerevlog'
|
Thu, 30 May 2013 17:51:13 -0700 |
Durham Goode |
bundle: refactor changegroup prune to be its own function
|
Fri, 10 May 2013 23:48:03 +0200 |
Benoit Boissinot |
bundle-ng: move progress handling out of the linkrev callback
|
Fri, 10 May 2013 23:14:54 +0200 |
Benoit Boissinot |
bundle-ng: simplify lookup and state handling
|
Fri, 10 May 2013 22:57:54 +0200 |
Sune Foldager |
bundle-ng: simplify bundle10.generate
|
Sun, 10 Feb 2013 16:03:20 +0100 |
Benoit Boissinot |
bundle-ng: move bundle generation to changegroup.py
|
Fri, 10 May 2013 21:35:49 +0200 |
Sune Foldager |
bundle-ng: move gengroup into bundler, pass repo object to bundler
|
Sat, 09 Feb 2013 23:42:03 +0100 |
Benoit Boissinot |
bundle-ng: add bundlecaps argument to getbundle() command
|
Fri, 10 May 2013 21:03:01 +0200 |
Sune Foldager |
bundle-ng: move group into the bundler
|
Fri, 10 May 2013 20:37:41 +0200 |
Benoit Boissinot |
bundle-ng: move bundler creation up in the stack
|
Sun, 29 Apr 2012 20:58:50 +0200 |
Michael Tjørnemark |
changegroup: decompress GZ algorithm in larger chunks for better performance
stable
|
Wed, 01 Jun 2011 12:38:46 +0200 |
Martin Geisler |
check-code: flag 0/1 used as constant Boolean expression
|
Sat, 30 Apr 2011 19:01:24 +0200 |
Benoit Boissinot |
unbundler: separate delta and header parsing
|
Sat, 30 Apr 2011 11:03:28 +0200 |
Benoit Boissinot |
changegroup: new bundler API
|
Sat, 30 Apr 2011 10:00:41 +0200 |
Benoit Boissinot |
bundler: make parsechunk return the base revision of the delta
|
Sat, 30 Apr 2011 14:22:03 +0200 |
Benoit Boissinot |
bundle: more comments about the different header types, remove useless if
|
Thu, 31 Mar 2011 15:24:06 -0500 |
Matt Mackall |
changegroup: introduce bundler objects
|
Mon, 28 Mar 2011 11:18:56 -0500 |
Matt Mackall |
changegroup: roll changegroup.collector into lookup functions
|
Tue, 22 Feb 2011 16:31:01 +0100 |
Jim Hague |
changegroup: fix typo introduced in 9f2c407caf34
stable
|
Tue, 22 Feb 2011 03:10:37 +0100 |
Mads Kiilerich |
changegroup: don't accept odd chunk headers
stable
|
Tue, 22 Feb 2011 03:03:39 +0100 |
Mads Kiilerich |
changegroup: verify all stream reads
stable
|
Tue, 22 Feb 2011 03:02:50 +0100 |
Mads Kiilerich |
changegroup: don't accept streams without proper termination
stable
|
Mon, 20 Sep 2010 16:14:05 -0500 |
Matt Mackall |
bundlerepo: restore close() method
|
Sun, 19 Sep 2010 13:12:45 -0500 |
Matt Mackall |
bundle: move chunk parsing into unbundle class
|
Sun, 19 Sep 2010 12:51:54 -0500 |
Matt Mackall |
bundle: get rid of chunkiter
|