hgext/chgserver.py
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
Mon, 04 Apr 2016 03:17:59 +0100 Jun Wu chgserver: use relative path at socket.bind
Mon, 04 Apr 2016 01:10:51 +0100 Jun Wu chgserver: move args copying logic to the correct place
Sun, 20 Mar 2016 15:11:34 -0700 Jun Wu chgserver: drop bundle.mainreporoot config
Sun, 20 Mar 2016 10:44:15 -0700 Yuya Nishihara chgserver: drop old hack to recreate ui on HGPLAIN change
Thu, 17 Mar 2016 18:32:10 +0000 Jun Wu chgserver: use global ui instead of repo ui for dispatch.request.ui
Thu, 17 Mar 2016 18:27:48 +0000 Jun Wu chgserver: use old ui.system if fout is not stdout or needs to be captured
less more (0) -50 -30 tip