log

age author description
Mon, 26 Mar 2018 14:34:32 -0700 Gregory Szorc wireproto: use CBOR for command requests
Mon, 26 Mar 2018 10:50:36 -0700 Gregory Szorc wireproto: define frame to represent progress updates
Wed, 28 Mar 2018 15:05:39 -0700 Gregory Szorc wireproto: syntax for encoding CBOR into frames
Mon, 26 Mar 2018 13:59:56 -0700 Gregory Szorc wireproto: explicit API to create outgoing streams
Mon, 26 Mar 2018 11:00:16 -0700 Gregory Szorc wireproto: add streams to frame-based protocol
Wed, 04 Apr 2018 10:35:09 -0400 Augie Fackler Added signature for changeset 7de7bd407251 stable
Wed, 04 Apr 2018 10:35:09 -0400 Augie Fackler Added tag 4.5.3 for changeset 7de7bd407251 stable
Mon, 26 Mar 2018 13:57:22 -0700 Gregory Szorc wireproto: start to associate frame generation with a stream
Mon, 26 Mar 2018 13:51:22 -0700 Gregory Szorc tests: fix duplicate and failing test
Mon, 02 Apr 2018 16:47:53 -0700 Gregory Szorc debugcommands: drop offset and length from debugindex by default
Mon, 02 Apr 2018 16:28:20 -0700 Gregory Szorc debugcommands: drop base revision from debugindex
Mon, 02 Apr 2018 16:24:57 -0700 Gregory Szorc tests: use debugdeltachain where appropriate
Mon, 02 Apr 2018 15:55:50 -0700 Gregory Szorc tests: don't use revlog paths in tests
Sat, 17 Mar 2018 21:03:16 +0900 Yuya Nishihara templater: define interface for objects requiring unwrapvalue()
Fri, 23 Mar 2018 21:40:16 +0900 Yuya Nishihara templater: extract private function to evaluate generator to byte string