Sat, 12 Mar 2016 22:03:30 +0900 |
Yuya Nishihara |
cmdserver: write early exception to 'e' channel in 'unix' mode
|
Mon, 15 Feb 2016 14:20:41 +0000 |
Jun Wu |
commandserver: use _readlist
|
Tue, 16 Feb 2016 19:11:45 +0000 |
Jun Wu |
commandserver: add _readstr and _readlist
|
Wed, 03 Feb 2016 09:11:22 +0000 |
timeless |
util: enable getpid to be replaced
|
Wed, 20 Jan 2016 00:08:00 +0900 |
Yuya Nishihara |
commandserver: drop tell() and seek() from channels (issue5049)
stable
|
Mon, 14 Dec 2015 23:50:02 +0900 |
Yuya Nishihara |
commandserver: reset state of progress bar per command
|
Mon, 14 Dec 2015 23:13:42 +0900 |
Yuya Nishihara |
commandserver: do not set nontty flag if channel is replaced by a real file
|
Sun, 13 Dec 2015 19:32:01 +0900 |
Yuya Nishihara |
commandserver: implement name() to clarify channel is not a plain file
|
Tue, 24 Nov 2015 23:03:54 +0900 |
Yuya Nishihara |
commandserver: cut import cycle by itself
|
Tue, 24 Nov 2015 22:58:40 +0900 |
Yuya Nishihara |
commandserver: use absolute_import
|
Thu, 08 Oct 2015 12:55:45 -0700 |
Pierre-Yves David |
error: get Abort from 'error' instead of 'util'
|
Thu, 25 Jun 2015 17:44:15 -0500 |
Matt Mackall |
commandserver: mark developer-only logging option
|
Tue, 23 Jun 2015 22:20:08 -0700 |
Gregory Szorc |
global: mass rewrite to use modern exception syntax
|
Sat, 15 Nov 2014 13:50:43 +0900 |
Yuya Nishihara |
cmdserver: protect pipe server streams against corruption caused by direct io
|
Sat, 15 Nov 2014 13:04:41 +0900 |
Yuya Nishihara |
cmdserver: postpone creation of pipe server until run()
|
Sat, 15 Nov 2014 12:43:35 +0900 |
Yuya Nishihara |
cmdserver: use given streams as pipe channels like other commands
|
Sat, 18 Oct 2014 12:24:50 +0900 |
Yuya Nishihara |
cmdserver: include pid of server handling requests in hello message
|
Sat, 04 Oct 2014 16:46:50 +0900 |
Yuya Nishihara |
cmdserver: add service that listens on unix domain socket and forks process
|
Sat, 27 Sep 2014 15:10:14 +0900 |
Yuya Nishihara |
cmdserver: make server streams switchable
|
Sat, 27 Sep 2014 15:04:46 +0900 |
Yuya Nishihara |
cmdserver: switch service objects by mode
|
Sat, 27 Sep 2014 14:52:09 +0900 |
Yuya Nishihara |
cmdserver: wrap 'pipe' mode server by service object
|
Sat, 27 Sep 2014 12:37:53 +0900 |
Yuya Nishihara |
cmdserver: drop useless in_ attribute from channeledoutput
|
Sat, 27 Sep 2014 12:27:03 +0900 |
Yuya Nishihara |
cmdserver: get file attributes of 'e'-channel from stdout, not from stderr
|
Sat, 27 Sep 2014 12:15:01 +0900 |
Yuya Nishihara |
cmdserver: correct doc of channeledoutput
|
Sat, 26 Apr 2014 18:13:06 +0900 |
Yuya Nishihara |
cmdserver: forcibly use L channel to read password input (issue3161)
stable
|
Mon, 03 Mar 2014 23:21:24 +0900 |
Yuya Nishihara |
cmdserver: allow to start server without repository
|
Mon, 03 Mar 2014 15:50:51 +0900 |
Yuya Nishihara |
cmdserver: mask return code of runcommand in the same way as dispatch.run
|
Mon, 03 Mar 2014 19:41:23 +0900 |
Yuya Nishihara |
localrepo: add hook point to invalidate everything on each command-server run
|
Mon, 11 Nov 2013 22:59:26 +0100 |
Simon Heimberg |
localrepo: prevent to copy repo local config, copy baseui instead
|
Wed, 12 Dec 2012 02:38:14 +0100 |
Mads Kiilerich |
commandserver: report capabilities sorted
|
Tue, 01 Jan 2013 12:50:04 -0600 |
Augie Fackler |
commandserver: clean up use of two-argument raise
|
Wed, 15 Aug 2012 22:39:18 +0200 |
Mads Kiilerich |
fix wording and not-completely-trivial spelling errors and bad docstrings
|
Sat, 12 May 2012 16:00:58 +0200 |
Brodie Rao |
cleanup: "raise SomeException()" -> "raise SomeException"
|
Sat, 12 May 2012 15:54:54 +0200 |
Brodie Rao |
cleanup: eradicate long lines
|
Wed, 15 Feb 2012 23:44:10 +0200 |
Idan Kamara |
cmdserver: invalidate the dirstate when running commands (issue3271)
stable
|
Mon, 25 Jul 2011 22:19:28 +0300 |
Idan Kamara |
cmdserver: repo.invalidate() on every runcommand
|
Thu, 14 Jul 2011 11:46:15 +0300 |
Idan Kamara |
cmdserver: take repo.baseui as our ui
stable
|
Mon, 11 Jul 2011 17:49:45 +0300 |
Idan Kamara |
cmdserver: restore old working dir after dispatch when we have --cwd
stable
|
Fri, 24 Jun 2011 19:44:17 +0300 |
Idan Kamara |
cmdserver: assign repo.baseui before running commands
stable
|
Fri, 24 Jun 2011 19:43:59 +0300 |
Idan Kamara |
cmdserver: copy repo.ui before running commands
stable
|
Fri, 24 Jun 2011 16:36:24 +0300 |
Idan Kamara |
cmdserver: fix read-loop string concatenation
stable
|
Wed, 22 Jun 2011 17:13:04 +0300 |
Idan Kamara |
cmdserver: write the hello message as one chunk on the 'o' channel
stable
|
Tue, 21 Jun 2011 15:38:10 +0300 |
Idan Kamara |
cmdserver, runcommand: properly handle the client sending no arguments
stable
|
Tue, 21 Jun 2011 15:13:39 +0300 |
Idan Kamara |
cmdserver: don't raise EOFError when trying to read 0 bytes from the client
stable
|
Fri, 03 Jun 2011 17:27:41 +0300 |
Idan Kamara |
serve: add --cmdserver option to communicate with hg over a pipe
|