apple / swift-nio-ssh
File Age

File age measurements show the distribution of file ages (days since the first commit) and the recency of file updates (days since the latest commit).

Summary
  • Number of files: 87
  • Daily file updates (only one update per file and date counted): 140
  • First update: 2019-07-19
  • Latest update: 2022-01-18
  • Days between first and latest update: 915 (130 weeks, estimated 650 working days)
  • Active days (at least one file change): 81
  • Data:
File Change History Overall
File Age Distribution Overall
Days since first update
  • There are 87 files with 9,835 lines of code in files.
    • 81 files that are 366+ days old (9,730 lines of code)
    • 5 files that are 181-365 days old (92 lines of code)
    • 0 files that are 91-180 days old (0 lines of code)
    • 0 files that are 31-90 days old (0 lines of code)
    • 1 files that are 1-30 days old (13 lines of code)
98% | <1% | 0% | 0% | <1%
Legend:
366+
181-365
91-180
31-90
1-30
Latest Change Distribution Overall
Days since last update
  • There are 87 files with 9,835 lines of code in files.
    • 66 files have been last changed 366+ days ago (5,427 lines of code)
    • 9 files have been last changed 181-365 days ago (684 lines of code)
    • 2 files have been last changed 91-180 days ago (73 lines of code)
    • 9 files have been last changed 31-90 days ago (3,638 lines of code)
    • 1 files have been last changed 1-30 days ago (13 lines of code)
55% | 6% | <1% | 36% | <1%
Legend:
366+
181-365
91-180
31-90
1-30
File Change History per File Extension
swift, yaml, md, txt, sh, gitignore, json
File Age Distribution per Extension
Days since first update
366+
181-365
91-180
31-90
1-30
swift99% | <1% | 0% | 0% | 0%
yaml16% | 67% | 0% | 0% | 16%
Latest Change Distribution per Extension
Days since last update
366+
181-365
91-180
31-90
1-30
swift55% | 6% | <1% | 37% | 0%
yaml0% | 67% | 16% | 0% | 16%
File Change History per Logical Decomposition
primary
primary (file age distribution)
Days since first update
366+
181-365
91-180
31-90
1-30
Sources/NIOSSH100% | 0% | 0% | 0% | 0%
Sources/NIOSSH/Child Channels100% | 0% | 0% | 0% | 0%
Sources/NIOSSH/Connection State Machine100% | 0% | 0% | 0% | 0%
Sources/NIOSSH/Keys And Signatures100% | 0% | 0% | 0% | 0%
Sources/NIOSSH/Key Exchange100% | 0% | 0% | 0% | 0%
Sources/NIOSSH/User Authentication100% | 0% | 0% | 0% | 0%
Sources/NIOSSHClient100% | 0% | 0% | 0% | 0%
Sources/NIOSSHServer100% | 0% | 0% | 0% | 0%
Sources/NIOSSH/TransportProtection100% | 0% | 0% | 0% | 0%
Sources/NIOSSHPerformanceTester78% | 21% | 0% | 0% | 0%
ROOT100% | 0% | 0% | 0% | 0%
docker16% | 67% | 0% | 0% | 16%
Sources/NIOSSH/CSPRNG100% | 0% | 0% | 0% | 0%
primary (latest change distribution)
Days since last update
366+
181-365
91-180
31-90
1-30
Sources/NIOSSH/Keys And Signatures100% | 0% | 0% | 0% | 0%
Sources/NIOSSH/Child Channels58% | 0% | 0% | 41% | 0%
Sources/NIOSSH/Key Exchange100% | 0% | 0% | 0% | 0%
Sources/NIOSSH27% | 12% | 0% | 59% | 0%
Sources/NIOSSH/Connection State Machine29% | 2% | 0% | 68% | 0%
Sources/NIOSSHClient100% | 0% | 0% | 0% | 0%
Sources/NIOSSHServer100% | 0% | 0% | 0% | 0%
Sources/NIOSSH/User Authentication42% | 0% | 0% | 57% | 0%
Sources/NIOSSHPerformanceTester56% | 43% | 0% | 0% | 0%
Sources/NIOSSH/TransportProtection8% | 91% | 0% | 0% | 0%
Sources/NIOSSH/CSPRNG100% | 0% | 0% | 0% | 0%
docker0% | 67% | 16% | 0% | 16%
ROOT0% | 0% | 100% | 0% | 0%
Oldest Files (Top 20)
File# lines# unitslast modified
(days ago)
created
(days ago)
# changes
ByteBuffer+SSH.swift
in Sources/NIOSSH
127 12 70 927 13
Package.swift
in root
60 - 130 924 19
SSHKeyExchangeResult.swift
in Sources/NIOSSH/Key Exchange
21 - 648 924 7
SSHTransportProtection.swift
in Sources/NIOSSH/TransportProtection
18 4 648 924 10
AESGCM.swift
in Sources/NIOSSH/TransportProtection
198 12 265 922 15
CSPRNG.swift
in Sources/NIOSSH/CSPRNG
13 2 648 922 2
SSHEncryptablePacketPayload.swift
in Sources/NIOSSH
12 - 648 922 5
SSHMessages.swift
in Sources/NIOSSH
1344 61 80 918 34
SSHPacketParser.swift
in Sources/NIOSSH
139 4 628 918 16
NIOSSHError.swift
in Sources/NIOSSH
159 - 563 907 21
SSHPacketSerializer.swift
in Sources/NIOSSH
43 2 628 907 11
Role.swift
in Sources/NIOSSH
20 - 647 907 12
SSHKeyExchangeStateMachine.swift
in Sources/NIOSSH/Key Exchange
391 11 559 834 20
Constants.swift
in Sources/NIOSSH
3 - 782 782 1
UserAuthenticationStateMachine.swift
in Sources/NIOSSH/User Authentication
322 16 80 741 8
NIOSSHHandler.swift
in Sources/NIOSSH
321 4 334 741 20
UserAuthenticationMethod.swift
in Sources/NIOSSH/User Authentication
174 4 382 741 7
main.swift
in Sources/NIOSSHClient
68 2 433 741 13
SimplePasswordDelegate.swift
in Sources/NIOSSH/User Authentication
17 - 648 741 6
DenyAllServerAuthDelegate.swift
in Sources/NIOSSH/User Authentication
10 - 648 741 5
Files Not Recently Changed (Top 20)
File# lines# unitslast modified
(days ago)
created
(days ago)
# changes
Constants.swift
in Sources/NIOSSH
3 - 782 782 1
ClientUserAuthenticationDelegate.swift
in Sources/NIOSSH/User Authentication
4 - 648 741 6
ServerUserAuthenticationDelegate.swift
in Sources/NIOSSH/User Authentication
5 - 648 741 5
DenyAllServerAuthDelegate.swift
in Sources/NIOSSH/User Authentication
10 - 648 741 5
SSHChannelIdentifier.swift
in Sources/NIOSSH/Child Channels
11 - 648 678 3
SSHEncryptablePacketPayload.swift
in Sources/NIOSSH
12 - 648 922 5
CSPRNG.swift
in Sources/NIOSSH/CSPRNG
13 2 648 922 2
SimplePasswordDelegate.swift
in Sources/NIOSSH/User Authentication
17 - 648 741 6
SSHTransportProtection.swift
in Sources/NIOSSH/TransportProtection
18 4 648 924 10
UserAuthSignablePayload.swift
in Sources/NIOSSH/User Authentication
20 1 648 655 2
SSHKeyExchangeResult.swift
in Sources/NIOSSH/Key Exchange
21 - 648 924 7
SendsKeyExchangeMessages.swift
in Sources/NIOSSH/Connection State Machine/Operations
24 4 648 728 5
OutboundFlowController.swift
in Sources/NIOSSH/Child Channels
33 3 648 678 3
ChildChannelWindowManager.swift
in Sources/NIOSSH/Child Channels
50 5 648 678 3
ChildChannelWritabilityManager.swift
in Sources/NIOSSH/Child Channels
60 4 648 678 3
SSHChannelData.swift
in Sources/NIOSSH/Child Channels
74 - 648 678 3
ChildChannelStateMachine.swift
in Sources/NIOSSH/Child Channels
459 24 648 678 6
UserAuthDelegate.swift
in Sources/NIOSSH/User Authentication
12 1 647 692 3
Role.swift
in Sources/NIOSSH
20 - 647 907 12
SSHTerminalModes.swift
in Sources/NIOSSH
256 2 647 678 4
Most Recently Created Files (Top 20)
File# lines# unitslast modified
(days ago)
created
(days ago)
# changes
docker-compose.2004.56.yaml
in docker
13 - 13 13 1
docker-compose.1604.53.yaml
in docker
13 - 223 223 1
BenchmarkLinearThroughput.swift
in Sources/NIOSSHPerformanceTester
39 4 265 265 1
docker-compose.2004.55.yaml
in docker
13 - 130 271 2
docker-compose.2004.main.yaml
in docker
13 - 333 333 1
docker-compose.2004.54.yaml
in docker
14 - 272 337 2
PortForwardingServer.swift
in Sources/NIOSSHClient
57 4 433 433 1
ClientServerAuthenticationDelegate.swift
in Sources/NIOSSH/Keys And Signatures
4 - 559 559 1
NIOSSHCertifiedPublicKey.swift
in Sources/NIOSSH/Keys And Signatures
518 5 563 563 1
NIOSSHSignature.swift
in Sources/NIOSSH/Keys And Signatures
245 3 563 563 1
EllipticCurveKeyExchange.swift
in Sources/NIOSSH/Key Exchange
245 9 509 606 2
ECDHCompatibleKey.swift
in Sources/NIOSSH/Key Exchange
101 17 509 606 2
RekeyingState.swift
in Sources/NIOSSH/Connection State Machine/States
32 2 628 628 1
ReceivedKexInitWhenActiveState.swift
in Sources/NIOSSH/Connection State Machine/States
24 1 559 628 2
SentKexInitWhenActiveState.swift
in Sources/NIOSSH/Connection State Machine/States
24 1 559 628 2
RekeyingReceivedNewKeysState.swift
in Sources/NIOSSH/Connection State Machine/States
23 1 628 628 1
RekeyingSentNewKeysState.swift
in Sources/NIOSSH/Connection State Machine/States
23 1 628 628 1
shared.swift
in Sources/NIOSSHPerformanceTester
65 8 559 636 2
main.swift
in Sources/NIOSSHPerformanceTester
40 1 265 636 2
BenchmarkHandshake.swift
in Sources/NIOSSHPerformanceTester
24 4 559 636 2
Most Recently Changed Files (Top 20)
File# lines# unitslast modified
(days ago)
created
(days ago)
# changes
docker-compose.2004.56.yaml
in docker
13 - 13 13 1
SSHChildChannel.swift
in Sources/NIOSSH/Child Channels
818 13 70 678 14
ByteBuffer+SSH.swift
in Sources/NIOSSH
127 12 70 927 13
ChildChannelOptions.swift
in Sources/NIOSSH/Child Channels
28 - 70 678 5
SSHMessages.swift
in Sources/NIOSSH
1344 61 80 918 34
SSHConnectionStateMachine.swift
in Sources/NIOSSH/Connection State Machine
862 6 80 728 20
UserAuthenticationStateMachine.swift
in Sources/NIOSSH/User Authentication
322 16 80 741 8
AcceptsUserAuthMessages.swift
in Sources/NIOSSH/Connection State Machine/Operations
77 6 80 692 6
SendsUserAuthMessages.swift
in Sources/NIOSSH/Connection State Machine/Operations
35 7 80 692 5
SSHServerConfiguration.swift
in Sources/NIOSSH
25 - 80 647 2
Package.swift
in root
60 - 130 924 19
docker-compose.2004.55.yaml
in docker
13 - 130 271 2
docker-compose.1604.53.yaml
in docker
13 - 223 223 1
docker-compose.1804.52.yaml
in docker
13 - 223 648 2
AESGCM.swift
in Sources/NIOSSH/TransportProtection
198 12 265 922 15
main.swift
in Sources/NIOSSHPerformanceTester
40 1 265 636 2
BenchmarkLinearThroughput.swift
in Sources/NIOSSHPerformanceTester
39 4 265 265 1
docker-compose.2004.54.yaml
in docker
14 - 272 337 2
docker-compose.2004.main.yaml
in docker
13 - 333 333 1
NIOSSHHandler.swift
in Sources/NIOSSH
321 4 334 741 20