D2463: wireprotoserver: support logging SSH server I/O to a file descriptor

2018-03-01 Thread indygreg (Gregory Szorc)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG64efadb62026: wireprotoserver: support logging SSH server I/O to a file descriptor (authored by indygreg, committed by ). CHANGED PRIOR TO COMMIT https://phab.mercurial-scm.org/D2463?vs=6248&id=6281#to

D2463: wireprotoserver: support logging SSH server I/O to a file descriptor

2018-03-01 Thread indygreg (Gregory Szorc)
indygreg updated this revision to Diff 6248. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D2463?vs=6137&id=6248 REVISION DETAIL https://phab.mercurial-scm.org/D2463 AFFECTED FILES mercurial/wireprotoserver.py CHANGE DETAILS diff --git a/mercurial/w

D2463: wireprotoserver: support logging SSH server I/O to a file descriptor

2018-02-26 Thread indygreg (Gregory Szorc)
indygreg created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY We will soon introduce a debug command and tests for low-level I/O behavior of the SSH wire protocol. To facilitate this, we need to instrument the SSH serve