summaryrefslogtreecommitdiff
path: root/lib/ssh/src/ssh_info.erl
Commit message (Collapse)AuthorAgeFilesLines
* ssh: Modernize ssh_info:printHans Nilsson2020-12-171-99/+74
|
* ssh: Fix ssh_info module so it reports tunnel channelsHans Nilsson2019-09-111-12/+23
|
* ssh: Rename ssh_server_channel_sup -> ssh_channel_supHans Nilsson2019-08-301-1/+1
|
* Update copyright yearHenrik Nord2018-06-181-1/+1
|
* ssh: ssh_daemon_channel replaced by ssh_server_channelHans Nilsson2018-04-271-4/+4
|
* ssh: Use ssh_daemon_channel_sup and ssh_damon_channelHans Nilsson2018-04-271-4/+4
|
* Update copyright-yearErlang/OTP2016-12-071-1/+1
|
* ssh: fix dialyzer warnings and errorsHans Nilsson2016-04-271-1/+1
|
* ssh: experimental ssh_info extendedHans Nilsson2016-03-291-115/+173
|
* ssh: Add ssh_info:collect/0 which returns all pids in the ssh supervisor treeHans Nilsson2016-03-181-1/+58
| | | | Good for test cases.
* ssh: cleaning and add export decl in ssh_infoHans Nilsson2016-03-181-30/+13
|
* ssh: Make ssh_info:string() return the result from print() as a stringHans Nilsson2016-03-181-46/+81
| | | | Good for test cases.
* Change license text to APLv2Bruce Yinhe2015-06-181-9/+10
|
* ssh: add test case + corr for ssh_info:print/1Hans Nilsson2015-06-151-4/+5
| | | | | Conflicts: lib/ssh/test/ssh_basic_SUITE.erl
* Merge branch 'maint-17'Zandra Hird2015-04-101-69/+77
|\ | | | | | | | | Conflicts: OTP_VERSION
| * ssh: Add ssh_info:print/1 to write onto a file descriptorHans Nilsson2015-04-071-69/+77
| |
* | ssh: Use new time APIErland Schönbeck2015-03-241-1/+1
|/
* Revert "Use new time API and be back-compatible in ssh"Erland Schönbeck2015-03-161-8/+1
| | | | | | | This reverts commit af972aaf14a5f53510e692f48f672f7e6805ee6d. Conflicts: lib/ssh/test/ssh_basic_SUITE.erl
* Use new time API and be back-compatible in sshErland Schönbeck2015-02-251-2/+9
| | | | otp_SUITE: Ignore undefined functions in ssh
* ssh: Print supervisor tree (on demand).Hans Nilsson2014-10-221-1/+50
|
* ssh: simple info function (ssh_info:print/0).Hans Nilsson2014-10-211-0/+144