2007-07-15 |
g@localhost.localdomain | Understand '#' comments in --hosts-file files
|
commit | commitdiff | tree |
2007-07-15 |
g@localhost.localdomain | Written a README file
|
commit | commitdiff | tree |
2007-07-03 |
gchazara@cheypa... | Limit the number of lines as they can be eaten without...
|
commit | commitdiff | tree |
2007-07-03 |
gchazara@cheypa... | Move logging where the data is actually sent
|
commit | commitdiff | tree |
2007-07-02 |
gchazara@cheypa... | Try to change the process name
|
commit | commitdiff | tree |
2007-06-20 |
gchazara@cheypa... | Dynamically enable debugging output
|
commit | commitdiff | tree |
2007-06-20 |
gchazara@cheypa... | Better help texts
|
commit | commitdiff | tree |
2007-06-20 |
gchazara@cheypa... | Try to write the data just dispatched. This fix the...
|
commit | commitdiff | tree |
2007-05-24 |
g@localhost.localdomain | Handle \r in a lower level so that unfinished lines...
|
commit | commitdiff | tree |
2007-05-24 |
g@localhost.localdomain | More consistent '\r' and '\n' handling
|
commit | commitdiff | tree |
2007-05-24 |
g@localhost.localdomain | Some refactoring
|
commit | commitdiff | tree |
2007-05-23 |
g@localhost.localdomain | Simplify the code by disabling the echo and the '\r...
|
commit | commitdiff | tree |
2007-05-23 |
g@localhost.localdomain | More understandable debugging output
|
commit | commitdiff | tree |
2007-05-11 |
g@localhost.localdomain | Cleanly handle termination, like with yes :|./gsh.py...
|
commit | commitdiff | tree |
2007-04-14 |
g@localhost.localdomain | Fix --abort-error: exiting after running the command...
|
commit | commitdiff | tree |
2007-03-31 |
g@localhost.localdomain | Don't drop '\r' at such a low level
|
commit | commitdiff | tree |
2007-03-30 |
gchazara@cheypa... | Handle absence of --hosts-file
|
commit | commitdiff | tree |
2007-03-29 |
gchazara@cheypa... | Handle multiple --hosts-file
|
commit | commitdiff | tree |
2007-03-26 |
g@localhost.localdomain | In non-interactive mode, remote processes leave as...
|
commit | commitdiff | tree |
2007-03-09 |
g@localhost.localdomain | Merge work at INRIA
|
commit | commitdiff | tree |
2007-03-08 |
g@localhost.localdomain | Added test for Ctrl-C while in non-interactive mode
|
commit | commitdiff | tree |
2007-03-08 |
g@localhost.localdomain | Add test for --command
|
commit | commitdiff | tree |
2007-03-08 |
g@localhost.localdomain | In case the error message comes while we are in raw_input...
|
commit | commitdiff | tree |
2007-03-08 |
g@localhost.localdomain | More precise test for zsh quirk
|
commit | commitdiff | tree |
2007-03-08 |
g@localhost.localdomain | Add --log option
|
commit | commitdiff | tree |
2007-03-08 |
g@localhost.localdomain | Be less restricitive in the test output
|
commit | commitdiff | tree |
2007-03-08 |
g@localhost.localdomain | Just clear the prompt
|
commit | commitdiff | tree |
2007-03-07 |
g@localhost.localdomain | Set the same virtual terminal size to all remote shells...
|
commit | commitdiff | tree |
2007-03-07 |
g@localhost.localdomain | Call console_output only from the main thread, and...
|
commit | commitdiff | tree |
2007-03-07 |
g@localhost.localdomain | Avoid as much as possible printing empty lines
|
commit | commitdiff | tree |
2007-03-06 |
g@localhost.localdomain | Better handling of '\r'
|
commit | commitdiff | tree |
2007-03-05 |
gchazara@cheypa... | Error out on senc_control with no letter
|
commit | commitdiff | tree |
2007-03-04 |
g@localhost.localdomain | 80 columns fix
|
commit | commitdiff | tree |
2007-03-03 |
g@localhost.localdomain | Don't let '\r' overwrite the prefix, just output a...
|
commit | commitdiff | tree |
2007-03-02 |
g@localhost.localdomain | Better handling of zombies
|
commit | commitdiff | tree |
2007-03-02 |
g@localhost.localdomain | The process may already have been killed
|
commit | commitdiff | tree |
2007-02-25 |
g@localhost.localdomain | Smaller listing
|
commit | commitdiff | tree |
2007-02-25 |
g@localhost.localdomain | Fix races by making synchronous communications between...
|
commit | commitdiff | tree |
2007-02-25 |
g@localhost.localdomain | del is not supported on this object
|
commit | commitdiff | tree |
2007-02-25 |
g@localhost.localdomain | Merged work at INRIA
|
commit | commitdiff | tree |
2007-02-25 |
g@localhost.localdomain | Remove redundant code
|
commit | commitdiff | tree |
2007-02-25 |
gchazara@cheypa... | Handle buffers finished by '\r'
|
commit | commitdiff | tree |
2007-02-23 |
g@localhost.localdomain | Handle errors in kill
|
commit | commitdiff | tree |
2007-02-23 |
g@localhost.localdomain | Strange that we could get away without that.
|
commit | commitdiff | tree |
2007-02-22 |
g@localhost.localdomain | Don't leave zombies, for example when we reconnect
|
commit | commitdiff | tree |
2007-02-22 |
g@localhost.localdomain | Always shell expand the ssh command, so --ssh and ...
|
commit | commitdiff | tree |
2007-02-22 |
g@localhost.localdomain | Height and width were inverted
|
commit | commitdiff | tree |
2007-02-22 |
g@localhost.localdomain | Don't propagate a EINTR when resizing the window
|
commit | commitdiff | tree |
2007-02-21 |
g@localhost.localdomain | Remove trailing whitespaces
|
commit | commitdiff | tree |
2007-02-21 |
g@localhost.localdomain | Try to get back to the fast case after each new line
|
commit | commitdiff | tree |
2007-02-21 |
g@localhost.localdomain | Update the tests after the new send_control command
|
commit | commitdiff | tree |
2007-02-21 |
g@localhost.localdomain | Use file.write instead of 'print,' as the latter adds...
|
commit | commitdiff | tree |
2007-02-21 |
g@localhost.localdomain | Enabled implies alive
|
commit | commitdiff | tree |
2007-02-21 |
g@localhost.localdomain | Add a single send_control command instead of all the...
|
commit | commitdiff | tree |
2007-02-21 |
g@localhost.localdomain | list and delete_disabled commands: allow restricting...
|
commit | commitdiff | tree |
2007-02-18 |
g@localhost.localdomain | Test the command line
|
commit | commitdiff | tree |
2007-02-18 |
g@localhost.localdomain | Remove trailing whitespace
|
commit | commitdiff | tree |
2007-02-18 |
g@localhost.localdomain | Check python version only once
|
commit | commitdiff | tree |
2007-02-18 |
g@localhost.localdomain | Use arrays instead of splitting strings
|
commit | commitdiff | tree |
2007-02-18 |
g@localhost.localdomain | Add tests for the host syntax
|
commit | commitdiff | tree |
2007-02-18 |
g@localhost.localdomain | Test empty command
|
commit | commitdiff | tree |
2007-02-18 |
g@localhost.localdomain | Test some manipulations of the process list
|
commit | commitdiff | tree |
2007-02-18 |
g@localhost.localdomain | Add test for reconnect
|
commit | commitdiff | tree |
2007-02-18 |
g@localhost.localdomain | Test 'disable' completion
|
commit | commitdiff | tree |
2007-02-18 |
g@localhost.localdomain | Added test for send_sigtstp
|
commit | commitdiff | tree |
2007-02-18 |
g@localhost.localdomain | Added test for send_eof
|
commit | commitdiff | tree |
2007-02-18 |
g@localhost.localdomain | Remove useless line
|
commit | commitdiff | tree |
2007-02-17 |
g@localhost.localdomain | Better usage of coverage and pexpect
|
commit | commitdiff | tree |
2007-02-17 |
g@localhost.localdomain | More thorough control shell tests
|
commit | commitdiff | tree |
2007-02-17 |
g@localhost.localdomain | Even more local modifications: take into account delay...
|
commit | commitdiff | tree |
2007-02-17 |
g@localhost.localdomain | Handle '\r\n' => '\n' the slow but safe way
|
commit | commitdiff | tree |
2007-02-17 |
g@localhost.localdomain | Apply buffered_dispatcher's fix in stdin
|
commit | commitdiff | tree |
2007-02-17 |
g@localhost.localdomain | Formatting fixes
|
commit | commitdiff | tree |
2007-02-17 |
g@localhost.localdomain | Avoid spurious detection of unfinished line. Triggered...
|
commit | commitdiff | tree |
2007-02-17 |
g@localhost.localdomain | Removed trailing whitespace
|
commit | commitdiff | tree |
2007-02-17 |
g@localhost.localdomain | Removed useless option to print only the first line...
|
commit | commitdiff | tree |
2007-02-17 |
g@localhost.localdomain | Tiny optimization, mainly to log less
|
commit | commitdiff | tree |
2007-02-17 |
g@localhost.localdomain | Even less greedy
|
commit | commitdiff | tree |
2007-02-17 |
g@localhost.localdomain | Don't be too greedy
|
commit | commitdiff | tree |
2007-02-17 |
g@localhost.localdomain | Beginning of control shell test
|
commit | commitdiff | tree |
2007-02-17 |
g@localhost.localdomain | Bundle modified pexpect.py
|
commit | commitdiff | tree |
2007-02-16 |
g@localhost.localdomain | Fix over greedy regexp
|
commit | commitdiff | tree |
2007-02-16 |
g@localhost.localdomain | Test both Ctrl-D and 'exit'
|
commit | commitdiff | tree |
2007-02-16 |
g@localhost.localdomain | Actually check for errors
|
commit | commitdiff | tree |
2007-02-16 |
g@localhost.localdomain | Some factoring
|
commit | commitdiff | tree |
2007-02-16 |
g@localhost.localdomain | Some more basic tests, with up to 3 times localhost...
|
commit | commitdiff | tree |
2007-02-16 |
g@localhost.localdomain | Beginning of non-regression tests
|
commit | commitdiff | tree |
2007-02-13 |
gchazara@trinidad... | Unlike poll, select is limited to 1024 file descriptors
|
commit | commitdiff | tree |
2007-02-13 |
g@localhost.localdomain | Added --hosts-file
|
commit | commitdiff | tree |
2007-02-06 |
g@localhost.localdomain | Forgot to specify the permissions for the log file
|
commit | commitdiff | tree |
2007-02-05 |
g@localhost.localdomain | Avoid an indirection
|
commit | commitdiff | tree |
2007-02-05 |
g@localhost.localdomain | The optimization was wrong
|
commit | commitdiff | tree |
2007-02-04 |
g@localhost.localdomain | Avoid useless work
|
commit | commitdiff | tree |
2007-02-04 |
g@localhost.localdomain | Document the new features
|
commit | commitdiff | tree |
2007-02-04 |
g@localhost.localdomain | Shorter version
|
commit | commitdiff | tree |
2007-02-04 |
g@localhost.localdomain | Read the version from python files
|
commit | commitdiff | tree |
2007-02-04 |
g@localhost.localdomain | setuptools-0.6c5-py2.4.egg is broken wrt RPM building...
|
commit | commitdiff | tree |
2007-02-04 |
g@localhost.localdomain | Add --version
|
commit | commitdiff | tree |
2007-02-04 |
g@localhost.localdomain | Update copyright year
|
commit | commitdiff | tree |
2007-02-04 |
g@localhost.localdomain | Don't keep the log file open
|
commit | commitdiff | tree |