2008-05-29 |
Guillaume Chazarain | More thorough test of :hide_password
|
commit | commitdiff | tree |
2008-05-29 |
Guillaume Chazarain | Test :purge
|
commit | commitdiff | tree |
2008-05-29 |
Guillaume Chazarain | Factorize
|
commit | commitdiff | tree |
2008-05-29 |
Guillaume Chazarain | Test :reset_prompt
|
commit | commitdiff | tree |
2008-05-29 |
Guillaume Chazarain | Test :send_ctrl completion and error handling
|
commit | commitdiff | tree |
2008-05-29 |
Guillaume Chazarain | Test :chdir completion
|
commit | commitdiff | tree |
2008-05-29 |
Guillaume Chazarain | Test :list completion
|
commit | commitdiff | tree |
2008-05-29 |
Guillaume Chazarain | Test help completion and error handling
|
commit | commitdiff | tree |
2008-05-29 |
Guillaume Chazarain | Test local directory completion
|
commit | commitdiff | tree |
2008-05-29 |
Guillaume Chazarain | Test :hide_password by ensuring passwords don't appear...
|
commit | commitdiff | tree |
2008-05-29 |
Guillaume Chazarain | Removed trailing white space
|
commit | commitdiff | tree |
2008-05-29 |
Guillaume Chazarain | Reworked completion of local paths
|
commit | commitdiff | tree |
2008-05-27 |
Guillaume Chazarain | :upload has been done
|
commit | commitdiff | tree |
2008-05-27 |
Guillaume Chazarain | The dependency cycle is no more
|
commit | commitdiff | tree |
2008-05-27 |
Guillaume Chazarain | Refuse empty paths
|
commit | commitdiff | tree |
2008-05-27 |
Guillaume Chazarain | :upload control command
|
commit | commitdiff | tree |
2008-05-27 |
Guillaume Chazarain | Remove unneeded import
|
commit | commitdiff | tree |
2008-05-27 |
Guillaume Chazarain | Renamed :log_output to :set_log as input is also logged
|
commit | commitdiff | tree |
2008-05-27 |
Guillaume Chazarain | Differentiate local paths from remote paths in the doc
|
commit | commitdiff | tree |
2008-05-27 |
Guillaume Chazarain | Consistency
|
commit | commitdiff | tree |
2008-05-21 |
Guillaume Chazarain | Restore compatibility with python-1.5.2
|
commit | commitdiff | tree |
2008-05-19 |
Guillaume Chazarain | Somewhat protect the stdin, be sure we read what has...
|
commit | commitdiff | tree |
2008-05-19 |
Guillaume Chazarain | Avoid printing stack traces on Ctrl-C
|
commit | commitdiff | tree |
2008-05-19 |
Guillaume Chazarain | Explicitly document that :hide_password disables debugging...
|
commit | commitdiff | tree |
2008-05-19 |
Guillaume Chazarain | Forgot to update the man page after:
|
commit | commitdiff | tree |
2008-05-19 |
Guillaume Chazarain | Fix non interactive termination on multi-line input
|
commit | commitdiff | tree |
2008-05-19 |
Guillaume Chazarain | Also process callbacks in unfinished lines
|
commit | commitdiff | tree |
2008-05-18 |
Guillaume Chazarain | Document the fact that Ctrl-[cdz] works
|
commit | commitdiff | tree |
2008-05-18 |
Guillaume Chazarain | Updated default --ssh value in the man page
|
commit | commitdiff | tree |
2008-05-18 |
Guillaume Chazarain | updated TODO
|
commit | commitdiff | tree |
2008-05-18 |
Guillaume Chazarain | Added the :print_read_buffer control command to see...
|
commit | commitdiff | tree |
2008-05-18 |
Guillaume Chazarain | Add the "end of control commands" marker in the man...
|
commit | commitdiff | tree |
2008-05-18 |
Guillaume Chazarain | control_commands.py can now update the control commands...
|
commit | commitdiff | tree |
2008-05-17 |
Guillaume Chazarain | Be sure the history file will not written (it would...
|
commit | commitdiff | tree |
2008-05-17 |
Guillaume Chazarain | Do not load profiles by default, to avoid polluting...
|
commit | commitdiff | tree |
2008-05-13 |
Guillaume Chazarain | Better synchronization
|
commit | commitdiff | tree |
2008-05-13 |
Guillaume Chazarain | Don't crash when a '!' command is killed by a Ctrl-C
|
commit | commitdiff | tree |
2008-05-13 |
Guillaume Chazarain | Transfer may be fast enough for this line not to be...
|
commit | commitdiff | tree |
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 |