log mercurial/commandserver.py @ 33827:dedab036215d

age author description
Sun, 16 Jul 2017 11:17:00 -0700 Jun Wu commandserver: do not handle EINTR for selector.select
Sun, 16 Jul 2017 04:39:32 -0700 Jun Wu commandserver: close selector explicitly
Fri, 14 Jul 2017 20:26:21 -0700 Jun Wu commandserver: use selectors2
Fri, 14 Jul 2017 14:22:40 -0700 Jun Wu codemod: register core configitems using a script
Sun, 30 Apr 2017 11:21:05 -0700 Jun Wu commandserver: move printbanner logic to bindsocket
Sun, 30 Apr 2017 11:08:27 -0700 Jun Wu commandserver: move "listen" responsibility from service to handler
Mon, 13 Feb 2017 20:06:38 +0530 Pulkit Goyal py3: convert the mode argument of os.fdopen to unicodes (1 of 2)
Wed, 08 Feb 2017 14:45:30 -0800 Jun Wu commandserver: handle backlog before exiting
Wed, 08 Feb 2017 14:37:38 -0800 Jun Wu commandserver: prevent unlink socket twice
Wed, 23 Nov 2016 00:03:11 +0530 Pulkit Goyal py3: use pycompat.getcwd() instead of os.getcwd()
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, 29 Feb 2016 13:41:54 +0900 Yuya Nishihara cmdserver: write channel header and payload by a single write() call
Mon, 18 Jul 2016 15:59:08 +0100 Jun Wu commandserver: update comment about setpgid stable
Sat, 16 Jul 2016 14:48:58 +0900 Yuya Nishihara commandserver: use SOMAXCONN as queue size of pending connections