Skip to content

Pull requests: apple/swift-nio

Author
Filter by author
Label
Filter by label
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Milestones
Filter by milestone
Reviews
Assignee
Filter by who’s assigned
Sort

Pull requests list

Make EventLoopPromise conform to Equatable 🔼 needs-minor-version-bump For PRs that when merged cause a bump of the minor version, ie. 1.x.0 -> 1.(x+1).0
#2714 opened May 3, 2024 by gjcairo Loading…
Make ByteBuffer.debugDescription suitable for structural display patch-version-bump-only For PRs that when merged will only cause a bump of the patch version, ie. 1.0.x -> 1.0.(x+1)
#2495 opened Aug 7, 2023 by dnadoba Loading…
NTRIP RTCM body correction
#2261 opened Sep 2, 2022 by cloewen8 Loading…
NTRIP support
#2260 opened Sep 2, 2022 by cloewen8 Loading…
Fix strict concurrency checking diagnostics in NonBlockingFileIO patch-version-bump-only For PRs that when merged will only cause a bump of the patch version, ie. 1.0.x -> 1.0.(x+1)
#2231 opened Aug 1, 2022 by dnadoba Loading…
NIOPerformanceTester: Add benchmarks for datagram channel needs-no-version-bump For PRs that when merged do not need a bump in version number.
#2198 opened Jun 17, 2022 by simonjbeaumont Loading…
Add a new overloading function completeWith to EventLoopPromise class. 🔼 needs-minor-version-bump For PRs that when merged cause a bump of the minor version, ie. 1.x.0 -> 1.(x+1).0
#1746 opened Feb 9, 2021 by Hailong Loading…
Support result builders in ByteBuffer 🔼 needs-minor-version-bump For PRs that when merged cause a bump of the minor version, ie. 1.x.0 -> 1.(x+1).0 swift-5.4 Needs Swift 5.4
#1727 opened Jan 20, 2021 by Davidde94 Loading…
ProTip! Exclude everything labeled bug with -label:bug.