2008-05-13 |
Guillaume Chazarain | Do not prepend a '!' to arguments in a '!' completion.
|
commit | commitdiff | tree |
2008-05-13 |
Guillaume Chazarain | Added test for the file transfer
|
commit | commitdiff | tree |
2008-05-13 |
Guillaume Chazarain | Don't swallow the original exception
|
commit | commitdiff | tree |
2008-05-13 |
Guillaume Chazarain | Save the full path to pity.py, in case we change directory
|
commit | commitdiff | tree |
2008-05-13 |
Guillaume Chazarain | Find the tests names by introspection
|
commit | commitdiff | tree |
2008-05-13 |
Guillaume Chazarain | No need to show disabled shells in the :replicate completion
|
commit | commitdiff | tree |
2008-05-13 |
Guillaume Chazarain | More robust .py finding, in case the compiled file...
|
commit | commitdiff | tree |
2008-05-12 |
Guillaume Chazarain | It's actually faster the simple way: no need for threads...
|
commit | commitdiff | tree |
2008-05-12 |
Guillaume Chazarain | Remove useless definition
|
commit | commitdiff | tree |
2008-05-12 |
Guillaume Chazarain | Open the destination for writing (error triggered with...
|
commit | commitdiff | tree |
2008-05-12 |
Guillaume Chazarain | Fix for python-1.5.2 compatibilty, avoid int overflow
|
commit | commitdiff | tree |
2008-05-12 |
Guillaume Chazarain | Restored compatibility with python 1.5.2
|
commit | commitdiff | tree |
2008-05-12 |
Guillaume Chazarain | updated
|
commit | commitdiff | tree |
2008-05-12 |
Guillaume Chazarain | Remove implementation detail in the comment
|
commit | commitdiff | tree |
2008-05-12 |
Guillaume Chazarain | Explain callbacks
|
commit | commitdiff | tree |
2008-05-12 |
Guillaume Chazarain | Reread pity.py on each file transfer to ease development
|
commit | commitdiff | tree |
2008-05-12 |
Guillaume Chazarain | Fast test first
|
commit | commitdiff | tree |
2008-05-12 |
Guillaume Chazarain | Clearer name
|
commit | commitdiff | tree |
2008-05-12 |
Guillaume Chazarain | The ':' was already in the prefix.
|
commit | commitdiff | tree |
2008-05-12 |
Guillaume Chazarain | Made the callbacks truly unique by integrating an ID...
|
commit | commitdiff | tree |
2008-05-11 |
Guillaume Chazarain | Some tuning
|
commit | commitdiff | tree |
2008-05-11 |
Guillaume Chazarain | Convert file transfer to the new callbacks.
|
commit | commitdiff | tree |
2008-05-11 |
Guillaume Chazarain | Cleanups found by pychecker, including the removal...
|
commit | commitdiff | tree |
2008-05-11 |
Guillaume Chazarain | Convert rename handling to the new callback infrastructure
|
commit | commitdiff | tree |
2008-05-11 |
Guillaume Chazarain | At least, drop the '\n' at the end of the line
|
commit | commitdiff | tree |
2008-05-11 |
Guillaume Chazarain | Remove now useless termination code
|
commit | commitdiff | tree |
2008-05-11 |
Guillaume Chazarain | Termination is now simpler: only the non-interactive...
|
commit | commitdiff | tree |
2008-05-11 |
Guillaume Chazarain | Remove unused function
|
commit | commitdiff | tree |
2008-05-11 |
Guillaume Chazarain | Name callbacks to ease debugging
|
commit | commitdiff | tree |
2008-05-11 |
Guillaume Chazarain | Remove commented out function
|
commit | commitdiff | tree |
2008-05-11 |
Guillaume Chazarain | Introduced a generic callbacks infrastructure. Use...
|
commit | commitdiff | tree |
2008-05-11 |
Guillaume Chazarain | Factorize the .makefile() call
|
commit | commitdiff | tree |
2008-05-11 |
Guillaume Chazarain | Add note about pity.py's python compatibility
|
commit | commitdiff | tree |
2008-05-11 |
Guillaume Chazarain | Move the base64 encoding of pity.py in file_transfer.py.
|
commit | commitdiff | tree |
2008-05-11 |
Guillaume Chazarain | Use Thread.join() instead of open coding it
|
commit | commitdiff | tree |
2008-05-11 |
Guillaume Chazarain | Initial threaded version. The asyncore version was...
|
commit | commitdiff | tree |
2008-05-10 |
Guillaume Chazarain | When exiting using Ctrl-D or exit, the stdin thread...
|
commit | commitdiff | tree |
2008-05-10 |
Guillaume Chazarain | Only the last item in the chain displays the progress...
|
commit | commitdiff | tree |
2008-05-10 |
Guillaume Chazarain | Update the TODO file
|
commit | commitdiff | tree |
2008-05-10 |
Guillaume Chazarain | Fix local tests to be more generic
|
commit | commitdiff | tree |
2008-05-09 |
Guillaume Chazarain | Merge git://repo.or.cz/gsh
|
commit | commitdiff | tree |
2008-05-09 |
Guillaume Chazarain | Merge git://repo.or.cz/gsh
|
commit | commitdiff | tree |
2008-05-09 |
Guillaume Chazarain | When interrupted, keep the content of the raw_input...
|
commit | commitdiff | tree |
2008-05-09 |
Guillaume Chazarain | No need the drain the inputs on a signal. Better take...
|
commit | commitdiff | tree |
2008-05-09 |
Guillaume Chazarain | Fix grammar: s/splitted/split/g
|
commit | commitdiff | tree |
2008-05-09 |
Guillaume Chazarain | Compatibility with python-1.5
|
commit | commitdiff | tree |
2008-05-09 |
Guillaume Chazarain | Forward Ctrl-D to the remote shells
|
commit | commitdiff | tree |
2008-05-09 |
Guillaume Chazarain | Added some local tests
|
commit | commitdiff | tree |
2008-05-09 |
Guillaume Chazarain | Do not automatically disconnect after the scary message:
|
commit | commitdiff | tree |
2008-04-11 |
Guillaume Chazarain | Merge git://repo.or.cz/gsh
|
commit | commitdiff | tree |
2008-04-11 |
Guillaume Chazarain | Do not leak remote shells
|
commit | commitdiff | tree |
2008-04-04 |
Guillaume Chazarain | Merge branch 'master' of git://repo.or.cz/gsh
|
commit | commitdiff | tree |
2008-04-04 |
Guillaume Chazarain | Merge commit 'ad1f664e4a44aaa8b2d856c54f76d412821657a7'
|
commit | commitdiff | tree |
2008-04-04 |
Guillaume Chazarain | Revert "A non-void cmd is always valid, even if it...
|
commit | commitdiff | tree |
2008-04-04 |
Guillaume Chazarain | _testMethodName is not available everywhere
|
commit | commitdiff | tree |
2008-03-30 |
Guillaume Chazarain | Use the default timeout of 30s as 5s may be too short
|
commit | commitdiff | tree |
2008-03-30 |
Guillaume Chazarain | A too slow DNS resolution may time out pexpect, so...
|
commit | commitdiff | tree |
2008-03-30 |
Guillaume Chazarain | Added ability to only run the specified tests
|
commit | commitdiff | tree |
2008-03-29 |
Guillaume Chazarain | A non-void cmd is always valid, even if it raced with...
|
commit | commitdiff | tree |
2008-03-29 |
Guillaume Chazarain | gsh does not like short options. gsh_tests neither.
|
commit | commitdiff | tree |
2008-03-29 |
Guillaume Chazarain | gsh_tests.py --log now also launches gsh in debug mode
|
commit | commitdiff | tree |
2008-03-29 |
Guillaume Chazarain | Prepare the prompt in the main thread to avoid a race...
|
commit | commitdiff | tree |
2008-03-29 |
Guillaume Chazarain | Completion needs to be initialized only once
|
commit | commitdiff | tree |
2008-03-28 |
Guillaume Chazarain | Merge git://repo.or.cz/gsh
|
commit | commitdiff | tree |
2008-03-28 |
Guillaume Chazarain | Don't crash on empty control command
|
commit | commitdiff | tree |
2008-03-20 |
Guillaume Chazarain | Reformat
|
commit | commitdiff | tree |
2008-03-20 |
Guillaume Chazarain | Detect unsuccessful attempt at running an uninstalled gsh
|
commit | commitdiff | tree |
2008-03-14 |
Guillaume Chazarain | Factor out logging
|
commit | commitdiff | tree |
2008-03-14 |
Guillaume Chazarain | Use console_output() instead of print in order to honor...
|
commit | commitdiff | tree |
2008-03-14 |
Guillaume Chazarain | Log signals sent
|
commit | commitdiff | tree |
2008-03-14 |
Guillaume Chazarain | Do not log passwords
|
commit | commitdiff | tree |
2008-03-14 |
Guillaume Chazarain | Added --log-file
|
commit | commitdiff | tree |
2008-03-14 |
Guillaume Chazarain | Made signal handling in non-interactive mode more intuitive
|
commit | commitdiff | tree |
2008-03-14 |
Guillaume Chazarain | 80 columns
|
commit | commitdiff | tree |
2008-03-14 |
Guillaume Chazarain | Automatically change the state to RUNNING after sending...
|
commit | commitdiff | tree |
2008-03-10 |
Guillaume Chazarain | Updated release script
|
commit | commitdiff | tree |
2008-02-24 |
Guillaume Chazarain | Updated e-mail address
|
commit | commitdiff | tree |
2008-02-24 |
Guillaume Chazarain | pylint fixes
|
commit | commitdiff | tree |
2008-02-23 |
Guillaume Chazarain | Added the :export_rank control command to uniquely...
|
commit | commitdiff | tree |
2008-01-14 |
Guillaume Chazarain | Writer priority causes deadlock in
|
commit | commitdiff | tree |
2008-01-10 |
Guillaume Chazarain | Locally complete absolute paths for :replicate
|
commit | commitdiff | tree |
2008-01-10 |
Guillaume Chazarain | Beginning of file transfer: :replicate command
|
commit | commitdiff | tree |
2008-01-09 |
Guillaume Chazarain | No need to interrupt the stdin thread when not in raw_input()
|
commit | commitdiff | tree |
2008-01-07 |
Guillaume Chazarain | Complete also local shell commands
|
commit | commitdiff | tree |
2008-01-06 |
Guillaume Chazarain | Integrate pexpect-2.3
|
commit | commitdiff | tree |
2008-01-05 |
Guillaume Chazarain | Move complete_debug close to set_debug
|
commit | commitdiff | tree |
2008-01-05 |
Guillaume Chazarain | New completion from the local filesystem
|
commit | commitdiff | tree |
2008-01-05 |
Guillaume Chazarain | Refactoring to introduce completion.py
|
commit | commitdiff | tree |
2008-01-05 |
Guillaume Chazarain | Update Copyright years
|
commit | commitdiff | tree |
2008-01-04 |
Guillaume Chazarain | Updated the man page
|
commit | commitdiff | tree |
2008-01-04 |
Guillaume Chazarain | Advertise recent happenings
|
commit | commitdiff | tree |
2008-01-04 |
Guillaume Chazarain | Removed --quick-sh as it is now the default
|
commit | commitdiff | tree |
2007-12-18 |
Guillaume Chazarain | Avoid unterminated line on exit
|
commit | commitdiff | tree |
2007-12-12 |
Guillaume Chazarain | New line when typing Ctrl-C
|
commit | commitdiff | tree |
2007-12-11 |
Guillaume Chazarain | Show the prefixing colon as much as possible
|
commit | commitdiff | tree |
2007-12-11 |
Guillaume Chazarain | Added :hide_password
|
commit | commitdiff | tree |
2007-12-11 |
Guillaume Chazarain | Fix termios flags
|
commit | commitdiff | tree |
2007-12-11 |
Guillaume Chazarain | More consistent help strings
|
commit | commitdiff | tree |
2007-12-11 |
Guillaume Chazarain | Added :reset_prompt control command
|
commit | commitdiff | tree |
2007-12-10 |
Guillaume Chazarain | The control shell is no more
|
commit | commitdiff | tree |