log mercurial/changegroup.py @ 17885:9a2cf955db84 stable

age author description
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
Sun, 19 Sep 2010 12:38:44 -0500 Matt Mackall bundle: refactor progress callback
Sat, 18 Sep 2010 18:20:34 -0500 Matt Mackall bundle: make getchunk() a method
Fri, 17 Sep 2010 19:24:29 -0500 Matt Mackall bundlerepo: use bundle objects everywhere
Fri, 17 Sep 2010 19:02:32 -0500 Matt Mackall bundle: make unbundle object seekable
Fri, 17 Sep 2010 19:02:26 -0500 Matt Mackall bundle: push chunkbuffer down into decompress
Wed, 25 Aug 2010 16:55:54 -0500 Matt Mackall bundlerepo: remove duplication of bundle decompressors
Wed, 25 Aug 2010 16:53:06 -0500 Matt Mackall bundle: introduce bundle class
Wed, 25 Aug 2010 15:33:06 -0500 Matt Mackall bundle: unify/refactor unbundle/readbundle
Wed, 25 Aug 2010 15:33:05 -0500 Matt Mackall bundle: factor out decompressor
Thu, 22 Jul 2010 14:34:37 +0200 Benoit Boissinot changegroup*(): use set instead of dict
Sun, 07 Feb 2010 12:00:40 -0600 Augie Fackler localrepo: show indeterminate progress for incoming data
Sun, 07 Feb 2010 09:58:41 +0100 Dirkjan Ochtman localrepo: unify changegroup and changegroupsubset code paths a bit
Tue, 19 Jan 2010 22:20:08 -0600 Matt Mackall Update license to GPLv2+ stable
Tue, 08 Sep 2009 17:58:59 -0400 Greg Ward Improve some docstrings relating to changegroups and prepush().
Wed, 08 Jul 2009 23:17:10 +0200 Martin Geisler typos: "it's" -> "its"