Commit Graph

14 Commits (2d2d85bba4dd5131e72db533c31aab423f86232e)

Author SHA1 Message Date
Unknwon 58e004f7da Remove cache avatar support and add its tests
Unknwon 3abad75a1b Fix one user may block entire listen loop for builtin SSH
Unknwon e33ddac9bf Minor fix for
Dmitry Neverov fb99d50fa1 Fix - handle requests waiting for reply
According to the docs [1], the Reply method must be called for all
requests where WantReply is true. This fixes a hanging java ssh
implementation (jsch) which sets WantReply flag and waits for reply from
the server.

[1] https://godoc.org/golang.org/x/crypto/ssh#Request.Reply
Unknwon acdb4d8bdd Drop Go 1.3 support
Bruno 9a27e5ccdc ignore invalid env
Unknwon ca96e04e5f carry --config flag for builtin SSH
Unknwon e030109b5a fix api broken
Unknwon 7c80eba77f minor UI fix and fix ssh race
Unknwon 18c841050b fix 1540 and experimental SSH server support
Unknwon 216f0477b5 fix subrepo break change
Unknwon ef275ebf62 more on change avatar
Unknwon 545d320648 Docs fix
Unknwon 8dd07c0ddd New UI merge in progress