log mercurial/server.py @ 44104:1fbc38b4df97 draft default tip glob

age author description
2018-11-10 Yuya Nishihara commandserver: install logger to record server events through canonical API
2018-11-10 Yuya Nishihara commandserver: enable logging when server process started
2018-08-01 Gregory Szorc global: use pycompat.xrange()
2018-05-26 Yuya Nishihara py3: wrap tempfile.mkstemp() to use bytes path
2018-03-31 Matt Harbison server: minor code cleanup
2018-03-31 Matt Harbison server: refactor 'daemon_postexec' instructions into a dictionary
2018-03-28 Matt Harbison server: add an error feedback mechanism for when the daemon fails to launch
2018-03-24 Yuya Nishihara procutil: bulk-replace function calls to point to new module
2018-03-24 Yuya Nishihara procutil: bulk-replace util.std* to point to new module
2017-10-25 Yuya Nishihara server: drop executable bit from daemon log file stable
2017-06-01 Yuya Nishihara py3: simply use b'%d\n' to format pid in server.py
2017-05-28 Augie Fackler server: write out pid using bytes IO instead of str IO
2017-05-28 Augie Fackler server: use pycompat to get argv
2017-02-11 Martin von Zweigbergk cleanup: use set literals
2017-04-15 Matt Harbison serve: add support for Mercurial subrepositories
2017-03-21 Ryan McElroy server: use tryunlink
2016-10-15 Yuya Nishihara chgserver: make it a core module and drop extension flags
2016-10-15 Yuya Nishihara server: add public function to select either cmdserver or hgweb
2016-10-15 Yuya Nishihara server: move service factory from hgweb
2016-10-15 Yuya Nishihara server: move service table and factory from commandserver
2016-10-15 Yuya Nishihara server: move cmdutil.service() to new module (API)