1. 13 Apr, 2012 5 commits
  2. 12 Apr, 2012 13 commits
  3. 11 Apr, 2012 8 commits
  4. 10 Apr, 2012 9 commits
  5. 09 Apr, 2012 1 commit
  6. 07 Apr, 2012 1 commit
  7. 06 Apr, 2012 1 commit
  8. 07 Apr, 2012 1 commit
  9. 06 Apr, 2012 1 commit
    • Add LocalConnection class to connection.py · 70a3fab7
      This creates a LocalConnection class for the case when operating on the
      localhost.  If the host, argument to Connection.connect(), matches
      127.0.0.1, localhost, or the name of the host as returned by
      os.uname()[1], Connection.connect() will opt to use LocalConnection
      instead of ParamikoConnection.  LocalConnection implements connect(),
      exec_command(), put_file(), and close().
      Stephen Fromm committed