Mercurial > public > mercurial-scm > hg
log mercurial/commandserver.py @ 32236:c8b9943c07eb
age | author | description |
---|---|---|
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 |