log src/org/tmatesoft/hg/internal/remote/SshConnector.java @ 713:661e77dc88ba tip

age author description
2013-08-08 Artem Tikhomirov Provisional APIs and respective implementation for http, https and ssh remote repositories
2013-08-06 Artem Tikhomirov in, out and clone tests pass for ssh repositories. Infrastructure to decouple HgRemoteRepository from specific Connector implementation
2013-08-06 Artem Tikhomirov Respect the fact ssh and http protocols use different compression approach to sent changegroup data
2013-08-05 Artem Tikhomirov Replaced ganymed ssh2 library with trilead
2013-07-27 Artem Tikhomirov Towards ssh remote repositories: refactor HgRemoteRepository - move http related code to HttpConnector
2013-07-25 Artem Tikhomirov Towards ssh remote repositories: use ganymed library for ssh transport