aboutsummaryrefslogtreecommitdiffstats
path: root/lib/src/main/java/com/trilead/ssh2/Session.java
Commit message (Collapse)AuthorAgeFilesLines
* Rename project to sshlibKenny Root2015-07-181-530/+0
|
* Fix various javadoc errorsKenny Root2015-07-181-3/+3
|
* Fix line endingsKenny Root2013-04-111-530/+530
|
* Add authentication agent forwardingKenny Root2009-06-251-1/+22
| | | | git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@331 df292f66-193f-0410-a5fc-6d59da041ff2
* Comply with RFC 4254 on window-change packetKenny Root2009-01-231-2/+21
| | | | | | * Always send false for "want reply" * We don't need to wait since a reply should not be sent. * Allow the sending of (informational) pixel dimensions.
* * moved all terminal logic into a Service backend. connections are held in ↵Jeffrey Sharkey2008-08-271-0/+11
| | | | | | | | | | | | | | | | | | place by a TerminalBridge, which keeps the connection alive and renders the screen to a bitmap if provided. a Console creates TerminalViews for each bridge while it is active, and handles panning back/forth between them. * volume up/down controls will change console font size * extended trilead library to support resizePTY() command * left/right screen gestures will pan between various open consoles * up/down screen gestures on right-half will look through scrollback buffer * up/down screen gestures on left-half will trigger pageup/down keys * broke ctrl+ keyboard mapping, will need to bring back over from older code
* Update Trilead SSH-2 for Java from build 211 to build 213Kenny Root2008-08-261-1/+27
|
* Initial import.Kenny Root2007-11-171-0/+453