Sat, 16 Jul 2016 14:48:58 +0900 |
Yuya Nishihara |
commandserver: use SOMAXCONN as queue size of pending connections
|
file |
diff |
annotate
|
Sat, 16 Jul 2016 14:46:31 +0900 |
Yuya Nishihara |
commandserver: rename _serveworker() to _runworker()
|
file |
diff |
annotate
|
Sun, 22 May 2016 13:53:32 +0900 |
Yuya Nishihara |
commandserver: separate initialization and cleanup of forked process
|
file |
diff |
annotate
|
Sat, 21 May 2016 18:14:13 +0900 |
Yuya Nishihara |
commandserver: unindent superfluous "if True" blocks
|
file |
diff |
annotate
|
Sun, 17 Jul 2016 22:56:05 +0100 |
Jun Wu |
commandserver: send pgid in hello message
|
file |
diff |
annotate
|
Sun, 22 May 2016 13:45:09 +0900 |
Yuya Nishihara |
commandserver: drop old unixservice implementation
|
file |
diff |
annotate
|
Sun, 22 May 2016 11:43:18 +0900 |
Yuya Nishihara |
commandserver: add new forking server implemented without using SocketServer
|
file |
diff |
annotate
|
Sun, 22 May 2016 12:49:22 +0900 |
Yuya Nishihara |
commandserver: extract function that serves for the current connection
|
file |
diff |
annotate
|
Sun, 22 May 2016 12:44:25 +0900 |
Yuya Nishihara |
commandserver: manually create file objects from socket
|
file |
diff |
annotate
|
Sun, 22 May 2016 11:21:11 +0900 |
Yuya Nishihara |
commandserver: extract _cleanup() hook to clarify chg is doing differently
|
file |
diff |
annotate
|
Sat, 21 May 2016 15:23:21 +0900 |
Yuya Nishihara |
commandserver: backport handling of forking server from chgserver
|
file |
diff |
annotate
|
Sat, 21 May 2016 15:18:23 +0900 |
Yuya Nishihara |
commandserver: promote .cleanup() hook from chgserver
|
file |
diff |
annotate
|
Sat, 21 May 2016 15:12:19 +0900 |
Yuya Nishihara |
commandserver: extract method to create commandserver instance per request
|
file |
diff |
annotate
|
Mon, 27 Jun 2016 16:48:54 +0530 |
Pulkit Goyal |
py3: conditionalize SocketServer import
|
file |
diff |
annotate
|
Sun, 12 Jun 2016 14:07:26 +0900 |
Yuya Nishihara |
ui: provide official way to reset internal state per command
|
file |
diff |
annotate
|
Sat, 12 Mar 2016 22:03:30 +0900 |
Yuya Nishihara |
cmdserver: write early exception to 'e' channel in 'unix' mode
|
file |
diff |
annotate
|
Mon, 15 Feb 2016 14:20:41 +0000 |
Jun Wu |
commandserver: use _readlist
|
file |
diff |
annotate
|
Tue, 16 Feb 2016 19:11:45 +0000 |
Jun Wu |
commandserver: add _readstr and _readlist
|
file |
diff |
annotate
|
Wed, 03 Feb 2016 09:11:22 +0000 |
timeless |
util: enable getpid to be replaced
|
file |
diff |
annotate
|
Wed, 20 Jan 2016 00:08:00 +0900 |
Yuya Nishihara |
commandserver: drop tell() and seek() from channels (issue5049)
stable
|
file |
diff |
annotate
|
Mon, 14 Dec 2015 23:50:02 +0900 |
Yuya Nishihara |
commandserver: reset state of progress bar per command
|
file |
diff |
annotate
|
Mon, 14 Dec 2015 23:13:42 +0900 |
Yuya Nishihara |
commandserver: do not set nontty flag if channel is replaced by a real file
|
file |
diff |
annotate
|
Sun, 13 Dec 2015 19:32:01 +0900 |
Yuya Nishihara |
commandserver: implement name() to clarify channel is not a plain file
|
file |
diff |
annotate
|
Tue, 24 Nov 2015 23:03:54 +0900 |
Yuya Nishihara |
commandserver: cut import cycle by itself
|
file |
diff |
annotate
|
Tue, 24 Nov 2015 22:58:40 +0900 |
Yuya Nishihara |
commandserver: use absolute_import
|
file |
diff |
annotate
|
Thu, 08 Oct 2015 12:55:45 -0700 |
Pierre-Yves David |
error: get Abort from 'error' instead of 'util'
|
file |
diff |
annotate
|
Thu, 25 Jun 2015 17:44:15 -0500 |
Matt Mackall |
commandserver: mark developer-only logging option
|
file |
diff |
annotate
|
Tue, 23 Jun 2015 22:20:08 -0700 |
Gregory Szorc |
global: mass rewrite to use modern exception syntax
|
file |
diff |
annotate
|
Sat, 15 Nov 2014 13:50:43 +0900 |
Yuya Nishihara |
cmdserver: protect pipe server streams against corruption caused by direct io
|
file |
diff |
annotate
|
Sat, 15 Nov 2014 13:04:41 +0900 |
Yuya Nishihara |
cmdserver: postpone creation of pipe server until run()
|
file |
diff |
annotate
|