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
Mon, 18 Jul 2016 08:45:46 +0100 Jun Wu run-tests: allow --local to set multiple attributes
Sun, 17 Jul 2016 23:05:59 +0100 Jun Wu chg: add pgid to hgclient struct
Sun, 17 Jul 2016 22:56:05 +0100 Jun Wu commandserver: send pgid in hello message
Sun, 17 Jul 2016 11:28:01 -0700 Gregory Szorc tests: update test certificate generation instructions
Sun, 17 Jul 2016 11:03:08 -0700 Gregory Szorc sslutil: move comment about protocol constants
Sun, 17 Jul 2016 10:59:32 -0700 Gregory Szorc sslutil: support defining cipher list
Sun, 17 Jul 2016 10:50:51 -0700 Gregory Szorc hghave: add test for Python 2.7+
Sat, 16 Jul 2016 15:06:19 +0800 Anton Shestakov spartan: make different blocks of annotated lines have different colors
Sat, 16 Jul 2016 15:06:04 +0800 Anton Shestakov monoblue: make different blocks of annotated lines have different colors
Sat, 16 Jul 2016 15:00:36 +0800 Anton Shestakov gitweb: make different blocks of annotated lines have different colors
Sat, 16 Jul 2016 14:49:07 +0800 Anton Shestakov paper: make different blocks of annotated lines have different colors
Fri, 20 May 2016 09:47:35 +0900 FUJIWARA Katsunori tests: check importing modules in perf.py for historical portability
Fri, 20 May 2016 09:47:35 +0900 FUJIWARA Katsunori tests: introduce check-perf-code.py to add extra checks on perf.py
Fri, 20 May 2016 09:47:35 +0900 FUJIWARA Katsunori check-code: move fixing up regexp into main procedure
Fri, 20 May 2016 09:47:35 +0900 FUJIWARA Katsunori check-code: factor out boot procedure into main
Fri, 20 May 2016 09:47:35 +0900 FUJIWARA Katsunori perf: import newer modules separately for earlier Mercurial
Wed, 13 Jul 2016 23:38:29 +0530 Pulkit Goyal py3: conditionalize BaseHTTPServer, SimpleHTTPServer and CGIHTTPServer import
Fri, 15 Jul 2016 23:00:31 +0530 Pulkit Goyal py3: re-implement the BaseHTTPServer.test() function
Fri, 15 Jul 2016 12:39:36 -0400 Augie Fackler test-http: use sed instead of fixed-with cut for reading access.log
Fri, 15 Jul 2016 12:34:15 -0400 Augie Fackler test-serve: add missing globs
Fri, 15 Jul 2016 12:49:58 -0400 Augie Fackler tests: glob whitespace between path and OK in unzip(1) output
Wed, 13 Jul 2016 21:49:17 -0700 Gregory Szorc sslutil: print a warning when using TLS 1.0 on legacy Python
Wed, 13 Jul 2016 21:35:54 -0700 Gregory Szorc sslutil: require TLS 1.1+ when supported
Thu, 14 Jul 2016 20:47:22 -0700 Gregory Szorc sslutil: config option to specify TLS protocol version
Thu, 14 Jul 2016 20:07:10 -0700 Gregory Szorc sslutil: prevent CRIME
Thu, 14 Jul 2016 19:56:39 -0700 Gregory Szorc sslutil: update comment about create_default_context()
Wed, 13 Jul 2016 20:41:07 -0700 Gregory Szorc tests: use sslutil.wrapserversocket()
Tue, 12 Jul 2016 23:12:03 -0700 Gregory Szorc hgweb: use sslutil.wrapserversocket()
Thu, 14 Jul 2016 20:14:19 -0700 Gregory Szorc sslutil: implement wrapserversocket()
Wed, 13 Jul 2016 00:14:50 -0700 Gregory Szorc hgweb: pass ui into preparehttpserver
Thu, 14 Jul 2016 03:12:09 -0700 Kostia Balytskyi rebase: remove sortedstate-related confusion
Thu, 14 Jul 2016 02:59:27 -0700 Kostia Balytskyi rebase: replace extrafn field with _makeextrafn invocations
Mon, 04 Jul 2016 11:18:03 -0700 Gregory Szorc mercurial: implement a source transforming module loader on Python 3
Fri, 15 Jul 2016 23:54:56 +0900 Yuya Nishihara compat: define ssize_t as int on 32bit Windows, silences C4142 warning
Sun, 22 May 2016 13:45:09 +0900 Yuya Nishihara commandserver: drop old unixservice implementation
Sun, 22 May 2016 13:36:37 +0900 Yuya Nishihara chgserver: switch to new forking service
Sun, 22 May 2016 13:13:04 +0900 Yuya Nishihara chgserver: extract stub factory of service object
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip