2011-07-05 |
Guillaume Chazarain | More or less done (tree instead of p2p)
|
commit | commitdiff | tree |
2011-07-05 |
Guillaume Chazarain | Rename gsh to polysh.
|
commit | commitdiff | tree |
2011-06-19 |
Guillaume Chazarain | No need to specify all copyright years, they are implied...
|
commit | commitdiff | tree |
2011-06-18 |
Guillaume Chazarain | - Fix path parsing
|
commit | commitdiff | tree |
2011-06-17 |
Guillaume Chazarain | Only keep the basename in the transferred paths
|
commit | commitdiff | tree |
2011-06-17 |
Guillaume Chazarain | Don't replicate to oneself
|
commit | commitdiff | tree |
2011-06-17 |
Guillaume Chazarain | New filetransfer code that is firewall compliant
|
commit | commitdiff | tree |
2011-04-11 |
Guillaume Chazarain | Pre-populate the history completion with gsh's own...
|
commit | commitdiff | tree |
2011-04-10 |
Guillaume Chazarain | Fix English
|
commit | commitdiff | tree |
2011-04-05 |
Guillaume Chazarain | No need for pity.py to be compatible with python-1...
|
commit | commitdiff | tree |
2011-03-27 |
Guillaume Chazarain | Hide the ^C from all remote shells when pressing Ctrl-C.
|
commit | commitdiff | tree |
2011-01-17 |
Guillaume Chazarain | Added a --user option to specify the remote user to...
|
commit | commitdiff | tree |
2010-11-22 |
Guillaume Chazarain | Try to do without the install-rpm.sh hack
|
commit | commitdiff | tree |
2010-11-22 |
Guillaume Chazarain | - Do not log the tty control characters for the color.
|
commit | commitdiff | tree |
2010-11-21 |
Guillaume Chazarain | Colorize hostnames in the output.
|
commit | commitdiff | tree |
2010-11-21 |
Guillaume Chazarain | Migrated from setuptools to distutils.
|
commit | commitdiff | tree |
2010-11-21 |
Guillaume Chazarain | Do not reference modules with the the gsh. prefix.
|
commit | commitdiff | tree |
2010-11-21 |
Guillaume Chazarain | Added the ability to read the pity.py file in a ZIP...
|
commit | commitdiff | tree |
2010-06-23 |
Guillaume Chazarain | Include license attribution of cls.py
|
commit | commitdiff | tree |
2010-06-18 |
Guillaume Chazarain | Honor the license, not as it appears in the imported...
|
commit | commitdiff | tree |
2010-04-07 |
Guillaume Chazarain | Print a newline so that we keep the last status message...
|
commit | commitdiff | tree |
2010-04-07 |
Guillaume Chazarain | pity.py is never executed directly, so no need for...
|
commit | commitdiff | tree |
2010-02-05 |
Guillaume Chazarain | Newer readline versions by default add a ' ' after...
|
commit | commitdiff | tree |
2009-06-17 |
Guillaume Chazarain | Reformat the help text so that the output of :help...
|
commit | commitdiff | tree |
2009-06-17 |
Guillaume Chazarain | Keep less processes around.
|
commit | commitdiff | tree |
2009-06-17 |
Guillaume Chazarain | Added the --password-file option
|
commit | commitdiff | tree |
2009-06-14 |
Guillaume Chazarain | python-2.4 knows isSet(), not is_set().
|
commit | commitdiff | tree |
2009-06-14 |
Guillaume Chazarain | Even after 79433de536b1f2dcd7921050ecd7230a1b29bc4b...
|
commit | commitdiff | tree |
2009-06-14 |
Guillaume Chazarain | Hide the continuation prompt ('> ').
|
commit | commitdiff | tree |
2009-06-14 |
Guillaume Chazarain | Revert "Use bash --noediting by default to avoid readline...
|
commit | commitdiff | tree |
2009-06-14 |
Guillaume Chazarain | Show progress indicator when starting remote shells.
|
commit | commitdiff | tree |
2009-06-13 |
Guillaume Chazarain | Only display the "Error talking to ..." message if...
|
commit | commitdiff | tree |
2009-06-13 |
Guillaume Chazarain | Use bash --noediting by default to avoid readline problems...
|
commit | commitdiff | tree |
2009-06-12 |
Guillaume Chazarain | Untabify
|
commit | commitdiff | tree |
2009-06-12 |
Guillaume Chazarain | :export_rank has been renamed to :export_vars as it...
|
commit | commitdiff | tree |
2009-06-12 |
Guillaume Chazarain | In python-2.6 select.POLLHUP does not trigger handle_expt...
|
commit | commitdiff | tree |
2009-06-12 |
Guillaume Chazarain | Apparently it was not needed
|
commit | commitdiff | tree |
2009-06-12 |
Guillaume Chazarain | Making sure we kill all child processes
|
commit | commitdiff | tree |
2009-06-12 |
Guillaume Chazarain | Ubuntu does not know localdomain, so we use another...
|
commit | commitdiff | tree |
2009-06-12 |
Guillaume Chazarain | Add an option to specify the python binary to use....
|
commit | commitdiff | tree |
2009-06-12 |
Guillaume Chazarain | Local commands are executed in a shell, so if the shell...
|
commit | commitdiff | tree |
2009-06-12 |
Guillaume Chazarain | Ubuntu's usage of dash for sh broke :upload, use bash...
|
commit | commitdiff | tree |
2009-06-12 |
Guillaume Chazarain | Sort by name the output of :list and make sure the...
|
commit | commitdiff | tree |
2009-06-10 |
Guillaume Chazarain | popen2 is deprecated in favor of subprocess, but not...
|
commit | commitdiff | tree |
2009-06-10 |
Guillaume Chazarain | Fix typo
|
commit | commitdiff | tree |
2008-07-01 |
Guillaume Chazarain | In non-interactive mode (gsh --command) the exit code...
|
commit | commitdiff | tree |
2008-07-01 |
Guillaume Chazarain | Avoid the 'Connection to ... closed.' ssh message
|
commit | commitdiff | tree |
2008-06-23 |
Guillaume Chazarain | Don't justify the last column (i.e. the last printed...
|
commit | commitdiff | tree |
2008-06-23 |
Guillaume Chazarain | Extended the host syntax
|
commit | commitdiff | tree |
2008-06-23 |
Guillaume Chazarain | Consistently add a space between the shell name and...
|
commit | commitdiff | tree |
2008-06-12 |
Guillaume Chazarain | Call selected_shells() only once, to warn about missing...
|
commit | commitdiff | tree |
2008-06-12 |
Guillaume Chazarain | Trimmed to keep only what's needed
|
commit | commitdiff | tree |
2008-06-12 |
Guillaume Chazarain | More scalable display_name handling (actually the length).
|
commit | commitdiff | tree |
2008-06-10 |
Guillaume Chazarain | Do not sort the :list output as the original order...
|
commit | commitdiff | tree |
2008-06-10 |
Guillaume Chazarain | Rework host syntax to avoid confusing <0-10> and <00-10>
|
commit | commitdiff | tree |
2008-06-05 |
Guillaume Chazarain | Optimize common case of a full selection
|
commit | commitdiff | tree |
2008-06-05 |
Guillaume Chazarain | Get rid of overflows and 'L' suffixes with python-1.5
|
commit | commitdiff | tree |
2008-06-05 |
Guillaume Chazarain | After 7f0ce090e9c5f94d0006d3084ad10cb47bc9e035, it...
|
commit | commitdiff | tree |
2008-06-05 |
Guillaume Chazarain | Removed unused variable
|
commit | commitdiff | tree |
2008-06-04 |
Guillaume Chazarain | Update TODO
|
commit | commitdiff | tree |
2008-06-04 |
Guillaume Chazarain | Prevent python 1.5 from overflowing here
|
commit | commitdiff | tree |
2008-06-04 |
Guillaume Chazarain | Python 1.5 does not automatically converts to long...
|
commit | commitdiff | tree |
2008-06-04 |
Guillaume Chazarain | Strip some control commands parameters, as we don't...
|
commit | commitdiff | tree |
2008-06-04 |
Guillaume Chazarain | Auto generate the version number in the man page
|
commit | commitdiff | tree |
2008-06-04 |
Guillaume Chazarain | If the :{en|dis}able command would have no effect,...
|
commit | commitdiff | tree |
2008-06-04 |
Guillaume Chazarain | Strip the last printed line to avoid useless '\n'
|
commit | commitdiff | tree |
2008-06-01 |
Guillaume Chazarain | Fit the help text in 80 columns
|
commit | commitdiff | tree |
2008-06-01 |
Guillaume Chazarain | Left justify control command names for better readability
|
commit | commitdiff | tree |
2008-06-01 |
Guillaume Chazarain | Shorter command name for shorter :help output
|
commit | commitdiff | tree |
2008-05-31 |
Guillaume Chazarain | Revert "Detect leaked gsh processes"
|
commit | commitdiff | tree |
2008-05-31 |
Guillaume Chazarain | Avoid leaking sleep processes
|
commit | commitdiff | tree |
2008-05-31 |
Guillaume Chazarain | Update the other part of the test
|
commit | commitdiff | tree |
2008-05-31 |
Guillaume Chazarain | Differentiate sleep invocations between tests
|
commit | commitdiff | tree |
2008-05-31 |
Guillaume Chazarain | Ease test
|
commit | commitdiff | tree |
2008-05-31 |
Guillaume Chazarain | When debugging, the log can be filled even without...
|
commit | commitdiff | tree |
2008-05-31 |
Guillaume Chazarain | Test prepending some data to the prompt, i.e. now waiting...
|
commit | commitdiff | tree |
2008-05-31 |
Guillaume Chazarain | Test failing local processes
|
commit | commitdiff | tree |
2008-05-31 |
Guillaume Chazarain | Remove dead code
|
commit | commitdiff | tree |
2008-05-31 |
Guillaume Chazarain | Don't lose the original stack trace
|
commit | commitdiff | tree |
2008-05-31 |
Guillaume Chazarain | Detect leaked gsh processes
|
commit | commitdiff | tree |
2008-05-31 |
Guillaume Chazarain | Testing renaming to an empty string => rename back...
|
commit | commitdiff | tree |
2008-05-31 |
Guillaume Chazarain | Test coalescing of empty lines
|
commit | commitdiff | tree |
2008-05-31 |
Guillaume Chazarain | Test --abort-errors
|
commit | commitdiff | tree |
2008-05-31 |
Guillaume Chazarain | Test some initialisation error messages
|
commit | commitdiff | tree |
2008-05-31 |
Guillaume Chazarain | Ease test
|
commit | commitdiff | tree |
2008-05-31 |
Guillaume Chazarain | Better fix for 1fc334fe8f9d07c8f25a11de3f1ef7a11c8e09b4...
|
commit | commitdiff | tree |
2008-05-31 |
Guillaume Chazarain | Remove dead code
|
commit | commitdiff | tree |
2008-05-31 |
Guillaume Chazarain | commit 1fc334fe8f9d07c8f25a11de3f1ef7a11c8e09b4
|
commit | commitdiff | tree |
2008-05-31 |
Guillaume Chazarain | Test --profile
|
commit | commitdiff | tree |
2008-05-31 |
Guillaume Chazarain | Test signals
|
commit | commitdiff | tree |
2008-05-31 |
Guillaume Chazarain | Remove useless close
|
commit | commitdiff | tree |
2008-05-31 |
Guillaume Chazarain | Test gsh reading commands from stdin
|
commit | commitdiff | tree |
2008-05-31 |
Guillaume Chazarain | Consistency
|
commit | commitdiff | tree |
2008-05-31 |
Guillaume Chazarain | Make sure bash does not execute something between prompts
|
commit | commitdiff | tree |
2008-05-31 |
Guillaume Chazarain | Test the --log-file option
|
commit | commitdiff | tree |
2008-05-31 |
Guillaume Chazarain | Make sure logged data is immediately visible to other...
|
commit | commitdiff | tree |
2008-05-31 |
Guillaume Chazarain | Test some file transfer corner cases
|
commit | commitdiff | tree |
2008-05-31 |
Guillaume Chazarain | When gsh_tests.py is run with the --log=... option...
|
commit | commitdiff | tree |
2008-05-31 |
Guillaume Chazarain | Fold remote_dispatcher.active in remote_dispatcher...
|
commit | commitdiff | tree |
2008-05-31 |
Guillaume Chazarain | Simplified :list output, and added the last printed...
|
commit | commitdiff | tree |