Highlights
- Pro
Pinned
1,292 contributions in the last year
Less
More
Activity overview
Contribution activity
May 2021
Created 7 commits in 3 repositories
Created a pull request in apple/swift that received 9 comments
Remove as much checked math as possible from buffer pointers.
This patch removes as much checked math as I was able to find from the unsafe buffer pointers types. In particular, I removed two kinds of checked …
+44
−9
•
9
comments
Opened 6 other pull requests in 3 repositories
apple/swift-nio-ssl
2
merged
apple/swift-nio-ssh
2
merged
apple/swift-nio
2
merged
Reviewed 36 pull requests in 10 repositories
apple/swift-nio-ssl 8 pull requests
- Rationalise TLSConfiguration construction.
- docs: warn about NIOSSLContext being expensive to create
- Rebase: Added API for setting cipher suites in TLSConfiguration
-
Explicit
time_timport - Implement bestEffort functions for hashable and equatable.
- add Swift 5.5 job
- use 5.4 release instead of nightly
- Added API for setting cipher suites in TLSConfiguration
apple/swift-nio 8 pull requests
swift-server/async-http-client 6 pull requests
- fix Swift Package Index build
- SSLContextCache: use DispatchQueue instead of NIOThreadPool
- cache NIOSSLContext (saves 27k allocs per conn)
- TLS on Darwin: Add explainer that MTELG supports all options
- Generate trust roots SecCertificate for Transport Services
- Support request specific TLS configuration
apple/swift-nio-http2 4 pull requests
grpc/grpc-swift 3 pull requests
apple/swift-protobuf 2 pull requests
apple/swift-nio-ssh 2 pull requests
apple/swift-crypto 1 pull request
apple/swift-evolution 1 pull request
apple/swift-nio-extras 1 pull request
Created an issue in apple/swift-nio that received 3 comments
Change adaptive allocator size table to work on platforms with 32-bit Int
AdaptiveRecvByteBufferAllocator.sizeTable is calculated as follows:
swift-nio/Sources/NIO/RecvByteBufferAllocator.swift Lines 55 to 71 in c51907f
3
comments
