log hgext/chgserver.py @ 30512:cc374292a561

age author description
Sat, 15 Oct 2016 14:37:18 +0900 Yuya Nishihara chgserver: delay importing commands and dispatch modules
Sat, 15 Oct 2016 14:24:29 +0900 Yuya Nishihara chgserver: drop CHGINTERNALMARK by chgunixservice()
Sat, 15 Oct 2016 13:57:17 +0900 Yuya Nishihara server: move service table and factory from commandserver
Thu, 20 Oct 2016 23:53:36 +0900 Yuya Nishihara py3: bulk replace sys.stdin/out/err by util's
Mon, 17 Oct 2016 23:16:55 +0200 Mads Kiilerich spelling: fixes of non-dictionary words
Tue, 23 Aug 2016 11:26:08 -0400 Augie Fackler extensions: change magic "shipped with hg" string
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
Sat, 21 May 2016 18:14:13 +0900 Yuya Nishihara commandserver: unindent superfluous "if True" blocks
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
Sun, 22 May 2016 13:08:30 +0900 Yuya Nishihara chgserver: reorder service classes to make future patches readable
Sun, 22 May 2016 12:49:22 +0900 Yuya Nishihara commandserver: extract function that serves for the current connection
Sun, 22 May 2016 12:44:25 +0900 Yuya Nishihara commandserver: manually create file objects from socket
Sun, 22 May 2016 11:21:11 +0900 Yuya Nishihara commandserver: extract _cleanup() hook to clarify chg is doing differently
Sat, 21 May 2016 17:06:39 +0900 Yuya Nishihara chgserver: drop repo at chgunixservice.__init__()
Sat, 21 May 2016 16:52:04 +0900 Yuya Nishihara chgserver: extract utility to bind unix domain socket to long path
Sat, 21 May 2016 16:42:59 +0900 Yuya Nishihara chgserver: narrow scope of chdir() to socket.bind()
Sat, 21 May 2016 15:23:21 +0900 Yuya Nishihara commandserver: backport handling of forking server from chgserver
Sat, 21 May 2016 15:18:23 +0900 Yuya Nishihara commandserver: promote .cleanup() hook from chgserver
Sat, 21 May 2016 15:12:19 +0900 Yuya Nishihara commandserver: extract method to create commandserver instance per request
Wed, 29 Jun 2016 23:53:20 +0100 Jun Wu chgserver: document why we don't merge mtimehash and confighash
Mon, 27 Jun 2016 16:48:54 +0530 Pulkit Goyal py3: conditionalize SocketServer import
Fri, 24 Jun 2016 17:06:41 +0100 Jun Wu chgserver: do not ignore SIGPIPE if pager is used
Fri, 10 Jun 2016 00:12:33 -0400 Augie Fackler cleanup: replace uses of util.(md5|sha1|sha256|sha512) with hashlib.\1
Sat, 07 May 2016 14:51:32 +0100 Jun Wu chgserver: add [alias] to confighash
Fri, 06 May 2016 23:57:56 +0100 Jun Wu chgserver: remove _clearenvaliases
Mon, 04 Apr 2016 01:59:57 +0100 Jun Wu chgserver: change random state after fork