Mercurial > public > mercurial-scm > hg
log mercurial/commandserver.py @ 41758:15d3facfa40a
age | author | description |
---|---|---|
Wed, 26 Sep 2018 21:29:13 +0900 | Yuya Nishihara | ui: move protectedstdio() context manager from procutil |
Wed, 31 Oct 2018 22:43:08 +0900 | Yuya Nishihara | commandserver: preload repository in master server and reuse its file cache |
Wed, 31 Oct 2018 22:19:03 +0900 | Yuya Nishihara | commandserver: add IPC channel to teach repository path on command finished |
Wed, 31 Oct 2018 22:05:45 +0900 | Yuya Nishihara | commandserver: loop over selector events |
Wed, 31 Oct 2018 22:03:07 +0900 | Yuya Nishihara | commandserver: remove redundant "if True" block |
Wed, 31 Oct 2018 22:02:38 +0900 | Yuya Nishihara | commandserver: extract handler of new socket connection |
Wed, 31 Oct 2018 21:57:11 +0900 | Yuya Nishihara | commandserver: pass around option to hook repo instance creation |