log

age author description
Tue, 19 Jul 2016 11:00:32 -0500 Kevin Bullock convert: update use of deprecated bzrlib property stable
Tue, 19 Jul 2016 21:16:44 +0900 Yuya Nishihara hghave: fix typo of sslutil.supportedprotocols stable
Tue, 19 Jul 2016 03:29:53 -0700 Simon Farnsworth rebase: turn rebase revs into set before filtering obsolete stable
Mon, 18 Jul 2016 15:59:08 +0100 Jun Wu commandserver: update comment about setpgid stable
Sun, 17 Jul 2016 22:55:47 +0100 Jun Wu chg: forward SIGINT, SIGHUP to process group stable
Mon, 18 Jul 2016 23:31:51 -0500 Matt Mackall Added signature for changeset 519bb4f9d3a4 stable
Mon, 18 Jul 2016 23:31:50 -0500 Matt Mackall Added tag 3.9-rc for changeset 519bb4f9d3a4 stable
Mon, 18 Jul 2016 23:28:14 -0500 Matt Mackall merge default into stable for 3.9 code freeze stable 3.9-rc
Mon, 18 Jul 2016 22:22:38 +0200 Mads Kiilerich rbc: fix invalid rbc-revs entries caused by missing cache growth
Mon, 18 Jul 2016 22:21:42 +0200 Mads Kiilerich rbc: test case for cache file not growing correctly, causing bad new entries
Mon, 18 Jul 2016 18:55:06 +0100 Jun Wu chg: handle EOF reading data block
Mon, 18 Jul 2016 11:27:27 -0700 Gregory Szorc sslutil: more robustly detect protocol support
Mon, 11 Jul 2016 11:05:08 +0200 Maciej Fijalkowski osutil: add darwin-only version of os.listdir using cffi
Sun, 05 Jun 2016 12:29:08 +0900 Yuya Nishihara url: drop support for proxying HTTP (not HTTPS) over CONNECT tunneling
Sat, 21 May 2016 18:16:39 +0900 Yuya Nishihara chgserver: rename private functions and variables of chgunixservicehandler
Sun, 22 May 2016 14:06:37 +0900 Yuya Nishihara chgserver: refactor initialization of real/base addresses
Sun, 22 May 2016 14:05:34 +0900 Yuya Nishihara chgserver: reorder functions in chgunixservicehandler
Sat, 21 May 2016 18:15:20 +0900 Yuya Nishihara chgserver: use ui.debug() to print server debug messages
Sun, 05 Jun 2016 12:18:20 +0900 Yuya Nishihara ssl: remove special case of web.cacerts=! from remoteui()
Sun, 17 Jul 2016 15:13:51 -0700 Gregory Szorc bundle2: store changeset count when creating file bundles
Sun, 17 Jul 2016 15:10:30 -0700 Gregory Szorc util: implement a deterministic __repr__ on sortdict
Sun, 17 Jul 2016 14:51:00 -0700 Gregory Szorc bundle2: use a sorted dict for holding parameters
Fri, 15 Jul 2016 13:41:34 -0700 Gregory Szorc wireproto: extract repo filtering to standalone function
Thu, 14 Jul 2016 19:16:46 -0700 Gregory Szorc url: add distribution and version to user-agent request header (BC)
Sat, 16 Jul 2016 14:48:58 +0900 Yuya Nishihara commandserver: use SOMAXCONN as queue size of pending connections
Sat, 16 Jul 2016 14:46:31 +0900 Yuya Nishihara commandserver: rename _serveworker() to _runworker()
Sun, 22 May 2016 13:53:32 +0900 Yuya Nishihara commandserver: separate initialization and cleanup of forked process
Sat, 21 May 2016 18:14:13 +0900 Yuya Nishihara commandserver: unindent superfluous "if True" blocks
Sun, 17 Jul 2016 19:48:04 +0530 Pulkit Goyal pycompat: make pycompat demandimport friendly
Mon, 18 Jul 2016 08:55:30 +0100 Jun Wu run-tests: make --local set --with-chg if --chg is used