/[cvs]/clearscm.com/lib/Rexec.pm
ViewVC logotype

Log of /clearscm.com/lib/Rexec.pm

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (annotate)
Sticky Tag:

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Wed Nov 16 19:46:13 2011 UTC (2 months, 2 weeks ago) by andrew
Branch: MAIN
CVS Tags: HEAD
Changes since 1.18: +65 -43 lines
Diff to previous 1.18
Moved pods inside subs

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Thu Mar 10 23:47:31 2011 UTC (10 months, 3 weeks ago) by andrew
Branch: MAIN
Changes since 1.17: +3 -3 lines
Diff to previous 1.17
Changed use parent back to use base. Older versions of Perl don't know about
parent!

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Sun Jan 2 04:59:36 2011 UTC (13 months ago) by andrew
Branch: MAIN
Changes since 1.16: +114 -88 lines
Diff to previous 1.16
Changes for Perl::Critic

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Sun Oct 24 13:31:31 2010 UTC (15 months, 1 week ago) by andrew
Branch: MAIN
Changes since 1.15: +7 -6 lines
Diff to previous 1.15
Fixed dependencies

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Wed Jun 11 06:41:51 2008 UTC (3 years, 7 months ago) by andrew
Branch: MAIN
Changes since 1.14: +5 -35 lines
Diff to previous 1.14
*** empty log message ***

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Fri Feb 29 15:08:56 2008 UTC (3 years, 11 months ago) by andrew
Branch: MAIN
Changes since 1.13: +601 -642 lines
Diff to previous 1.13
Largely cosmetic changes

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Thu Feb 14 06:05:48 2008 UTC (3 years, 11 months ago) by andrew
Branch: MAIN
Changes since 1.12: +259 -79 lines
Diff to previous 1.12
. Added timeout handling. By default connect timeouts are 5 seconds
  and command execution timeouts are 30. This can be changed through
  setTimeout, gotten through getTimeout or passed to exec for a one time
  different timeout setting.
. Now using Display instead of defining our own debug and verbose
  subroutines.
. Support for ssh opts like -X.
. $timeout is now a member.
. Now using Display.pm's warning and error subroutines.
. Changed start and errno strings to be more distinctive.
. If command has a trailing "&" character then the command is
  backgrounded and no attempt is made to reap either output lines nor
  status. If you plan to use background tasks then arrange for them to
  not have output and do not plan on getting their remote status.
. Status now captured better by using \d+ instead of \d*, which would
  return "" for commands who did not set status at all.
. host subroutine renamed getHost.
. Added getTimeout, which returns the currently set timeout
. Added setTimeout, which sets the $timeout member as well as returns
  it's previous value.

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Fri Jan 25 04:00:47 2008 UTC (4 years ago) by andrew
Branch: MAIN
Changes since 1.11: +29 -19 lines
Diff to previous 1.11
Added different opts for the various protocols

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Thu Jan 24 02:19:24 2008 UTC (4 years ago) by andrew
Branch: MAIN
Changes since 1.10: +4 -4 lines
Diff to previous 1.10
Cosemetic changes

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Thu Jan 24 02:16:36 2008 UTC (4 years ago) by andrew
Branch: MAIN
Changes since 1.9: +185 -39 lines
Diff to previous 1.9
Added suppport for timeouts, both login and exec timeouts.
Added verbose and warnings.
Added the ability to pass options to login methods - specifically like -X for ssh.
Changed to use $errno_str and $start_str with odd strings/capitalization to lesson the chance that we'll see those strings in the output of the executed command.
Changed host method to getHost method.
Added getTimeout and setTimeout.

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Thu Dec 6 06:49:02 2007 UTC (4 years, 2 months ago) by andrew
Branch: MAIN
Changes since 1.8: +3 -3 lines
Diff to previous 1.8
Fixed () -> <>

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Thu Dec 6 06:37:25 2007 UTC (4 years, 2 months ago) by andrew
Branch: MAIN
Changes since 1.7: +34 -162 lines
Diff to previous 1.7
Removed =begin html... =end html in favor of =for html.

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Thu Oct 25 06:52:35 2007 UTC (4 years, 3 months ago) by andrew
Branch: MAIN
Changes since 1.6: +5 -5 lines
Diff to previous 1.6
Removed documentation about debug. This module now uses the Display module.
Added documenation for opts.

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Thu Oct 25 06:48:13 2007 UTC (4 years, 3 months ago) by andrew
Branch: MAIN
Changes since 1.5: +16 -37 lines
Diff to previous 1.5
Added opts to object.

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Wed Oct 3 15:59:34 2007 UTC (4 years, 4 months ago) by andrew
Branch: MAIN
Changes since 1.4: +3 -3 lines
Diff to previous 1.4
Fixed email address

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Tue Sep 18 07:22:28 2007 UTC (4 years, 4 months ago) by andrew
Branch: MAIN
Changes since 1.3: +3 -3 lines
Diff to previous 1.3
Changed module dependency list

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Sat Sep 1 08:18:52 2007 UTC (4 years, 5 months ago) by andrew
Branch: MAIN
Changes since 1.2: +12 -12 lines
Diff to previous 1.2
Updated documenation

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Sat Sep 1 08:15:03 2007 UTC (4 years, 5 months ago) by andrew
Branch: MAIN
Changes since 1.1: +482 -127 lines
Diff to previous 1.1
Added Rexec.pm

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Thu Aug 16 06:08:59 2007 UTC (4 years, 5 months ago) by andrew
Branch: MAIN
Initial import

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

Falcon Knight Inc.">Falcon Knight Inc.
ViewVC Help
Powered by ViewVC 1.1.8