Mon, 20 Sep 2010 14:32:21 -0500 |
Matt Mackall |
bundle: encapsulate all bundle streams in unbundle class
|
Wed, 15 Sep 2010 11:06:22 +0200 |
Sune Foldager |
clone: only use stream when we understand the revlog format
|
Mon, 30 Aug 2010 14:38:24 +0200 |
Martin Geisler |
Consistently import foo as foomod when foo to avoid shadowing
|
Fri, 27 Aug 2010 13:32:40 -0400 |
Brodie Rao |
cleanup: remove unused variables
|
Wed, 25 Aug 2010 15:33:06 -0500 |
Matt Mackall |
bundle: unify/refactor unbundle/readbundle
|
Sun, 15 Aug 2010 11:05:04 +0200 |
Benoit Boissinot |
fix undefined variables, spotted by pylint
|
Tue, 20 Jul 2010 20:52:23 +0200 |
Dirkjan Ochtman |
protocol: move the streamclone implementation into wireproto
|
Tue, 20 Jul 2010 20:53:33 +0200 |
Dirkjan Ochtman |
protocol: wrap non-string protocol responses in classes
|
Fri, 16 Jul 2010 22:20:10 +0200 |
Dirkjan Ochtman |
protocol: extract compression from streaming mechanics
|
Fri, 16 Jul 2010 18:18:35 +0200 |
Dirkjan Ochtman |
protocol: rename send methods to get grouping by prefix
|
Fri, 16 Jul 2010 23:02:46 +0200 |
Dirkjan Ochtman |
protocol: do not translate error messages on the remote side
|
Fri, 16 Jul 2010 19:02:30 +0200 |
Dirkjan Ochtman |
protocol: use return shortcut instead of respond function
|
Fri, 16 Jul 2010 19:01:34 +0200 |
Dirkjan Ochtman |
protocol: command must be checked before passing in
|
Fri, 16 Jul 2010 00:52:13 +0200 |
Benoit Boissinot |
wireproto: refactor list of nodeid encoding / decoding
|
Thu, 15 Jul 2010 13:56:52 -0500 |
Matt Mackall |
protocol: unify server-side capabilities functions
|
Thu, 15 Jul 2010 11:24:42 -0500 |
Matt Mackall |
protocol: unify unbundle on the server side
|
Wed, 14 Jul 2010 17:12:18 -0500 |
Matt Mackall |
protocol: unify client unbundle support
|
Wed, 14 Jul 2010 17:09:31 -0500 |
Matt Mackall |
protocol: unify client changegroup methods
|
Wed, 14 Jul 2010 16:55:44 -0500 |
Matt Mackall |
protocol: unify stream_out client code
|
Wed, 14 Jul 2010 16:35:51 -0500 |
Matt Mackall |
protocol: unify basic http client requests
|
Wed, 14 Jul 2010 16:34:57 -0500 |
Matt Mackall |
protocol: move basic ssh client commands to wirerepository
|
Wed, 14 Jul 2010 16:19:27 -0500 |
Matt Mackall |
protocol: unify stream_out command
|
Wed, 14 Jul 2010 15:43:20 -0500 |
Matt Mackall |
protocol: unify changegroup commands
|
Wed, 14 Jul 2010 15:33:21 -0500 |
Matt Mackall |
protocol: add proto to method prototypes
|
Wed, 14 Jul 2010 15:25:15 -0500 |
Matt Mackall |
protocol: introduce wireproto.py
|